﻿@charset "UTF-8";
/*
1.) Reset style
2.) Global Typography
3.) Grid and Container
4.) Form Style
5.) Header Style
6.) Help Section Style
7.) Talk To Expert Form Style
8.) Custom Tabbing Style
9.) Footer Style
10.) Download App Link Style
11.) Social Link Style
12.) Scroll Top Button Style
13.) Breadcrumbs Style
14.) Web Selection Style
15.) 404 Page Style
16.) Home Slider Style
17.) Default tabbing Style
18.) Testimonial  Style
19.) UI-widget Style
20.) Registration Page Style
21.) Reset Password and Verify Email Style
22.) Loader Section Style
23.) Show More Toggle
24.) Aside Bar Toggle
25.) Contact Page Style
26.) Display None Condition Style
27.) Form Required Style
28.) Pagination Style
29.) No Record Found Style
30.) Default table Style
31.) FAQs Style
32.) Dashboard Style
33.) Notification Style
34.) Payment Success
35.) My cart Functionality
36.) Ajax Loader Style
37.) i Tag Functionality
38.) Student Verification form Style
39.) Static page Section Style
40.). Mobile App View Template Style
41.). Footer Address Block Style
-------------------------------------*/
/* Slider */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,400,500,700,900");
/* line 3, ../../sass/base/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, ../../sass/base/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 25, ../../sass/base/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, ../../sass/base/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 35, ../../sass/base/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 44, ../../sass/base/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 52, ../../sass/base/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 58, ../../sass/base/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 62, ../../sass/base/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 67, ../../sass/base/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 72, ../../sass/base/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 76, ../../sass/base/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 80, ../../sass/base/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 86, ../../sass/base/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 90, ../../sass/base/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 94, ../../sass/base/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 98, ../../sass/base/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 105, ../../sass/base/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 55, ../../sass/base/_global.scss */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/* line 62, ../../sass/base/_global.scss */
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

/* line 68, ../../sass/base/_global.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
em,
img,
small,
strike,
strong,
sub,
sup,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 139, ../../sass/base/_global.scss */
ol,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* line 148, ../../sass/base/_global.scss */
ol.numberList,
ul.numberList {
  counter-reset: number;
}
/* line 150, ../../sass/base/_global.scss */
ol.numberList li,
ul.numberList li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
/* line 154, ../../sass/base/_global.scss */
ol.numberList li:before,
ul.numberList li:before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  counter-increment: number;
  content: "" counter(number) "";
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
}
/* line 170, ../../sass/base/_global.scss */
ol.dotList li,
ul.dotList li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
/* line 174, ../../sass/base/_global.scss */
ol.dotList li:before,
ul.dotList li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #000000;
}
/* line 190, ../../sass/base/_global.scss */
ol.arrowList li,
ul.arrowList li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
/* line 194, ../../sass/base/_global.scss */
ol.arrowList li:before,
ul.arrowList li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #000000;
}
/* line 211, ../../sass/base/_global.scss */
ol.tickList li,
ul.tickList li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
/* line 215, ../../sass/base/_global.scss */
ol.tickList li:before,
ul.tickList li:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite-2.png");
  background-repeat: no-repeat;
  background-position: -40px -5px;
}

/* line 235, ../../sass/base/_global.scss */
blockquote,
q {
  quotes: none;
}

/* line 240, ../../sass/base/_global.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: " ";
  content: none;
}

/* line 248, ../../sass/base/_global.scss */
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/* line 256, ../../sass/base/_global.scss */
del {
  text-decoration: line-through;
}

/* line 260, ../../sass/base/_global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 265, ../../sass/base/_global.scss */
em {
  font-style: italic;
}

/* line 269, ../../sass/base/_global.scss */
*:focus {
  outline: none !important;
}

/* line 273, ../../sass/base/_global.scss */
strong {
  font-weight: 700;
}

/* line 277, ../../sass/base/_global.scss */
.error-text {
  padding: 5px;
  color: #e3161a;
  font-size: 12px;
  line-height: 1;
}
/* line 282, ../../sass/base/_global.scss */
.error-text:empty {
  display: none;
}

/* line 288, ../../sass/base/_global.scss */
span.error {
  color: #e3161a;
  padding: 5px;
  display: block;
  font-size: 13px;
}

/* line 297, ../../sass/base/_global.scss */
.success-text {
  padding: 5px;
  color: #008000;
}
/* line 300, ../../sass/base/_global.scss */
.success-text:empty {
  display: none;
}

/* line 305, ../../sass/base/_global.scss */
[class^="icons-"],
[class*="icons-"] {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 13px;
  line-height: 14px;
  vertical-align: text-top;
  width: 13px;
}

/* line 319, ../../sass/base/_global.scss */
.icons-success {
  height: 100px;
  width: 89px;
  background-position: -196px 0;
}

/* line 325, ../../sass/base/_global.scss */
.icons-fail {
  height: 100px;
  width: 89px;
  background-position: -197px -151px;
}

/* line 331, ../../sass/base/_global.scss */
/*[class^="fa-"],
[class*="fa-"] {
  /*background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite-2.png");*/
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}*/

/* line 344, ../../sass/base/_global.scss */
.fa-clock {
  background-position: -5px -125px;
}

/* line 348, ../../sass/base/_global.scss */
.fa-calendar {
  background-position: -5px -158px;
}

/* line 352, ../../sass/base/_global.scss */
.fa-time {
  background-position: -5px -192px;
}

/* line 356, ../../sass/base/_global.scss */
.fa-test {
  background-position: -5px -227px;
}

/* line 360, ../../sass/base/_global.scss */
.fa-user {
  background-position: -5px -265px;
}

/* line 364, ../../sass/base/_global.scss */
.fa-time2 {
  background-position: -5px -298px;
}

/* line 368, ../../sass/base/_global.scss */
.fa-calendar2 {
  background-position: -5px -328px;
}

/* line 372, ../../sass/base/_global.scss */
.fa-arrow {
  background-position: -44px -32px;
}

/* line 376, ../../sass/base/_global.scss */
.message-status-wrapper {
  text-align: center;
  padding: 15px;
}
/* line 379, ../../sass/base/_global.scss */
.message-status-wrapper h2 {
  font-size: 32px;
  margin-bottom: 42px;
}
/* line 382, ../../sass/base/_global.scss */
.message-status-wrapper h2:after {
  width: 40px;
  bottom: -18px;
}
/* line 387, ../../sass/base/_global.scss */
.message-status-wrapper span {
  font-size: 16px;
  display: block;
}
/* line 391, ../../sass/base/_global.scss */
.message-status-wrapper .status-icon {
  margin-bottom: 7px;
}
/* line 394, ../../sass/base/_global.scss */
.message-status-wrapper .message-btn {
  margin-top: 24px;
}
@media (max-width: 767px) {
  /* line 398, ../../sass/base/_global.scss */
  .message-status-wrapper h2 {
    font-size: 20px;
  }
}

/* line 320, ../../sass/base/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}
/* line 325, ../../sass/base/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 411, ../../sass/base/_global.scss */
.heading1, .head-title, .talktoexpert-form h2, .our-result-wrapper .head-title, .classroom-front-page #block-views-block-testimonial-management-block-1-3 h2,
.classroom-front-page #block-views-block-testimonial-management-block-2 h2, .classroom-homemidblock-wrapper .newsevent-block h2,
.classroom-homemidblock-wrapper .announcement-block h2, #block-views-block-current-offers-management-block-1 h2, .centers_management_custom #block-views-block-testimonial-management-block-2 h2,
.digital-head-title,
.contact-wrapper .contach-title h2,
.contact-form-wrap .node-contact-us-management-form h2, .cart-header-banner .cart-header-container h1, .current-offers-listing header h2,
h1 {
  font-size: 42px;
  line-height: 1.2;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  /* line 411, ../../sass/base/_global.scss */
  .heading1, .head-title, .talktoexpert-form h2, .our-result-wrapper .head-title, .classroom-front-page #block-views-block-testimonial-management-block-1-3 h2,
  .classroom-front-page #block-views-block-testimonial-management-block-2 h2, .classroom-homemidblock-wrapper .newsevent-block h2,
  .classroom-homemidblock-wrapper .announcement-block h2, #block-views-block-current-offers-management-block-1 h2, .centers_management_custom #block-views-block-testimonial-management-block-2 h2,
  .digital-head-title,
  .contact-wrapper .contach-title h2,
  .contact-form-wrap .node-contact-us-management-form h2, .cart-header-banner .cart-header-container h1, .current-offers-listing header h2,
  h1 {
    font-size: 33px;
    line-height: 1.2;
  }
}

/* line 424, ../../sass/base/_global.scss */
.heading2, #block-pendinginstallmentblock-2 h2,
#show-pending-payment h2,
h2 {
  font-size: 24px;
  line-height: 1.5;
}

/* line 430, ../../sass/base/_global.scss */
.heading3,
h3 {
  font-size: 21px;
  line-height: 1;
}

/* line 436, ../../sass/base/_global.scss */
.heading4,
h4 {
  font-size: 18px;
  line-height: 1;
}

/* line 442, ../../sass/base/_global.scss */
.heading5,
h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 12px 0;
}

/* line 450, ../../sass/base/_global.scss */
.heading6,
h6 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin: 30px 0 10px 0;
}

/* line 458, ../../sass/base/_global.scss */
p {
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

/* line 467, ../../sass/base/_global.scss */
li {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

/* line 474, ../../sass/base/_global.scss */
.head-title, .talktoexpert-form h2, .our-result-wrapper .head-title, .classroom-front-page #block-views-block-testimonial-management-block-1-3 h2,
.classroom-front-page #block-views-block-testimonial-management-block-2 h2, .classroom-homemidblock-wrapper .newsevent-block h2,
.classroom-homemidblock-wrapper .announcement-block h2, #block-views-block-current-offers-management-block-1 h2, .centers_management_custom #block-views-block-testimonial-management-block-2 h2,
.digital-head-title,
.contact-wrapper .contach-title h2,
.contact-form-wrap .node-contact-us-management-form h2 {
  color: #000000;
  text-align: center;
  padding: 0 15px;
  margin: 0 0 10px 0;
}

/* line 483, ../../sass/base/_global.scss */
.digital-head-title, .contact-wrapper .contach-title h2, .contact-form-wrap .node-contact-us-management-form h2 {
  margin-bottom: 35px;
  font-size: 34px;
  line-height: 1;
}

/* line 489, ../../sass/base/_global.scss */
.sub-desc {
  color: #808080;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 499, ../../sass/base/_global.scss */
.viewList {
  display: inline-block;
  width: 40px;
  height: 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/class-home-sprite.png");
  background-repeat: no-repeat;
  background-position: -28px -2px;
  background-color: #2896d4;
  cursor: pointer;
}
/* line 510, ../../sass/base/_global.scss */
.viewList:hover {
  background-color: #0e4d84;
}

/* line 515, ../../sass/base/_global.scss */
.dialog-off-canvas-main-canvas {
  padding-top: 118px;
}
@media (max-width: 767px) {
  /* line 515, ../../sass/base/_global.scss */
  .dialog-off-canvas-main-canvas {
    padding-top: 104px;
  }
}
/* line 520, ../../sass/base/_global.scss */
.dialog-off-canvas-main-canvas.have-menu {
  padding-top: 119px;
}
@media (max-width: 767px) {
  /* line 520, ../../sass/base/_global.scss */
  .dialog-off-canvas-main-canvas.have-menu {
    padding-top: 148px;
  }
}

/* line 531, ../../sass/base/_global.scss */
.lg-container, .static-template {
  max-width: 1395px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 537, ../../sass/base/_global.scss */
.container, #footer-region > div:nth-child(1), #footer-region > div:nth-child(2) #block-classroomfooterbottommenu, #block-classroom-breadcrumbs nav, .address-hint, .quicktabs-wrapper, #highlighted .messages__wrapper, .messages__wrapper, .cart-header-banner .cart-header-container, .cart-form .views-element-container, .commerce-checkout-flow, .static_page_management_custom #content-area,
.classroom_content_pages_custom #content-area, .resource-page-wrapper, .classroom-homemidblock-wrapper, .current-offers-listing, .job-details-style, .student-attendance-form,
.student-upcoming-test-form,
.student-timetable-form,
.student-result-data, .announcements-details, .centre-gallery-form, .student-attendance-wrapper {
  max-width: 1290px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 543, ../../sass/base/_global.scss */
.md-container, .banner-slider-wrapper .banner-inner-wrapper {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 549, ../../sass/base/_global.scss */
.sm-container, .testimonial-custom-wrapper, .aakash-advantages-block, .current-offers-block {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 555, ../../sass/base/_global.scss */
.small-container, .answer-solution-block .competitive-block,
.answer-solution-block .internal-block, .answer-head-wrap,
.internal-main-wrap,
.competitive-main-wrap {
  max-width: 1010px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 561, ../../sass/base/_global.scss */
.xs-container, .contact-form-wrap .node-contact-us-management-form, .general_custom .node-form,
.franchise_custom .node-form,
.careers_custom .node-form,
.talent-form-wrapper .node-form {
  max-width: 725px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 570, ../../sass/base/_global.scss */
input[type="submit"],
.custom-submit,
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper .auto-search-btn:after {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  background: #0098d5;
  display: inline-block;
  padding: 12.5px;
  border: none;
  color: #ffffff;
}

/* line 591, ../../sass/base/_global.scss */
input[type="submit"]:focus {
  outline: none;
}

/* line 595, ../../sass/base/_global.scss */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
select,
textarea {
  height: 42px;
  width: 100%;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #838383;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 10px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  outline: none;
  font-family: 'Roboto', sans-serif;
}
/* line 616, ../../sass/base/_global.scss */
input[type="text"].placeholder,
input[type="email"].placeholder,
input[type="password"].placeholder,
input[type="date"].placeholder,
select.placeholder,
textarea.placeholder {
  opacity: 1;
  color: #838383;
}
/* line 620, ../../sass/base/_global.scss */
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #838383;
}
/* line 624, ../../sass/base/_global.scss */
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #838383;
}
/* line 628, ../../sass/base/_global.scss */
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #838383;
}
/* line 632, ../../sass/base/_global.scss */
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #838383;
}

/* line 638, ../../sass/base/_global.scss */
input[type="date"] {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/calendar.png");
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}

/* line 647, ../../sass/base/_global.scss */
select {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #ffffff;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  text-transform: capitalize;
  padding-right: 40px;
}

/* line 663, ../../sass/base/_global.scss */
textarea {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 130px;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #838383;
}

/* line 672, ../../sass/base/_global.scss */
select::-ms-expand {
  display: none;
}

/* line 676, ../../sass/base/_global.scss */
.btn-group {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

/* line 682, ../../sass/base/_global.scss */
.btn, .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .testimonial-custom-wrapper footer .view-testimonial, .authentication-wrapper .authentication-content-wrapper #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit, .cognito-reset-password-form #edit-actions #edit-submit, .cognito-multistep-reset-password-form #edit-actions #edit-submit,
.cognito-email-verify-form #edit-actions #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .field-add-more-submit, .profile-form .btn-wrapper .button, #user-change-password #edit-submit, .student-data-verification .form-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a, .cart-form .cart-aside-wrapper .form-actions .button, .layout-region-checkout-secondary .layout-region-checkout-footer .button,
.cart-aside-wrapper .layout-region-checkout-footer .button, .student-verification-form .form-actions .button, .cognito-multistep-reset-password-form .form-actions input[type="submit"], .cart-form .form-wrapper .create-btn,
.cart-form .form-wrapper .form-submit, .node-offline-admission-form-form #edit-actions .button,
.node-selfenrolment-checkout-form-form #edit-actions .button, #block-views-block-current-offers-management-block-1 footer a, .answer-solution-block footer a, .find-office-wrapper .views-exposed-form .form-actions .button, .price-cart-wrapper .course-type-btn #edit-actions .button, .price-cart-wrapper .course-type-btn a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit, .student-attendance-form .form-submit,
.student-upcoming-test-form .form-submit,
.student-timetable-form .form-submit,
.student-result-data .form-submit, .centre-gallery-form .center-gallery-formfield .form-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button, .scholar-form #edit-actions #edit-submit, .scholar-form .congratulation-action-btn a, .scholar-form .congratulation-action-btn .form-submit, .product-block .views-row .form-actions .button,
.wishlist-wrapper .views-row .form-actions .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  background-color: #0098d5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid transparent;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 12.5px 25px;
  text-transform: uppercase;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  min-width: 250px;
  vertical-align: middle;
  font-weight: 600;
}
/* line 699, ../../sass/base/_global.scss */
.btn:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo:hover, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a:hover, .testimonial-custom-wrapper footer .view-testimonial:hover, .authentication-wrapper .authentication-content-wrapper #edit-submit:hover, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit:hover, .cognito-reset-password-form #edit-actions #edit-submit:hover, .cognito-multistep-reset-password-form #edit-actions #edit-submit:hover,
.cognito-email-verify-form #edit-actions #edit-submit:hover, .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a:hover, .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit:hover,
.profile-form #edit-field-user-address-details-wrapper .field-add-more-submit:hover, .profile-form .btn-wrapper .button:hover, #user-change-password #edit-submit:hover, .student-data-verification .form-submit:hover, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a:hover, .cart-form .cart-aside-wrapper .form-actions .button:hover, .layout-region-checkout-secondary .layout-region-checkout-footer .button:hover,
.cart-aside-wrapper .layout-region-checkout-footer .button:hover, .student-verification-form .form-actions .button:hover, .cognito-multistep-reset-password-form .form-actions input[type="submit"]:hover, .cart-form .form-wrapper .create-btn:hover,
.cart-form .form-wrapper .form-submit:hover, .node-offline-admission-form-form #edit-actions .button:hover,
.node-selfenrolment-checkout-form-form #edit-actions .button:hover, #block-views-block-current-offers-management-block-1 footer a:hover, .answer-solution-block footer a:hover, .find-office-wrapper .views-exposed-form .form-actions .button:hover, .price-cart-wrapper .course-type-btn #edit-actions .button:hover, .price-cart-wrapper .course-type-btn a:hover, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit:hover, .student-attendance-form .form-submit:hover,
.student-upcoming-test-form .form-submit:hover,
.student-timetable-form .form-submit:hover,
.student-result-data .form-submit:hover, .centre-gallery-form .center-gallery-formfield .form-submit:hover, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover, .scholar-form #edit-actions #edit-submit:hover, .scholar-form .congratulation-action-btn a:hover, .scholar-form .congratulation-action-btn .form-submit:hover, .product-block .views-row .form-actions .button:hover,
.wishlist-wrapper .views-row .form-actions .button:hover, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button:hover,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button:hover {
  background-color: #ffffff;
  border: 1px solid #0098d5;
  color: #0098d5;
}
/* line 704, ../../sass/base/_global.scss */
.btn.btn-white, .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a.btn-white, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck a.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a.expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions a#edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a#edit-submit, .testimonial-custom-wrapper footer .btn-white.view-testimonial, .testimonial-custom-wrapper footer .talktoexpert-form #talktoexpert-form .sub-clbck .view-testimonial.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .testimonial-custom-wrapper footer .view-testimonial.expert-subinfo, .testimonial-custom-wrapper footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.view-testimonial, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .testimonial-custom-wrapper footer a.view-testimonial, .testimonial-custom-wrapper footer .scholar-form #edit-actions .view-testimonial#edit-submit, .scholar-form #edit-actions .testimonial-custom-wrapper footer .view-testimonial#edit-submit, .authentication-wrapper .authentication-content-wrapper .btn-white#edit-submit, .authentication-wrapper .authentication-content-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .authentication-wrapper .authentication-content-wrapper #edit-submit.expert-subinfo, .authentication-wrapper .authentication-content-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a#edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .authentication-wrapper .authentication-content-wrapper a#edit-submit, .authentication-wrapper .authentication-content-wrapper .scholar-form #edit-actions #edit-submit, .scholar-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .btn-white#edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .talktoexpert-form #talktoexpert-form .sub-clbck #edit-login-returning-customer-submit.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit.expert-subinfo, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a#edit-login-returning-customer-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a#edit-login-returning-customer-submit, .cognito-reset-password-form #edit-actions .btn-white#edit-submit, .cognito-multistep-reset-password-form #edit-actions .btn-white#edit-submit, .cognito-reset-password-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-reset-password-form #edit-actions #edit-submit.expert-subinfo, .cognito-multistep-reset-password-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-multistep-reset-password-form #edit-actions #edit-submit.expert-subinfo, .cognito-reset-password-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a#edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-reset-password-form #edit-actions a#edit-submit, .cognito-multistep-reset-password-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a#edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-multistep-reset-password-form #edit-actions a#edit-submit, .cognito-reset-password-form .scholar-form #edit-actions #edit-submit, .scholar-form .cognito-reset-password-form #edit-actions #edit-submit, .cognito-multistep-reset-password-form .scholar-form #edit-actions #edit-submit, .scholar-form .cognito-multistep-reset-password-form #edit-actions #edit-submit,
.cognito-email-verify-form #edit-actions .btn-white#edit-submit,
.cognito-email-verify-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit.expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .cognito-email-verify-form #edit-actions #edit-submit.expert-subinfo,
.cognito-email-verify-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a#edit-submit,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-email-verify-form #edit-actions a#edit-submit,
.cognito-email-verify-form .scholar-form #edit-actions #edit-submit,
.scholar-form .cognito-email-verify-form #edit-actions #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .btn-white#edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit.expert-subinfo, .contact-form-wrap .node-contact-us-management-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a#edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .contact-form-wrap .node-contact-us-management-form #edit-actions a#edit-submit, .contact-form-wrap .node-contact-us-management-form .scholar-form #edit-actions #edit-submit, .scholar-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .profile-form #edit-field-marks-grade-obtained-wrapper .btn-white.field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .field-add-more-submit.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit.expert-subinfo, .profile-form #edit-field-marks-grade-obtained-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.field-add-more-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form #edit-field-marks-grade-obtained-wrapper a.field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form #edit-actions .field-add-more-submit#edit-submit, .scholar-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit#edit-submit,
.profile-form #edit-field-user-address-details-wrapper .btn-white.field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .field-add-more-submit.expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit.expert-subinfo,
.profile-form #edit-field-user-address-details-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.field-add-more-submit,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form #edit-field-user-address-details-wrapper a.field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .scholar-form #edit-actions .field-add-more-submit#edit-submit,
.scholar-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit#edit-submit, .profile-form .btn-wrapper .btn-white.button, .profile-form .btn-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form .btn-wrapper .button.expert-subinfo, .profile-form .btn-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form .btn-wrapper a.button, .profile-form .btn-wrapper .scholar-form #edit-actions .button#edit-submit, .scholar-form #edit-actions .profile-form .btn-wrapper .button#edit-submit, #user-change-password .btn-white#edit-submit, #user-change-password .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck #user-change-password #edit-submit.expert-subinfo, #user-change-password .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a#edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #user-change-password a#edit-submit, #user-change-password .scholar-form #edit-actions #edit-submit, .scholar-form #edit-actions #user-change-password #edit-submit, .student-data-verification .btn-white.form-submit, .student-data-verification .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .student-data-verification .form-submit.expert-subinfo, .student-data-verification .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-data-verification a.form-submit, .student-data-verification .scholar-form #edit-actions .form-submit#edit-submit, .scholar-form #edit-actions .student-data-verification .form-submit#edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a.btn-white, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .talktoexpert-form #talktoexpert-form .sub-clbck a.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a.expert-subinfo, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form #edit-actions a#edit-submit, .scholar-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a#edit-submit, .cart-form .cart-aside-wrapper .form-actions .btn-white.button, .cart-form .cart-aside-wrapper .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .cart-aside-wrapper .form-actions .button.expert-subinfo, .cart-form .cart-aside-wrapper .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .cart-aside-wrapper .form-actions a.button, .cart-form .cart-aside-wrapper .form-actions .scholar-form #edit-actions .button#edit-submit, .scholar-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .button#edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .btn-white.button, .layout-region-checkout-secondary .layout-region-checkout-footer .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .layout-region-checkout-secondary .layout-region-checkout-footer .button.expert-subinfo, .layout-region-checkout-secondary .layout-region-checkout-footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .layout-region-checkout-secondary .layout-region-checkout-footer a.button, .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form #edit-actions .button#edit-submit, .scholar-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button#edit-submit,
.cart-aside-wrapper .layout-region-checkout-footer .btn-white.button,
.cart-aside-wrapper .layout-region-checkout-footer .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .cart-aside-wrapper .layout-region-checkout-footer .button.expert-subinfo,
.cart-aside-wrapper .layout-region-checkout-footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-aside-wrapper .layout-region-checkout-footer a.button,
.cart-aside-wrapper .layout-region-checkout-footer .scholar-form #edit-actions .button#edit-submit,
.scholar-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button#edit-submit, .student-verification-form .form-actions .btn-white.button, .student-verification-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .student-verification-form .form-actions .button.expert-subinfo, .student-verification-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-verification-form .form-actions a.button, .student-verification-form .form-actions .scholar-form #edit-actions .button#edit-submit, .scholar-form #edit-actions .student-verification-form .form-actions .button#edit-submit, .cognito-multistep-reset-password-form .form-actions input.btn-white[type="submit"], .cognito-multistep-reset-password-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck input[type="submit"].expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-multistep-reset-password-form .form-actions input[type="submit"].expert-subinfo, .cognito-multistep-reset-password-form .form-actions .scholar-form #edit-actions input[type="submit"]#edit-submit, .scholar-form #edit-actions .cognito-multistep-reset-password-form .form-actions input[type="submit"]#edit-submit, .cart-form .form-wrapper .btn-white.create-btn, .cart-form .form-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .create-btn.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .form-wrapper .create-btn.expert-subinfo, .cart-form .form-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.create-btn, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .form-wrapper a.create-btn, .cart-form .form-wrapper .scholar-form #edit-actions .create-btn#edit-submit, .scholar-form #edit-actions .cart-form .form-wrapper .create-btn#edit-submit,
.cart-form .form-wrapper .btn-white.form-submit,
.cart-form .form-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .form-wrapper .form-submit.expert-subinfo,
.cart-form .form-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .form-wrapper a.form-submit,
.cart-form .form-wrapper .scholar-form #edit-actions .form-submit#edit-submit,
.scholar-form #edit-actions .cart-form .form-wrapper .form-submit#edit-submit, .node-offline-admission-form-form #edit-actions .btn-white.button, .node-offline-admission-form-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .node-offline-admission-form-form #edit-actions .button.expert-subinfo, .node-offline-admission-form-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .node-offline-admission-form-form #edit-actions a.button, .node-offline-admission-form-form .scholar-form #edit-actions .button#edit-submit, .scholar-form .node-offline-admission-form-form #edit-actions .button#edit-submit,
.node-selfenrolment-checkout-form-form #edit-actions .btn-white.button,
.node-selfenrolment-checkout-form-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .node-selfenrolment-checkout-form-form #edit-actions .button.expert-subinfo,
.node-selfenrolment-checkout-form-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .node-selfenrolment-checkout-form-form #edit-actions a.button,
.node-selfenrolment-checkout-form-form .scholar-form #edit-actions .button#edit-submit,
.scholar-form .node-selfenrolment-checkout-form-form #edit-actions .button#edit-submit, #block-views-block-current-offers-management-block-1 footer a.btn-white, #block-views-block-current-offers-management-block-1 footer .talktoexpert-form #talktoexpert-form .sub-clbck a.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck #block-views-block-current-offers-management-block-1 footer a.expert-subinfo, #block-views-block-current-offers-management-block-1 footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #block-views-block-current-offers-management-block-1 footer a, #block-views-block-current-offers-management-block-1 footer .scholar-form #edit-actions a#edit-submit, .scholar-form #edit-actions #block-views-block-current-offers-management-block-1 footer a#edit-submit, .answer-solution-block footer a.btn-white, .answer-solution-block footer .talktoexpert-form #talktoexpert-form .sub-clbck a.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .answer-solution-block footer a.expert-subinfo, .answer-solution-block footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .answer-solution-block footer a, .answer-solution-block footer .scholar-form #edit-actions a#edit-submit, .scholar-form #edit-actions .answer-solution-block footer a#edit-submit, .find-office-wrapper .views-exposed-form .form-actions .btn-white.button, .find-office-wrapper .views-exposed-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .find-office-wrapper .views-exposed-form .form-actions .button.expert-subinfo, .find-office-wrapper .views-exposed-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .find-office-wrapper .views-exposed-form .form-actions a.button, .find-office-wrapper .views-exposed-form .form-actions .scholar-form #edit-actions .button#edit-submit, .scholar-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button#edit-submit, .price-cart-wrapper .course-type-btn #edit-actions .btn-white.button, .price-cart-wrapper .course-type-btn #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .price-cart-wrapper .course-type-btn #edit-actions .button.expert-subinfo, .price-cart-wrapper .course-type-btn #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .price-cart-wrapper .course-type-btn #edit-actions a.button, .price-cart-wrapper .course-type-btn .scholar-form #edit-actions .button#edit-submit, .scholar-form .price-cart-wrapper .course-type-btn #edit-actions .button#edit-submit, .price-cart-wrapper .course-type-btn a.btn-white, .price-cart-wrapper .course-type-btn .talktoexpert-form #talktoexpert-form .sub-clbck a.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .price-cart-wrapper .course-type-btn a.expert-subinfo, .price-cart-wrapper .course-type-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .price-cart-wrapper .course-type-btn a, .price-cart-wrapper .course-type-btn .scholar-form #edit-actions a#edit-submit, .scholar-form #edit-actions .price-cart-wrapper .course-type-btn a#edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .btn-white.form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit.expert-subinfo, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a.form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form #edit-actions .form-submit#edit-submit, .scholar-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit#edit-submit, .student-attendance-form .btn-white.form-submit, .student-attendance-form .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .student-attendance-form .form-submit.expert-subinfo, .student-attendance-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-attendance-form a.form-submit, .student-attendance-form .scholar-form #edit-actions .form-submit#edit-submit, .scholar-form #edit-actions .student-attendance-form .form-submit#edit-submit,
.student-upcoming-test-form .btn-white.form-submit,
.student-upcoming-test-form .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .student-upcoming-test-form .form-submit.expert-subinfo,
.student-upcoming-test-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-upcoming-test-form a.form-submit,
.student-upcoming-test-form .scholar-form #edit-actions .form-submit#edit-submit,
.scholar-form #edit-actions .student-upcoming-test-form .form-submit#edit-submit,
.student-timetable-form .btn-white.form-submit,
.student-timetable-form .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .student-timetable-form .form-submit.expert-subinfo,
.student-timetable-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-timetable-form a.form-submit,
.student-timetable-form .scholar-form #edit-actions .form-submit#edit-submit,
.scholar-form #edit-actions .student-timetable-form .form-submit#edit-submit,
.student-result-data .btn-white.form-submit,
.student-result-data .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .student-result-data .form-submit.expert-subinfo,
.student-result-data .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-result-data a.form-submit,
.student-result-data .scholar-form #edit-actions .form-submit#edit-submit,
.scholar-form #edit-actions .student-result-data .form-submit#edit-submit, .centre-gallery-form .center-gallery-formfield .btn-white.form-submit, .centre-gallery-form .center-gallery-formfield .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .centre-gallery-form .center-gallery-formfield .form-submit.expert-subinfo, .centre-gallery-form .center-gallery-formfield .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .centre-gallery-form .center-gallery-formfield a.form-submit, .centre-gallery-form .center-gallery-formfield .scholar-form #edit-actions .form-submit#edit-submit, .scholar-form #edit-actions .centre-gallery-form .center-gallery-formfield .form-submit#edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-white, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .talktoexpert-form #talktoexpert-form .sub-clbck button.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.expert-subinfo, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form #edit-actions button#edit-submit, .scholar-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button#edit-submit, .scholar-form #edit-actions #edit-submit, .scholar-form .congratulation-action-btn a.btn-white, .scholar-form .congratulation-action-btn .talktoexpert-form #talktoexpert-form .sub-clbck a.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form .congratulation-action-btn a.expert-subinfo, .scholar-form .congratulation-action-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form .congratulation-action-btn a, .scholar-form .congratulation-action-btn #edit-actions a#edit-submit, .scholar-form #edit-actions .congratulation-action-btn a#edit-submit, .scholar-form .congratulation-action-btn .btn-white.form-submit, .scholar-form .congratulation-action-btn .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form .congratulation-action-btn .form-submit.expert-subinfo, .scholar-form .congratulation-action-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form .congratulation-action-btn a.form-submit, .scholar-form .congratulation-action-btn #edit-actions .form-submit#edit-submit, .scholar-form #edit-actions .congratulation-action-btn .form-submit#edit-submit, .product-block .views-row .form-actions .btn-white.button, .product-block .views-row .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .product-block .views-row .form-actions .button.expert-subinfo, .product-block .views-row .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .product-block .views-row .form-actions a.button, .product-block .views-row .form-actions .scholar-form #edit-actions .button#edit-submit, .scholar-form #edit-actions .product-block .views-row .form-actions .button#edit-submit,
.wishlist-wrapper .views-row .form-actions .btn-white.button,
.wishlist-wrapper .views-row .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .wishlist-wrapper .views-row .form-actions .button.expert-subinfo,
.wishlist-wrapper .views-row .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .wishlist-wrapper .views-row .form-actions a.button,
.wishlist-wrapper .views-row .form-actions .scholar-form #edit-actions .button#edit-submit,
.scholar-form #edit-actions .wishlist-wrapper .views-row .form-actions .button#edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .btn-white.form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.button.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button.expert-subinfo, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit.button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form #edit-actions .form-submit.button#edit-submit, .scholar-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button#edit-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .btn-white.form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.button.expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button.expert-subinfo,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit.button,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form #edit-actions .form-submit.button#edit-submit,
.scholar-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button#edit-submit {
  background-color: #ffffff;
  color: #008fd3;
}
/* line 707, ../../sass/base/_global.scss */
.btn.btn-white:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo:hover, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a.btn-white:hover, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck a.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a.expert-subinfo:hover, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a:hover, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions a#edit-submit:hover, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a#edit-submit:hover, .testimonial-custom-wrapper footer .btn-white.view-testimonial:hover, .testimonial-custom-wrapper footer .talktoexpert-form #talktoexpert-form .sub-clbck .view-testimonial.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .testimonial-custom-wrapper footer .view-testimonial.expert-subinfo:hover, .testimonial-custom-wrapper footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.view-testimonial:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .testimonial-custom-wrapper footer a.view-testimonial:hover, .testimonial-custom-wrapper footer .scholar-form #edit-actions .view-testimonial#edit-submit:hover, .scholar-form #edit-actions .testimonial-custom-wrapper footer .view-testimonial#edit-submit:hover, .authentication-wrapper .authentication-content-wrapper .btn-white#edit-submit:hover, .authentication-wrapper .authentication-content-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .authentication-wrapper .authentication-content-wrapper #edit-submit.expert-subinfo:hover, .authentication-wrapper .authentication-content-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a#edit-submit:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .authentication-wrapper .authentication-content-wrapper a#edit-submit:hover, .authentication-wrapper .authentication-content-wrapper .scholar-form #edit-actions #edit-submit:hover, .scholar-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit:hover, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .btn-white#edit-login-returning-customer-submit:hover, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .talktoexpert-form #talktoexpert-form .sub-clbck #edit-login-returning-customer-submit.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit.expert-subinfo:hover, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a#edit-login-returning-customer-submit:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a#edit-login-returning-customer-submit:hover, .cognito-reset-password-form #edit-actions .btn-white#edit-submit:hover, .cognito-multistep-reset-password-form #edit-actions .btn-white#edit-submit:hover, .cognito-reset-password-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-reset-password-form #edit-actions #edit-submit.expert-subinfo:hover, .cognito-multistep-reset-password-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-multistep-reset-password-form #edit-actions #edit-submit.expert-subinfo:hover, .cognito-reset-password-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a#edit-submit:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-reset-password-form #edit-actions a#edit-submit:hover, .cognito-multistep-reset-password-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a#edit-submit:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-multistep-reset-password-form #edit-actions a#edit-submit:hover, .cognito-reset-password-form .scholar-form #edit-actions #edit-submit:hover, .scholar-form .cognito-reset-password-form #edit-actions #edit-submit:hover, .cognito-multistep-reset-password-form .scholar-form #edit-actions #edit-submit:hover, .scholar-form .cognito-multistep-reset-password-form #edit-actions #edit-submit:hover,
.cognito-email-verify-form #edit-actions .btn-white#edit-submit:hover,
.cognito-email-verify-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit.expert-subinfo:hover,
.talktoexpert-form #talktoexpert-form .sub-clbck .cognito-email-verify-form #edit-actions #edit-submit.expert-subinfo:hover,
.cognito-email-verify-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a#edit-submit:hover,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-email-verify-form #edit-actions a#edit-submit:hover,
.cognito-email-verify-form .scholar-form #edit-actions #edit-submit:hover,
.scholar-form .cognito-email-verify-form #edit-actions #edit-submit:hover, .contact-form-wrap .node-contact-us-management-form #edit-actions .btn-white#edit-submit:hover, .contact-form-wrap .node-contact-us-management-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit.expert-subinfo:hover, .contact-form-wrap .node-contact-us-management-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a#edit-submit:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .contact-form-wrap .node-contact-us-management-form #edit-actions a#edit-submit:hover, .contact-form-wrap .node-contact-us-management-form .scholar-form #edit-actions #edit-submit:hover, .scholar-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a:hover, .profile-form #edit-field-marks-grade-obtained-wrapper .btn-white.field-add-more-submit:hover, .profile-form #edit-field-marks-grade-obtained-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .field-add-more-submit.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit.expert-subinfo:hover, .profile-form #edit-field-marks-grade-obtained-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.field-add-more-submit:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form #edit-field-marks-grade-obtained-wrapper a.field-add-more-submit:hover, .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form #edit-actions .field-add-more-submit#edit-submit:hover, .scholar-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit#edit-submit:hover,
.profile-form #edit-field-user-address-details-wrapper .btn-white.field-add-more-submit:hover,
.profile-form #edit-field-user-address-details-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .field-add-more-submit.expert-subinfo:hover,
.talktoexpert-form #talktoexpert-form .sub-clbck .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit.expert-subinfo:hover,
.profile-form #edit-field-user-address-details-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.field-add-more-submit:hover,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form #edit-field-user-address-details-wrapper a.field-add-more-submit:hover,
.profile-form #edit-field-user-address-details-wrapper .scholar-form #edit-actions .field-add-more-submit#edit-submit:hover,
.scholar-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit#edit-submit:hover, .profile-form .btn-wrapper .btn-white.button:hover, .profile-form .btn-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form .btn-wrapper .button.expert-subinfo:hover, .profile-form .btn-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form .btn-wrapper a.button:hover, .profile-form .btn-wrapper .scholar-form #edit-actions .button#edit-submit:hover, .scholar-form #edit-actions .profile-form .btn-wrapper .button#edit-submit:hover, #user-change-password .btn-white#edit-submit:hover, #user-change-password .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck #user-change-password #edit-submit.expert-subinfo:hover, #user-change-password .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a#edit-submit:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #user-change-password a#edit-submit:hover, #user-change-password .scholar-form #edit-actions #edit-submit:hover, .scholar-form #edit-actions #user-change-password #edit-submit:hover, .student-data-verification .btn-white.form-submit:hover, .student-data-verification .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .student-data-verification .form-submit.expert-subinfo:hover, .student-data-verification .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-data-verification a.form-submit:hover, .student-data-verification .scholar-form #edit-actions .form-submit#edit-submit:hover, .scholar-form #edit-actions .student-data-verification .form-submit#edit-submit:hover, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a.btn-white:hover, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .talktoexpert-form #talktoexpert-form .sub-clbck a.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a.expert-subinfo:hover, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a:hover, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form #edit-actions a#edit-submit:hover, .scholar-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a#edit-submit:hover, .cart-form .cart-aside-wrapper .form-actions .btn-white.button:hover, .cart-form .cart-aside-wrapper .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .cart-aside-wrapper .form-actions .button.expert-subinfo:hover, .cart-form .cart-aside-wrapper .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .cart-aside-wrapper .form-actions a.button:hover, .cart-form .cart-aside-wrapper .form-actions .scholar-form #edit-actions .button#edit-submit:hover, .scholar-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .button#edit-submit:hover, .layout-region-checkout-secondary .layout-region-checkout-footer .btn-white.button:hover, .layout-region-checkout-secondary .layout-region-checkout-footer .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .layout-region-checkout-secondary .layout-region-checkout-footer .button.expert-subinfo:hover, .layout-region-checkout-secondary .layout-region-checkout-footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .layout-region-checkout-secondary .layout-region-checkout-footer a.button:hover, .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form #edit-actions .button#edit-submit:hover, .scholar-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button#edit-submit:hover,
.cart-aside-wrapper .layout-region-checkout-footer .btn-white.button:hover,
.cart-aside-wrapper .layout-region-checkout-footer .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo:hover,
.talktoexpert-form #talktoexpert-form .sub-clbck .cart-aside-wrapper .layout-region-checkout-footer .button.expert-subinfo:hover,
.cart-aside-wrapper .layout-region-checkout-footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button:hover,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-aside-wrapper .layout-region-checkout-footer a.button:hover,
.cart-aside-wrapper .layout-region-checkout-footer .scholar-form #edit-actions .button#edit-submit:hover,
.scholar-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button#edit-submit:hover, .student-verification-form .form-actions .btn-white.button:hover, .student-verification-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .student-verification-form .form-actions .button.expert-subinfo:hover, .student-verification-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-verification-form .form-actions a.button:hover, .student-verification-form .form-actions .scholar-form #edit-actions .button#edit-submit:hover, .scholar-form #edit-actions .student-verification-form .form-actions .button#edit-submit:hover, .cognito-multistep-reset-password-form .form-actions input.btn-white[type="submit"]:hover, .cognito-multistep-reset-password-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck input[type="submit"].expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-multistep-reset-password-form .form-actions input[type="submit"].expert-subinfo:hover, .cognito-multistep-reset-password-form .form-actions .scholar-form #edit-actions input[type="submit"]#edit-submit:hover, .scholar-form #edit-actions .cognito-multistep-reset-password-form .form-actions input[type="submit"]#edit-submit:hover, .cart-form .form-wrapper .btn-white.create-btn:hover, .cart-form .form-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .create-btn.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .form-wrapper .create-btn.expert-subinfo:hover, .cart-form .form-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.create-btn:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .form-wrapper a.create-btn:hover, .cart-form .form-wrapper .scholar-form #edit-actions .create-btn#edit-submit:hover, .scholar-form #edit-actions .cart-form .form-wrapper .create-btn#edit-submit:hover,
.cart-form .form-wrapper .btn-white.form-submit:hover,
.cart-form .form-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.expert-subinfo:hover,
.talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .form-wrapper .form-submit.expert-subinfo:hover,
.cart-form .form-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit:hover,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .form-wrapper a.form-submit:hover,
.cart-form .form-wrapper .scholar-form #edit-actions .form-submit#edit-submit:hover,
.scholar-form #edit-actions .cart-form .form-wrapper .form-submit#edit-submit:hover, .node-offline-admission-form-form #edit-actions .btn-white.button:hover, .node-offline-admission-form-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .node-offline-admission-form-form #edit-actions .button.expert-subinfo:hover, .node-offline-admission-form-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .node-offline-admission-form-form #edit-actions a.button:hover, .node-offline-admission-form-form .scholar-form #edit-actions .button#edit-submit:hover, .scholar-form .node-offline-admission-form-form #edit-actions .button#edit-submit:hover,
.node-selfenrolment-checkout-form-form #edit-actions .btn-white.button:hover,
.node-selfenrolment-checkout-form-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo:hover,
.talktoexpert-form #talktoexpert-form .sub-clbck .node-selfenrolment-checkout-form-form #edit-actions .button.expert-subinfo:hover,
.node-selfenrolment-checkout-form-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button:hover,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .node-selfenrolment-checkout-form-form #edit-actions a.button:hover,
.node-selfenrolment-checkout-form-form .scholar-form #edit-actions .button#edit-submit:hover,
.scholar-form .node-selfenrolment-checkout-form-form #edit-actions .button#edit-submit:hover, #block-views-block-current-offers-management-block-1 footer a.btn-white:hover, #block-views-block-current-offers-management-block-1 footer .talktoexpert-form #talktoexpert-form .sub-clbck a.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck #block-views-block-current-offers-management-block-1 footer a.expert-subinfo:hover, #block-views-block-current-offers-management-block-1 footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #block-views-block-current-offers-management-block-1 footer a:hover, #block-views-block-current-offers-management-block-1 footer .scholar-form #edit-actions a#edit-submit:hover, .scholar-form #edit-actions #block-views-block-current-offers-management-block-1 footer a#edit-submit:hover, .answer-solution-block footer a.btn-white:hover, .answer-solution-block footer .talktoexpert-form #talktoexpert-form .sub-clbck a.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .answer-solution-block footer a.expert-subinfo:hover, .answer-solution-block footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .answer-solution-block footer a:hover, .answer-solution-block footer .scholar-form #edit-actions a#edit-submit:hover, .scholar-form #edit-actions .answer-solution-block footer a#edit-submit:hover, .find-office-wrapper .views-exposed-form .form-actions .btn-white.button:hover, .find-office-wrapper .views-exposed-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .find-office-wrapper .views-exposed-form .form-actions .button.expert-subinfo:hover, .find-office-wrapper .views-exposed-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .find-office-wrapper .views-exposed-form .form-actions a.button:hover, .find-office-wrapper .views-exposed-form .form-actions .scholar-form #edit-actions .button#edit-submit:hover, .scholar-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button#edit-submit:hover, .price-cart-wrapper .course-type-btn #edit-actions .btn-white.button:hover, .price-cart-wrapper .course-type-btn #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .price-cart-wrapper .course-type-btn #edit-actions .button.expert-subinfo:hover, .price-cart-wrapper .course-type-btn #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .price-cart-wrapper .course-type-btn #edit-actions a.button:hover, .price-cart-wrapper .course-type-btn .scholar-form #edit-actions .button#edit-submit:hover, .scholar-form .price-cart-wrapper .course-type-btn #edit-actions .button#edit-submit:hover, .price-cart-wrapper .course-type-btn a.btn-white:hover, .price-cart-wrapper .course-type-btn .talktoexpert-form #talktoexpert-form .sub-clbck a.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .price-cart-wrapper .course-type-btn a.expert-subinfo:hover, .price-cart-wrapper .course-type-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .price-cart-wrapper .course-type-btn a:hover, .price-cart-wrapper .course-type-btn .scholar-form #edit-actions a#edit-submit:hover, .scholar-form #edit-actions .price-cart-wrapper .course-type-btn a#edit-submit:hover, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .btn-white.form-submit:hover, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit.expert-subinfo:hover, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a.form-submit:hover, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form #edit-actions .form-submit#edit-submit:hover, .scholar-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit#edit-submit:hover, .student-attendance-form .btn-white.form-submit:hover, .student-attendance-form .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .student-attendance-form .form-submit.expert-subinfo:hover, .student-attendance-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-attendance-form a.form-submit:hover, .student-attendance-form .scholar-form #edit-actions .form-submit#edit-submit:hover, .scholar-form #edit-actions .student-attendance-form .form-submit#edit-submit:hover,
.student-upcoming-test-form .btn-white.form-submit:hover,
.student-upcoming-test-form .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.expert-subinfo:hover,
.talktoexpert-form #talktoexpert-form .sub-clbck .student-upcoming-test-form .form-submit.expert-subinfo:hover,
.student-upcoming-test-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit:hover,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-upcoming-test-form a.form-submit:hover,
.student-upcoming-test-form .scholar-form #edit-actions .form-submit#edit-submit:hover,
.scholar-form #edit-actions .student-upcoming-test-form .form-submit#edit-submit:hover,
.student-timetable-form .btn-white.form-submit:hover,
.student-timetable-form .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.expert-subinfo:hover,
.talktoexpert-form #talktoexpert-form .sub-clbck .student-timetable-form .form-submit.expert-subinfo:hover,
.student-timetable-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit:hover,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-timetable-form a.form-submit:hover,
.student-timetable-form .scholar-form #edit-actions .form-submit#edit-submit:hover,
.scholar-form #edit-actions .student-timetable-form .form-submit#edit-submit:hover,
.student-result-data .btn-white.form-submit:hover,
.student-result-data .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.expert-subinfo:hover,
.talktoexpert-form #talktoexpert-form .sub-clbck .student-result-data .form-submit.expert-subinfo:hover,
.student-result-data .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit:hover,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-result-data a.form-submit:hover,
.student-result-data .scholar-form #edit-actions .form-submit#edit-submit:hover,
.scholar-form #edit-actions .student-result-data .form-submit#edit-submit:hover, .centre-gallery-form .center-gallery-formfield .btn-white.form-submit:hover, .centre-gallery-form .center-gallery-formfield .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .centre-gallery-form .center-gallery-formfield .form-submit.expert-subinfo:hover, .centre-gallery-form .center-gallery-formfield .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .centre-gallery-form .center-gallery-formfield a.form-submit:hover, .centre-gallery-form .center-gallery-formfield .scholar-form #edit-actions .form-submit#edit-submit:hover, .scholar-form #edit-actions .centre-gallery-form .center-gallery-formfield .form-submit#edit-submit:hover, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-white:hover, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .talktoexpert-form #talktoexpert-form .sub-clbck button.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.expert-subinfo:hover, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form #edit-actions button#edit-submit:hover, .scholar-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button#edit-submit:hover, .scholar-form #edit-actions #edit-submit:hover, .scholar-form .congratulation-action-btn a.btn-white:hover, .scholar-form .congratulation-action-btn .talktoexpert-form #talktoexpert-form .sub-clbck a.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form .congratulation-action-btn a.expert-subinfo:hover, .scholar-form .congratulation-action-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form .congratulation-action-btn a:hover, .scholar-form .congratulation-action-btn #edit-actions a#edit-submit:hover, .scholar-form #edit-actions .congratulation-action-btn a#edit-submit:hover, .scholar-form .congratulation-action-btn .btn-white.form-submit:hover, .scholar-form .congratulation-action-btn .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form .congratulation-action-btn .form-submit.expert-subinfo:hover, .scholar-form .congratulation-action-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form .congratulation-action-btn a.form-submit:hover, .scholar-form .congratulation-action-btn #edit-actions .form-submit#edit-submit:hover, .scholar-form #edit-actions .congratulation-action-btn .form-submit#edit-submit:hover, .product-block .views-row .form-actions .btn-white.button:hover, .product-block .views-row .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .product-block .views-row .form-actions .button.expert-subinfo:hover, .product-block .views-row .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .product-block .views-row .form-actions a.button:hover, .product-block .views-row .form-actions .scholar-form #edit-actions .button#edit-submit:hover, .scholar-form #edit-actions .product-block .views-row .form-actions .button#edit-submit:hover,
.wishlist-wrapper .views-row .form-actions .btn-white.button:hover,
.wishlist-wrapper .views-row .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button.expert-subinfo:hover,
.talktoexpert-form #talktoexpert-form .sub-clbck .wishlist-wrapper .views-row .form-actions .button.expert-subinfo:hover,
.wishlist-wrapper .views-row .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.button:hover,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .wishlist-wrapper .views-row .form-actions a.button:hover,
.wishlist-wrapper .views-row .form-actions .scholar-form #edit-actions .button#edit-submit:hover,
.scholar-form #edit-actions .wishlist-wrapper .views-row .form-actions .button#edit-submit:hover, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .btn-white.form-submit.button:hover, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.button.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button.expert-subinfo:hover, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit.button:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button:hover, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form #edit-actions .form-submit.button#edit-submit:hover, .scholar-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button#edit-submit:hover,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .btn-white.form-submit.button:hover,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.button.expert-subinfo:hover,
.talktoexpert-form #talktoexpert-form .sub-clbck .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button.expert-subinfo:hover,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.form-submit.button:hover,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button:hover,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form #edit-actions .form-submit.button#edit-submit:hover,
.scholar-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button#edit-submit:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
/* line 713, ../../sass/base/_global.scss */
.btn.btn-invert, .talktoexpert-form #talktoexpert-form .sub-clbck .btn-invert.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .price-cart-wrapper .course-type-btn a.expert-subinfo, .price-cart-wrapper .course-type-btn .talktoexpert-form #talktoexpert-form .sub-clbck a.expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a.btn-invert, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .testimonial-custom-wrapper footer .btn-invert.view-testimonial, .testimonial-custom-wrapper footer .price-cart-wrapper .course-type-btn a.view-testimonial, .price-cart-wrapper .course-type-btn .testimonial-custom-wrapper footer a.view-testimonial, .authentication-wrapper .authentication-content-wrapper .btn-invert#edit-submit, .authentication-wrapper .authentication-content-wrapper .price-cart-wrapper .course-type-btn a#edit-submit, .price-cart-wrapper .course-type-btn .authentication-wrapper .authentication-content-wrapper a#edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .btn-invert#edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .price-cart-wrapper .course-type-btn a#edit-login-returning-customer-submit, .price-cart-wrapper .course-type-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a#edit-login-returning-customer-submit, .cognito-reset-password-form #edit-actions .btn-invert#edit-submit, .cognito-multistep-reset-password-form #edit-actions .btn-invert#edit-submit, .cognito-reset-password-form #edit-actions .price-cart-wrapper .course-type-btn a#edit-submit, .price-cart-wrapper .course-type-btn .cognito-reset-password-form #edit-actions a#edit-submit, .cognito-multistep-reset-password-form #edit-actions .price-cart-wrapper .course-type-btn a#edit-submit, .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form #edit-actions a#edit-submit,
.cognito-email-verify-form #edit-actions .btn-invert#edit-submit,
.cognito-email-verify-form #edit-actions .price-cart-wrapper .course-type-btn a#edit-submit,
.price-cart-wrapper .course-type-btn .cognito-email-verify-form #edit-actions a#edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .btn-invert#edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .price-cart-wrapper .course-type-btn a#edit-submit, .price-cart-wrapper .course-type-btn .contact-form-wrap .node-contact-us-management-form #edit-actions a#edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.btn-invert, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .price-cart-wrapper .course-type-btn a, .price-cart-wrapper .course-type-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .profile-form #edit-field-marks-grade-obtained-wrapper .btn-invert.field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .price-cart-wrapper .course-type-btn a.field-add-more-submit, .price-cart-wrapper .course-type-btn .profile-form #edit-field-marks-grade-obtained-wrapper a.field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .btn-invert.field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .price-cart-wrapper .course-type-btn a.field-add-more-submit,
.price-cart-wrapper .course-type-btn .profile-form #edit-field-user-address-details-wrapper a.field-add-more-submit, .profile-form .btn-wrapper .btn-invert.button, .profile-form .btn-wrapper .price-cart-wrapper .course-type-btn a.button, .price-cart-wrapper .course-type-btn .profile-form .btn-wrapper a.button, #user-change-password .btn-invert#edit-submit, #user-change-password .price-cart-wrapper .course-type-btn a#edit-submit, .price-cart-wrapper .course-type-btn #user-change-password a#edit-submit, .student-data-verification .btn-invert.form-submit, .student-data-verification .price-cart-wrapper .course-type-btn a.form-submit, .price-cart-wrapper .course-type-btn .student-data-verification a.form-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a.btn-invert, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .price-cart-wrapper .course-type-btn a, .price-cart-wrapper .course-type-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a, .cart-form .cart-aside-wrapper .form-actions .btn-invert.button, .cart-form .cart-aside-wrapper .form-actions .price-cart-wrapper .course-type-btn a.button, .price-cart-wrapper .course-type-btn .cart-form .cart-aside-wrapper .form-actions a.button, .layout-region-checkout-secondary .layout-region-checkout-footer .btn-invert.button, .layout-region-checkout-secondary .layout-region-checkout-footer .price-cart-wrapper .course-type-btn a.button, .price-cart-wrapper .course-type-btn .layout-region-checkout-secondary .layout-region-checkout-footer a.button,
.cart-aside-wrapper .layout-region-checkout-footer .btn-invert.button,
.cart-aside-wrapper .layout-region-checkout-footer .price-cart-wrapper .course-type-btn a.button,
.price-cart-wrapper .course-type-btn .cart-aside-wrapper .layout-region-checkout-footer a.button, .student-verification-form .form-actions .btn-invert.button, .student-verification-form .form-actions .price-cart-wrapper .course-type-btn a.button, .price-cart-wrapper .course-type-btn .student-verification-form .form-actions a.button, .cognito-multistep-reset-password-form .form-actions input.btn-invert[type="submit"], .cart-form .form-wrapper .btn-invert.create-btn, .cart-form .form-wrapper .price-cart-wrapper .course-type-btn a.create-btn, .price-cart-wrapper .course-type-btn .cart-form .form-wrapper a.create-btn,
.cart-form .form-wrapper .btn-invert.form-submit,
.cart-form .form-wrapper .price-cart-wrapper .course-type-btn a.form-submit,
.price-cart-wrapper .course-type-btn .cart-form .form-wrapper a.form-submit, .node-offline-admission-form-form #edit-actions .btn-invert.button, .node-offline-admission-form-form #edit-actions .price-cart-wrapper .course-type-btn a.button, .price-cart-wrapper .course-type-btn .node-offline-admission-form-form #edit-actions a.button,
.node-selfenrolment-checkout-form-form #edit-actions .btn-invert.button,
.node-selfenrolment-checkout-form-form #edit-actions .price-cart-wrapper .course-type-btn a.button,
.price-cart-wrapper .course-type-btn .node-selfenrolment-checkout-form-form #edit-actions a.button, #block-views-block-current-offers-management-block-1 footer a.btn-invert, #block-views-block-current-offers-management-block-1 footer .price-cart-wrapper .course-type-btn a, .price-cart-wrapper .course-type-btn #block-views-block-current-offers-management-block-1 footer a, .answer-solution-block footer a.btn-invert, .answer-solution-block footer .price-cart-wrapper .course-type-btn a, .price-cart-wrapper .course-type-btn .answer-solution-block footer a, .find-office-wrapper .views-exposed-form .form-actions .btn-invert.button, .find-office-wrapper .views-exposed-form .form-actions .price-cart-wrapper .course-type-btn a.button, .price-cart-wrapper .course-type-btn .find-office-wrapper .views-exposed-form .form-actions a.button, .price-cart-wrapper .course-type-btn #edit-actions .btn-invert.button, .price-cart-wrapper .course-type-btn #edit-actions a.button, .price-cart-wrapper .course-type-btn a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .btn-invert.form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .price-cart-wrapper .course-type-btn a.form-submit, .price-cart-wrapper .course-type-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a.form-submit, .student-attendance-form .btn-invert.form-submit, .student-attendance-form .price-cart-wrapper .course-type-btn a.form-submit, .price-cart-wrapper .course-type-btn .student-attendance-form a.form-submit,
.student-upcoming-test-form .btn-invert.form-submit,
.student-upcoming-test-form .price-cart-wrapper .course-type-btn a.form-submit,
.price-cart-wrapper .course-type-btn .student-upcoming-test-form a.form-submit,
.student-timetable-form .btn-invert.form-submit,
.student-timetable-form .price-cart-wrapper .course-type-btn a.form-submit,
.price-cart-wrapper .course-type-btn .student-timetable-form a.form-submit,
.student-result-data .btn-invert.form-submit,
.student-result-data .price-cart-wrapper .course-type-btn a.form-submit,
.price-cart-wrapper .course-type-btn .student-result-data a.form-submit, .centre-gallery-form .center-gallery-formfield .btn-invert.form-submit, .centre-gallery-form .center-gallery-formfield .price-cart-wrapper .course-type-btn a.form-submit, .price-cart-wrapper .course-type-btn .centre-gallery-form .center-gallery-formfield a.form-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-invert, .scholar-form #edit-actions .btn-invert#edit-submit, .scholar-form #edit-actions .price-cart-wrapper .course-type-btn a#edit-submit, .price-cart-wrapper .course-type-btn .scholar-form #edit-actions a#edit-submit, .scholar-form .congratulation-action-btn a.btn-invert, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn a, .price-cart-wrapper .course-type-btn .scholar-form .congratulation-action-btn a, .scholar-form .congratulation-action-btn .btn-invert.form-submit, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn a.form-submit, .price-cart-wrapper .course-type-btn .scholar-form .congratulation-action-btn a.form-submit, .product-block .views-row .form-actions .btn-invert.button, .product-block .views-row .form-actions .price-cart-wrapper .course-type-btn a.button, .price-cart-wrapper .course-type-btn .product-block .views-row .form-actions a.button,
.wishlist-wrapper .views-row .form-actions .btn-invert.button,
.wishlist-wrapper .views-row .form-actions .price-cart-wrapper .course-type-btn a.button,
.price-cart-wrapper .course-type-btn .wishlist-wrapper .views-row .form-actions a.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .btn-invert.form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn a.form-submit.button, .price-cart-wrapper .course-type-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .btn-invert.form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn a.form-submit.button,
.price-cart-wrapper .course-type-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
/* line 717, ../../sass/base/_global.scss */
.btn.btn-invert:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .btn-invert.expert-subinfo:hover, .talktoexpert-form #talktoexpert-form .sub-clbck .price-cart-wrapper .course-type-btn a.expert-subinfo:hover, .price-cart-wrapper .course-type-btn .talktoexpert-form #talktoexpert-form .sub-clbck a.expert-subinfo:hover, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a.btn-invert:hover, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a:hover, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a:hover, .testimonial-custom-wrapper footer .btn-invert.view-testimonial:hover, .testimonial-custom-wrapper footer .price-cart-wrapper .course-type-btn a.view-testimonial:hover, .price-cart-wrapper .course-type-btn .testimonial-custom-wrapper footer a.view-testimonial:hover, .authentication-wrapper .authentication-content-wrapper .btn-invert#edit-submit:hover, .authentication-wrapper .authentication-content-wrapper .price-cart-wrapper .course-type-btn a#edit-submit:hover, .price-cart-wrapper .course-type-btn .authentication-wrapper .authentication-content-wrapper a#edit-submit:hover, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .btn-invert#edit-login-returning-customer-submit:hover, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .price-cart-wrapper .course-type-btn a#edit-login-returning-customer-submit:hover, .price-cart-wrapper .course-type-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a#edit-login-returning-customer-submit:hover, .cognito-reset-password-form #edit-actions .btn-invert#edit-submit:hover, .cognito-multistep-reset-password-form #edit-actions .btn-invert#edit-submit:hover, .cognito-reset-password-form #edit-actions .price-cart-wrapper .course-type-btn a#edit-submit:hover, .price-cart-wrapper .course-type-btn .cognito-reset-password-form #edit-actions a#edit-submit:hover, .cognito-multistep-reset-password-form #edit-actions .price-cart-wrapper .course-type-btn a#edit-submit:hover, .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form #edit-actions a#edit-submit:hover,
.cognito-email-verify-form #edit-actions .btn-invert#edit-submit:hover,
.cognito-email-verify-form #edit-actions .price-cart-wrapper .course-type-btn a#edit-submit:hover,
.price-cart-wrapper .course-type-btn .cognito-email-verify-form #edit-actions a#edit-submit:hover, .contact-form-wrap .node-contact-us-management-form #edit-actions .btn-invert#edit-submit:hover, .contact-form-wrap .node-contact-us-management-form #edit-actions .price-cart-wrapper .course-type-btn a#edit-submit:hover, .price-cart-wrapper .course-type-btn .contact-form-wrap .node-contact-us-management-form #edit-actions a#edit-submit:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a.btn-invert:hover, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .price-cart-wrapper .course-type-btn a:hover, .price-cart-wrapper .course-type-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a:hover, .profile-form #edit-field-marks-grade-obtained-wrapper .btn-invert.field-add-more-submit:hover, .profile-form #edit-field-marks-grade-obtained-wrapper .price-cart-wrapper .course-type-btn a.field-add-more-submit:hover, .price-cart-wrapper .course-type-btn .profile-form #edit-field-marks-grade-obtained-wrapper a.field-add-more-submit:hover,
.profile-form #edit-field-user-address-details-wrapper .btn-invert.field-add-more-submit:hover,
.profile-form #edit-field-user-address-details-wrapper .price-cart-wrapper .course-type-btn a.field-add-more-submit:hover,
.price-cart-wrapper .course-type-btn .profile-form #edit-field-user-address-details-wrapper a.field-add-more-submit:hover, .profile-form .btn-wrapper .btn-invert.button:hover, .profile-form .btn-wrapper .price-cart-wrapper .course-type-btn a.button:hover, .price-cart-wrapper .course-type-btn .profile-form .btn-wrapper a.button:hover, #user-change-password .btn-invert#edit-submit:hover, #user-change-password .price-cart-wrapper .course-type-btn a#edit-submit:hover, .price-cart-wrapper .course-type-btn #user-change-password a#edit-submit:hover, .student-data-verification .btn-invert.form-submit:hover, .student-data-verification .price-cart-wrapper .course-type-btn a.form-submit:hover, .price-cart-wrapper .course-type-btn .student-data-verification a.form-submit:hover, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a.btn-invert:hover, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .price-cart-wrapper .course-type-btn a:hover, .price-cart-wrapper .course-type-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a:hover, .cart-form .cart-aside-wrapper .form-actions .btn-invert.button:hover, .cart-form .cart-aside-wrapper .form-actions .price-cart-wrapper .course-type-btn a.button:hover, .price-cart-wrapper .course-type-btn .cart-form .cart-aside-wrapper .form-actions a.button:hover, .layout-region-checkout-secondary .layout-region-checkout-footer .btn-invert.button:hover, .layout-region-checkout-secondary .layout-region-checkout-footer .price-cart-wrapper .course-type-btn a.button:hover, .price-cart-wrapper .course-type-btn .layout-region-checkout-secondary .layout-region-checkout-footer a.button:hover,
.cart-aside-wrapper .layout-region-checkout-footer .btn-invert.button:hover,
.cart-aside-wrapper .layout-region-checkout-footer .price-cart-wrapper .course-type-btn a.button:hover,
.price-cart-wrapper .course-type-btn .cart-aside-wrapper .layout-region-checkout-footer a.button:hover, .student-verification-form .form-actions .btn-invert.button:hover, .student-verification-form .form-actions .price-cart-wrapper .course-type-btn a.button:hover, .price-cart-wrapper .course-type-btn .student-verification-form .form-actions a.button:hover, .cognito-multistep-reset-password-form .form-actions input.btn-invert[type="submit"]:hover, .cart-form .form-wrapper .btn-invert.create-btn:hover, .cart-form .form-wrapper .price-cart-wrapper .course-type-btn a.create-btn:hover, .price-cart-wrapper .course-type-btn .cart-form .form-wrapper a.create-btn:hover,
.cart-form .form-wrapper .btn-invert.form-submit:hover,
.cart-form .form-wrapper .price-cart-wrapper .course-type-btn a.form-submit:hover,
.price-cart-wrapper .course-type-btn .cart-form .form-wrapper a.form-submit:hover, .node-offline-admission-form-form #edit-actions .btn-invert.button:hover, .node-offline-admission-form-form #edit-actions .price-cart-wrapper .course-type-btn a.button:hover, .price-cart-wrapper .course-type-btn .node-offline-admission-form-form #edit-actions a.button:hover,
.node-selfenrolment-checkout-form-form #edit-actions .btn-invert.button:hover,
.node-selfenrolment-checkout-form-form #edit-actions .price-cart-wrapper .course-type-btn a.button:hover,
.price-cart-wrapper .course-type-btn .node-selfenrolment-checkout-form-form #edit-actions a.button:hover, #block-views-block-current-offers-management-block-1 footer a.btn-invert:hover, #block-views-block-current-offers-management-block-1 footer .price-cart-wrapper .course-type-btn a:hover, .price-cart-wrapper .course-type-btn #block-views-block-current-offers-management-block-1 footer a:hover, .answer-solution-block footer a.btn-invert:hover, .answer-solution-block footer .price-cart-wrapper .course-type-btn a:hover, .price-cart-wrapper .course-type-btn .answer-solution-block footer a:hover, .find-office-wrapper .views-exposed-form .form-actions .btn-invert.button:hover, .find-office-wrapper .views-exposed-form .form-actions .price-cart-wrapper .course-type-btn a.button:hover, .price-cart-wrapper .course-type-btn .find-office-wrapper .views-exposed-form .form-actions a.button:hover, .price-cart-wrapper .course-type-btn #edit-actions .btn-invert.button:hover, .price-cart-wrapper .course-type-btn #edit-actions a.button:hover, .price-cart-wrapper .course-type-btn a:hover, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .btn-invert.form-submit:hover, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .price-cart-wrapper .course-type-btn a.form-submit:hover, .price-cart-wrapper .course-type-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a.form-submit:hover, .student-attendance-form .btn-invert.form-submit:hover, .student-attendance-form .price-cart-wrapper .course-type-btn a.form-submit:hover, .price-cart-wrapper .course-type-btn .student-attendance-form a.form-submit:hover,
.student-upcoming-test-form .btn-invert.form-submit:hover,
.student-upcoming-test-form .price-cart-wrapper .course-type-btn a.form-submit:hover,
.price-cart-wrapper .course-type-btn .student-upcoming-test-form a.form-submit:hover,
.student-timetable-form .btn-invert.form-submit:hover,
.student-timetable-form .price-cart-wrapper .course-type-btn a.form-submit:hover,
.price-cart-wrapper .course-type-btn .student-timetable-form a.form-submit:hover,
.student-result-data .btn-invert.form-submit:hover,
.student-result-data .price-cart-wrapper .course-type-btn a.form-submit:hover,
.price-cart-wrapper .course-type-btn .student-result-data a.form-submit:hover, .centre-gallery-form .center-gallery-formfield .btn-invert.form-submit:hover, .centre-gallery-form .center-gallery-formfield .price-cart-wrapper .course-type-btn a.form-submit:hover, .price-cart-wrapper .course-type-btn .centre-gallery-form .center-gallery-formfield a.form-submit:hover, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-invert:hover, .scholar-form #edit-actions .btn-invert#edit-submit:hover, .scholar-form #edit-actions .price-cart-wrapper .course-type-btn a#edit-submit:hover, .price-cart-wrapper .course-type-btn .scholar-form #edit-actions a#edit-submit:hover, .scholar-form .congratulation-action-btn a.btn-invert:hover, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn a:hover, .price-cart-wrapper .course-type-btn .scholar-form .congratulation-action-btn a:hover, .scholar-form .congratulation-action-btn .btn-invert.form-submit:hover, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn a.form-submit:hover, .price-cart-wrapper .course-type-btn .scholar-form .congratulation-action-btn a.form-submit:hover, .product-block .views-row .form-actions .btn-invert.button:hover, .product-block .views-row .form-actions .price-cart-wrapper .course-type-btn a.button:hover, .price-cart-wrapper .course-type-btn .product-block .views-row .form-actions a.button:hover,
.wishlist-wrapper .views-row .form-actions .btn-invert.button:hover,
.wishlist-wrapper .views-row .form-actions .price-cart-wrapper .course-type-btn a.button:hover,
.price-cart-wrapper .course-type-btn .wishlist-wrapper .views-row .form-actions a.button:hover, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .btn-invert.form-submit.button:hover, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn a.form-submit.button:hover, .price-cart-wrapper .course-type-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button:hover,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .btn-invert.form-submit.button:hover,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn a.form-submit.button:hover,
.price-cart-wrapper .course-type-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #0098d5;
}
/* line 723, ../../sass/base/_global.scss */
.btn + .btn, .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .btn, .testimonial-custom-wrapper footer .view-testimonial + .btn, .authentication-wrapper .authentication-content-wrapper #edit-submit + .btn, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .btn, .cognito-reset-password-form #edit-actions #edit-submit + .btn, .cognito-multistep-reset-password-form #edit-actions #edit-submit + .btn,
.cognito-email-verify-form #edit-actions #edit-submit + .btn, .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .btn, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .btn, .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .btn,
.profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .btn, .profile-form .btn-wrapper .button + .btn, #user-change-password #edit-submit + .btn, .student-data-verification .form-submit + .btn, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .btn, .cart-form .cart-aside-wrapper .form-actions .button + .btn, .layout-region-checkout-secondary .layout-region-checkout-footer .button + .btn,
.cart-aside-wrapper .layout-region-checkout-footer .button + .btn, .student-verification-form .form-actions .button + .btn, .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .btn, .cart-form .form-wrapper .create-btn + .btn,
.cart-form .form-wrapper .form-submit + .btn, .node-offline-admission-form-form #edit-actions .button + .btn,
.node-selfenrolment-checkout-form-form #edit-actions .button + .btn, #block-views-block-current-offers-management-block-1 footer a + .btn, .answer-solution-block footer a + .btn, .find-office-wrapper .views-exposed-form .form-actions .button + .btn, .price-cart-wrapper .course-type-btn #edit-actions .button + .btn, .price-cart-wrapper .course-type-btn a + .btn, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .btn, .student-attendance-form .form-submit + .btn,
.student-upcoming-test-form .form-submit + .btn,
.student-timetable-form .form-submit + .btn,
.student-result-data .form-submit + .btn, .centre-gallery-form .center-gallery-formfield .form-submit + .btn, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .btn, .scholar-form #edit-actions #edit-submit + .btn, .scholar-form .congratulation-action-btn a + .btn, .scholar-form .congratulation-action-btn .form-submit + .btn, .product-block .views-row .form-actions .button + .btn,
.wishlist-wrapper .views-row .form-actions .button + .btn, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .btn,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .btn, .talktoexpert-form #talktoexpert-form .sub-clbck .btn + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .expert-subinfo, .testimonial-custom-wrapper footer .talktoexpert-form #talktoexpert-form .sub-clbck .view-testimonial + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .testimonial-custom-wrapper footer .view-testimonial + .expert-subinfo, .authentication-wrapper .authentication-content-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .authentication-wrapper .authentication-content-wrapper #edit-submit + .expert-subinfo, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .talktoexpert-form #talktoexpert-form .sub-clbck #edit-login-returning-customer-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .expert-subinfo, .cognito-reset-password-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-reset-password-form #edit-actions #edit-submit + .expert-subinfo, .cognito-multistep-reset-password-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-multistep-reset-password-form #edit-actions #edit-submit + .expert-subinfo,
.cognito-email-verify-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .cognito-email-verify-form #edit-actions #edit-submit + .expert-subinfo, .contact-form-wrap .node-contact-us-management-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .expert-subinfo, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .expert-subinfo, .profile-form #edit-field-marks-grade-obtained-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .field-add-more-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .expert-subinfo,
.profile-form #edit-field-user-address-details-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .field-add-more-submit + .expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .expert-subinfo, .profile-form .btn-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form .btn-wrapper .button + .expert-subinfo, #user-change-password .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck #user-change-password #edit-submit + .expert-subinfo, .student-data-verification .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .student-data-verification .form-submit + .expert-subinfo, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .expert-subinfo, .cart-form .cart-aside-wrapper .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .cart-aside-wrapper .form-actions .button + .expert-subinfo, .layout-region-checkout-secondary .layout-region-checkout-footer .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .layout-region-checkout-secondary .layout-region-checkout-footer .button + .expert-subinfo,
.cart-aside-wrapper .layout-region-checkout-footer .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .cart-aside-wrapper .layout-region-checkout-footer .button + .expert-subinfo, .student-verification-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .student-verification-form .form-actions .button + .expert-subinfo, .cognito-multistep-reset-password-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck input[type="submit"] + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .expert-subinfo, .cart-form .form-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .create-btn + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .form-wrapper .create-btn + .expert-subinfo,
.cart-form .form-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .form-wrapper .form-submit + .expert-subinfo, .node-offline-admission-form-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .node-offline-admission-form-form #edit-actions .button + .expert-subinfo,
.node-selfenrolment-checkout-form-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .node-selfenrolment-checkout-form-form #edit-actions .button + .expert-subinfo, #block-views-block-current-offers-management-block-1 footer .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck #block-views-block-current-offers-management-block-1 footer a + .expert-subinfo, .answer-solution-block footer .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .answer-solution-block footer a + .expert-subinfo, .find-office-wrapper .views-exposed-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .find-office-wrapper .views-exposed-form .form-actions .button + .expert-subinfo, .price-cart-wrapper .course-type-btn #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .price-cart-wrapper .course-type-btn #edit-actions .button + .expert-subinfo, .price-cart-wrapper .course-type-btn .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .price-cart-wrapper .course-type-btn a + .expert-subinfo, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .expert-subinfo, .student-attendance-form .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .student-attendance-form .form-submit + .expert-subinfo,
.student-upcoming-test-form .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .student-upcoming-test-form .form-submit + .expert-subinfo,
.student-timetable-form .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .student-timetable-form .form-submit + .expert-subinfo,
.student-result-data .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .student-result-data .form-submit + .expert-subinfo, .centre-gallery-form .center-gallery-formfield .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .centre-gallery-form .center-gallery-formfield .form-submit + .expert-subinfo, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .talktoexpert-form #talktoexpert-form .sub-clbck button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .expert-subinfo, .scholar-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form #edit-actions #edit-submit + .expert-subinfo, .scholar-form .congratulation-action-btn .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form .congratulation-action-btn a + .expert-subinfo, .scholar-form .congratulation-action-btn .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form .congratulation-action-btn .form-submit + .expert-subinfo, .product-block .views-row .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .product-block .views-row .form-actions .button + .expert-subinfo,
.wishlist-wrapper .views-row .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .wishlist-wrapper .views-row .form-actions .button + .expert-subinfo, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .expert-subinfo,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.button + .expert-subinfo,
.talktoexpert-form #talktoexpert-form .sub-clbck .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + a, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + a, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + a,
.cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a,
.profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + a, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + a, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + a,
.cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + a, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + a, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + a,
.cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + a, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + a,
.node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + a, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + a,
.student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + a,
.student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + a,
.student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + a, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + a, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + a,
.wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .testimonial-custom-wrapper footer .btn + .view-testimonial, .talktoexpert-form #talktoexpert-form .sub-clbck .testimonial-custom-wrapper footer .expert-subinfo + .view-testimonial, .testimonial-custom-wrapper footer .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .view-testimonial, .testimonial-custom-wrapper footer .view-testimonial + .view-testimonial, .authentication-wrapper .authentication-content-wrapper .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .authentication-wrapper .authentication-content-wrapper #edit-submit + .view-testimonial, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .testimonial-custom-wrapper footer #edit-login-returning-customer-submit + .view-testimonial, .testimonial-custom-wrapper footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .view-testimonial, .cognito-reset-password-form #edit-actions .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .cognito-reset-password-form #edit-actions #edit-submit + .view-testimonial, .cognito-multistep-reset-password-form #edit-actions .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .cognito-multistep-reset-password-form #edit-actions #edit-submit + .view-testimonial,
.cognito-email-verify-form #edit-actions .testimonial-custom-wrapper footer #edit-submit + .view-testimonial,
.testimonial-custom-wrapper footer .cognito-email-verify-form #edit-actions #edit-submit + .view-testimonial, .contact-form-wrap .node-contact-us-management-form #edit-actions .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .view-testimonial, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .view-testimonial, .profile-form #edit-field-marks-grade-obtained-wrapper .testimonial-custom-wrapper footer .field-add-more-submit + .view-testimonial, .testimonial-custom-wrapper footer .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .view-testimonial,
.profile-form #edit-field-user-address-details-wrapper .testimonial-custom-wrapper footer .field-add-more-submit + .view-testimonial,
.testimonial-custom-wrapper footer .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .view-testimonial, .profile-form .btn-wrapper .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .profile-form .btn-wrapper .button + .view-testimonial, #user-change-password .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer #user-change-password #edit-submit + .view-testimonial, .student-data-verification .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .student-data-verification .form-submit + .view-testimonial, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .view-testimonial, .cart-form .cart-aside-wrapper .form-actions .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .cart-form .cart-aside-wrapper .form-actions .button + .view-testimonial, .layout-region-checkout-secondary .layout-region-checkout-footer .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .layout-region-checkout-secondary .layout-region-checkout-footer .button + .view-testimonial,
.cart-aside-wrapper .layout-region-checkout-footer .testimonial-custom-wrapper footer .button + .view-testimonial,
.testimonial-custom-wrapper footer .cart-aside-wrapper .layout-region-checkout-footer .button + .view-testimonial, .student-verification-form .form-actions .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .student-verification-form .form-actions .button + .view-testimonial, .cognito-multistep-reset-password-form .form-actions .testimonial-custom-wrapper footer input[type="submit"] + .view-testimonial, .testimonial-custom-wrapper footer .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .view-testimonial, .cart-form .form-wrapper .testimonial-custom-wrapper footer .create-btn + .view-testimonial, .testimonial-custom-wrapper footer .cart-form .form-wrapper .create-btn + .view-testimonial,
.cart-form .form-wrapper .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
.testimonial-custom-wrapper footer .cart-form .form-wrapper .form-submit + .view-testimonial, .node-offline-admission-form-form #edit-actions .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .node-offline-admission-form-form #edit-actions .button + .view-testimonial,
.node-selfenrolment-checkout-form-form #edit-actions .testimonial-custom-wrapper footer .button + .view-testimonial,
.testimonial-custom-wrapper footer .node-selfenrolment-checkout-form-form #edit-actions .button + .view-testimonial, #block-views-block-current-offers-management-block-1 .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper #block-views-block-current-offers-management-block-1 footer a + .view-testimonial, .answer-solution-block .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper .answer-solution-block footer a + .view-testimonial, .find-office-wrapper .views-exposed-form .form-actions .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .find-office-wrapper .views-exposed-form .form-actions .button + .view-testimonial, .price-cart-wrapper .course-type-btn #edit-actions .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .price-cart-wrapper .course-type-btn #edit-actions .button + .view-testimonial, .price-cart-wrapper .course-type-btn .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .price-cart-wrapper .course-type-btn a + .view-testimonial, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .view-testimonial, .student-attendance-form .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .student-attendance-form .form-submit + .view-testimonial,
.student-upcoming-test-form .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
.testimonial-custom-wrapper footer .student-upcoming-test-form .form-submit + .view-testimonial,
.student-timetable-form .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
.testimonial-custom-wrapper footer .student-timetable-form .form-submit + .view-testimonial,
.student-result-data .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
.testimonial-custom-wrapper footer .student-result-data .form-submit + .view-testimonial, .centre-gallery-form .center-gallery-formfield .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .centre-gallery-form .center-gallery-formfield .form-submit + .view-testimonial, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .testimonial-custom-wrapper footer button + .view-testimonial, .testimonial-custom-wrapper footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .view-testimonial, .scholar-form #edit-actions .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .scholar-form #edit-actions #edit-submit + .view-testimonial, .scholar-form .congratulation-action-btn .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .scholar-form .congratulation-action-btn a + .view-testimonial, .scholar-form .congratulation-action-btn .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .scholar-form .congratulation-action-btn .form-submit + .view-testimonial, .product-block .views-row .form-actions .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .product-block .views-row .form-actions .button + .view-testimonial,
.wishlist-wrapper .views-row .form-actions .testimonial-custom-wrapper footer .button + .view-testimonial,
.testimonial-custom-wrapper footer .wishlist-wrapper .views-row .form-actions .button + .view-testimonial, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .testimonial-custom-wrapper footer .form-submit.button + .view-testimonial, .testimonial-custom-wrapper footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .view-testimonial,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .testimonial-custom-wrapper footer .form-submit.button + .view-testimonial,
.testimonial-custom-wrapper footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .view-testimonial, .authentication-wrapper .authentication-content-wrapper .btn + #edit-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .authentication-wrapper .authentication-content-wrapper .expert-subinfo + #edit-submit, .authentication-wrapper .authentication-content-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .testimonial-custom-wrapper footer .authentication-wrapper .authentication-content-wrapper .view-testimonial + #edit-submit, .authentication-wrapper .authentication-content-wrapper .testimonial-custom-wrapper footer .view-testimonial + #edit-submit, .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit, .cognito-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit,
.cognito-email-verify-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit,
.authentication-wrapper .authentication-content-wrapper .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .authentication-wrapper .authentication-content-wrapper .field-add-more-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit,
.profile-form #edit-field-user-address-details-wrapper .authentication-wrapper .authentication-content-wrapper .field-add-more-submit + #edit-submit,
.authentication-wrapper .authentication-content-wrapper .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit, .profile-form .btn-wrapper .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .profile-form .btn-wrapper .button + #edit-submit, #user-change-password .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper #user-change-password #edit-submit + #edit-submit, .student-data-verification .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .student-data-verification .form-submit + #edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit, .cart-form .cart-aside-wrapper .form-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit,
.cart-aside-wrapper .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .button + #edit-submit,
.authentication-wrapper .authentication-content-wrapper .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit, .student-verification-form .form-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .student-verification-form .form-actions .button + #edit-submit, .cognito-multistep-reset-password-form .form-actions .authentication-wrapper .authentication-content-wrapper input[type="submit"] + #edit-submit, .authentication-wrapper .authentication-content-wrapper .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-submit, .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .create-btn + #edit-submit, .authentication-wrapper .authentication-content-wrapper .cart-form .form-wrapper .create-btn + #edit-submit,
.cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
.authentication-wrapper .authentication-content-wrapper .cart-form .form-wrapper .form-submit + #edit-submit, .node-offline-admission-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .node-offline-admission-form-form #edit-actions .button + #edit-submit,
.node-selfenrolment-checkout-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit,
.authentication-wrapper .authentication-content-wrapper .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit, #block-views-block-current-offers-management-block-1 footer .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper #block-views-block-current-offers-management-block-1 footer a + #edit-submit, .answer-solution-block footer .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .answer-solution-block footer a + #edit-submit, .find-office-wrapper .views-exposed-form .form-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn #edit-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .price-cart-wrapper .course-type-btn a + #edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit, .student-attendance-form .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .student-attendance-form .form-submit + #edit-submit,
.student-upcoming-test-form .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
.authentication-wrapper .authentication-content-wrapper .student-upcoming-test-form .form-submit + #edit-submit,
.student-timetable-form .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
.authentication-wrapper .authentication-content-wrapper .student-timetable-form .form-submit + #edit-submit,
.student-result-data .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
.authentication-wrapper .authentication-content-wrapper .student-result-data .form-submit + #edit-submit, .centre-gallery-form .center-gallery-formfield .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .authentication-wrapper .authentication-content-wrapper button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit, .scholar-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .scholar-form .congratulation-action-btn a + #edit-submit, .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .scholar-form .congratulation-action-btn .form-submit + #edit-submit, .product-block .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .product-block .views-row .form-actions .button + #edit-submit,
.wishlist-wrapper .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit,
.authentication-wrapper .authentication-content-wrapper .wishlist-wrapper .views-row .form-actions .button + #edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .form-submit.button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .form-submit.button + #edit-submit,
.authentication-wrapper .authentication-content-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .btn + #edit-login-returning-customer-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .expert-subinfo + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-login-returning-customer-submit, .testimonial-custom-wrapper footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .view-testimonial + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .testimonial-custom-wrapper footer .view-testimonial + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-login-returning-customer-submit, .cognito-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-reset-password-form #edit-actions #edit-submit + #edit-login-returning-customer-submit, .cognito-multistep-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-login-returning-customer-submit,
.cognito-email-verify-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-email-verify-form #edit-actions #edit-submit + #edit-login-returning-customer-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-login-returning-customer-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-login-returning-customer-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .field-add-more-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-login-returning-customer-submit,
.profile-form #edit-field-user-address-details-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .field-add-more-submit + #edit-login-returning-customer-submit,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-login-returning-customer-submit, .profile-form .btn-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .profile-form .btn-wrapper .button + #edit-login-returning-customer-submit, #user-change-password .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #user-change-password #edit-submit + #edit-login-returning-customer-submit, .student-data-verification .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-data-verification .form-submit + #edit-login-returning-customer-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-login-returning-customer-submit, .cart-form .cart-aside-wrapper .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-form .cart-aside-wrapper .form-actions .button + #edit-login-returning-customer-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-login-returning-customer-submit,
.cart-aside-wrapper .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-login-returning-customer-submit, .student-verification-form .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-verification-form .form-actions .button + #edit-login-returning-customer-submit, .cognito-multistep-reset-password-form .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap input[type="submit"] + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-login-returning-customer-submit, .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .create-btn + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-form .form-wrapper .create-btn + #edit-login-returning-customer-submit,
.cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-form .form-wrapper .form-submit + #edit-login-returning-customer-submit, .node-offline-admission-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .node-offline-admission-form-form #edit-actions .button + #edit-login-returning-customer-submit,
.node-selfenrolment-checkout-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-login-returning-customer-submit, #block-views-block-current-offers-management-block-1 footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #block-views-block-current-offers-management-block-1 footer a + #edit-login-returning-customer-submit, .answer-solution-block footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .answer-solution-block footer a + #edit-login-returning-customer-submit, .find-office-wrapper .views-exposed-form .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .find-office-wrapper .views-exposed-form .form-actions .button + #edit-login-returning-customer-submit, .price-cart-wrapper .course-type-btn #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-login-returning-customer-submit, .price-cart-wrapper .course-type-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .price-cart-wrapper .course-type-btn a + #edit-login-returning-customer-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-login-returning-customer-submit, .student-attendance-form .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-attendance-form .form-submit + #edit-login-returning-customer-submit,
.student-upcoming-test-form .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-upcoming-test-form .form-submit + #edit-login-returning-customer-submit,
.student-timetable-form .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-timetable-form .form-submit + #edit-login-returning-customer-submit,
.student-result-data .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-result-data .form-submit + #edit-login-returning-customer-submit, .centre-gallery-form .center-gallery-formfield .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .centre-gallery-form .center-gallery-formfield .form-submit + #edit-login-returning-customer-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .authentication-wrapper .authentication-content-wrapper .akash-form-wrap button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-login-returning-customer-submit, .scholar-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .scholar-form #edit-actions #edit-submit + #edit-login-returning-customer-submit, .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .scholar-form .congratulation-action-btn a + #edit-login-returning-customer-submit, .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .scholar-form .congratulation-action-btn .form-submit + #edit-login-returning-customer-submit, .product-block .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .product-block .views-row .form-actions .button + #edit-login-returning-customer-submit,
.wishlist-wrapper .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .wishlist-wrapper .views-row .form-actions .button + #edit-login-returning-customer-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit.button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-login-returning-customer-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit.button + #edit-login-returning-customer-submit,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-login-returning-customer-submit, .cognito-reset-password-form #edit-actions .btn + #edit-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-reset-password-form #edit-actions .expert-subinfo + #edit-submit, .cognito-reset-password-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .testimonial-custom-wrapper footer .cognito-reset-password-form #edit-actions .view-testimonial + #edit-submit, .cognito-reset-password-form #edit-actions .testimonial-custom-wrapper footer .view-testimonial + #edit-submit, .authentication-wrapper .authentication-content-wrapper .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-reset-password-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .cognito-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit, .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit,
.cognito-email-verify-form .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit,
.cognito-reset-password-form .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-reset-password-form #edit-actions .field-add-more-submit + #edit-submit, .cognito-reset-password-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit,
.profile-form #edit-field-user-address-details-wrapper .cognito-reset-password-form #edit-actions .field-add-more-submit + #edit-submit,
.cognito-reset-password-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit, .profile-form .btn-wrapper .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .profile-form .btn-wrapper .button + #edit-submit, #user-change-password .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form #edit-actions #user-change-password #edit-submit + #edit-submit, .student-data-verification .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .student-data-verification .form-submit + #edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit, .cart-form .cart-aside-wrapper .form-actions .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit,
.cart-aside-wrapper .layout-region-checkout-footer .cognito-reset-password-form #edit-actions .button + #edit-submit,
.cognito-reset-password-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit, .student-verification-form .form-actions .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .student-verification-form .form-actions .button + #edit-submit, .cognito-multistep-reset-password-form .form-actions .cognito-reset-password-form #edit-actions input[type="submit"] + #edit-submit, .cognito-reset-password-form #edit-actions .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-submit, .cart-form .form-wrapper .cognito-reset-password-form #edit-actions .create-btn + #edit-submit, .cognito-reset-password-form #edit-actions .cart-form .form-wrapper .create-btn + #edit-submit,
.cart-form .form-wrapper .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
.cognito-reset-password-form #edit-actions .cart-form .form-wrapper .form-submit + #edit-submit, .node-offline-admission-form-form .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form .node-offline-admission-form-form #edit-actions .button + #edit-submit,
.node-selfenrolment-checkout-form-form .cognito-reset-password-form #edit-actions .button + #edit-submit,
.cognito-reset-password-form .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit, #block-views-block-current-offers-management-block-1 footer .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions #block-views-block-current-offers-management-block-1 footer a + #edit-submit, .answer-solution-block footer .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .answer-solution-block footer a + #edit-submit, .find-office-wrapper .views-exposed-form .form-actions .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .price-cart-wrapper .course-type-btn a + #edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit, .student-attendance-form .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .student-attendance-form .form-submit + #edit-submit,
.student-upcoming-test-form .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
.cognito-reset-password-form #edit-actions .student-upcoming-test-form .form-submit + #edit-submit,
.student-timetable-form .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
.cognito-reset-password-form #edit-actions .student-timetable-form .form-submit + #edit-submit,
.student-result-data .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
.cognito-reset-password-form #edit-actions .student-result-data .form-submit + #edit-submit, .centre-gallery-form .center-gallery-formfield .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-reset-password-form #edit-actions button + #edit-submit, .cognito-reset-password-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit, .scholar-form .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .congratulation-action-btn .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .scholar-form .congratulation-action-btn a + #edit-submit, .scholar-form .congratulation-action-btn .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .scholar-form .congratulation-action-btn .form-submit + #edit-submit, .product-block .views-row .form-actions .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .product-block .views-row .form-actions .button + #edit-submit,
.wishlist-wrapper .views-row .form-actions .cognito-reset-password-form #edit-actions .button + #edit-submit,
.cognito-reset-password-form #edit-actions .wishlist-wrapper .views-row .form-actions .button + #edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-reset-password-form #edit-actions .form-submit.button + #edit-submit, .cognito-reset-password-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-reset-password-form #edit-actions .form-submit.button + #edit-submit,
.cognito-reset-password-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .btn + #edit-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-multistep-reset-password-form #edit-actions .expert-subinfo + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .testimonial-custom-wrapper footer .cognito-multistep-reset-password-form #edit-actions .view-testimonial + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .testimonial-custom-wrapper footer .view-testimonial + #edit-submit, .authentication-wrapper .authentication-content-wrapper .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-multistep-reset-password-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit, .cognito-reset-password-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit,
.cognito-email-verify-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit,
.cognito-multistep-reset-password-form .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-multistep-reset-password-form #edit-actions .field-add-more-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit,
.profile-form #edit-field-user-address-details-wrapper .cognito-multistep-reset-password-form #edit-actions .field-add-more-submit + #edit-submit,
.cognito-multistep-reset-password-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit, .profile-form .btn-wrapper .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .profile-form .btn-wrapper .button + #edit-submit, #user-change-password .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions #user-change-password #edit-submit + #edit-submit, .student-data-verification .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .student-data-verification .form-submit + #edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit, .cart-form .cart-aside-wrapper .form-actions .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit,
.cart-aside-wrapper .layout-region-checkout-footer .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit,
.cognito-multistep-reset-password-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit, .student-verification-form .form-actions .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .student-verification-form .form-actions .button + #edit-submit, .cognito-multistep-reset-password-form .form-actions #edit-actions input[type="submit"] + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .form-actions input[type="submit"] + #edit-submit, .cart-form .form-wrapper .cognito-multistep-reset-password-form #edit-actions .create-btn + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .cart-form .form-wrapper .create-btn + #edit-submit,
.cart-form .form-wrapper .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
.cognito-multistep-reset-password-form #edit-actions .cart-form .form-wrapper .form-submit + #edit-submit, .node-offline-admission-form-form .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form .node-offline-admission-form-form #edit-actions .button + #edit-submit,
.node-selfenrolment-checkout-form-form .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit,
.cognito-multistep-reset-password-form .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit, #block-views-block-current-offers-management-block-1 footer .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions #block-views-block-current-offers-management-block-1 footer a + #edit-submit, .answer-solution-block footer .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .answer-solution-block footer a + #edit-submit, .find-office-wrapper .views-exposed-form .form-actions .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .price-cart-wrapper .course-type-btn a + #edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit, .student-attendance-form .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .student-attendance-form .form-submit + #edit-submit,
.student-upcoming-test-form .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
.cognito-multistep-reset-password-form #edit-actions .student-upcoming-test-form .form-submit + #edit-submit,
.student-timetable-form .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
.cognito-multistep-reset-password-form #edit-actions .student-timetable-form .form-submit + #edit-submit,
.student-result-data .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
.cognito-multistep-reset-password-form #edit-actions .student-result-data .form-submit + #edit-submit, .centre-gallery-form .center-gallery-formfield .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-multistep-reset-password-form #edit-actions button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit, .scholar-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .scholar-form .congratulation-action-btn a + #edit-submit, .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .scholar-form .congratulation-action-btn .form-submit + #edit-submit, .product-block .views-row .form-actions .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .product-block .views-row .form-actions .button + #edit-submit,
.wishlist-wrapper .views-row .form-actions .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit,
.cognito-multistep-reset-password-form #edit-actions .wishlist-wrapper .views-row .form-actions .button + #edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form #edit-actions .form-submit.button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form #edit-actions .form-submit.button + #edit-submit,
.cognito-multistep-reset-password-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
.cognito-email-verify-form #edit-actions .btn + #edit-submit,
.talktoexpert-form #talktoexpert-form .sub-clbck .cognito-email-verify-form #edit-actions .expert-subinfo + #edit-submit,
.cognito-email-verify-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions a + #edit-submit,
.cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit,
.testimonial-custom-wrapper footer .cognito-email-verify-form #edit-actions .view-testimonial + #edit-submit,
.cognito-email-verify-form #edit-actions .testimonial-custom-wrapper footer .view-testimonial + #edit-submit,
.authentication-wrapper .authentication-content-wrapper .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
.cognito-email-verify-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-email-verify-form #edit-actions #edit-login-returning-customer-submit + #edit-submit,
.cognito-email-verify-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit,
.cognito-reset-password-form .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
.cognito-email-verify-form .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit,
.cognito-multistep-reset-password-form .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
.cognito-email-verify-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit,
.cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
.contact-form-wrap .node-contact-us-management-form .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
.cognito-email-verify-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-email-verify-form #edit-actions a + #edit-submit,
.cognito-email-verify-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit,
.profile-form #edit-field-marks-grade-obtained-wrapper .cognito-email-verify-form #edit-actions .field-add-more-submit + #edit-submit,
.cognito-email-verify-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit,
.profile-form #edit-field-user-address-details-wrapper .cognito-email-verify-form #edit-actions .field-add-more-submit + #edit-submit,
.cognito-email-verify-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit,
.profile-form .btn-wrapper .cognito-email-verify-form #edit-actions .button + #edit-submit,
.cognito-email-verify-form #edit-actions .profile-form .btn-wrapper .button + #edit-submit,
#user-change-password .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
.cognito-email-verify-form #edit-actions #user-change-password #edit-submit + #edit-submit,
.student-data-verification .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
.cognito-email-verify-form #edit-actions .student-data-verification .form-submit + #edit-submit,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-email-verify-form #edit-actions a + #edit-submit,
.cognito-email-verify-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit,
.cart-form .cart-aside-wrapper .form-actions .cognito-email-verify-form #edit-actions .button + #edit-submit,
.cognito-email-verify-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit,
.layout-region-checkout-secondary .layout-region-checkout-footer .cognito-email-verify-form #edit-actions .button + #edit-submit,
.cognito-email-verify-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit,
.cart-aside-wrapper .layout-region-checkout-footer .cognito-email-verify-form #edit-actions .button + #edit-submit,
.cognito-email-verify-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit,
.student-verification-form .form-actions .cognito-email-verify-form #edit-actions .button + #edit-submit,
.cognito-email-verify-form #edit-actions .student-verification-form .form-actions .button + #edit-submit,
.cognito-multistep-reset-password-form .form-actions .cognito-email-verify-form #edit-actions input[type="submit"] + #edit-submit,
.cognito-email-verify-form #edit-actions .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-submit,
.cart-form .form-wrapper .cognito-email-verify-form #edit-actions .create-btn + #edit-submit,
.cognito-email-verify-form #edit-actions .cart-form .form-wrapper .create-btn + #edit-submit,
.cart-form .form-wrapper .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
.cognito-email-verify-form #edit-actions .cart-form .form-wrapper .form-submit + #edit-submit,
.node-offline-admission-form-form .cognito-email-verify-form #edit-actions .button + #edit-submit,
.cognito-email-verify-form .node-offline-admission-form-form #edit-actions .button + #edit-submit,
.node-selfenrolment-checkout-form-form .cognito-email-verify-form #edit-actions .button + #edit-submit,
.cognito-email-verify-form .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit,
#block-views-block-current-offers-management-block-1 footer .cognito-email-verify-form #edit-actions a + #edit-submit,
.cognito-email-verify-form #edit-actions #block-views-block-current-offers-management-block-1 footer a + #edit-submit,
.answer-solution-block footer .cognito-email-verify-form #edit-actions a + #edit-submit,
.cognito-email-verify-form #edit-actions .answer-solution-block footer a + #edit-submit,
.find-office-wrapper .views-exposed-form .form-actions .cognito-email-verify-form #edit-actions .button + #edit-submit,
.cognito-email-verify-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit,
.price-cart-wrapper .course-type-btn .cognito-email-verify-form #edit-actions .button + #edit-submit,
.cognito-email-verify-form .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit,
.price-cart-wrapper .course-type-btn .cognito-email-verify-form #edit-actions a + #edit-submit,
.cognito-email-verify-form #edit-actions .price-cart-wrapper .course-type-btn a + #edit-submit,
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
.cognito-email-verify-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit,
.student-attendance-form .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
.cognito-email-verify-form #edit-actions .student-attendance-form .form-submit + #edit-submit,
.student-upcoming-test-form .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
.cognito-email-verify-form #edit-actions .student-upcoming-test-form .form-submit + #edit-submit,
.student-timetable-form .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
.cognito-email-verify-form #edit-actions .student-timetable-form .form-submit + #edit-submit,
.student-result-data .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
.cognito-email-verify-form #edit-actions .student-result-data .form-submit + #edit-submit,
.centre-gallery-form .center-gallery-formfield .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
.cognito-email-verify-form #edit-actions .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-email-verify-form #edit-actions button + #edit-submit,
.cognito-email-verify-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit,
.scholar-form .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
.cognito-email-verify-form .scholar-form #edit-actions #edit-submit + #edit-submit,
.scholar-form .congratulation-action-btn .cognito-email-verify-form #edit-actions a + #edit-submit,
.cognito-email-verify-form #edit-actions .scholar-form .congratulation-action-btn a + #edit-submit,
.scholar-form .congratulation-action-btn .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
.cognito-email-verify-form #edit-actions .scholar-form .congratulation-action-btn .form-submit + #edit-submit,
.product-block .views-row .form-actions .cognito-email-verify-form #edit-actions .button + #edit-submit,
.cognito-email-verify-form #edit-actions .product-block .views-row .form-actions .button + #edit-submit,
.wishlist-wrapper .views-row .form-actions .cognito-email-verify-form #edit-actions .button + #edit-submit,
.cognito-email-verify-form #edit-actions .wishlist-wrapper .views-row .form-actions .button + #edit-submit,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-email-verify-form #edit-actions .form-submit.button + #edit-submit,
.cognito-email-verify-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-email-verify-form #edit-actions .form-submit.button + #edit-submit,
.cognito-email-verify-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .btn + #edit-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .contact-form-wrap .node-contact-us-management-form #edit-actions .expert-subinfo + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .testimonial-custom-wrapper footer .contact-form-wrap .node-contact-us-management-form #edit-actions .view-testimonial + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .testimonial-custom-wrapper footer .view-testimonial + #edit-submit, .authentication-wrapper .authentication-content-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit, .cognito-reset-password-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit,
.cognito-email-verify-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit,
.contact-form-wrap .node-contact-us-management-form .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .field-add-more-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit,
.profile-form #edit-field-user-address-details-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .field-add-more-submit + #edit-submit,
.contact-form-wrap .node-contact-us-management-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit, .profile-form .btn-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .profile-form .btn-wrapper .button + #edit-submit, #user-change-password .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions #user-change-password #edit-submit + #edit-submit, .student-data-verification .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .student-data-verification .form-submit + #edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit, .cart-form .cart-aside-wrapper .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit,
.cart-aside-wrapper .layout-region-checkout-footer .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit,
.contact-form-wrap .node-contact-us-management-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit, .student-verification-form .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .student-verification-form .form-actions .button + #edit-submit, .cognito-multistep-reset-password-form .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions input[type="submit"] + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-submit, .cart-form .form-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .create-btn + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-form .form-wrapper .create-btn + #edit-submit,
.cart-form .form-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
.contact-form-wrap .node-contact-us-management-form #edit-actions .cart-form .form-wrapper .form-submit + #edit-submit, .node-offline-admission-form-form .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form .node-offline-admission-form-form #edit-actions .button + #edit-submit,
.node-selfenrolment-checkout-form-form .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit,
.contact-form-wrap .node-contact-us-management-form .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit, #block-views-block-current-offers-management-block-1 footer .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions #block-views-block-current-offers-management-block-1 footer a + #edit-submit, .answer-solution-block footer .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .answer-solution-block footer a + #edit-submit, .find-office-wrapper .views-exposed-form .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .price-cart-wrapper .course-type-btn a + #edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit, .student-attendance-form .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .student-attendance-form .form-submit + #edit-submit,
.student-upcoming-test-form .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
.contact-form-wrap .node-contact-us-management-form #edit-actions .student-upcoming-test-form .form-submit + #edit-submit,
.student-timetable-form .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
.contact-form-wrap .node-contact-us-management-form #edit-actions .student-timetable-form .form-submit + #edit-submit,
.student-result-data .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
.contact-form-wrap .node-contact-us-management-form #edit-actions .student-result-data .form-submit + #edit-submit, .centre-gallery-form .center-gallery-formfield .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .contact-form-wrap .node-contact-us-management-form #edit-actions button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit, .scholar-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .congratulation-action-btn .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .scholar-form .congratulation-action-btn a + #edit-submit, .scholar-form .congratulation-action-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .scholar-form .congratulation-action-btn .form-submit + #edit-submit, .product-block .views-row .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .product-block .views-row .form-actions .button + #edit-submit,
.wishlist-wrapper .views-row .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit,
.contact-form-wrap .node-contact-us-management-form #edit-actions .wishlist-wrapper .views-row .form-actions .button + #edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit.button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit.button + #edit-submit,
.contact-form-wrap .node-contact-us-management-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .btn + a, .talktoexpert-form #talktoexpert-form .sub-clbck .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .expert-subinfo + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .testimonial-custom-wrapper footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .view-testimonial + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .testimonial-custom-wrapper footer .view-testimonial + a, .authentication-wrapper .authentication-content-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-login-returning-customer-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .cognito-reset-password-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-multistep-reset-password-form #edit-actions #edit-submit + a,
.cognito-email-verify-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-email-verify-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .profile-form #edit-field-marks-grade-obtained-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .field-add-more-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a,
.profile-form #edit-field-user-address-details-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .field-add-more-submit + a,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a, .profile-form .btn-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form .btn-wrapper .button + a, #user-change-password .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #user-change-password #edit-submit + a, .student-data-verification .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-data-verification .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .cart-form .cart-aside-wrapper .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .cart-aside-wrapper .form-actions .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .layout-region-checkout-secondary .layout-region-checkout-footer .button + a,
.cart-aside-wrapper .layout-region-checkout-footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-aside-wrapper .layout-region-checkout-footer .button + a, .student-verification-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-verification-form .form-actions .button + a, .cognito-multistep-reset-password-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status input[type="submit"] + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cart-form .form-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .create-btn + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .form-wrapper .create-btn + a,
.cart-form .form-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .form-wrapper .form-submit + a, .node-offline-admission-form-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .node-offline-admission-form-form #edit-actions .button + a,
.node-selfenrolment-checkout-form-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .node-selfenrolment-checkout-form-form #edit-actions .button + a, #block-views-block-current-offers-management-block-1 footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #block-views-block-current-offers-management-block-1 footer a + a, .answer-solution-block footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .answer-solution-block footer a + a, .find-office-wrapper .views-exposed-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .find-office-wrapper .views-exposed-form .form-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .price-cart-wrapper .course-type-btn a + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .student-attendance-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-attendance-form .form-submit + a,
.student-upcoming-test-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-upcoming-test-form .form-submit + a,
.student-timetable-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-timetable-form .form-submit + a,
.student-result-data .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-result-data .form-submit + a, .centre-gallery-form .center-gallery-formfield .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .centre-gallery-form .center-gallery-formfield .form-submit + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dashboard-header-wrapper .student-profile-wrapper .student-profile-status button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .scholar-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form #edit-actions #edit-submit + a, .scholar-form .congratulation-action-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form .congratulation-action-btn .form-submit + a, .product-block .views-row .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .product-block .views-row .form-actions .button + a,
.wishlist-wrapper .views-row .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .wishlist-wrapper .views-row .form-actions .button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit.button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit.button + a,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .profile-form #edit-field-marks-grade-obtained-wrapper .btn + .field-add-more-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form #edit-field-marks-grade-obtained-wrapper .expert-subinfo + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .field-add-more-submit, .testimonial-custom-wrapper footer .profile-form #edit-field-marks-grade-obtained-wrapper .view-testimonial + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .testimonial-custom-wrapper footer .view-testimonial + .field-add-more-submit, .authentication-wrapper .authentication-content-wrapper .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .authentication-wrapper .authentication-content-wrapper #edit-submit + .field-add-more-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .profile-form #edit-field-marks-grade-obtained-wrapper #edit-login-returning-customer-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .field-add-more-submit, .cognito-reset-password-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-reset-password-form #edit-actions #edit-submit + .field-add-more-submit, .cognito-multistep-reset-password-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-multistep-reset-password-form #edit-actions #edit-submit + .field-add-more-submit,
.cognito-email-verify-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit,
.profile-form #edit-field-marks-grade-obtained-wrapper .cognito-email-verify-form #edit-actions #edit-submit + .field-add-more-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .field-add-more-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .field-add-more-submit,
.profile-form #edit-field-marks-grade-obtained-wrapper #edit-field-user-address-details-wrapper .field-add-more-submit + .field-add-more-submit, .profile-form .btn-wrapper #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .btn-wrapper .button + .field-add-more-submit, #user-change-password .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper #user-change-password #edit-submit + .field-add-more-submit, .student-data-verification .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .student-data-verification .form-submit + .field-add-more-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .field-add-more-submit, .cart-form .cart-aside-wrapper .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .cart-form .cart-aside-wrapper .form-actions .button + .field-add-more-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .button + .field-add-more-submit,
.cart-aside-wrapper .layout-region-checkout-footer .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit,
.profile-form #edit-field-marks-grade-obtained-wrapper .cart-aside-wrapper .layout-region-checkout-footer .button + .field-add-more-submit, .student-verification-form .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .student-verification-form .form-actions .button + .field-add-more-submit, .cognito-multistep-reset-password-form .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper input[type="submit"] + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .field-add-more-submit, .cart-form .form-wrapper .profile-form #edit-field-marks-grade-obtained-wrapper .create-btn + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .cart-form .form-wrapper .create-btn + .field-add-more-submit,
.cart-form .form-wrapper .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
.profile-form #edit-field-marks-grade-obtained-wrapper .cart-form .form-wrapper .form-submit + .field-add-more-submit, .node-offline-admission-form-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .node-offline-admission-form-form #edit-actions .button + .field-add-more-submit,
.node-selfenrolment-checkout-form-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit,
.profile-form #edit-field-marks-grade-obtained-wrapper .node-selfenrolment-checkout-form-form #edit-actions .button + .field-add-more-submit, #block-views-block-current-offers-management-block-1 footer .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper #block-views-block-current-offers-management-block-1 footer a + .field-add-more-submit, .answer-solution-block footer .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .answer-solution-block footer a + .field-add-more-submit, .find-office-wrapper .views-exposed-form .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .find-office-wrapper .views-exposed-form .form-actions .button + .field-add-more-submit, .price-cart-wrapper .course-type-btn #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .price-cart-wrapper .course-type-btn #edit-actions .button + .field-add-more-submit, .price-cart-wrapper .course-type-btn .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .price-cart-wrapper .course-type-btn a + .field-add-more-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .field-add-more-submit, .student-attendance-form .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .student-attendance-form .form-submit + .field-add-more-submit,
.student-upcoming-test-form .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
.profile-form #edit-field-marks-grade-obtained-wrapper .student-upcoming-test-form .form-submit + .field-add-more-submit,
.student-timetable-form .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
.profile-form #edit-field-marks-grade-obtained-wrapper .student-timetable-form .form-submit + .field-add-more-submit,
.student-result-data .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
.profile-form #edit-field-marks-grade-obtained-wrapper .student-result-data .form-submit + .field-add-more-submit, .centre-gallery-form .center-gallery-formfield .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .centre-gallery-form .center-gallery-formfield .form-submit + .field-add-more-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .profile-form #edit-field-marks-grade-obtained-wrapper button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .field-add-more-submit, .scholar-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form #edit-actions #edit-submit + .field-add-more-submit, .scholar-form .congratulation-action-btn .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form .congratulation-action-btn a + .field-add-more-submit, .scholar-form .congratulation-action-btn .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form .congratulation-action-btn .form-submit + .field-add-more-submit, .product-block .views-row .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .product-block .views-row .form-actions .button + .field-add-more-submit,
.wishlist-wrapper .views-row .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit,
.profile-form #edit-field-marks-grade-obtained-wrapper .wishlist-wrapper .views-row .form-actions .button + .field-add-more-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit.button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .field-add-more-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit.button + .field-add-more-submit,
.profile-form #edit-field-marks-grade-obtained-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .btn + .field-add-more-submit,
.talktoexpert-form #talktoexpert-form .sub-clbck .profile-form #edit-field-user-address-details-wrapper .expert-subinfo + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .field-add-more-submit,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .field-add-more-submit,
.testimonial-custom-wrapper footer .profile-form #edit-field-user-address-details-wrapper .view-testimonial + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .testimonial-custom-wrapper footer .view-testimonial + .field-add-more-submit,
.authentication-wrapper .authentication-content-wrapper .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .authentication-wrapper .authentication-content-wrapper #edit-submit + .field-add-more-submit,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .profile-form #edit-field-user-address-details-wrapper #edit-login-returning-customer-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .field-add-more-submit,
.cognito-reset-password-form #edit-actions .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .cognito-reset-password-form #edit-actions #edit-submit + .field-add-more-submit,
.cognito-multistep-reset-password-form #edit-actions .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .cognito-multistep-reset-password-form #edit-actions #edit-submit + .field-add-more-submit,
.cognito-email-verify-form #edit-actions .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .cognito-email-verify-form #edit-actions #edit-submit + .field-add-more-submit,
.contact-form-wrap .node-contact-us-management-form #edit-actions .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .field-add-more-submit,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .field-add-more-submit,
.profile-form #edit-field-marks-grade-obtained-wrapper #edit-field-user-address-details-wrapper .field-add-more-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .field-add-more-submit,
.profile-form .btn-wrapper #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .btn-wrapper .button + .field-add-more-submit,
#user-change-password .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper #user-change-password #edit-submit + .field-add-more-submit,
.student-data-verification .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .student-data-verification .form-submit + .field-add-more-submit,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .field-add-more-submit,
.cart-form .cart-aside-wrapper .form-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .cart-form .cart-aside-wrapper .form-actions .button + .field-add-more-submit,
.layout-region-checkout-secondary .layout-region-checkout-footer .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .button + .field-add-more-submit,
.cart-aside-wrapper .layout-region-checkout-footer .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .cart-aside-wrapper .layout-region-checkout-footer .button + .field-add-more-submit,
.student-verification-form .form-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .student-verification-form .form-actions .button + .field-add-more-submit,
.cognito-multistep-reset-password-form .form-actions .profile-form #edit-field-user-address-details-wrapper input[type="submit"] + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .field-add-more-submit,
.cart-form .form-wrapper .profile-form #edit-field-user-address-details-wrapper .create-btn + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .cart-form .form-wrapper .create-btn + .field-add-more-submit,
.cart-form .form-wrapper .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .cart-form .form-wrapper .form-submit + .field-add-more-submit,
.node-offline-admission-form-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .node-offline-admission-form-form #edit-actions .button + .field-add-more-submit,
.node-selfenrolment-checkout-form-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .node-selfenrolment-checkout-form-form #edit-actions .button + .field-add-more-submit,
#block-views-block-current-offers-management-block-1 footer .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper #block-views-block-current-offers-management-block-1 footer a + .field-add-more-submit,
.answer-solution-block footer .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .answer-solution-block footer a + .field-add-more-submit,
.find-office-wrapper .views-exposed-form .form-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .find-office-wrapper .views-exposed-form .form-actions .button + .field-add-more-submit,
.price-cart-wrapper .course-type-btn #edit-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .price-cart-wrapper .course-type-btn #edit-actions .button + .field-add-more-submit,
.price-cart-wrapper .course-type-btn .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .price-cart-wrapper .course-type-btn a + .field-add-more-submit,
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .field-add-more-submit,
.student-attendance-form .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .student-attendance-form .form-submit + .field-add-more-submit,
.student-upcoming-test-form .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .student-upcoming-test-form .form-submit + .field-add-more-submit,
.student-timetable-form .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .student-timetable-form .form-submit + .field-add-more-submit,
.student-result-data .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .student-result-data .form-submit + .field-add-more-submit,
.centre-gallery-form .center-gallery-formfield .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .centre-gallery-form .center-gallery-formfield .form-submit + .field-add-more-submit,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .profile-form #edit-field-user-address-details-wrapper button + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .field-add-more-submit,
.scholar-form #edit-actions .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .scholar-form #edit-actions #edit-submit + .field-add-more-submit,
.scholar-form .congratulation-action-btn .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .scholar-form .congratulation-action-btn a + .field-add-more-submit,
.scholar-form .congratulation-action-btn .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .scholar-form .congratulation-action-btn .form-submit + .field-add-more-submit,
.product-block .views-row .form-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .product-block .views-row .form-actions .button + .field-add-more-submit,
.wishlist-wrapper .views-row .form-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .wishlist-wrapper .views-row .form-actions .button + .field-add-more-submit,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-user-address-details-wrapper .form-submit.button + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .field-add-more-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-user-address-details-wrapper .form-submit.button + .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .field-add-more-submit, .profile-form .btn-wrapper .btn + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form .btn-wrapper .expert-subinfo + .button, .profile-form .btn-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .testimonial-custom-wrapper footer .profile-form .btn-wrapper .view-testimonial + .button, .profile-form .btn-wrapper .testimonial-custom-wrapper footer .view-testimonial + .button, .authentication-wrapper .authentication-content-wrapper .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .profile-form .btn-wrapper #edit-login-returning-customer-submit + .button, .profile-form .btn-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .cognito-reset-password-form #edit-actions .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form #edit-actions .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button,
.cognito-email-verify-form #edit-actions .profile-form .btn-wrapper #edit-submit + .button,
.profile-form .btn-wrapper .cognito-email-verify-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form #edit-actions .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .btn-wrapper .field-add-more-submit + .button, .profile-form .btn-wrapper #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button,
.profile-form #edit-field-user-address-details-wrapper .btn-wrapper .field-add-more-submit + .button,
.profile-form .btn-wrapper #edit-field-user-address-details-wrapper .field-add-more-submit + .button, .profile-form .btn-wrapper .button + .button, #user-change-password .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper #user-change-password #edit-submit + .button, .student-data-verification .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .student-data-verification .form-submit + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .cart-form .cart-aside-wrapper .form-actions .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .cart-form .cart-aside-wrapper .form-actions .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .profile-form .btn-wrapper .button + .button,
.profile-form .btn-wrapper .cart-aside-wrapper .layout-region-checkout-footer .button + .button, .student-verification-form .form-actions .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .student-verification-form .form-actions .button + .button, .cognito-multistep-reset-password-form .form-actions .profile-form .btn-wrapper input[type="submit"] + .button, .profile-form .btn-wrapper .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cart-form .form-wrapper .profile-form .btn-wrapper .create-btn + .button, .profile-form .btn-wrapper .cart-form .form-wrapper .create-btn + .button,
.cart-form .form-wrapper .profile-form .btn-wrapper .form-submit + .button,
.profile-form .btn-wrapper .cart-form .form-wrapper .form-submit + .button, .node-offline-admission-form-form #edit-actions .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .node-offline-admission-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .profile-form .btn-wrapper .button + .button,
.profile-form .btn-wrapper .node-selfenrolment-checkout-form-form #edit-actions .button + .button, #block-views-block-current-offers-management-block-1 footer .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper #block-views-block-current-offers-management-block-1 footer a + .button, .answer-solution-block footer .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .answer-solution-block footer a + .button, .find-office-wrapper .views-exposed-form .form-actions .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .find-office-wrapper .views-exposed-form .form-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .price-cart-wrapper .course-type-btn a + .button, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .student-attendance-form .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .student-attendance-form .form-submit + .button,
.student-upcoming-test-form .profile-form .btn-wrapper .form-submit + .button,
.profile-form .btn-wrapper .student-upcoming-test-form .form-submit + .button,
.student-timetable-form .profile-form .btn-wrapper .form-submit + .button,
.profile-form .btn-wrapper .student-timetable-form .form-submit + .button,
.student-result-data .profile-form .btn-wrapper .form-submit + .button,
.profile-form .btn-wrapper .student-result-data .form-submit + .button, .centre-gallery-form .center-gallery-formfield .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .centre-gallery-form .center-gallery-formfield .form-submit + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .profile-form .btn-wrapper button + .button, .profile-form .btn-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .scholar-form #edit-actions .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .scholar-form #edit-actions #edit-submit + .button, .scholar-form .congratulation-action-btn .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .scholar-form .congratulation-action-btn .form-submit + .button, .product-block .views-row .form-actions .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .product-block .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .form-actions .profile-form .btn-wrapper .button + .button,
.profile-form .btn-wrapper .wishlist-wrapper .views-row .form-actions .button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form .btn-wrapper .form-submit.button + .button, .profile-form .btn-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form .btn-wrapper .form-submit.button + .button,
.profile-form .btn-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, #user-change-password .btn + #edit-submit, .talktoexpert-form #talktoexpert-form .sub-clbck #user-change-password .expert-subinfo + #edit-submit, #user-change-password .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password a + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .testimonial-custom-wrapper footer #user-change-password .view-testimonial + #edit-submit, #user-change-password .testimonial-custom-wrapper footer .view-testimonial + #edit-submit, .authentication-wrapper .authentication-content-wrapper #user-change-password #edit-submit + #edit-submit, #user-change-password .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #user-change-password #edit-login-returning-customer-submit + #edit-submit, #user-change-password .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit, .cognito-reset-password-form #edit-actions #user-change-password #edit-submit + #edit-submit, #user-change-password .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions #user-change-password #edit-submit + #edit-submit, #user-change-password .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit,
.cognito-email-verify-form #edit-actions #user-change-password #edit-submit + #edit-submit,
#user-change-password .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions #user-change-password #edit-submit + #edit-submit, #user-change-password .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #user-change-password a + #edit-submit, #user-change-password .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit, .profile-form #edit-field-marks-grade-obtained-wrapper #user-change-password .field-add-more-submit + #edit-submit, #user-change-password .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit,
.profile-form #edit-field-user-address-details-wrapper #user-change-password .field-add-more-submit + #edit-submit,
#user-change-password .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit, .profile-form .btn-wrapper #user-change-password .button + #edit-submit, #user-change-password .profile-form .btn-wrapper .button + #edit-submit, #user-change-password #edit-submit + #edit-submit, .student-data-verification #user-change-password .form-submit + #edit-submit, #user-change-password .student-data-verification .form-submit + #edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #user-change-password a + #edit-submit, #user-change-password .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit, .cart-form .cart-aside-wrapper .form-actions #user-change-password .button + #edit-submit, #user-change-password .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer #user-change-password .button + #edit-submit, #user-change-password .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit,
.cart-aside-wrapper .layout-region-checkout-footer #user-change-password .button + #edit-submit,
#user-change-password .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit, .student-verification-form .form-actions #user-change-password .button + #edit-submit, #user-change-password .student-verification-form .form-actions .button + #edit-submit, .cognito-multistep-reset-password-form .form-actions #user-change-password input[type="submit"] + #edit-submit, #user-change-password .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-submit, .cart-form .form-wrapper #user-change-password .create-btn + #edit-submit, #user-change-password .cart-form .form-wrapper .create-btn + #edit-submit,
.cart-form .form-wrapper #user-change-password .form-submit + #edit-submit,
#user-change-password .cart-form .form-wrapper .form-submit + #edit-submit, .node-offline-admission-form-form #edit-actions #user-change-password .button + #edit-submit, #user-change-password .node-offline-admission-form-form #edit-actions .button + #edit-submit,
.node-selfenrolment-checkout-form-form #edit-actions #user-change-password .button + #edit-submit,
#user-change-password .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit, #block-views-block-current-offers-management-block-1 footer #user-change-password a + #edit-submit, #user-change-password #block-views-block-current-offers-management-block-1 footer a + #edit-submit, .answer-solution-block footer #user-change-password a + #edit-submit, #user-change-password .answer-solution-block footer a + #edit-submit, .find-office-wrapper .views-exposed-form .form-actions #user-change-password .button + #edit-submit, #user-change-password .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn #edit-actions #user-change-password .button + #edit-submit, #user-change-password .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn #user-change-password a + #edit-submit, #user-change-password .price-cart-wrapper .course-type-btn a + #edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #user-change-password .form-submit + #edit-submit, #user-change-password .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit, .student-attendance-form #user-change-password .form-submit + #edit-submit, #user-change-password .student-attendance-form .form-submit + #edit-submit,
.student-upcoming-test-form #user-change-password .form-submit + #edit-submit,
#user-change-password .student-upcoming-test-form .form-submit + #edit-submit,
.student-timetable-form #user-change-password .form-submit + #edit-submit,
#user-change-password .student-timetable-form .form-submit + #edit-submit,
.student-result-data #user-change-password .form-submit + #edit-submit,
#user-change-password .student-result-data .form-submit + #edit-submit, .centre-gallery-form .center-gallery-formfield #user-change-password .form-submit + #edit-submit, #user-change-password .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #user-change-password button + #edit-submit, #user-change-password .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit, .scholar-form #edit-actions #user-change-password #edit-submit + #edit-submit, #user-change-password .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .congratulation-action-btn #user-change-password a + #edit-submit, #user-change-password .scholar-form .congratulation-action-btn a + #edit-submit, .scholar-form .congratulation-action-btn #user-change-password .form-submit + #edit-submit, #user-change-password .scholar-form .congratulation-action-btn .form-submit + #edit-submit, .product-block .views-row .form-actions #user-change-password .button + #edit-submit, #user-change-password .product-block .views-row .form-actions .button + #edit-submit,
.wishlist-wrapper .views-row .form-actions #user-change-password .button + #edit-submit,
#user-change-password .wishlist-wrapper .views-row .form-actions .button + #edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #user-change-password .form-submit.button + #edit-submit, #user-change-password .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #user-change-password .form-submit.button + #edit-submit,
#user-change-password .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit, .student-data-verification .btn + .form-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .student-data-verification .expert-subinfo + .form-submit, .student-data-verification .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification a + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .testimonial-custom-wrapper footer .student-data-verification .view-testimonial + .form-submit, .student-data-verification .testimonial-custom-wrapper footer .view-testimonial + .form-submit, .authentication-wrapper .authentication-content-wrapper .student-data-verification #edit-submit + .form-submit, .student-data-verification .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-data-verification #edit-login-returning-customer-submit + .form-submit, .student-data-verification .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit, .cognito-reset-password-form #edit-actions .student-data-verification #edit-submit + .form-submit, .student-data-verification .cognito-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-multistep-reset-password-form #edit-actions .student-data-verification #edit-submit + .form-submit, .student-data-verification .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit,
.cognito-email-verify-form #edit-actions .student-data-verification #edit-submit + .form-submit,
.student-data-verification .cognito-email-verify-form #edit-actions #edit-submit + .form-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .student-data-verification #edit-submit + .form-submit, .student-data-verification .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-data-verification a + .form-submit, .student-data-verification .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .student-data-verification .field-add-more-submit + .form-submit, .student-data-verification .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit,
.profile-form #edit-field-user-address-details-wrapper .student-data-verification .field-add-more-submit + .form-submit,
.student-data-verification .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit, .profile-form .btn-wrapper .student-data-verification .button + .form-submit, .student-data-verification .profile-form .btn-wrapper .button + .form-submit, #user-change-password .student-data-verification #edit-submit + .form-submit, .student-data-verification #user-change-password #edit-submit + .form-submit, .student-data-verification .form-submit + .form-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-data-verification a + .form-submit, .student-data-verification .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit, .cart-form .cart-aside-wrapper .form-actions .student-data-verification .button + .form-submit, .student-data-verification .cart-form .cart-aside-wrapper .form-actions .button + .form-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .student-data-verification .button + .form-submit, .student-data-verification .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit,
.cart-aside-wrapper .layout-region-checkout-footer .student-data-verification .button + .form-submit,
.student-data-verification .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit, .student-verification-form .form-actions .student-data-verification .button + .form-submit, .student-data-verification .student-verification-form .form-actions .button + .form-submit, .cognito-multistep-reset-password-form .form-actions .student-data-verification input[type="submit"] + .form-submit, .student-data-verification .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit, .cart-form .form-wrapper .student-data-verification .create-btn + .form-submit, .student-data-verification .cart-form .form-wrapper .create-btn + .form-submit,
.cart-form .form-wrapper .student-data-verification .form-submit + .form-submit,
.student-data-verification .cart-form .form-wrapper .form-submit + .form-submit, .node-offline-admission-form-form #edit-actions .student-data-verification .button + .form-submit, .student-data-verification .node-offline-admission-form-form #edit-actions .button + .form-submit,
.node-selfenrolment-checkout-form-form #edit-actions .student-data-verification .button + .form-submit,
.student-data-verification .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit, #block-views-block-current-offers-management-block-1 footer .student-data-verification a + .form-submit, .student-data-verification #block-views-block-current-offers-management-block-1 footer a + .form-submit, .answer-solution-block footer .student-data-verification a + .form-submit, .student-data-verification .answer-solution-block footer a + .form-submit, .find-office-wrapper .views-exposed-form .form-actions .student-data-verification .button + .form-submit, .student-data-verification .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit, .price-cart-wrapper .course-type-btn #edit-actions .student-data-verification .button + .form-submit, .student-data-verification .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit, .price-cart-wrapper .course-type-btn .student-data-verification a + .form-submit, .student-data-verification .price-cart-wrapper .course-type-btn a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-data-verification .form-submit + .form-submit, .student-data-verification .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .student-attendance-form .student-data-verification .form-submit + .form-submit, .student-data-verification .student-attendance-form .form-submit + .form-submit,
.student-upcoming-test-form .student-data-verification .form-submit + .form-submit,
.student-data-verification .student-upcoming-test-form .form-submit + .form-submit,
.student-timetable-form .student-data-verification .form-submit + .form-submit,
.student-data-verification .student-timetable-form .form-submit + .form-submit,
.student-result-data .student-data-verification .form-submit + .form-submit,
.student-data-verification .student-result-data .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .student-data-verification .form-submit + .form-submit, .student-data-verification .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-data-verification button + .form-submit, .student-data-verification .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit, .scholar-form #edit-actions .student-data-verification #edit-submit + .form-submit, .student-data-verification .scholar-form #edit-actions #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .student-data-verification a + .form-submit, .student-data-verification .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .student-data-verification .form-submit + .form-submit, .student-data-verification .scholar-form .congratulation-action-btn .form-submit + .form-submit, .product-block .views-row .form-actions .student-data-verification .button + .form-submit, .student-data-verification .product-block .views-row .form-actions .button + .form-submit,
.wishlist-wrapper .views-row .form-actions .student-data-verification .button + .form-submit,
.student-data-verification .wishlist-wrapper .views-row .form-actions .button + .form-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-data-verification .form-submit.button + .form-submit, .student-data-verification .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-data-verification .form-submit.button + .form-submit,
.student-data-verification .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .btn + a, .talktoexpert-form #talktoexpert-form .sub-clbck .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .expert-subinfo + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .testimonial-custom-wrapper footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .view-testimonial + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .testimonial-custom-wrapper footer .view-testimonial + a, .authentication-wrapper .authentication-content-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-login-returning-customer-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .cognito-reset-password-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-multistep-reset-password-form #edit-actions #edit-submit + a,
.cognito-email-verify-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-email-verify-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .profile-form #edit-field-marks-grade-obtained-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .field-add-more-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a,
.profile-form #edit-field-user-address-details-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .field-add-more-submit + a,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a, .profile-form .btn-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .profile-form .btn-wrapper .button + a, #user-change-password .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #user-change-password #edit-submit + a, .student-data-verification .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-data-verification .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .cart-form .cart-aside-wrapper .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-form .cart-aside-wrapper .form-actions .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .layout-region-checkout-secondary .layout-region-checkout-footer .button + a,
.cart-aside-wrapper .layout-region-checkout-footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-aside-wrapper .layout-region-checkout-footer .button + a, .student-verification-form .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-verification-form .form-actions .button + a, .cognito-multistep-reset-password-form .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span input[type="submit"] + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cart-form .form-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .create-btn + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-form .form-wrapper .create-btn + a,
.cart-form .form-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-form .form-wrapper .form-submit + a, .node-offline-admission-form-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .node-offline-admission-form-form #edit-actions .button + a,
.node-selfenrolment-checkout-form-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .node-selfenrolment-checkout-form-form #edit-actions .button + a, #block-views-block-current-offers-management-block-1 footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #block-views-block-current-offers-management-block-1 footer a + a, .answer-solution-block footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .answer-solution-block footer a + a, .find-office-wrapper .views-exposed-form .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .find-office-wrapper .views-exposed-form .form-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .price-cart-wrapper .course-type-btn a + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .student-attendance-form .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-attendance-form .form-submit + a,
.student-upcoming-test-form .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-upcoming-test-form .form-submit + a,
.student-timetable-form .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-timetable-form .form-submit + a,
.student-result-data .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-result-data .form-submit + a, .centre-gallery-form .center-gallery-formfield .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .centre-gallery-form .center-gallery-formfield .form-submit + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .payment-success-wrapper.not-popup .payment-success .payment-success-body + span button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .scholar-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form #edit-actions #edit-submit + a, .scholar-form .congratulation-action-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form .congratulation-action-btn .form-submit + a, .product-block .views-row .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .product-block .views-row .form-actions .button + a,
.wishlist-wrapper .views-row .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .wishlist-wrapper .views-row .form-actions .button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit.button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit.button + a,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .cart-form .cart-aside-wrapper .form-actions .btn + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .cart-aside-wrapper .form-actions .expert-subinfo + .button, .cart-form .cart-aside-wrapper .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .testimonial-custom-wrapper footer .cart-form .cart-aside-wrapper .form-actions .view-testimonial + .button, .cart-form .cart-aside-wrapper .form-actions .testimonial-custom-wrapper footer .view-testimonial + .button, .authentication-wrapper .authentication-content-wrapper .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-form .cart-aside-wrapper .form-actions #edit-login-returning-customer-submit + .button, .cart-form .cart-aside-wrapper .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .cognito-reset-password-form #edit-actions .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form #edit-actions .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button,
.cognito-email-verify-form #edit-actions .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button,
.cart-form .cart-aside-wrapper .form-actions .cognito-email-verify-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .cart-form .cart-aside-wrapper .form-actions .field-add-more-submit + .button, .cart-form .cart-aside-wrapper .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button,
.profile-form #edit-field-user-address-details-wrapper .cart-form .cart-aside-wrapper .form-actions .field-add-more-submit + .button,
.cart-form .cart-aside-wrapper .form-actions .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button, .profile-form .btn-wrapper .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .profile-form .btn-wrapper .button + .button, #user-change-password .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions #user-change-password #edit-submit + .button, .student-data-verification .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .student-data-verification .form-submit + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .cart-form .cart-aside-wrapper .form-actions .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
.cart-form .cart-aside-wrapper .layout-region-checkout-footer .form-actions .button + .button,
.cart-form .cart-aside-wrapper .form-actions .layout-region-checkout-footer .button + .button, .student-verification-form .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .student-verification-form .form-actions .button + .button, .cognito-multistep-reset-password-form .cart-form .cart-aside-wrapper .form-actions input[type="submit"] + .button, .cart-form .cart-aside-wrapper .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cart-form .form-wrapper .cart-aside-wrapper .form-actions .create-btn + .button, .cart-form .cart-aside-wrapper .form-actions .form-wrapper .create-btn + .button,
.cart-form .form-wrapper .cart-aside-wrapper .form-actions .form-submit + .button,
.cart-form .cart-aside-wrapper .form-actions .form-wrapper .form-submit + .button, .node-offline-admission-form-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .node-offline-admission-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .button + .button,
.cart-form .cart-aside-wrapper .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button, #block-views-block-current-offers-management-block-1 footer .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions #block-views-block-current-offers-management-block-1 footer a + .button, .answer-solution-block footer .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .answer-solution-block footer a + .button, .find-office-wrapper .views-exposed-form .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .find-office-wrapper .views-exposed-form .form-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .price-cart-wrapper .course-type-btn a + .button, .course-listing .course-item .course-item-footer .pay-fee1 .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .student-attendance-form .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .student-attendance-form .form-submit + .button,
.student-upcoming-test-form .cart-form .cart-aside-wrapper .form-actions .form-submit + .button,
.cart-form .cart-aside-wrapper .form-actions .student-upcoming-test-form .form-submit + .button,
.student-timetable-form .cart-form .cart-aside-wrapper .form-actions .form-submit + .button,
.cart-form .cart-aside-wrapper .form-actions .student-timetable-form .form-submit + .button,
.student-result-data .cart-form .cart-aside-wrapper .form-actions .form-submit + .button,
.cart-form .cart-aside-wrapper .form-actions .student-result-data .form-submit + .button, .centre-gallery-form .center-gallery-formfield .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .centre-gallery-form .center-gallery-formfield .form-submit + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-form .cart-aside-wrapper .form-actions button + .button, .cart-form .cart-aside-wrapper .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .scholar-form #edit-actions .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .scholar-form #edit-actions #edit-submit + .button, .scholar-form .congratulation-action-btn .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .scholar-form .congratulation-action-btn .form-submit + .button, .product-block .views-row .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .product-block .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .cart-form .cart-aside-wrapper .form-actions .button + .button,
.cart-form .cart-aside-wrapper .wishlist-wrapper .views-row .form-actions .button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .cart-aside-wrapper .form-actions .form-submit.button + .button, .cart-form .cart-aside-wrapper .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .cart-aside-wrapper .form-actions .form-submit.button + .button,
.cart-form .cart-aside-wrapper .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .btn + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .layout-region-checkout-secondary .layout-region-checkout-footer .expert-subinfo + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .testimonial-custom-wrapper footer .layout-region-checkout-secondary .layout-region-checkout-footer .view-testimonial + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .testimonial-custom-wrapper footer .view-testimonial + .button, .authentication-wrapper .authentication-content-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .layout-region-checkout-secondary .layout-region-checkout-footer #edit-login-returning-customer-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .cognito-reset-password-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button,
.cognito-email-verify-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button,
.layout-region-checkout-secondary .layout-region-checkout-footer .cognito-email-verify-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .field-add-more-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button,
.profile-form #edit-field-user-address-details-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .field-add-more-submit + .button,
.layout-region-checkout-secondary .layout-region-checkout-footer .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button, .profile-form .btn-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .profile-form .btn-wrapper .button + .button, #user-change-password .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer #user-change-password #edit-submit + .button, .student-data-verification .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .student-data-verification .form-submit + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .cart-form .cart-aside-wrapper .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .cart-form .cart-aside-wrapper .form-actions .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
.layout-region-checkout-secondary .cart-aside-wrapper .layout-region-checkout-footer .button + .button, .student-verification-form .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .student-verification-form .form-actions .button + .button, .cognito-multistep-reset-password-form .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer input[type="submit"] + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cart-form .form-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .create-btn + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .cart-form .form-wrapper .create-btn + .button,
.cart-form .form-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
.layout-region-checkout-secondary .layout-region-checkout-footer .cart-form .form-wrapper .form-submit + .button, .node-offline-admission-form-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .node-offline-admission-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
.layout-region-checkout-secondary .layout-region-checkout-footer .node-selfenrolment-checkout-form-form #edit-actions .button + .button, #block-views-block-current-offers-management-block-1 footer .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer #block-views-block-current-offers-management-block-1 footer a + .button, .answer-solution-block footer .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .answer-solution-block footer a + .button, .find-office-wrapper .views-exposed-form .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .find-office-wrapper .views-exposed-form .form-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .price-cart-wrapper .course-type-btn a + .button, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .student-attendance-form .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .student-attendance-form .form-submit + .button,
.student-upcoming-test-form .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
.layout-region-checkout-secondary .layout-region-checkout-footer .student-upcoming-test-form .form-submit + .button,
.student-timetable-form .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
.layout-region-checkout-secondary .layout-region-checkout-footer .student-timetable-form .form-submit + .button,
.student-result-data .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
.layout-region-checkout-secondary .layout-region-checkout-footer .student-result-data .form-submit + .button, .centre-gallery-form .center-gallery-formfield .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .centre-gallery-form .center-gallery-formfield .form-submit + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .layout-region-checkout-secondary .layout-region-checkout-footer button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .scholar-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form #edit-actions #edit-submit + .button, .scholar-form .congratulation-action-btn .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form .congratulation-action-btn .form-submit + .button, .product-block .views-row .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .product-block .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
.layout-region-checkout-secondary .layout-region-checkout-footer .wishlist-wrapper .views-row .form-actions .button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit.button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit.button + .button,
.layout-region-checkout-secondary .layout-region-checkout-footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .btn + .button,
.talktoexpert-form #talktoexpert-form .sub-clbck .cart-aside-wrapper .layout-region-checkout-footer .expert-subinfo + .button,
.cart-aside-wrapper .layout-region-checkout-footer .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer a + .button,
.cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
.testimonial-custom-wrapper footer .cart-aside-wrapper .layout-region-checkout-footer .view-testimonial + .button,
.cart-aside-wrapper .layout-region-checkout-footer .testimonial-custom-wrapper footer .view-testimonial + .button,
.authentication-wrapper .authentication-content-wrapper .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper #edit-submit + .button,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-aside-wrapper .layout-region-checkout-footer #edit-login-returning-customer-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button,
.cognito-reset-password-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer .cognito-reset-password-form #edit-actions #edit-submit + .button,
.cognito-multistep-reset-password-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button,
.cognito-email-verify-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer .cognito-email-verify-form #edit-actions #edit-submit + .button,
.contact-form-wrap .node-contact-us-management-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-aside-wrapper .layout-region-checkout-footer a + .button,
.cart-aside-wrapper .layout-region-checkout-footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button,
.profile-form #edit-field-marks-grade-obtained-wrapper .cart-aside-wrapper .layout-region-checkout-footer .field-add-more-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button,
.profile-form #edit-field-user-address-details-wrapper .cart-aside-wrapper .layout-region-checkout-footer .field-add-more-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
.profile-form .btn-wrapper .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .profile-form .btn-wrapper .button + .button,
#user-change-password .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer #user-change-password #edit-submit + .button,
.student-data-verification .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer .student-data-verification .form-submit + .button,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-aside-wrapper .layout-region-checkout-footer a + .button,
.cart-aside-wrapper .layout-region-checkout-footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button,
.cart-form .cart-aside-wrapper .form-actions .layout-region-checkout-footer .button + .button,
.cart-form .cart-aside-wrapper .layout-region-checkout-footer .form-actions .button + .button,
.layout-region-checkout-secondary .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .button + .button,
.student-verification-form .form-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .student-verification-form .form-actions .button + .button,
.cognito-multistep-reset-password-form .form-actions .cart-aside-wrapper .layout-region-checkout-footer input[type="submit"] + .button,
.cart-aside-wrapper .layout-region-checkout-footer .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button,
.cart-form .form-wrapper .cart-aside-wrapper .layout-region-checkout-footer .create-btn + .button,
.cart-aside-wrapper .layout-region-checkout-footer .cart-form .form-wrapper .create-btn + .button,
.cart-form .form-wrapper .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer .cart-form .form-wrapper .form-submit + .button,
.node-offline-admission-form-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .node-offline-admission-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
#block-views-block-current-offers-management-block-1 footer .cart-aside-wrapper .layout-region-checkout-footer a + .button,
.cart-aside-wrapper .layout-region-checkout-footer #block-views-block-current-offers-management-block-1 footer a + .button,
.answer-solution-block footer .cart-aside-wrapper .layout-region-checkout-footer a + .button,
.cart-aside-wrapper .layout-region-checkout-footer .answer-solution-block footer a + .button,
.find-office-wrapper .views-exposed-form .form-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .find-office-wrapper .views-exposed-form .form-actions .button + .button,
.price-cart-wrapper .course-type-btn #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
.price-cart-wrapper .course-type-btn .cart-aside-wrapper .layout-region-checkout-footer a + .button,
.cart-aside-wrapper .layout-region-checkout-footer .price-cart-wrapper .course-type-btn a + .button,
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button,
.student-attendance-form .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer .student-attendance-form .form-submit + .button,
.student-upcoming-test-form .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer .student-upcoming-test-form .form-submit + .button,
.student-timetable-form .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer .student-timetable-form .form-submit + .button,
.student-result-data .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer .student-result-data .form-submit + .button,
.centre-gallery-form .center-gallery-formfield .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer .centre-gallery-form .center-gallery-formfield .form-submit + .button,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-aside-wrapper .layout-region-checkout-footer button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button,
.scholar-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer .scholar-form #edit-actions #edit-submit + .button,
.scholar-form .congratulation-action-btn .cart-aside-wrapper .layout-region-checkout-footer a + .button,
.cart-aside-wrapper .layout-region-checkout-footer .scholar-form .congratulation-action-btn a + .button,
.scholar-form .congratulation-action-btn .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
.cart-aside-wrapper .layout-region-checkout-footer .scholar-form .congratulation-action-btn .form-submit + .button,
.product-block .views-row .form-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .product-block .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .form-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .wishlist-wrapper .views-row .form-actions .button + .button,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-aside-wrapper .layout-region-checkout-footer .form-submit.button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-aside-wrapper .layout-region-checkout-footer .form-submit.button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .student-verification-form .form-actions .btn + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .student-verification-form .form-actions .expert-subinfo + .button, .student-verification-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .testimonial-custom-wrapper footer .student-verification-form .form-actions .view-testimonial + .button, .student-verification-form .form-actions .testimonial-custom-wrapper footer .view-testimonial + .button, .authentication-wrapper .authentication-content-wrapper .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-verification-form .form-actions #edit-login-returning-customer-submit + .button, .student-verification-form .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .cognito-reset-password-form #edit-actions .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form #edit-actions .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button,
.cognito-email-verify-form #edit-actions .student-verification-form .form-actions #edit-submit + .button,
.student-verification-form .form-actions .cognito-email-verify-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form #edit-actions .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .student-verification-form .form-actions .field-add-more-submit + .button, .student-verification-form .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button,
.profile-form #edit-field-user-address-details-wrapper .student-verification-form .form-actions .field-add-more-submit + .button,
.student-verification-form .form-actions .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button, .profile-form .btn-wrapper .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .profile-form .btn-wrapper .button + .button, #user-change-password .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions #user-change-password #edit-submit + .button, .student-data-verification .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .student-data-verification .form-submit + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .cart-form .cart-aside-wrapper .student-verification-form .form-actions .button + .button, .student-verification-form .cart-form .cart-aside-wrapper .form-actions .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .student-verification-form .form-actions .button + .button,
.student-verification-form .form-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button, .student-verification-form .form-actions .button + .button, .cognito-multistep-reset-password-form .student-verification-form .form-actions input[type="submit"] + .button, .student-verification-form .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cart-form .form-wrapper .student-verification-form .form-actions .create-btn + .button, .student-verification-form .form-actions .cart-form .form-wrapper .create-btn + .button,
.cart-form .form-wrapper .student-verification-form .form-actions .form-submit + .button,
.student-verification-form .form-actions .cart-form .form-wrapper .form-submit + .button, .node-offline-admission-form-form #edit-actions .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .node-offline-admission-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .student-verification-form .form-actions .button + .button,
.student-verification-form .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button, #block-views-block-current-offers-management-block-1 footer .student-verification-form .form-actions a + .button, .student-verification-form .form-actions #block-views-block-current-offers-management-block-1 footer a + .button, .answer-solution-block footer .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .answer-solution-block footer a + .button, .find-office-wrapper .views-exposed-form .student-verification-form .form-actions .button + .button, .student-verification-form .find-office-wrapper .views-exposed-form .form-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .price-cart-wrapper .course-type-btn a + .button, .course-listing .course-item .course-item-footer .pay-fee1 .student-verification-form .form-actions .form-submit + .button, .student-verification-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .student-attendance-form .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .student-attendance-form .form-submit + .button,
.student-upcoming-test-form .student-verification-form .form-actions .form-submit + .button,
.student-verification-form .form-actions .student-upcoming-test-form .form-submit + .button,
.student-timetable-form .student-verification-form .form-actions .form-submit + .button,
.student-verification-form .form-actions .student-timetable-form .form-submit + .button,
.student-result-data .student-verification-form .form-actions .form-submit + .button,
.student-verification-form .form-actions .student-result-data .form-submit + .button, .centre-gallery-form .center-gallery-formfield .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .centre-gallery-form .center-gallery-formfield .form-submit + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-verification-form .form-actions button + .button, .student-verification-form .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .scholar-form #edit-actions .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .scholar-form #edit-actions #edit-submit + .button, .scholar-form .congratulation-action-btn .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .scholar-form .congratulation-action-btn .form-submit + .button, .product-block .views-row .student-verification-form .form-actions .button + .button, .student-verification-form .product-block .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .student-verification-form .form-actions .button + .button,
.student-verification-form .wishlist-wrapper .views-row .form-actions .button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-verification-form .form-actions .form-submit.button + .button, .student-verification-form .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-verification-form .form-actions .form-submit.button + .button,
.student-verification-form .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .cognito-multistep-reset-password-form .form-actions .btn + input[type="submit"], .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-multistep-reset-password-form .form-actions .expert-subinfo + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + input[type="submit"], .testimonial-custom-wrapper footer .cognito-multistep-reset-password-form .form-actions .view-testimonial + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .testimonial-custom-wrapper footer .view-testimonial + input[type="submit"], .authentication-wrapper .authentication-content-wrapper .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + input[type="submit"], .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-multistep-reset-password-form .form-actions #edit-login-returning-customer-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + input[type="submit"], .cognito-reset-password-form #edit-actions .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .cognito-reset-password-form #edit-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form #edit-actions .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions #edit-actions #edit-submit + input[type="submit"],
.cognito-email-verify-form #edit-actions .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"],
.cognito-multistep-reset-password-form .form-actions .cognito-email-verify-form #edit-actions #edit-submit + input[type="submit"], .contact-form-wrap .node-contact-us-management-form #edit-actions .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + input[type="submit"], .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + input[type="submit"], .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-multistep-reset-password-form .form-actions .field-add-more-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + input[type="submit"],
.profile-form #edit-field-user-address-details-wrapper .cognito-multistep-reset-password-form .form-actions .field-add-more-submit + input[type="submit"],
.cognito-multistep-reset-password-form .form-actions .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + input[type="submit"], .profile-form .btn-wrapper .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .profile-form .btn-wrapper .button + input[type="submit"], #user-change-password .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions #user-change-password #edit-submit + input[type="submit"], .student-data-verification .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .student-data-verification .form-submit + input[type="submit"], .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + input[type="submit"], .cart-form .cart-aside-wrapper .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .cart-form .cart-aside-wrapper .form-actions .button + input[type="submit"], .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + input[type="submit"],
.cart-aside-wrapper .layout-region-checkout-footer .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"],
.cognito-multistep-reset-password-form .form-actions .cart-aside-wrapper .layout-region-checkout-footer .button + input[type="submit"], .student-verification-form .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .student-verification-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions input[type="submit"] + input[type="submit"], .cart-form .form-wrapper .cognito-multistep-reset-password-form .form-actions .create-btn + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .cart-form .form-wrapper .create-btn + input[type="submit"],
.cart-form .form-wrapper .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
.cognito-multistep-reset-password-form .form-actions .cart-form .form-wrapper .form-submit + input[type="submit"], .node-offline-admission-form-form #edit-actions .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .node-offline-admission-form-form #edit-actions .button + input[type="submit"],
.node-selfenrolment-checkout-form-form #edit-actions .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"],
.cognito-multistep-reset-password-form .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + input[type="submit"], #block-views-block-current-offers-management-block-1 footer .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions #block-views-block-current-offers-management-block-1 footer a + input[type="submit"], .answer-solution-block footer .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .answer-solution-block footer a + input[type="submit"], .find-office-wrapper .views-exposed-form .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .find-office-wrapper .views-exposed-form .form-actions .button + input[type="submit"], .price-cart-wrapper .course-type-btn #edit-actions .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + input[type="submit"], .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .price-cart-wrapper .course-type-btn a + input[type="submit"], .course-listing .course-item .course-item-footer .pay-fee1 .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + input[type="submit"], .student-attendance-form .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .student-attendance-form .form-submit + input[type="submit"],
.student-upcoming-test-form .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
.cognito-multistep-reset-password-form .form-actions .student-upcoming-test-form .form-submit + input[type="submit"],
.student-timetable-form .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
.cognito-multistep-reset-password-form .form-actions .student-timetable-form .form-submit + input[type="submit"],
.student-result-data .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
.cognito-multistep-reset-password-form .form-actions .student-result-data .form-submit + input[type="submit"], .centre-gallery-form .center-gallery-formfield .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .centre-gallery-form .center-gallery-formfield .form-submit + input[type="submit"], .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-multistep-reset-password-form .form-actions button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + input[type="submit"], .scholar-form #edit-actions .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .scholar-form #edit-actions #edit-submit + input[type="submit"], .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .scholar-form .congratulation-action-btn a + input[type="submit"], .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .scholar-form .congratulation-action-btn .form-submit + input[type="submit"], .product-block .views-row .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .product-block .views-row .form-actions .button + input[type="submit"],
.wishlist-wrapper .views-row .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"],
.cognito-multistep-reset-password-form .wishlist-wrapper .views-row .form-actions .button + input[type="submit"], .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form .form-actions .form-submit.button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + input[type="submit"],
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form .form-actions .form-submit.button + input[type="submit"],
.cognito-multistep-reset-password-form .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + input[type="submit"], .cart-form .form-wrapper .btn + .create-btn, .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .form-wrapper .expert-subinfo + .create-btn, .cart-form .form-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .create-btn, .testimonial-custom-wrapper footer .cart-form .form-wrapper .view-testimonial + .create-btn, .cart-form .form-wrapper .testimonial-custom-wrapper footer .view-testimonial + .create-btn, .authentication-wrapper .authentication-content-wrapper .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper #edit-submit + .create-btn, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-form .form-wrapper #edit-login-returning-customer-submit + .create-btn, .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .create-btn, .cognito-reset-password-form #edit-actions .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .cognito-reset-password-form #edit-actions #edit-submit + .create-btn, .cognito-multistep-reset-password-form #edit-actions .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .cognito-multistep-reset-password-form #edit-actions #edit-submit + .create-btn,
.cognito-email-verify-form #edit-actions .cart-form .form-wrapper #edit-submit + .create-btn,
.cart-form .form-wrapper .cognito-email-verify-form #edit-actions #edit-submit + .create-btn, .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .create-btn, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .create-btn, .profile-form #edit-field-marks-grade-obtained-wrapper .cart-form .form-wrapper .field-add-more-submit + .create-btn, .cart-form .form-wrapper .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .create-btn,
.profile-form #edit-field-user-address-details-wrapper .cart-form .form-wrapper .field-add-more-submit + .create-btn,
.cart-form .form-wrapper .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .create-btn, .profile-form .btn-wrapper .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .profile-form .btn-wrapper .button + .create-btn, #user-change-password .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper #user-change-password #edit-submit + .create-btn, .student-data-verification .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .student-data-verification .form-submit + .create-btn, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .create-btn, .cart-form .cart-aside-wrapper .form-actions .form-wrapper .button + .create-btn, .cart-form .form-wrapper .cart-aside-wrapper .form-actions .button + .create-btn, .layout-region-checkout-secondary .layout-region-checkout-footer .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .button + .create-btn,
.cart-aside-wrapper .layout-region-checkout-footer .cart-form .form-wrapper .button + .create-btn,
.cart-form .form-wrapper .cart-aside-wrapper .layout-region-checkout-footer .button + .create-btn, .student-verification-form .form-actions .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .student-verification-form .form-actions .button + .create-btn, .cognito-multistep-reset-password-form .form-actions .cart-form .form-wrapper input[type="submit"] + .create-btn, .cart-form .form-wrapper .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .create-btn, .cart-form .form-wrapper .create-btn + .create-btn,
.cart-form .form-wrapper .form-submit + .create-btn, .node-offline-admission-form-form #edit-actions .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .node-offline-admission-form-form #edit-actions .button + .create-btn,
.node-selfenrolment-checkout-form-form #edit-actions .cart-form .form-wrapper .button + .create-btn,
.cart-form .form-wrapper .node-selfenrolment-checkout-form-form #edit-actions .button + .create-btn, #block-views-block-current-offers-management-block-1 footer .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper #block-views-block-current-offers-management-block-1 footer a + .create-btn, .answer-solution-block footer .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .answer-solution-block footer a + .create-btn, .find-office-wrapper .views-exposed-form .form-actions .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .find-office-wrapper .views-exposed-form .form-actions .button + .create-btn, .price-cart-wrapper .course-type-btn #edit-actions .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .price-cart-wrapper .course-type-btn #edit-actions .button + .create-btn, .price-cart-wrapper .course-type-btn .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .price-cart-wrapper .course-type-btn a + .create-btn, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .create-btn, .student-attendance-form .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .student-attendance-form .form-submit + .create-btn,
.student-upcoming-test-form .cart-form .form-wrapper .form-submit + .create-btn,
.cart-form .form-wrapper .student-upcoming-test-form .form-submit + .create-btn,
.student-timetable-form .cart-form .form-wrapper .form-submit + .create-btn,
.cart-form .form-wrapper .student-timetable-form .form-submit + .create-btn,
.student-result-data .cart-form .form-wrapper .form-submit + .create-btn,
.cart-form .form-wrapper .student-result-data .form-submit + .create-btn, .centre-gallery-form .center-gallery-formfield .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .centre-gallery-form .center-gallery-formfield .form-submit + .create-btn, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-form .form-wrapper button + .create-btn, .cart-form .form-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .create-btn, .scholar-form #edit-actions .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .scholar-form #edit-actions #edit-submit + .create-btn, .scholar-form .congratulation-action-btn .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .scholar-form .congratulation-action-btn a + .create-btn, .scholar-form .congratulation-action-btn .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .scholar-form .congratulation-action-btn .form-submit + .create-btn, .product-block .views-row .form-actions .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .product-block .views-row .form-actions .button + .create-btn,
.wishlist-wrapper .views-row .form-actions .cart-form .form-wrapper .button + .create-btn,
.cart-form .form-wrapper .wishlist-wrapper .views-row .form-actions .button + .create-btn, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .form-submit.button + .create-btn, .cart-form .form-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .create-btn,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .form-submit.button + .create-btn,
.cart-form .form-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .create-btn,
.cart-form .form-wrapper .btn + .form-submit,
.talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .form-wrapper .expert-subinfo + .form-submit,
.cart-form .form-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper a + .form-submit,
.cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
.testimonial-custom-wrapper footer .cart-form .form-wrapper .view-testimonial + .form-submit,
.cart-form .form-wrapper .testimonial-custom-wrapper footer .view-testimonial + .form-submit,
.authentication-wrapper .authentication-content-wrapper .cart-form .form-wrapper #edit-submit + .form-submit,
.cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-form .form-wrapper #edit-login-returning-customer-submit + .form-submit,
.cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit,
.cognito-reset-password-form #edit-actions .cart-form .form-wrapper #edit-submit + .form-submit,
.cart-form .form-wrapper .cognito-reset-password-form #edit-actions #edit-submit + .form-submit,
.cognito-multistep-reset-password-form #edit-actions .cart-form .form-wrapper #edit-submit + .form-submit,
.cart-form .form-wrapper .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit,
.cognito-email-verify-form #edit-actions .cart-form .form-wrapper #edit-submit + .form-submit,
.cart-form .form-wrapper .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
.contact-form-wrap .node-contact-us-management-form #edit-actions .cart-form .form-wrapper #edit-submit + .form-submit,
.cart-form .form-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .form-wrapper a + .form-submit,
.cart-form .form-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit,
.profile-form #edit-field-marks-grade-obtained-wrapper .cart-form .form-wrapper .field-add-more-submit + .form-submit,
.cart-form .form-wrapper .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit,
.profile-form #edit-field-user-address-details-wrapper .cart-form .form-wrapper .field-add-more-submit + .form-submit,
.cart-form .form-wrapper .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
.profile-form .btn-wrapper .cart-form .form-wrapper .button + .form-submit,
.cart-form .form-wrapper .profile-form .btn-wrapper .button + .form-submit,
#user-change-password .cart-form .form-wrapper #edit-submit + .form-submit,
.cart-form .form-wrapper #user-change-password #edit-submit + .form-submit,
.student-data-verification .cart-form .form-wrapper .form-submit + .form-submit,
.cart-form .form-wrapper .student-data-verification .form-submit + .form-submit,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-form .form-wrapper a + .form-submit,
.cart-form .form-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit,
.cart-form .cart-aside-wrapper .form-actions .form-wrapper .button + .form-submit,
.cart-form .form-wrapper .cart-aside-wrapper .form-actions .button + .form-submit,
.layout-region-checkout-secondary .layout-region-checkout-footer .cart-form .form-wrapper .button + .form-submit,
.cart-form .form-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit,
.cart-aside-wrapper .layout-region-checkout-footer .cart-form .form-wrapper .button + .form-submit,
.cart-form .form-wrapper .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
.student-verification-form .form-actions .cart-form .form-wrapper .button + .form-submit,
.cart-form .form-wrapper .student-verification-form .form-actions .button + .form-submit,
.cognito-multistep-reset-password-form .form-actions .cart-form .form-wrapper input[type="submit"] + .form-submit,
.cart-form .form-wrapper .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit,
.cart-form .form-wrapper .create-btn + .form-submit,
.cart-form .form-wrapper .form-submit + .form-submit,
.node-offline-admission-form-form #edit-actions .cart-form .form-wrapper .button + .form-submit,
.cart-form .form-wrapper .node-offline-admission-form-form #edit-actions .button + .form-submit,
.node-selfenrolment-checkout-form-form #edit-actions .cart-form .form-wrapper .button + .form-submit,
.cart-form .form-wrapper .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
#block-views-block-current-offers-management-block-1 footer .cart-form .form-wrapper a + .form-submit,
.cart-form .form-wrapper #block-views-block-current-offers-management-block-1 footer a + .form-submit,
.answer-solution-block footer .cart-form .form-wrapper a + .form-submit,
.cart-form .form-wrapper .answer-solution-block footer a + .form-submit,
.find-office-wrapper .views-exposed-form .form-actions .cart-form .form-wrapper .button + .form-submit,
.cart-form .form-wrapper .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit,
.price-cart-wrapper .course-type-btn #edit-actions .cart-form .form-wrapper .button + .form-submit,
.cart-form .form-wrapper .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit,
.price-cart-wrapper .course-type-btn .cart-form .form-wrapper a + .form-submit,
.cart-form .form-wrapper .price-cart-wrapper .course-type-btn a + .form-submit,
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cart-form .form-wrapper .form-submit + .form-submit,
.cart-form .form-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
.student-attendance-form .cart-form .form-wrapper .form-submit + .form-submit,
.cart-form .form-wrapper .student-attendance-form .form-submit + .form-submit,
.student-upcoming-test-form .cart-form .form-wrapper .form-submit + .form-submit,
.cart-form .form-wrapper .student-upcoming-test-form .form-submit + .form-submit,
.student-timetable-form .cart-form .form-wrapper .form-submit + .form-submit,
.cart-form .form-wrapper .student-timetable-form .form-submit + .form-submit,
.student-result-data .cart-form .form-wrapper .form-submit + .form-submit,
.cart-form .form-wrapper .student-result-data .form-submit + .form-submit,
.centre-gallery-form .center-gallery-formfield .cart-form .form-wrapper .form-submit + .form-submit,
.cart-form .form-wrapper .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-form .form-wrapper button + .form-submit,
.cart-form .form-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit,
.scholar-form #edit-actions .cart-form .form-wrapper #edit-submit + .form-submit,
.cart-form .form-wrapper .scholar-form #edit-actions #edit-submit + .form-submit,
.scholar-form .congratulation-action-btn .cart-form .form-wrapper a + .form-submit,
.cart-form .form-wrapper .scholar-form .congratulation-action-btn a + .form-submit,
.scholar-form .congratulation-action-btn .cart-form .form-wrapper .form-submit + .form-submit,
.cart-form .form-wrapper .scholar-form .congratulation-action-btn .form-submit + .form-submit,
.product-block .views-row .form-actions .cart-form .form-wrapper .button + .form-submit,
.cart-form .form-wrapper .product-block .views-row .form-actions .button + .form-submit,
.wishlist-wrapper .views-row .form-actions .cart-form .form-wrapper .button + .form-submit,
.cart-form .form-wrapper .wishlist-wrapper .views-row .form-actions .button + .form-submit,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .form-submit.button + .form-submit,
.cart-form .form-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .form-submit.button + .form-submit,
.cart-form .form-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit, .node-offline-admission-form-form #edit-actions .btn + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .node-offline-admission-form-form #edit-actions .expert-subinfo + .button, .node-offline-admission-form-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .testimonial-custom-wrapper footer .node-offline-admission-form-form #edit-actions .view-testimonial + .button, .node-offline-admission-form-form #edit-actions .testimonial-custom-wrapper footer .view-testimonial + .button, .authentication-wrapper .authentication-content-wrapper .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .node-offline-admission-form-form #edit-actions #edit-login-returning-customer-submit + .button, .node-offline-admission-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .cognito-reset-password-form .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button,
.cognito-email-verify-form .node-offline-admission-form-form #edit-actions #edit-submit + .button,
.node-offline-admission-form-form .cognito-email-verify-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .node-offline-admission-form-form #edit-actions .field-add-more-submit + .button, .node-offline-admission-form-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button,
.profile-form #edit-field-user-address-details-wrapper .node-offline-admission-form-form #edit-actions .field-add-more-submit + .button,
.node-offline-admission-form-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button, .profile-form .btn-wrapper .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .profile-form .btn-wrapper .button + .button, #user-change-password .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form #edit-actions #user-change-password #edit-submit + .button, .student-data-verification .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .student-data-verification .form-submit + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .cart-form .cart-aside-wrapper .form-actions .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .node-offline-admission-form-form #edit-actions .button + .button,
.node-offline-admission-form-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button, .student-verification-form .form-actions .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .student-verification-form .form-actions .button + .button, .cognito-multistep-reset-password-form .form-actions .node-offline-admission-form-form #edit-actions input[type="submit"] + .button, .node-offline-admission-form-form #edit-actions .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cart-form .form-wrapper .node-offline-admission-form-form #edit-actions .create-btn + .button, .node-offline-admission-form-form #edit-actions .cart-form .form-wrapper .create-btn + .button,
.cart-form .form-wrapper .node-offline-admission-form-form #edit-actions .form-submit + .button,
.node-offline-admission-form-form #edit-actions .cart-form .form-wrapper .form-submit + .button, .node-offline-admission-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form .node-offline-admission-form-form #edit-actions .button + .button,
.node-offline-admission-form-form .node-selfenrolment-checkout-form-form #edit-actions .button + .button, #block-views-block-current-offers-management-block-1 footer .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions #block-views-block-current-offers-management-block-1 footer a + .button, .answer-solution-block footer .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .answer-solution-block footer a + .button, .find-office-wrapper .views-exposed-form .form-actions .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button + .button, .price-cart-wrapper .course-type-btn .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .price-cart-wrapper .course-type-btn a + .button, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .student-attendance-form .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .student-attendance-form .form-submit + .button,
.student-upcoming-test-form .node-offline-admission-form-form #edit-actions .form-submit + .button,
.node-offline-admission-form-form #edit-actions .student-upcoming-test-form .form-submit + .button,
.student-timetable-form .node-offline-admission-form-form #edit-actions .form-submit + .button,
.node-offline-admission-form-form #edit-actions .student-timetable-form .form-submit + .button,
.student-result-data .node-offline-admission-form-form #edit-actions .form-submit + .button,
.node-offline-admission-form-form #edit-actions .student-result-data .form-submit + .button, .centre-gallery-form .center-gallery-formfield .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .centre-gallery-form .center-gallery-formfield .form-submit + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .node-offline-admission-form-form #edit-actions button + .button, .node-offline-admission-form-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .scholar-form .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form .scholar-form #edit-actions #edit-submit + .button, .scholar-form .congratulation-action-btn .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .scholar-form .congratulation-action-btn .form-submit + .button, .product-block .views-row .form-actions .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .product-block .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .form-actions .node-offline-admission-form-form #edit-actions .button + .button,
.node-offline-admission-form-form #edit-actions .wishlist-wrapper .views-row .form-actions .button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-offline-admission-form-form #edit-actions .form-submit.button + .button, .node-offline-admission-form-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-offline-admission-form-form #edit-actions .form-submit.button + .button,
.node-offline-admission-form-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .btn + .button,
.talktoexpert-form #talktoexpert-form .sub-clbck .node-selfenrolment-checkout-form-form #edit-actions .expert-subinfo + .button,
.node-selfenrolment-checkout-form-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions a + .button,
.node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
.testimonial-custom-wrapper footer .node-selfenrolment-checkout-form-form #edit-actions .view-testimonial + .button,
.node-selfenrolment-checkout-form-form #edit-actions .testimonial-custom-wrapper footer .view-testimonial + .button,
.authentication-wrapper .authentication-content-wrapper .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
.node-selfenrolment-checkout-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + .button,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .node-selfenrolment-checkout-form-form #edit-actions #edit-login-returning-customer-submit + .button,
.node-selfenrolment-checkout-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button,
.cognito-reset-password-form .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
.node-selfenrolment-checkout-form-form .cognito-reset-password-form #edit-actions #edit-submit + .button,
.cognito-multistep-reset-password-form .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
.node-selfenrolment-checkout-form-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button,
.cognito-email-verify-form .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
.node-selfenrolment-checkout-form-form .cognito-email-verify-form #edit-actions #edit-submit + .button,
.contact-form-wrap .node-contact-us-management-form .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
.node-selfenrolment-checkout-form-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .node-selfenrolment-checkout-form-form #edit-actions a + .button,
.node-selfenrolment-checkout-form-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button,
.profile-form #edit-field-marks-grade-obtained-wrapper .node-selfenrolment-checkout-form-form #edit-actions .field-add-more-submit + .button,
.node-selfenrolment-checkout-form-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button,
.profile-form #edit-field-user-address-details-wrapper .node-selfenrolment-checkout-form-form #edit-actions .field-add-more-submit + .button,
.node-selfenrolment-checkout-form-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
.profile-form .btn-wrapper .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .profile-form .btn-wrapper .button + .button,
#user-change-password .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
.node-selfenrolment-checkout-form-form #edit-actions #user-change-password #edit-submit + .button,
.student-data-verification .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
.node-selfenrolment-checkout-form-form #edit-actions .student-data-verification .form-submit + .button,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .node-selfenrolment-checkout-form-form #edit-actions a + .button,
.node-selfenrolment-checkout-form-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button,
.cart-form .cart-aside-wrapper .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .button + .button,
.layout-region-checkout-secondary .layout-region-checkout-footer .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
.student-verification-form .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .student-verification-form .form-actions .button + .button,
.cognito-multistep-reset-password-form .form-actions .node-selfenrolment-checkout-form-form #edit-actions input[type="submit"] + .button,
.node-selfenrolment-checkout-form-form #edit-actions .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button,
.cart-form .form-wrapper .node-selfenrolment-checkout-form-form #edit-actions .create-btn + .button,
.node-selfenrolment-checkout-form-form #edit-actions .cart-form .form-wrapper .create-btn + .button,
.cart-form .form-wrapper .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
.node-selfenrolment-checkout-form-form #edit-actions .cart-form .form-wrapper .form-submit + .button,
.node-offline-admission-form-form .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form .node-offline-admission-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .button + .button,
#block-views-block-current-offers-management-block-1 footer .node-selfenrolment-checkout-form-form #edit-actions a + .button,
.node-selfenrolment-checkout-form-form #edit-actions #block-views-block-current-offers-management-block-1 footer a + .button,
.answer-solution-block footer .node-selfenrolment-checkout-form-form #edit-actions a + .button,
.node-selfenrolment-checkout-form-form #edit-actions .answer-solution-block footer a + .button,
.find-office-wrapper .views-exposed-form .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button + .button,
.price-cart-wrapper .course-type-btn .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
.price-cart-wrapper .course-type-btn .node-selfenrolment-checkout-form-form #edit-actions a + .button,
.node-selfenrolment-checkout-form-form #edit-actions .price-cart-wrapper .course-type-btn a + .button,
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
.node-selfenrolment-checkout-form-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button,
.student-attendance-form .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
.node-selfenrolment-checkout-form-form #edit-actions .student-attendance-form .form-submit + .button,
.student-upcoming-test-form .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
.node-selfenrolment-checkout-form-form #edit-actions .student-upcoming-test-form .form-submit + .button,
.student-timetable-form .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
.node-selfenrolment-checkout-form-form #edit-actions .student-timetable-form .form-submit + .button,
.student-result-data .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
.node-selfenrolment-checkout-form-form #edit-actions .student-result-data .form-submit + .button,
.centre-gallery-form .center-gallery-formfield .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
.node-selfenrolment-checkout-form-form #edit-actions .centre-gallery-form .center-gallery-formfield .form-submit + .button,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .node-selfenrolment-checkout-form-form #edit-actions button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button,
.scholar-form .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
.node-selfenrolment-checkout-form-form .scholar-form #edit-actions #edit-submit + .button,
.scholar-form .congratulation-action-btn .node-selfenrolment-checkout-form-form #edit-actions a + .button,
.node-selfenrolment-checkout-form-form #edit-actions .scholar-form .congratulation-action-btn a + .button,
.scholar-form .congratulation-action-btn .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
.node-selfenrolment-checkout-form-form #edit-actions .scholar-form .congratulation-action-btn .form-submit + .button,
.product-block .views-row .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .product-block .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .wishlist-wrapper .views-row .form-actions .button + .button,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-selfenrolment-checkout-form-form #edit-actions .form-submit.button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-selfenrolment-checkout-form-form #edit-actions .form-submit.button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, #block-views-block-current-offers-management-block-1 footer .btn + a, .talktoexpert-form #talktoexpert-form .sub-clbck #block-views-block-current-offers-management-block-1 footer .expert-subinfo + a, #block-views-block-current-offers-management-block-1 footer .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .testimonial-custom-wrapper #block-views-block-current-offers-management-block-1 footer .view-testimonial + a, #block-views-block-current-offers-management-block-1 .testimonial-custom-wrapper footer .view-testimonial + a, .authentication-wrapper .authentication-content-wrapper #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #block-views-block-current-offers-management-block-1 footer #edit-login-returning-customer-submit + a, #block-views-block-current-offers-management-block-1 footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .cognito-reset-password-form #edit-actions #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .cognito-multistep-reset-password-form #edit-actions #edit-submit + a,
.cognito-email-verify-form #edit-actions #block-views-block-current-offers-management-block-1 footer #edit-submit + a,
#block-views-block-current-offers-management-block-1 footer .cognito-email-verify-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .profile-form #edit-field-marks-grade-obtained-wrapper #block-views-block-current-offers-management-block-1 footer .field-add-more-submit + a, #block-views-block-current-offers-management-block-1 footer .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a,
.profile-form #edit-field-user-address-details-wrapper #block-views-block-current-offers-management-block-1 footer .field-add-more-submit + a,
#block-views-block-current-offers-management-block-1 footer .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a, .profile-form .btn-wrapper #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .profile-form .btn-wrapper .button + a, #user-change-password #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer #user-change-password #edit-submit + a, .student-data-verification #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .student-data-verification .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .cart-form .cart-aside-wrapper .form-actions #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .cart-form .cart-aside-wrapper .form-actions .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .layout-region-checkout-secondary .layout-region-checkout-footer .button + a,
.cart-aside-wrapper .layout-region-checkout-footer #block-views-block-current-offers-management-block-1 footer .button + a,
#block-views-block-current-offers-management-block-1 footer .cart-aside-wrapper .layout-region-checkout-footer .button + a, .student-verification-form .form-actions #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .student-verification-form .form-actions .button + a, .cognito-multistep-reset-password-form .form-actions #block-views-block-current-offers-management-block-1 footer input[type="submit"] + a, #block-views-block-current-offers-management-block-1 footer .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cart-form .form-wrapper #block-views-block-current-offers-management-block-1 footer .create-btn + a, #block-views-block-current-offers-management-block-1 footer .cart-form .form-wrapper .create-btn + a,
.cart-form .form-wrapper #block-views-block-current-offers-management-block-1 footer .form-submit + a,
#block-views-block-current-offers-management-block-1 footer .cart-form .form-wrapper .form-submit + a, .node-offline-admission-form-form #edit-actions #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .node-offline-admission-form-form #edit-actions .button + a,
.node-selfenrolment-checkout-form-form #edit-actions #block-views-block-current-offers-management-block-1 footer .button + a,
#block-views-block-current-offers-management-block-1 footer .node-selfenrolment-checkout-form-form #edit-actions .button + a, #block-views-block-current-offers-management-block-1 footer a + a, .answer-solution-block #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 .answer-solution-block footer a + a, .find-office-wrapper .views-exposed-form .form-actions #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .find-office-wrapper .views-exposed-form .form-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .price-cart-wrapper .course-type-btn a + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .student-attendance-form #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .student-attendance-form .form-submit + a,
.student-upcoming-test-form #block-views-block-current-offers-management-block-1 footer .form-submit + a,
#block-views-block-current-offers-management-block-1 footer .student-upcoming-test-form .form-submit + a,
.student-timetable-form #block-views-block-current-offers-management-block-1 footer .form-submit + a,
#block-views-block-current-offers-management-block-1 footer .student-timetable-form .form-submit + a,
.student-result-data #block-views-block-current-offers-management-block-1 footer .form-submit + a,
#block-views-block-current-offers-management-block-1 footer .student-result-data .form-submit + a, .centre-gallery-form .center-gallery-formfield #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .centre-gallery-form .center-gallery-formfield .form-submit + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #block-views-block-current-offers-management-block-1 footer button + a, #block-views-block-current-offers-management-block-1 footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .scholar-form #edit-actions #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .scholar-form #edit-actions #edit-submit + a, .scholar-form .congratulation-action-btn #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .scholar-form .congratulation-action-btn .form-submit + a, .product-block .views-row .form-actions #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .product-block .views-row .form-actions .button + a,
.wishlist-wrapper .views-row .form-actions #block-views-block-current-offers-management-block-1 footer .button + a,
#block-views-block-current-offers-management-block-1 footer .wishlist-wrapper .views-row .form-actions .button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #block-views-block-current-offers-management-block-1 footer .form-submit.button + a, #block-views-block-current-offers-management-block-1 footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #block-views-block-current-offers-management-block-1 footer .form-submit.button + a,
#block-views-block-current-offers-management-block-1 footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .answer-solution-block footer .btn + a, .talktoexpert-form #talktoexpert-form .sub-clbck .answer-solution-block footer .expert-subinfo + a, .answer-solution-block footer .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .testimonial-custom-wrapper .answer-solution-block footer .view-testimonial + a, .answer-solution-block .testimonial-custom-wrapper footer .view-testimonial + a, .authentication-wrapper .authentication-content-wrapper .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .answer-solution-block footer #edit-login-returning-customer-submit + a, .answer-solution-block footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .cognito-reset-password-form #edit-actions .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .cognito-multistep-reset-password-form #edit-actions #edit-submit + a,
.cognito-email-verify-form #edit-actions .answer-solution-block footer #edit-submit + a,
.answer-solution-block footer .cognito-email-verify-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .answer-solution-block footer a + a, .answer-solution-block footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .profile-form #edit-field-marks-grade-obtained-wrapper .answer-solution-block footer .field-add-more-submit + a, .answer-solution-block footer .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a,
.profile-form #edit-field-user-address-details-wrapper .answer-solution-block footer .field-add-more-submit + a,
.answer-solution-block footer .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a, .profile-form .btn-wrapper .answer-solution-block footer .button + a, .answer-solution-block footer .profile-form .btn-wrapper .button + a, #user-change-password .answer-solution-block footer #edit-submit + a, .answer-solution-block footer #user-change-password #edit-submit + a, .student-data-verification .answer-solution-block footer .form-submit + a, .answer-solution-block footer .student-data-verification .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .answer-solution-block footer a + a, .answer-solution-block footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .cart-form .cart-aside-wrapper .form-actions .answer-solution-block footer .button + a, .answer-solution-block footer .cart-form .cart-aside-wrapper .form-actions .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .answer-solution-block footer .button + a, .answer-solution-block footer .layout-region-checkout-secondary .layout-region-checkout-footer .button + a,
.cart-aside-wrapper .layout-region-checkout-footer .answer-solution-block footer .button + a,
.answer-solution-block footer .cart-aside-wrapper .layout-region-checkout-footer .button + a, .student-verification-form .form-actions .answer-solution-block footer .button + a, .answer-solution-block footer .student-verification-form .form-actions .button + a, .cognito-multistep-reset-password-form .form-actions .answer-solution-block footer input[type="submit"] + a, .answer-solution-block footer .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cart-form .form-wrapper .answer-solution-block footer .create-btn + a, .answer-solution-block footer .cart-form .form-wrapper .create-btn + a,
.cart-form .form-wrapper .answer-solution-block footer .form-submit + a,
.answer-solution-block footer .cart-form .form-wrapper .form-submit + a, .node-offline-admission-form-form #edit-actions .answer-solution-block footer .button + a, .answer-solution-block footer .node-offline-admission-form-form #edit-actions .button + a,
.node-selfenrolment-checkout-form-form #edit-actions .answer-solution-block footer .button + a,
.answer-solution-block footer .node-selfenrolment-checkout-form-form #edit-actions .button + a, #block-views-block-current-offers-management-block-1 .answer-solution-block footer a + a, .answer-solution-block #block-views-block-current-offers-management-block-1 footer a + a, .answer-solution-block footer a + a, .find-office-wrapper .views-exposed-form .form-actions .answer-solution-block footer .button + a, .answer-solution-block footer .find-office-wrapper .views-exposed-form .form-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .answer-solution-block footer .button + a, .answer-solution-block footer .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn .answer-solution-block footer a + a, .answer-solution-block footer .price-cart-wrapper .course-type-btn a + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .answer-solution-block footer .form-submit + a, .answer-solution-block footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .student-attendance-form .answer-solution-block footer .form-submit + a, .answer-solution-block footer .student-attendance-form .form-submit + a,
.student-upcoming-test-form .answer-solution-block footer .form-submit + a,
.answer-solution-block footer .student-upcoming-test-form .form-submit + a,
.student-timetable-form .answer-solution-block footer .form-submit + a,
.answer-solution-block footer .student-timetable-form .form-submit + a,
.student-result-data .answer-solution-block footer .form-submit + a,
.answer-solution-block footer .student-result-data .form-submit + a, .centre-gallery-form .center-gallery-formfield .answer-solution-block footer .form-submit + a, .answer-solution-block footer .centre-gallery-form .center-gallery-formfield .form-submit + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .answer-solution-block footer button + a, .answer-solution-block footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .scholar-form #edit-actions .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .scholar-form #edit-actions #edit-submit + a, .scholar-form .congratulation-action-btn .answer-solution-block footer a + a, .answer-solution-block footer .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .answer-solution-block footer .form-submit + a, .answer-solution-block footer .scholar-form .congratulation-action-btn .form-submit + a, .product-block .views-row .form-actions .answer-solution-block footer .button + a, .answer-solution-block footer .product-block .views-row .form-actions .button + a,
.wishlist-wrapper .views-row .form-actions .answer-solution-block footer .button + a,
.answer-solution-block footer .wishlist-wrapper .views-row .form-actions .button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .answer-solution-block footer .form-submit.button + a, .answer-solution-block footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .answer-solution-block footer .form-submit.button + a,
.answer-solution-block footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .find-office-wrapper .views-exposed-form .form-actions .btn + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .find-office-wrapper .views-exposed-form .form-actions .expert-subinfo + .button, .find-office-wrapper .views-exposed-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .testimonial-custom-wrapper footer .find-office-wrapper .views-exposed-form .form-actions .view-testimonial + .button, .find-office-wrapper .views-exposed-form .form-actions .testimonial-custom-wrapper footer .view-testimonial + .button, .authentication-wrapper .authentication-content-wrapper .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .find-office-wrapper .views-exposed-form .form-actions #edit-login-returning-customer-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .cognito-reset-password-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button,
.cognito-email-verify-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button,
.find-office-wrapper .views-exposed-form .form-actions .cognito-email-verify-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .find-office-wrapper .views-exposed-form .form-actions .field-add-more-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button,
.profile-form #edit-field-user-address-details-wrapper .find-office-wrapper .views-exposed-form .form-actions .field-add-more-submit + .button,
.find-office-wrapper .views-exposed-form .form-actions .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button, .profile-form .btn-wrapper .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .profile-form .btn-wrapper .button + .button, #user-change-password .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions #user-change-password #edit-submit + .button, .student-data-verification .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .student-data-verification .form-submit + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .cart-form .cart-aside-wrapper .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .cart-form .cart-aside-wrapper .form-actions .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .find-office-wrapper .views-exposed-form .form-actions .button + .button,
.find-office-wrapper .views-exposed-form .form-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button, .student-verification-form .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .student-verification-form .form-actions .button + .button, .cognito-multistep-reset-password-form .find-office-wrapper .views-exposed-form .form-actions input[type="submit"] + .button, .find-office-wrapper .views-exposed-form .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cart-form .form-wrapper .find-office-wrapper .views-exposed-form .form-actions .create-btn + .button, .find-office-wrapper .views-exposed-form .form-actions .cart-form .form-wrapper .create-btn + .button,
.cart-form .form-wrapper .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
.find-office-wrapper .views-exposed-form .form-actions .cart-form .form-wrapper .form-submit + .button, .node-offline-admission-form-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .node-offline-admission-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button + .button,
.find-office-wrapper .views-exposed-form .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button, #block-views-block-current-offers-management-block-1 footer .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions #block-views-block-current-offers-management-block-1 footer a + .button, .answer-solution-block footer .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .answer-solution-block footer a + .button, .find-office-wrapper .views-exposed-form .form-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .price-cart-wrapper .course-type-btn a + .button, .course-listing .course-item .course-item-footer .pay-fee1 .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .student-attendance-form .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .student-attendance-form .form-submit + .button,
.student-upcoming-test-form .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
.find-office-wrapper .views-exposed-form .form-actions .student-upcoming-test-form .form-submit + .button,
.student-timetable-form .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
.find-office-wrapper .views-exposed-form .form-actions .student-timetable-form .form-submit + .button,
.student-result-data .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
.find-office-wrapper .views-exposed-form .form-actions .student-result-data .form-submit + .button, .centre-gallery-form .center-gallery-formfield .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .centre-gallery-form .center-gallery-formfield .form-submit + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .find-office-wrapper .views-exposed-form .form-actions button + .button, .find-office-wrapper .views-exposed-form .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .scholar-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .scholar-form #edit-actions #edit-submit + .button, .scholar-form .congratulation-action-btn .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .scholar-form .congratulation-action-btn .form-submit + .button, .product-block .views-row .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .product-block .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .find-office-wrapper .views-exposed-form .form-actions .button + .button,
.find-office-wrapper .views-exposed-form .wishlist-wrapper .views-row .form-actions .button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .find-office-wrapper .views-exposed-form .form-actions .form-submit.button + .button, .find-office-wrapper .views-exposed-form .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .find-office-wrapper .views-exposed-form .form-actions .form-submit.button + .button,
.find-office-wrapper .views-exposed-form .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .price-cart-wrapper .course-type-btn #edit-actions .btn + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .price-cart-wrapper .course-type-btn #edit-actions .expert-subinfo + .button, .price-cart-wrapper .course-type-btn #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .testimonial-custom-wrapper footer .price-cart-wrapper .course-type-btn #edit-actions .view-testimonial + .button, .price-cart-wrapper .course-type-btn #edit-actions .testimonial-custom-wrapper footer .view-testimonial + .button, .authentication-wrapper .authentication-content-wrapper .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .price-cart-wrapper .course-type-btn #edit-actions #edit-login-returning-customer-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .cognito-reset-password-form .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button,
.cognito-email-verify-form .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button,
.price-cart-wrapper .course-type-btn .cognito-email-verify-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .price-cart-wrapper .course-type-btn #edit-actions .field-add-more-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button,
.profile-form #edit-field-user-address-details-wrapper .price-cart-wrapper .course-type-btn #edit-actions .field-add-more-submit + .button,
.price-cart-wrapper .course-type-btn #edit-actions .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button, .profile-form .btn-wrapper .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .profile-form .btn-wrapper .button + .button, #user-change-password .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions #user-change-password #edit-submit + .button, .student-data-verification .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .student-data-verification .form-submit + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .cart-form .cart-aside-wrapper .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .cart-form .cart-aside-wrapper .form-actions .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
.price-cart-wrapper .course-type-btn #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button, .student-verification-form .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .student-verification-form .form-actions .button + .button, .cognito-multistep-reset-password-form .form-actions .price-cart-wrapper .course-type-btn #edit-actions input[type="submit"] + .button, .price-cart-wrapper .course-type-btn #edit-actions .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cart-form .form-wrapper .price-cart-wrapper .course-type-btn #edit-actions .create-btn + .button, .price-cart-wrapper .course-type-btn #edit-actions .cart-form .form-wrapper .create-btn + .button,
.cart-form .form-wrapper .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
.price-cart-wrapper .course-type-btn #edit-actions .cart-form .form-wrapper .form-submit + .button, .node-offline-admission-form-form .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn .node-offline-admission-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
.price-cart-wrapper .course-type-btn .node-selfenrolment-checkout-form-form #edit-actions .button + .button, #block-views-block-current-offers-management-block-1 footer .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions #block-views-block-current-offers-management-block-1 footer a + .button, .answer-solution-block footer .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .answer-solution-block footer a + .button, .find-office-wrapper .views-exposed-form .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions a + .button, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .student-attendance-form .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .student-attendance-form .form-submit + .button,
.student-upcoming-test-form .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
.price-cart-wrapper .course-type-btn #edit-actions .student-upcoming-test-form .form-submit + .button,
.student-timetable-form .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
.price-cart-wrapper .course-type-btn #edit-actions .student-timetable-form .form-submit + .button,
.student-result-data .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
.price-cart-wrapper .course-type-btn #edit-actions .student-result-data .form-submit + .button, .centre-gallery-form .center-gallery-formfield .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .centre-gallery-form .center-gallery-formfield .form-submit + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .price-cart-wrapper .course-type-btn #edit-actions button + .button, .price-cart-wrapper .course-type-btn #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .scholar-form .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn .scholar-form #edit-actions #edit-submit + .button, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .scholar-form .congratulation-action-btn .form-submit + .button, .product-block .views-row .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .product-block .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
.price-cart-wrapper .course-type-btn #edit-actions .wishlist-wrapper .views-row .form-actions .button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn #edit-actions .form-submit.button + .button, .price-cart-wrapper .course-type-btn #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn #edit-actions .form-submit.button + .button,
.price-cart-wrapper .course-type-btn #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .price-cart-wrapper .course-type-btn .btn + a, .talktoexpert-form #talktoexpert-form .sub-clbck .price-cart-wrapper .course-type-btn .expert-subinfo + a, .price-cart-wrapper .course-type-btn .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .testimonial-custom-wrapper footer .price-cart-wrapper .course-type-btn .view-testimonial + a, .price-cart-wrapper .course-type-btn .testimonial-custom-wrapper footer .view-testimonial + a, .authentication-wrapper .authentication-content-wrapper .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .price-cart-wrapper .course-type-btn #edit-login-returning-customer-submit + a, .price-cart-wrapper .course-type-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .cognito-reset-password-form #edit-actions .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form #edit-actions #edit-submit + a,
.cognito-email-verify-form #edit-actions .price-cart-wrapper .course-type-btn #edit-submit + a,
.price-cart-wrapper .course-type-btn .cognito-email-verify-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .profile-form #edit-field-marks-grade-obtained-wrapper .price-cart-wrapper .course-type-btn .field-add-more-submit + a, .price-cart-wrapper .course-type-btn .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a,
.profile-form #edit-field-user-address-details-wrapper .price-cart-wrapper .course-type-btn .field-add-more-submit + a,
.price-cart-wrapper .course-type-btn .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a, .profile-form .btn-wrapper .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .profile-form .btn-wrapper .button + a, #user-change-password .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn #user-change-password #edit-submit + a, .student-data-verification .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .student-data-verification .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .cart-form .cart-aside-wrapper .form-actions .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .cart-form .cart-aside-wrapper .form-actions .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .layout-region-checkout-secondary .layout-region-checkout-footer .button + a,
.cart-aside-wrapper .layout-region-checkout-footer .price-cart-wrapper .course-type-btn .button + a,
.price-cart-wrapper .course-type-btn .cart-aside-wrapper .layout-region-checkout-footer .button + a, .student-verification-form .form-actions .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .student-verification-form .form-actions .button + a, .cognito-multistep-reset-password-form .form-actions .price-cart-wrapper .course-type-btn input[type="submit"] + a, .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cart-form .form-wrapper .price-cart-wrapper .course-type-btn .create-btn + a, .price-cart-wrapper .course-type-btn .cart-form .form-wrapper .create-btn + a,
.cart-form .form-wrapper .price-cart-wrapper .course-type-btn .form-submit + a,
.price-cart-wrapper .course-type-btn .cart-form .form-wrapper .form-submit + a, .node-offline-admission-form-form #edit-actions .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .node-offline-admission-form-form #edit-actions .button + a,
.node-selfenrolment-checkout-form-form #edit-actions .price-cart-wrapper .course-type-btn .button + a,
.price-cart-wrapper .course-type-btn .node-selfenrolment-checkout-form-form #edit-actions .button + a, #block-views-block-current-offers-management-block-1 footer .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn #block-views-block-current-offers-management-block-1 footer a + a, .answer-solution-block footer .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .answer-solution-block footer a + a, .find-office-wrapper .views-exposed-form .form-actions .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .find-office-wrapper .views-exposed-form .form-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn a + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .student-attendance-form .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .student-attendance-form .form-submit + a,
.student-upcoming-test-form .price-cart-wrapper .course-type-btn .form-submit + a,
.price-cart-wrapper .course-type-btn .student-upcoming-test-form .form-submit + a,
.student-timetable-form .price-cart-wrapper .course-type-btn .form-submit + a,
.price-cart-wrapper .course-type-btn .student-timetable-form .form-submit + a,
.student-result-data .price-cart-wrapper .course-type-btn .form-submit + a,
.price-cart-wrapper .course-type-btn .student-result-data .form-submit + a, .centre-gallery-form .center-gallery-formfield .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .centre-gallery-form .center-gallery-formfield .form-submit + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .price-cart-wrapper .course-type-btn button + a, .price-cart-wrapper .course-type-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .scholar-form #edit-actions .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .scholar-form #edit-actions #edit-submit + a, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .scholar-form .congratulation-action-btn .form-submit + a, .product-block .views-row .form-actions .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .product-block .views-row .form-actions .button + a,
.wishlist-wrapper .views-row .form-actions .price-cart-wrapper .course-type-btn .button + a,
.price-cart-wrapper .course-type-btn .wishlist-wrapper .views-row .form-actions .button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn .form-submit.button + a, .price-cart-wrapper .course-type-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn .form-submit.button + a,
.price-cart-wrapper .course-type-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .btn + .form-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .expert-subinfo + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .testimonial-custom-wrapper footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .view-testimonial + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .testimonial-custom-wrapper footer .view-testimonial + .form-submit, .authentication-wrapper .authentication-content-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-login-returning-customer-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit, .cognito-reset-password-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cognito-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-multistep-reset-password-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit,
.cognito-email-verify-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit,
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cognito-email-verify-form #edit-actions #edit-submit + .form-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .field-add-more-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit,
.profile-form #edit-field-user-address-details-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .field-add-more-submit + .form-submit,
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit, .profile-form .btn-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .profile-form .btn-wrapper .button + .form-submit, #user-change-password .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #user-change-password #edit-submit + .form-submit, .student-data-verification .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-data-verification .form-submit + .form-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit, .cart-form .cart-aside-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .cart-form .cart-aside-wrapper .form-actions .button + .form-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit,
.cart-aside-wrapper .layout-region-checkout-footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit,
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit, .student-verification-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .student-verification-form .form-actions .button + .form-submit, .cognito-multistep-reset-password-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions input[type="submit"] + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit, .cart-form .form-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .create-btn + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cart-form .form-wrapper .create-btn + .form-submit,
.cart-form .form-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cart-form .form-wrapper .form-submit + .form-submit, .node-offline-admission-form-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .node-offline-admission-form-form #edit-actions .button + .form-submit,
.node-selfenrolment-checkout-form-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit,
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit, #block-views-block-current-offers-management-block-1 footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #block-views-block-current-offers-management-block-1 footer a + .form-submit, .answer-solution-block footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .answer-solution-block footer a + .form-submit, .find-office-wrapper .views-exposed-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit, .price-cart-wrapper .course-type-btn #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit, .price-cart-wrapper .course-type-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .price-cart-wrapper .course-type-btn a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .student-attendance-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-attendance-form .form-submit + .form-submit,
.student-upcoming-test-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-upcoming-test-form .form-submit + .form-submit,
.student-timetable-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-timetable-form .form-submit + .form-submit,
.student-result-data .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-result-data .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .course-listing .course-item .course-item-footer .pay-fee1 .form-actions button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit, .scholar-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form #edit-actions #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form .congratulation-action-btn .form-submit + .form-submit, .product-block .views-row .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .product-block .views-row .form-actions .button + .form-submit,
.wishlist-wrapper .views-row .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit,
.course-listing .course-item .course-item-footer .pay-fee1 .wishlist-wrapper .views-row .form-actions .button + .form-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit.button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit.button + .form-submit,
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit, .student-attendance-form .btn + .form-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .student-attendance-form .expert-subinfo + .form-submit, .student-attendance-form .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form a + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .testimonial-custom-wrapper footer .student-attendance-form .view-testimonial + .form-submit, .student-attendance-form .testimonial-custom-wrapper footer .view-testimonial + .form-submit, .authentication-wrapper .authentication-content-wrapper .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-attendance-form #edit-login-returning-customer-submit + .form-submit, .student-attendance-form .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit, .cognito-reset-password-form #edit-actions .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .cognito-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-multistep-reset-password-form #edit-actions .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit,
.cognito-email-verify-form #edit-actions .student-attendance-form #edit-submit + .form-submit,
.student-attendance-form .cognito-email-verify-form #edit-actions #edit-submit + .form-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-attendance-form a + .form-submit, .student-attendance-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .student-attendance-form .field-add-more-submit + .form-submit, .student-attendance-form .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit,
.profile-form #edit-field-user-address-details-wrapper .student-attendance-form .field-add-more-submit + .form-submit,
.student-attendance-form .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit, .profile-form .btn-wrapper .student-attendance-form .button + .form-submit, .student-attendance-form .profile-form .btn-wrapper .button + .form-submit, #user-change-password .student-attendance-form #edit-submit + .form-submit, .student-attendance-form #user-change-password #edit-submit + .form-submit, .student-data-verification .student-attendance-form .form-submit + .form-submit, .student-attendance-form .student-data-verification .form-submit + .form-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-attendance-form a + .form-submit, .student-attendance-form .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit, .cart-form .cart-aside-wrapper .form-actions .student-attendance-form .button + .form-submit, .student-attendance-form .cart-form .cart-aside-wrapper .form-actions .button + .form-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .student-attendance-form .button + .form-submit, .student-attendance-form .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit,
.cart-aside-wrapper .layout-region-checkout-footer .student-attendance-form .button + .form-submit,
.student-attendance-form .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit, .student-verification-form .form-actions .student-attendance-form .button + .form-submit, .student-attendance-form .student-verification-form .form-actions .button + .form-submit, .cognito-multistep-reset-password-form .form-actions .student-attendance-form input[type="submit"] + .form-submit, .student-attendance-form .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit, .cart-form .form-wrapper .student-attendance-form .create-btn + .form-submit, .student-attendance-form .cart-form .form-wrapper .create-btn + .form-submit,
.cart-form .form-wrapper .student-attendance-form .form-submit + .form-submit,
.student-attendance-form .cart-form .form-wrapper .form-submit + .form-submit, .node-offline-admission-form-form #edit-actions .student-attendance-form .button + .form-submit, .student-attendance-form .node-offline-admission-form-form #edit-actions .button + .form-submit,
.node-selfenrolment-checkout-form-form #edit-actions .student-attendance-form .button + .form-submit,
.student-attendance-form .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit, #block-views-block-current-offers-management-block-1 footer .student-attendance-form a + .form-submit, .student-attendance-form #block-views-block-current-offers-management-block-1 footer a + .form-submit, .answer-solution-block footer .student-attendance-form a + .form-submit, .student-attendance-form .answer-solution-block footer a + .form-submit, .find-office-wrapper .views-exposed-form .form-actions .student-attendance-form .button + .form-submit, .student-attendance-form .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit, .price-cart-wrapper .course-type-btn #edit-actions .student-attendance-form .button + .form-submit, .student-attendance-form .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit, .price-cart-wrapper .course-type-btn .student-attendance-form a + .form-submit, .student-attendance-form .price-cart-wrapper .course-type-btn a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-attendance-form .form-submit + .form-submit, .student-attendance-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .student-attendance-form .form-submit + .form-submit,
.student-upcoming-test-form .student-attendance-form .form-submit + .form-submit,
.student-attendance-form .student-upcoming-test-form .form-submit + .form-submit,
.student-timetable-form .student-attendance-form .form-submit + .form-submit,
.student-attendance-form .student-timetable-form .form-submit + .form-submit,
.student-result-data .student-attendance-form .form-submit + .form-submit,
.student-attendance-form .student-result-data .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .student-attendance-form .form-submit + .form-submit, .student-attendance-form .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-attendance-form button + .form-submit, .student-attendance-form .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit, .scholar-form #edit-actions .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .scholar-form #edit-actions #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .student-attendance-form a + .form-submit, .student-attendance-form .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .student-attendance-form .form-submit + .form-submit, .student-attendance-form .scholar-form .congratulation-action-btn .form-submit + .form-submit, .product-block .views-row .form-actions .student-attendance-form .button + .form-submit, .student-attendance-form .product-block .views-row .form-actions .button + .form-submit,
.wishlist-wrapper .views-row .form-actions .student-attendance-form .button + .form-submit,
.student-attendance-form .wishlist-wrapper .views-row .form-actions .button + .form-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-attendance-form .form-submit.button + .form-submit, .student-attendance-form .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-attendance-form .form-submit.button + .form-submit,
.student-attendance-form .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
.student-upcoming-test-form .btn + .form-submit,
.talktoexpert-form #talktoexpert-form .sub-clbck .student-upcoming-test-form .expert-subinfo + .form-submit,
.student-upcoming-test-form .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form a + .form-submit,
.student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
.testimonial-custom-wrapper footer .student-upcoming-test-form .view-testimonial + .form-submit,
.student-upcoming-test-form .testimonial-custom-wrapper footer .view-testimonial + .form-submit,
.authentication-wrapper .authentication-content-wrapper .student-upcoming-test-form #edit-submit + .form-submit,
.student-upcoming-test-form .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-upcoming-test-form #edit-login-returning-customer-submit + .form-submit,
.student-upcoming-test-form .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit,
.cognito-reset-password-form #edit-actions .student-upcoming-test-form #edit-submit + .form-submit,
.student-upcoming-test-form .cognito-reset-password-form #edit-actions #edit-submit + .form-submit,
.cognito-multistep-reset-password-form #edit-actions .student-upcoming-test-form #edit-submit + .form-submit,
.student-upcoming-test-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit,
.cognito-email-verify-form #edit-actions .student-upcoming-test-form #edit-submit + .form-submit,
.student-upcoming-test-form .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
.contact-form-wrap .node-contact-us-management-form #edit-actions .student-upcoming-test-form #edit-submit + .form-submit,
.student-upcoming-test-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-upcoming-test-form a + .form-submit,
.student-upcoming-test-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit,
.profile-form #edit-field-marks-grade-obtained-wrapper .student-upcoming-test-form .field-add-more-submit + .form-submit,
.student-upcoming-test-form .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit,
.profile-form #edit-field-user-address-details-wrapper .student-upcoming-test-form .field-add-more-submit + .form-submit,
.student-upcoming-test-form .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
.profile-form .btn-wrapper .student-upcoming-test-form .button + .form-submit,
.student-upcoming-test-form .profile-form .btn-wrapper .button + .form-submit,
#user-change-password .student-upcoming-test-form #edit-submit + .form-submit,
.student-upcoming-test-form #user-change-password #edit-submit + .form-submit,
.student-data-verification .student-upcoming-test-form .form-submit + .form-submit,
.student-upcoming-test-form .student-data-verification .form-submit + .form-submit,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-upcoming-test-form a + .form-submit,
.student-upcoming-test-form .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit,
.cart-form .cart-aside-wrapper .form-actions .student-upcoming-test-form .button + .form-submit,
.student-upcoming-test-form .cart-form .cart-aside-wrapper .form-actions .button + .form-submit,
.layout-region-checkout-secondary .layout-region-checkout-footer .student-upcoming-test-form .button + .form-submit,
.student-upcoming-test-form .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit,
.cart-aside-wrapper .layout-region-checkout-footer .student-upcoming-test-form .button + .form-submit,
.student-upcoming-test-form .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
.student-verification-form .form-actions .student-upcoming-test-form .button + .form-submit,
.student-upcoming-test-form .student-verification-form .form-actions .button + .form-submit,
.cognito-multistep-reset-password-form .form-actions .student-upcoming-test-form input[type="submit"] + .form-submit,
.student-upcoming-test-form .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit,
.cart-form .form-wrapper .student-upcoming-test-form .create-btn + .form-submit,
.student-upcoming-test-form .cart-form .form-wrapper .create-btn + .form-submit,
.cart-form .form-wrapper .student-upcoming-test-form .form-submit + .form-submit,
.student-upcoming-test-form .cart-form .form-wrapper .form-submit + .form-submit,
.node-offline-admission-form-form #edit-actions .student-upcoming-test-form .button + .form-submit,
.student-upcoming-test-form .node-offline-admission-form-form #edit-actions .button + .form-submit,
.node-selfenrolment-checkout-form-form #edit-actions .student-upcoming-test-form .button + .form-submit,
.student-upcoming-test-form .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
#block-views-block-current-offers-management-block-1 footer .student-upcoming-test-form a + .form-submit,
.student-upcoming-test-form #block-views-block-current-offers-management-block-1 footer a + .form-submit,
.answer-solution-block footer .student-upcoming-test-form a + .form-submit,
.student-upcoming-test-form .answer-solution-block footer a + .form-submit,
.find-office-wrapper .views-exposed-form .form-actions .student-upcoming-test-form .button + .form-submit,
.student-upcoming-test-form .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit,
.price-cart-wrapper .course-type-btn #edit-actions .student-upcoming-test-form .button + .form-submit,
.student-upcoming-test-form .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit,
.price-cart-wrapper .course-type-btn .student-upcoming-test-form a + .form-submit,
.student-upcoming-test-form .price-cart-wrapper .course-type-btn a + .form-submit,
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-upcoming-test-form .form-submit + .form-submit,
.student-upcoming-test-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
.student-attendance-form .student-upcoming-test-form .form-submit + .form-submit,
.student-upcoming-test-form .student-attendance-form .form-submit + .form-submit,
.student-upcoming-test-form .form-submit + .form-submit,
.student-timetable-form .student-upcoming-test-form .form-submit + .form-submit,
.student-upcoming-test-form .student-timetable-form .form-submit + .form-submit,
.student-result-data .student-upcoming-test-form .form-submit + .form-submit,
.student-upcoming-test-form .student-result-data .form-submit + .form-submit,
.centre-gallery-form .center-gallery-formfield .student-upcoming-test-form .form-submit + .form-submit,
.student-upcoming-test-form .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-upcoming-test-form button + .form-submit,
.student-upcoming-test-form .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit,
.scholar-form #edit-actions .student-upcoming-test-form #edit-submit + .form-submit,
.student-upcoming-test-form .scholar-form #edit-actions #edit-submit + .form-submit,
.scholar-form .congratulation-action-btn .student-upcoming-test-form a + .form-submit,
.student-upcoming-test-form .scholar-form .congratulation-action-btn a + .form-submit,
.scholar-form .congratulation-action-btn .student-upcoming-test-form .form-submit + .form-submit,
.student-upcoming-test-form .scholar-form .congratulation-action-btn .form-submit + .form-submit,
.product-block .views-row .form-actions .student-upcoming-test-form .button + .form-submit,
.student-upcoming-test-form .product-block .views-row .form-actions .button + .form-submit,
.wishlist-wrapper .views-row .form-actions .student-upcoming-test-form .button + .form-submit,
.student-upcoming-test-form .wishlist-wrapper .views-row .form-actions .button + .form-submit,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-upcoming-test-form .form-submit.button + .form-submit,
.student-upcoming-test-form .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-upcoming-test-form .form-submit.button + .form-submit,
.student-upcoming-test-form .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
.student-timetable-form .btn + .form-submit,
.talktoexpert-form #talktoexpert-form .sub-clbck .student-timetable-form .expert-subinfo + .form-submit,
.student-timetable-form .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form a + .form-submit,
.student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
.testimonial-custom-wrapper footer .student-timetable-form .view-testimonial + .form-submit,
.student-timetable-form .testimonial-custom-wrapper footer .view-testimonial + .form-submit,
.authentication-wrapper .authentication-content-wrapper .student-timetable-form #edit-submit + .form-submit,
.student-timetable-form .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-timetable-form #edit-login-returning-customer-submit + .form-submit,
.student-timetable-form .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit,
.cognito-reset-password-form #edit-actions .student-timetable-form #edit-submit + .form-submit,
.student-timetable-form .cognito-reset-password-form #edit-actions #edit-submit + .form-submit,
.cognito-multistep-reset-password-form #edit-actions .student-timetable-form #edit-submit + .form-submit,
.student-timetable-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit,
.cognito-email-verify-form #edit-actions .student-timetable-form #edit-submit + .form-submit,
.student-timetable-form .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
.contact-form-wrap .node-contact-us-management-form #edit-actions .student-timetable-form #edit-submit + .form-submit,
.student-timetable-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-timetable-form a + .form-submit,
.student-timetable-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit,
.profile-form #edit-field-marks-grade-obtained-wrapper .student-timetable-form .field-add-more-submit + .form-submit,
.student-timetable-form .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit,
.profile-form #edit-field-user-address-details-wrapper .student-timetable-form .field-add-more-submit + .form-submit,
.student-timetable-form .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
.profile-form .btn-wrapper .student-timetable-form .button + .form-submit,
.student-timetable-form .profile-form .btn-wrapper .button + .form-submit,
#user-change-password .student-timetable-form #edit-submit + .form-submit,
.student-timetable-form #user-change-password #edit-submit + .form-submit,
.student-data-verification .student-timetable-form .form-submit + .form-submit,
.student-timetable-form .student-data-verification .form-submit + .form-submit,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-timetable-form a + .form-submit,
.student-timetable-form .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit,
.cart-form .cart-aside-wrapper .form-actions .student-timetable-form .button + .form-submit,
.student-timetable-form .cart-form .cart-aside-wrapper .form-actions .button + .form-submit,
.layout-region-checkout-secondary .layout-region-checkout-footer .student-timetable-form .button + .form-submit,
.student-timetable-form .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit,
.cart-aside-wrapper .layout-region-checkout-footer .student-timetable-form .button + .form-submit,
.student-timetable-form .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
.student-verification-form .form-actions .student-timetable-form .button + .form-submit,
.student-timetable-form .student-verification-form .form-actions .button + .form-submit,
.cognito-multistep-reset-password-form .form-actions .student-timetable-form input[type="submit"] + .form-submit,
.student-timetable-form .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit,
.cart-form .form-wrapper .student-timetable-form .create-btn + .form-submit,
.student-timetable-form .cart-form .form-wrapper .create-btn + .form-submit,
.cart-form .form-wrapper .student-timetable-form .form-submit + .form-submit,
.student-timetable-form .cart-form .form-wrapper .form-submit + .form-submit,
.node-offline-admission-form-form #edit-actions .student-timetable-form .button + .form-submit,
.student-timetable-form .node-offline-admission-form-form #edit-actions .button + .form-submit,
.node-selfenrolment-checkout-form-form #edit-actions .student-timetable-form .button + .form-submit,
.student-timetable-form .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
#block-views-block-current-offers-management-block-1 footer .student-timetable-form a + .form-submit,
.student-timetable-form #block-views-block-current-offers-management-block-1 footer a + .form-submit,
.answer-solution-block footer .student-timetable-form a + .form-submit,
.student-timetable-form .answer-solution-block footer a + .form-submit,
.find-office-wrapper .views-exposed-form .form-actions .student-timetable-form .button + .form-submit,
.student-timetable-form .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit,
.price-cart-wrapper .course-type-btn #edit-actions .student-timetable-form .button + .form-submit,
.student-timetable-form .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit,
.price-cart-wrapper .course-type-btn .student-timetable-form a + .form-submit,
.student-timetable-form .price-cart-wrapper .course-type-btn a + .form-submit,
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-timetable-form .form-submit + .form-submit,
.student-timetable-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
.student-attendance-form .student-timetable-form .form-submit + .form-submit,
.student-timetable-form .student-attendance-form .form-submit + .form-submit,
.student-upcoming-test-form .student-timetable-form .form-submit + .form-submit,
.student-timetable-form .student-upcoming-test-form .form-submit + .form-submit,
.student-timetable-form .form-submit + .form-submit,
.student-result-data .student-timetable-form .form-submit + .form-submit,
.student-timetable-form .student-result-data .form-submit + .form-submit,
.centre-gallery-form .center-gallery-formfield .student-timetable-form .form-submit + .form-submit,
.student-timetable-form .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-timetable-form button + .form-submit,
.student-timetable-form .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit,
.scholar-form #edit-actions .student-timetable-form #edit-submit + .form-submit,
.student-timetable-form .scholar-form #edit-actions #edit-submit + .form-submit,
.scholar-form .congratulation-action-btn .student-timetable-form a + .form-submit,
.student-timetable-form .scholar-form .congratulation-action-btn a + .form-submit,
.scholar-form .congratulation-action-btn .student-timetable-form .form-submit + .form-submit,
.student-timetable-form .scholar-form .congratulation-action-btn .form-submit + .form-submit,
.product-block .views-row .form-actions .student-timetable-form .button + .form-submit,
.student-timetable-form .product-block .views-row .form-actions .button + .form-submit,
.wishlist-wrapper .views-row .form-actions .student-timetable-form .button + .form-submit,
.student-timetable-form .wishlist-wrapper .views-row .form-actions .button + .form-submit,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-timetable-form .form-submit.button + .form-submit,
.student-timetable-form .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-timetable-form .form-submit.button + .form-submit,
.student-timetable-form .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
.student-result-data .btn + .form-submit,
.talktoexpert-form #talktoexpert-form .sub-clbck .student-result-data .expert-subinfo + .form-submit,
.student-result-data .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data a + .form-submit,
.student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
.testimonial-custom-wrapper footer .student-result-data .view-testimonial + .form-submit,
.student-result-data .testimonial-custom-wrapper footer .view-testimonial + .form-submit,
.authentication-wrapper .authentication-content-wrapper .student-result-data #edit-submit + .form-submit,
.student-result-data .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-result-data #edit-login-returning-customer-submit + .form-submit,
.student-result-data .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit,
.cognito-reset-password-form #edit-actions .student-result-data #edit-submit + .form-submit,
.student-result-data .cognito-reset-password-form #edit-actions #edit-submit + .form-submit,
.cognito-multistep-reset-password-form #edit-actions .student-result-data #edit-submit + .form-submit,
.student-result-data .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit,
.cognito-email-verify-form #edit-actions .student-result-data #edit-submit + .form-submit,
.student-result-data .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
.contact-form-wrap .node-contact-us-management-form #edit-actions .student-result-data #edit-submit + .form-submit,
.student-result-data .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-result-data a + .form-submit,
.student-result-data .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit,
.profile-form #edit-field-marks-grade-obtained-wrapper .student-result-data .field-add-more-submit + .form-submit,
.student-result-data .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit,
.profile-form #edit-field-user-address-details-wrapper .student-result-data .field-add-more-submit + .form-submit,
.student-result-data .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
.profile-form .btn-wrapper .student-result-data .button + .form-submit,
.student-result-data .profile-form .btn-wrapper .button + .form-submit,
#user-change-password .student-result-data #edit-submit + .form-submit,
.student-result-data #user-change-password #edit-submit + .form-submit,
.student-data-verification .student-result-data .form-submit + .form-submit,
.student-result-data .student-data-verification .form-submit + .form-submit,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-result-data a + .form-submit,
.student-result-data .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit,
.cart-form .cart-aside-wrapper .form-actions .student-result-data .button + .form-submit,
.student-result-data .cart-form .cart-aside-wrapper .form-actions .button + .form-submit,
.layout-region-checkout-secondary .layout-region-checkout-footer .student-result-data .button + .form-submit,
.student-result-data .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit,
.cart-aside-wrapper .layout-region-checkout-footer .student-result-data .button + .form-submit,
.student-result-data .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
.student-verification-form .form-actions .student-result-data .button + .form-submit,
.student-result-data .student-verification-form .form-actions .button + .form-submit,
.cognito-multistep-reset-password-form .form-actions .student-result-data input[type="submit"] + .form-submit,
.student-result-data .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit,
.cart-form .form-wrapper .student-result-data .create-btn + .form-submit,
.student-result-data .cart-form .form-wrapper .create-btn + .form-submit,
.cart-form .form-wrapper .student-result-data .form-submit + .form-submit,
.student-result-data .cart-form .form-wrapper .form-submit + .form-submit,
.node-offline-admission-form-form #edit-actions .student-result-data .button + .form-submit,
.student-result-data .node-offline-admission-form-form #edit-actions .button + .form-submit,
.node-selfenrolment-checkout-form-form #edit-actions .student-result-data .button + .form-submit,
.student-result-data .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
#block-views-block-current-offers-management-block-1 footer .student-result-data a + .form-submit,
.student-result-data #block-views-block-current-offers-management-block-1 footer a + .form-submit,
.answer-solution-block footer .student-result-data a + .form-submit,
.student-result-data .answer-solution-block footer a + .form-submit,
.find-office-wrapper .views-exposed-form .form-actions .student-result-data .button + .form-submit,
.student-result-data .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit,
.price-cart-wrapper .course-type-btn #edit-actions .student-result-data .button + .form-submit,
.student-result-data .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit,
.price-cart-wrapper .course-type-btn .student-result-data a + .form-submit,
.student-result-data .price-cart-wrapper .course-type-btn a + .form-submit,
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-result-data .form-submit + .form-submit,
.student-result-data .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
.student-attendance-form .student-result-data .form-submit + .form-submit,
.student-result-data .student-attendance-form .form-submit + .form-submit,
.student-upcoming-test-form .student-result-data .form-submit + .form-submit,
.student-result-data .student-upcoming-test-form .form-submit + .form-submit,
.student-timetable-form .student-result-data .form-submit + .form-submit,
.student-result-data .student-timetable-form .form-submit + .form-submit,
.student-result-data .form-submit + .form-submit,
.centre-gallery-form .center-gallery-formfield .student-result-data .form-submit + .form-submit,
.student-result-data .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-result-data button + .form-submit,
.student-result-data .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit,
.scholar-form #edit-actions .student-result-data #edit-submit + .form-submit,
.student-result-data .scholar-form #edit-actions #edit-submit + .form-submit,
.scholar-form .congratulation-action-btn .student-result-data a + .form-submit,
.student-result-data .scholar-form .congratulation-action-btn a + .form-submit,
.scholar-form .congratulation-action-btn .student-result-data .form-submit + .form-submit,
.student-result-data .scholar-form .congratulation-action-btn .form-submit + .form-submit,
.product-block .views-row .form-actions .student-result-data .button + .form-submit,
.student-result-data .product-block .views-row .form-actions .button + .form-submit,
.wishlist-wrapper .views-row .form-actions .student-result-data .button + .form-submit,
.student-result-data .wishlist-wrapper .views-row .form-actions .button + .form-submit,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-result-data .form-submit.button + .form-submit,
.student-result-data .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-result-data .form-submit.button + .form-submit,
.student-result-data .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit, .centre-gallery-form .center-gallery-formfield .btn + .form-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .centre-gallery-form .center-gallery-formfield .expert-subinfo + .form-submit, .centre-gallery-form .center-gallery-formfield .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .testimonial-custom-wrapper footer .centre-gallery-form .center-gallery-formfield .view-testimonial + .form-submit, .centre-gallery-form .center-gallery-formfield .testimonial-custom-wrapper footer .view-testimonial + .form-submit, .authentication-wrapper .authentication-content-wrapper .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .centre-gallery-form .center-gallery-formfield #edit-login-returning-customer-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit, .cognito-reset-password-form #edit-actions .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .cognito-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-multistep-reset-password-form #edit-actions .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit,
.cognito-email-verify-form #edit-actions .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit,
.centre-gallery-form .center-gallery-formfield .cognito-email-verify-form #edit-actions #edit-submit + .form-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .centre-gallery-form .center-gallery-formfield .field-add-more-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit,
.profile-form #edit-field-user-address-details-wrapper .centre-gallery-form .center-gallery-formfield .field-add-more-submit + .form-submit,
.centre-gallery-form .center-gallery-formfield .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit, .profile-form .btn-wrapper .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .profile-form .btn-wrapper .button + .form-submit, #user-change-password .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield #user-change-password #edit-submit + .form-submit, .student-data-verification .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .student-data-verification .form-submit + .form-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit, .cart-form .cart-aside-wrapper .form-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .cart-form .cart-aside-wrapper .form-actions .button + .form-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit,
.cart-aside-wrapper .layout-region-checkout-footer .centre-gallery-form .center-gallery-formfield .button + .form-submit,
.centre-gallery-form .center-gallery-formfield .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit, .student-verification-form .form-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .student-verification-form .form-actions .button + .form-submit, .cognito-multistep-reset-password-form .form-actions .centre-gallery-form .center-gallery-formfield input[type="submit"] + .form-submit, .centre-gallery-form .center-gallery-formfield .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit, .cart-form .form-wrapper .centre-gallery-form .center-gallery-formfield .create-btn + .form-submit, .centre-gallery-form .center-gallery-formfield .cart-form .form-wrapper .create-btn + .form-submit,
.cart-form .form-wrapper .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
.centre-gallery-form .center-gallery-formfield .cart-form .form-wrapper .form-submit + .form-submit, .node-offline-admission-form-form #edit-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .node-offline-admission-form-form #edit-actions .button + .form-submit,
.node-selfenrolment-checkout-form-form #edit-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit,
.centre-gallery-form .center-gallery-formfield .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit, #block-views-block-current-offers-management-block-1 footer .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield #block-views-block-current-offers-management-block-1 footer a + .form-submit, .answer-solution-block footer .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .answer-solution-block footer a + .form-submit, .find-office-wrapper .views-exposed-form .form-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit, .price-cart-wrapper .course-type-btn #edit-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit, .price-cart-wrapper .course-type-btn .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .price-cart-wrapper .course-type-btn a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .student-attendance-form .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .student-attendance-form .form-submit + .form-submit,
.student-upcoming-test-form .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
.centre-gallery-form .center-gallery-formfield .student-upcoming-test-form .form-submit + .form-submit,
.student-timetable-form .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
.centre-gallery-form .center-gallery-formfield .student-timetable-form .form-submit + .form-submit,
.student-result-data .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
.centre-gallery-form .center-gallery-formfield .student-result-data .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .centre-gallery-form .center-gallery-formfield button + .form-submit, .centre-gallery-form .center-gallery-formfield .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit, .scholar-form #edit-actions .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .scholar-form #edit-actions #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .scholar-form .congratulation-action-btn .form-submit + .form-submit, .product-block .views-row .form-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .product-block .views-row .form-actions .button + .form-submit,
.wishlist-wrapper .views-row .form-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit,
.centre-gallery-form .center-gallery-formfield .wishlist-wrapper .views-row .form-actions .button + .form-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .centre-gallery-form .center-gallery-formfield .form-submit.button + .form-submit, .centre-gallery-form .center-gallery-formfield .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .centre-gallery-form .center-gallery-formfield .form-submit.button + .form-submit,
.centre-gallery-form .center-gallery-formfield .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .btn + button, .talktoexpert-form #talktoexpert-form .sub-clbck .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .expert-subinfo + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + button, .testimonial-custom-wrapper footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .view-testimonial + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .testimonial-custom-wrapper footer .view-testimonial + button, .authentication-wrapper .authentication-content-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .authentication-wrapper .authentication-content-wrapper #edit-submit + button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-login-returning-customer-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + button, .cognito-reset-password-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-reset-password-form #edit-actions #edit-submit + button, .cognito-multistep-reset-password-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-multistep-reset-password-form #edit-actions #edit-submit + button,
.cognito-email-verify-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-email-verify-form #edit-actions #edit-submit + button, .contact-form-wrap .node-contact-us-management-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + button, .profile-form #edit-field-marks-grade-obtained-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .field-add-more-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + button,
.profile-form #edit-field-user-address-details-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .field-add-more-submit + button,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + button, .profile-form .btn-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .profile-form .btn-wrapper .button + button, #user-change-password .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #user-change-password #edit-submit + button, .student-data-verification .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-data-verification .form-submit + button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + button, .cart-form .cart-aside-wrapper .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-form .cart-aside-wrapper .form-actions .button + button, .layout-region-checkout-secondary .layout-region-checkout-footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .layout-region-checkout-secondary .layout-region-checkout-footer .button + button,
.cart-aside-wrapper .layout-region-checkout-footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-aside-wrapper .layout-region-checkout-footer .button + button, .student-verification-form .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-verification-form .form-actions .button + button, .cognito-multistep-reset-password-form .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset input[type="submit"] + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-multistep-reset-password-form .form-actions input[type="submit"] + button, .cart-form .form-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .create-btn + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-form .form-wrapper .create-btn + button,
.cart-form .form-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-form .form-wrapper .form-submit + button, .node-offline-admission-form-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .node-offline-admission-form-form #edit-actions .button + button,
.node-selfenrolment-checkout-form-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .node-selfenrolment-checkout-form-form #edit-actions .button + button, #block-views-block-current-offers-management-block-1 footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #block-views-block-current-offers-management-block-1 footer a + button, .answer-solution-block footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .answer-solution-block footer a + button, .find-office-wrapper .views-exposed-form .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .find-office-wrapper .views-exposed-form .form-actions .button + button, .price-cart-wrapper .course-type-btn #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .price-cart-wrapper .course-type-btn #edit-actions .button + button, .price-cart-wrapper .course-type-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .price-cart-wrapper .course-type-btn a + button, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + button, .student-attendance-form .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-attendance-form .form-submit + button,
.student-upcoming-test-form .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-upcoming-test-form .form-submit + button,
.student-timetable-form .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-timetable-form .form-submit + button,
.student-result-data .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-result-data .form-submit + button, .centre-gallery-form .center-gallery-formfield .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .centre-gallery-form .center-gallery-formfield .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + button, .scholar-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form #edit-actions #edit-submit + button, .scholar-form .congratulation-action-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form .congratulation-action-btn a + button, .scholar-form .congratulation-action-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form .congratulation-action-btn .form-submit + button, .product-block .views-row .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .product-block .views-row .form-actions .button + button,
.wishlist-wrapper .views-row .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .wishlist-wrapper .views-row .form-actions .button + button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit.button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit.button + button,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + button, .scholar-form #edit-actions .btn + #edit-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form #edit-actions .expert-subinfo + #edit-submit, .scholar-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .testimonial-custom-wrapper footer .scholar-form #edit-actions .view-testimonial + #edit-submit, .scholar-form #edit-actions .testimonial-custom-wrapper footer .view-testimonial + #edit-submit, .authentication-wrapper .authentication-content-wrapper .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .scholar-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .scholar-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit, .cognito-reset-password-form .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit,
.cognito-email-verify-form .scholar-form #edit-actions #edit-submit + #edit-submit,
.scholar-form .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form #edit-actions .field-add-more-submit + #edit-submit, .scholar-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit,
.profile-form #edit-field-user-address-details-wrapper .scholar-form #edit-actions .field-add-more-submit + #edit-submit,
.scholar-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit, .profile-form .btn-wrapper .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .profile-form .btn-wrapper .button + #edit-submit, #user-change-password .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form #edit-actions #user-change-password #edit-submit + #edit-submit, .student-data-verification .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .student-data-verification .form-submit + #edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit, .cart-form .cart-aside-wrapper .form-actions .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit,
.cart-aside-wrapper .layout-region-checkout-footer .scholar-form #edit-actions .button + #edit-submit,
.scholar-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit, .student-verification-form .form-actions .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .student-verification-form .form-actions .button + #edit-submit, .cognito-multistep-reset-password-form .form-actions .scholar-form #edit-actions input[type="submit"] + #edit-submit, .scholar-form #edit-actions .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-submit, .cart-form .form-wrapper .scholar-form #edit-actions .create-btn + #edit-submit, .scholar-form #edit-actions .cart-form .form-wrapper .create-btn + #edit-submit,
.cart-form .form-wrapper .scholar-form #edit-actions .form-submit + #edit-submit,
.scholar-form #edit-actions .cart-form .form-wrapper .form-submit + #edit-submit, .node-offline-admission-form-form .scholar-form #edit-actions .button + #edit-submit, .scholar-form .node-offline-admission-form-form #edit-actions .button + #edit-submit,
.node-selfenrolment-checkout-form-form .scholar-form #edit-actions .button + #edit-submit,
.scholar-form .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit, #block-views-block-current-offers-management-block-1 footer .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions #block-views-block-current-offers-management-block-1 footer a + #edit-submit, .answer-solution-block footer .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .answer-solution-block footer a + #edit-submit, .find-office-wrapper .views-exposed-form .form-actions .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn .scholar-form #edit-actions .button + #edit-submit, .scholar-form .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .price-cart-wrapper .course-type-btn a + #edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit, .student-attendance-form .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .student-attendance-form .form-submit + #edit-submit,
.student-upcoming-test-form .scholar-form #edit-actions .form-submit + #edit-submit,
.scholar-form #edit-actions .student-upcoming-test-form .form-submit + #edit-submit,
.student-timetable-form .scholar-form #edit-actions .form-submit + #edit-submit,
.scholar-form #edit-actions .student-timetable-form .form-submit + #edit-submit,
.student-result-data .scholar-form #edit-actions .form-submit + #edit-submit,
.scholar-form #edit-actions .student-result-data .form-submit + #edit-submit, .centre-gallery-form .center-gallery-formfield .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form #edit-actions button + #edit-submit, .scholar-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit, .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .congratulation-action-btn #edit-actions a + #edit-submit, .scholar-form #edit-actions .congratulation-action-btn a + #edit-submit, .scholar-form .congratulation-action-btn #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .congratulation-action-btn .form-submit + #edit-submit, .product-block .views-row .form-actions .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .product-block .views-row .form-actions .button + #edit-submit,
.wishlist-wrapper .views-row .form-actions .scholar-form #edit-actions .button + #edit-submit,
.scholar-form #edit-actions .wishlist-wrapper .views-row .form-actions .button + #edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form #edit-actions .form-submit.button + #edit-submit, .scholar-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form #edit-actions .form-submit.button + #edit-submit,
.scholar-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit, .scholar-form .congratulation-action-btn .btn + a, .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form .congratulation-action-btn .expert-subinfo + a, .scholar-form .congratulation-action-btn .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .testimonial-custom-wrapper footer .scholar-form .congratulation-action-btn .view-testimonial + a, .scholar-form .congratulation-action-btn .testimonial-custom-wrapper footer .view-testimonial + a, .authentication-wrapper .authentication-content-wrapper .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .scholar-form .congratulation-action-btn #edit-login-returning-customer-submit + a, .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .cognito-reset-password-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form #edit-actions #edit-submit + a,
.cognito-email-verify-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + a,
.scholar-form .congratulation-action-btn .cognito-email-verify-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form .congratulation-action-btn .field-add-more-submit + a, .scholar-form .congratulation-action-btn .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a,
.profile-form #edit-field-user-address-details-wrapper .scholar-form .congratulation-action-btn .field-add-more-submit + a,
.scholar-form .congratulation-action-btn .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a, .profile-form .btn-wrapper .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .profile-form .btn-wrapper .button + a, #user-change-password .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn #user-change-password #edit-submit + a, .student-data-verification .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .student-data-verification .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .cart-form .cart-aside-wrapper .form-actions .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .cart-form .cart-aside-wrapper .form-actions .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .layout-region-checkout-secondary .layout-region-checkout-footer .button + a,
.cart-aside-wrapper .layout-region-checkout-footer .scholar-form .congratulation-action-btn .button + a,
.scholar-form .congratulation-action-btn .cart-aside-wrapper .layout-region-checkout-footer .button + a, .student-verification-form .form-actions .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .student-verification-form .form-actions .button + a, .cognito-multistep-reset-password-form .form-actions .scholar-form .congratulation-action-btn input[type="submit"] + a, .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cart-form .form-wrapper .scholar-form .congratulation-action-btn .create-btn + a, .scholar-form .congratulation-action-btn .cart-form .form-wrapper .create-btn + a,
.cart-form .form-wrapper .scholar-form .congratulation-action-btn .form-submit + a,
.scholar-form .congratulation-action-btn .cart-form .form-wrapper .form-submit + a, .node-offline-admission-form-form #edit-actions .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .node-offline-admission-form-form #edit-actions .button + a,
.node-selfenrolment-checkout-form-form #edit-actions .scholar-form .congratulation-action-btn .button + a,
.scholar-form .congratulation-action-btn .node-selfenrolment-checkout-form-form #edit-actions .button + a, #block-views-block-current-offers-management-block-1 footer .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn #block-views-block-current-offers-management-block-1 footer a + a, .answer-solution-block footer .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .answer-solution-block footer a + a, .find-office-wrapper .views-exposed-form .form-actions .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .find-office-wrapper .views-exposed-form .form-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn a + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .student-attendance-form .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .student-attendance-form .form-submit + a,
.student-upcoming-test-form .scholar-form .congratulation-action-btn .form-submit + a,
.scholar-form .congratulation-action-btn .student-upcoming-test-form .form-submit + a,
.student-timetable-form .scholar-form .congratulation-action-btn .form-submit + a,
.scholar-form .congratulation-action-btn .student-timetable-form .form-submit + a,
.student-result-data .scholar-form .congratulation-action-btn .form-submit + a,
.scholar-form .congratulation-action-btn .student-result-data .form-submit + a, .centre-gallery-form .center-gallery-formfield .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .centre-gallery-form .center-gallery-formfield .form-submit + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form .congratulation-action-btn button + a, .scholar-form .congratulation-action-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .scholar-form #edit-actions .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn #edit-actions #edit-submit + a, .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .form-submit + a, .product-block .views-row .form-actions .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .product-block .views-row .form-actions .button + a,
.wishlist-wrapper .views-row .form-actions .scholar-form .congratulation-action-btn .button + a,
.scholar-form .congratulation-action-btn .wishlist-wrapper .views-row .form-actions .button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .form-submit.button + a, .scholar-form .congratulation-action-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .form-submit.button + a,
.scholar-form .congratulation-action-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .scholar-form .congratulation-action-btn .btn + .form-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form .congratulation-action-btn .expert-subinfo + .form-submit, .scholar-form .congratulation-action-btn .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .testimonial-custom-wrapper footer .scholar-form .congratulation-action-btn .view-testimonial + .form-submit, .scholar-form .congratulation-action-btn .testimonial-custom-wrapper footer .view-testimonial + .form-submit, .authentication-wrapper .authentication-content-wrapper .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .scholar-form .congratulation-action-btn #edit-login-returning-customer-submit + .form-submit, .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit, .cognito-reset-password-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .cognito-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-multistep-reset-password-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit,
.cognito-email-verify-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + .form-submit,
.scholar-form .congratulation-action-btn .cognito-email-verify-form #edit-actions #edit-submit + .form-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form .congratulation-action-btn .field-add-more-submit + .form-submit, .scholar-form .congratulation-action-btn .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit,
.profile-form #edit-field-user-address-details-wrapper .scholar-form .congratulation-action-btn .field-add-more-submit + .form-submit,
.scholar-form .congratulation-action-btn .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit, .profile-form .btn-wrapper .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .profile-form .btn-wrapper .button + .form-submit, #user-change-password .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn #user-change-password #edit-submit + .form-submit, .student-data-verification .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .student-data-verification .form-submit + .form-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit, .cart-form .cart-aside-wrapper .form-actions .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .cart-form .cart-aside-wrapper .form-actions .button + .form-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit,
.cart-aside-wrapper .layout-region-checkout-footer .scholar-form .congratulation-action-btn .button + .form-submit,
.scholar-form .congratulation-action-btn .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit, .student-verification-form .form-actions .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .student-verification-form .form-actions .button + .form-submit, .cognito-multistep-reset-password-form .form-actions .scholar-form .congratulation-action-btn input[type="submit"] + .form-submit, .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit, .cart-form .form-wrapper .scholar-form .congratulation-action-btn .create-btn + .form-submit, .scholar-form .congratulation-action-btn .cart-form .form-wrapper .create-btn + .form-submit,
.cart-form .form-wrapper .scholar-form .congratulation-action-btn .form-submit + .form-submit,
.scholar-form .congratulation-action-btn .cart-form .form-wrapper .form-submit + .form-submit, .node-offline-admission-form-form #edit-actions .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .node-offline-admission-form-form #edit-actions .button + .form-submit,
.node-selfenrolment-checkout-form-form #edit-actions .scholar-form .congratulation-action-btn .button + .form-submit,
.scholar-form .congratulation-action-btn .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit, #block-views-block-current-offers-management-block-1 footer .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn #block-views-block-current-offers-management-block-1 footer a + .form-submit, .answer-solution-block footer .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .answer-solution-block footer a + .form-submit, .find-office-wrapper .views-exposed-form .form-actions .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit, .price-cart-wrapper .course-type-btn #edit-actions .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit, .price-cart-wrapper .course-type-btn .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .student-attendance-form .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .student-attendance-form .form-submit + .form-submit,
.student-upcoming-test-form .scholar-form .congratulation-action-btn .form-submit + .form-submit,
.scholar-form .congratulation-action-btn .student-upcoming-test-form .form-submit + .form-submit,
.student-timetable-form .scholar-form .congratulation-action-btn .form-submit + .form-submit,
.scholar-form .congratulation-action-btn .student-timetable-form .form-submit + .form-submit,
.student-result-data .scholar-form .congratulation-action-btn .form-submit + .form-submit,
.scholar-form .congratulation-action-btn .student-result-data .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form .congratulation-action-btn button + .form-submit, .scholar-form .congratulation-action-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit, .scholar-form #edit-actions .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn #edit-actions #edit-submit + .form-submit, .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .form-submit + .form-submit, .product-block .views-row .form-actions .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .product-block .views-row .form-actions .button + .form-submit,
.wishlist-wrapper .views-row .form-actions .scholar-form .congratulation-action-btn .button + .form-submit,
.scholar-form .congratulation-action-btn .wishlist-wrapper .views-row .form-actions .button + .form-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .form-submit.button + .form-submit, .scholar-form .congratulation-action-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .form-submit.button + .form-submit,
.scholar-form .congratulation-action-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit, .product-block .views-row .form-actions .btn + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .product-block .views-row .form-actions .expert-subinfo + .button, .product-block .views-row .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .testimonial-custom-wrapper footer .product-block .views-row .form-actions .view-testimonial + .button, .product-block .views-row .form-actions .testimonial-custom-wrapper footer .view-testimonial + .button, .authentication-wrapper .authentication-content-wrapper .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .product-block .views-row .form-actions #edit-login-returning-customer-submit + .button, .product-block .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .cognito-reset-password-form #edit-actions .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form #edit-actions .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button,
.cognito-email-verify-form #edit-actions .product-block .views-row .form-actions #edit-submit + .button,
.product-block .views-row .form-actions .cognito-email-verify-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form #edit-actions .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .product-block .views-row .form-actions .field-add-more-submit + .button, .product-block .views-row .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button,
.profile-form #edit-field-user-address-details-wrapper .product-block .views-row .form-actions .field-add-more-submit + .button,
.product-block .views-row .form-actions .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button, .profile-form .btn-wrapper .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .profile-form .btn-wrapper .button + .button, #user-change-password .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions #user-change-password #edit-submit + .button, .student-data-verification .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .student-data-verification .form-submit + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .cart-form .cart-aside-wrapper .product-block .views-row .form-actions .button + .button, .product-block .views-row .cart-form .cart-aside-wrapper .form-actions .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .product-block .views-row .form-actions .button + .button,
.product-block .views-row .form-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button, .student-verification-form .product-block .views-row .form-actions .button + .button, .product-block .views-row .student-verification-form .form-actions .button + .button, .cognito-multistep-reset-password-form .product-block .views-row .form-actions input[type="submit"] + .button, .product-block .views-row .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cart-form .form-wrapper .product-block .views-row .form-actions .create-btn + .button, .product-block .views-row .form-actions .cart-form .form-wrapper .create-btn + .button,
.cart-form .form-wrapper .product-block .views-row .form-actions .form-submit + .button,
.product-block .views-row .form-actions .cart-form .form-wrapper .form-submit + .button, .node-offline-admission-form-form #edit-actions .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .node-offline-admission-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .product-block .views-row .form-actions .button + .button,
.product-block .views-row .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button, #block-views-block-current-offers-management-block-1 footer .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions #block-views-block-current-offers-management-block-1 footer a + .button, .answer-solution-block footer .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .answer-solution-block footer a + .button, .find-office-wrapper .views-exposed-form .product-block .views-row .form-actions .button + .button, .product-block .views-row .find-office-wrapper .views-exposed-form .form-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .price-cart-wrapper .course-type-btn a + .button, .course-listing .course-item .course-item-footer .pay-fee1 .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .student-attendance-form .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .student-attendance-form .form-submit + .button,
.student-upcoming-test-form .product-block .views-row .form-actions .form-submit + .button,
.product-block .views-row .form-actions .student-upcoming-test-form .form-submit + .button,
.student-timetable-form .product-block .views-row .form-actions .form-submit + .button,
.product-block .views-row .form-actions .student-timetable-form .form-submit + .button,
.student-result-data .product-block .views-row .form-actions .form-submit + .button,
.product-block .views-row .form-actions .student-result-data .form-submit + .button, .centre-gallery-form .center-gallery-formfield .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .centre-gallery-form .center-gallery-formfield .form-submit + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .product-block .views-row .form-actions button + .button, .product-block .views-row .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .scholar-form #edit-actions .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .scholar-form #edit-actions #edit-submit + .button, .scholar-form .congratulation-action-btn .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .scholar-form .congratulation-action-btn .form-submit + .button, .product-block .views-row .form-actions .button + .button,
.wishlist-wrapper .product-block .views-row .form-actions .button + .button,
.product-block .wishlist-wrapper .views-row .form-actions .button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .product-block .views-row .form-actions .form-submit.button + .button, .product-block .views-row .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .product-block .views-row .form-actions .form-submit.button + .button,
.product-block .views-row .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
.wishlist-wrapper .views-row .form-actions .btn + .button,
.talktoexpert-form #talktoexpert-form .sub-clbck .wishlist-wrapper .views-row .form-actions .expert-subinfo + .button,
.wishlist-wrapper .views-row .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions a + .button,
.wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
.testimonial-custom-wrapper footer .wishlist-wrapper .views-row .form-actions .view-testimonial + .button,
.wishlist-wrapper .views-row .form-actions .testimonial-custom-wrapper footer .view-testimonial + .button,
.authentication-wrapper .authentication-content-wrapper .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
.wishlist-wrapper .views-row .form-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + .button,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .wishlist-wrapper .views-row .form-actions #edit-login-returning-customer-submit + .button,
.wishlist-wrapper .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button,
.cognito-reset-password-form #edit-actions .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
.wishlist-wrapper .views-row .form-actions .cognito-reset-password-form #edit-actions #edit-submit + .button,
.cognito-multistep-reset-password-form #edit-actions .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
.wishlist-wrapper .views-row .form-actions .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button,
.cognito-email-verify-form #edit-actions .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
.wishlist-wrapper .views-row .form-actions .cognito-email-verify-form #edit-actions #edit-submit + .button,
.contact-form-wrap .node-contact-us-management-form #edit-actions .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
.wishlist-wrapper .views-row .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .wishlist-wrapper .views-row .form-actions a + .button,
.wishlist-wrapper .views-row .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button,
.profile-form #edit-field-marks-grade-obtained-wrapper .wishlist-wrapper .views-row .form-actions .field-add-more-submit + .button,
.wishlist-wrapper .views-row .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button,
.profile-form #edit-field-user-address-details-wrapper .wishlist-wrapper .views-row .form-actions .field-add-more-submit + .button,
.wishlist-wrapper .views-row .form-actions .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
.profile-form .btn-wrapper .wishlist-wrapper .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .form-actions .profile-form .btn-wrapper .button + .button,
#user-change-password .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
.wishlist-wrapper .views-row .form-actions #user-change-password #edit-submit + .button,
.student-data-verification .wishlist-wrapper .views-row .form-actions .form-submit + .button,
.wishlist-wrapper .views-row .form-actions .student-data-verification .form-submit + .button,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .wishlist-wrapper .views-row .form-actions a + .button,
.wishlist-wrapper .views-row .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button,
.cart-form .cart-aside-wrapper .wishlist-wrapper .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .cart-form .cart-aside-wrapper .form-actions .button + .button,
.layout-region-checkout-secondary .layout-region-checkout-footer .wishlist-wrapper .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
.cart-aside-wrapper .layout-region-checkout-footer .wishlist-wrapper .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .form-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
.student-verification-form .wishlist-wrapper .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .student-verification-form .form-actions .button + .button,
.cognito-multistep-reset-password-form .wishlist-wrapper .views-row .form-actions input[type="submit"] + .button,
.wishlist-wrapper .views-row .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button,
.cart-form .form-wrapper .wishlist-wrapper .views-row .form-actions .create-btn + .button,
.wishlist-wrapper .views-row .form-actions .cart-form .form-wrapper .create-btn + .button,
.cart-form .form-wrapper .wishlist-wrapper .views-row .form-actions .form-submit + .button,
.wishlist-wrapper .views-row .form-actions .cart-form .form-wrapper .form-submit + .button,
.node-offline-admission-form-form #edit-actions .wishlist-wrapper .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .form-actions .node-offline-admission-form-form #edit-actions .button + .button,
.node-selfenrolment-checkout-form-form #edit-actions .wishlist-wrapper .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
#block-views-block-current-offers-management-block-1 footer .wishlist-wrapper .views-row .form-actions a + .button,
.wishlist-wrapper .views-row .form-actions #block-views-block-current-offers-management-block-1 footer a + .button,
.answer-solution-block footer .wishlist-wrapper .views-row .form-actions a + .button,
.wishlist-wrapper .views-row .form-actions .answer-solution-block footer a + .button,
.find-office-wrapper .views-exposed-form .wishlist-wrapper .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .find-office-wrapper .views-exposed-form .form-actions .button + .button,
.price-cart-wrapper .course-type-btn #edit-actions .wishlist-wrapper .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
.price-cart-wrapper .course-type-btn .wishlist-wrapper .views-row .form-actions a + .button,
.wishlist-wrapper .views-row .form-actions .price-cart-wrapper .course-type-btn a + .button,
.course-listing .course-item .course-item-footer .pay-fee1 .wishlist-wrapper .views-row .form-actions .form-submit + .button,
.wishlist-wrapper .views-row .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button,
.student-attendance-form .wishlist-wrapper .views-row .form-actions .form-submit + .button,
.wishlist-wrapper .views-row .form-actions .student-attendance-form .form-submit + .button,
.student-upcoming-test-form .wishlist-wrapper .views-row .form-actions .form-submit + .button,
.wishlist-wrapper .views-row .form-actions .student-upcoming-test-form .form-submit + .button,
.student-timetable-form .wishlist-wrapper .views-row .form-actions .form-submit + .button,
.wishlist-wrapper .views-row .form-actions .student-timetable-form .form-submit + .button,
.student-result-data .wishlist-wrapper .views-row .form-actions .form-submit + .button,
.wishlist-wrapper .views-row .form-actions .student-result-data .form-submit + .button,
.centre-gallery-form .center-gallery-formfield .wishlist-wrapper .views-row .form-actions .form-submit + .button,
.wishlist-wrapper .views-row .form-actions .centre-gallery-form .center-gallery-formfield .form-submit + .button,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .wishlist-wrapper .views-row .form-actions button + .button,
.wishlist-wrapper .views-row .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button,
.scholar-form #edit-actions .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
.wishlist-wrapper .views-row .form-actions .scholar-form #edit-actions #edit-submit + .button,
.scholar-form .congratulation-action-btn .wishlist-wrapper .views-row .form-actions a + .button,
.wishlist-wrapper .views-row .form-actions .scholar-form .congratulation-action-btn a + .button,
.scholar-form .congratulation-action-btn .wishlist-wrapper .views-row .form-actions .form-submit + .button,
.wishlist-wrapper .views-row .form-actions .scholar-form .congratulation-action-btn .form-submit + .button,
.product-block .wishlist-wrapper .views-row .form-actions .button + .button,
.wishlist-wrapper .product-block .views-row .form-actions .button + .button,
.wishlist-wrapper .views-row .form-actions .button + .button,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .wishlist-wrapper .views-row .form-actions .form-submit.button + .button,
.wishlist-wrapper .views-row .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .wishlist-wrapper .views-row .form-actions .form-submit.button + .button,
.wishlist-wrapper .views-row .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .btn + .form-submit.button, .talktoexpert-form #talktoexpert-form .sub-clbck .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .expert-subinfo + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit.button, .testimonial-custom-wrapper footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .view-testimonial + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .testimonial-custom-wrapper footer .view-testimonial + .form-submit.button, .authentication-wrapper .authentication-content-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit.button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-login-returning-customer-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit.button, .cognito-reset-password-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-reset-password-form #edit-actions #edit-submit + .form-submit.button, .cognito-multistep-reset-password-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit.button,
.cognito-email-verify-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-email-verify-form #edit-actions #edit-submit + .form-submit.button, .contact-form-wrap .node-contact-us-management-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit.button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit.button, .profile-form #edit-field-marks-grade-obtained-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit.button,
.profile-form #edit-field-user-address-details-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit.button, .profile-form .btn-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form .btn-wrapper .button + .form-submit.button, #user-change-password .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #user-change-password #edit-submit + .form-submit.button, .student-data-verification .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-data-verification .form-submit + .form-submit.button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit.button, .cart-form .cart-aside-wrapper .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .cart-aside-wrapper .form-actions .button + .form-submit.button, .layout-region-checkout-secondary .layout-region-checkout-footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit.button,
.cart-aside-wrapper .layout-region-checkout-footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit.button, .student-verification-form .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-verification-form .form-actions .button + .form-submit.button, .cognito-multistep-reset-password-form .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn input[type="submit"] + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit.button, .cart-form .form-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .create-btn + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .create-btn + .form-submit.button,
.cart-form .form-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .form-submit + .form-submit.button, .node-offline-admission-form-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-offline-admission-form-form #edit-actions .button + .form-submit.button,
.node-selfenrolment-checkout-form-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit.button, #block-views-block-current-offers-management-block-1 footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #block-views-block-current-offers-management-block-1 footer a + .form-submit.button, .answer-solution-block footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .answer-solution-block footer a + .form-submit.button, .find-office-wrapper .views-exposed-form .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit.button, .price-cart-wrapper .course-type-btn #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit.button, .price-cart-wrapper .course-type-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn a + .form-submit.button, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit.button, .student-attendance-form .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-attendance-form .form-submit + .form-submit.button,
.student-upcoming-test-form .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-upcoming-test-form .form-submit + .form-submit.button,
.student-timetable-form .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-timetable-form .form-submit + .form-submit.button,
.student-result-data .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-result-data .form-submit + .form-submit.button, .centre-gallery-form .center-gallery-formfield .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit.button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit.button, .scholar-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form #edit-actions #edit-submit + .form-submit.button, .scholar-form .congratulation-action-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn a + .form-submit.button, .scholar-form .congratulation-action-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .form-submit + .form-submit.button, .product-block .views-row .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .product-block .views-row .form-actions .button + .form-submit.button,
.wishlist-wrapper .views-row .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .wishlist-wrapper .views-row .form-actions .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit.button,
.important-concept-body .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit.button,
.city-page-body .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .btn + .form-submit.button,
.talktoexpert-form #talktoexpert-form .sub-clbck .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .expert-subinfo + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit.button,
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit.button,
.testimonial-custom-wrapper footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .view-testimonial + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .testimonial-custom-wrapper footer .view-testimonial + .form-submit.button,
.authentication-wrapper .authentication-content-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit.button,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-login-returning-customer-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit.button,
.cognito-reset-password-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-reset-password-form #edit-actions #edit-submit + .form-submit.button,
.cognito-multistep-reset-password-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit.button,
.cognito-email-verify-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-email-verify-form #edit-actions #edit-submit + .form-submit.button,
.contact-form-wrap .node-contact-us-management-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit.button,
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit.button,
.profile-form #edit-field-marks-grade-obtained-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit.button,
.profile-form #edit-field-user-address-details-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit.button,
.profile-form .btn-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form .btn-wrapper .button + .form-submit.button,
#user-change-password .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #user-change-password #edit-submit + .form-submit.button,
.student-data-verification .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-data-verification .form-submit + .form-submit.button,
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit.button,
.cart-form .cart-aside-wrapper .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .cart-aside-wrapper .form-actions .button + .form-submit.button,
.layout-region-checkout-secondary .layout-region-checkout-footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit.button,
.cart-aside-wrapper .layout-region-checkout-footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit.button,
.student-verification-form .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-verification-form .form-actions .button + .form-submit.button,
.cognito-multistep-reset-password-form .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn input[type="submit"] + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit.button,
.cart-form .form-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .create-btn + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .create-btn + .form-submit.button,
.cart-form .form-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .form-submit + .form-submit.button,
.node-offline-admission-form-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-offline-admission-form-form #edit-actions .button + .form-submit.button,
.node-selfenrolment-checkout-form-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit.button,
#block-views-block-current-offers-management-block-1 footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #block-views-block-current-offers-management-block-1 footer a + .form-submit.button,
.answer-solution-block footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .answer-solution-block footer a + .form-submit.button,
.find-office-wrapper .views-exposed-form .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit.button,
.price-cart-wrapper .course-type-btn #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit.button,
.price-cart-wrapper .course-type-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn a + .form-submit.button,
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit.button,
.student-attendance-form .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-attendance-form .form-submit + .form-submit.button,
.student-upcoming-test-form .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-upcoming-test-form .form-submit + .form-submit.button,
.student-timetable-form .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-timetable-form .form-submit + .form-submit.button,
.student-result-data .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-result-data .form-submit + .form-submit.button,
.centre-gallery-form .center-gallery-formfield .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit.button,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn button + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit.button,
.scholar-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form #edit-actions #edit-submit + .form-submit.button,
.scholar-form .congratulation-action-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn a + .form-submit.button,
.scholar-form .congratulation-action-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .form-submit + .form-submit.button,
.product-block .views-row .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .product-block .views-row .form-actions .button + .form-submit.button,
.wishlist-wrapper .views-row .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .wishlist-wrapper .views-row .form-actions .button + .form-submit.button,
.city-page-body .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit.button,
.important-concept-body .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit.button {
  margin-left: 15px;
}

/* line 731, ../../sass/base/_global.scss */
.header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  background-color: #ffffff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
}
/* line 744, ../../sass/base/_global.scss */
.header-wrapper #header_top {
  background: -moz-linear-gradient(180deg, #37b6f1 0%, #008fd3 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008fd3), color-stop(100%, #37b6f1));
  background: -webkit-linear-gradient(180deg, #37b6f1 0%, #008fd3 100%);
  background: -o-linear-gradient(180deg, #37b6f1 0%, #008fd3 100%);
  background: -ms-linear-gradient(180deg, #37b6f1 0%, #008fd3 100%);
  background: linear-gradient(270deg, #37b6f1 0%, #008fd3 100%);
  filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#008fd3', endColorstr='#37b6f1', GradientType=1)";
}
/* line 753, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  /* line 753, ../../sass/base/_global.scss */
  .header-wrapper #header_top #header-top-region > div {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
@media (max-width: 991px) {
  /* line 760, ../../sass/base/_global.scss */
  .header-wrapper #header_top #header-top-region > div > div.views-element-container {
    width: 100%;
    padding-right: 35px;
  }
}
/* line 766, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left {
  /* Mega Menu*/
  /* Create three equal columns that floats next to each other */
  /* Clear floats after the columns */
}
@media (max-width: 991px) {
  /* line 767, ../../sass/base/_global.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
/* line 772, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left li {
  display: inline-block;
  color: #ffffff;
  margin-right: 25px;
  float: left;
}
/* line 777, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left li span {
  font-size: 12px;
  line-height: 1;
  margin-right: 5px;
}
@media (max-width: 991px) {
  /* line 777, ../../sass/base/_global.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li span {
    margin-right: 0;
  }
}
/* line 785, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left li a {
  display: inline-block;
  color: inherit;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  padding: 10px 0;
}
@media (max-width: 991px) {
  /* line 785, ../../sass/base/_global.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li a {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 772, ../../sass/base/_global.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li {
    display: none;
  }
}
/* line 799, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left li.mobile-menu {
  display: none;
}
@media (max-width: 767px) {
  /* line 799, ../../sass/base/_global.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li.mobile-menu {
    display: block !important;
  }
}
/* line 805, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number {
  position: absolute;
  right: 40px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  /* line 813, ../../sass/base/_global.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number div {
    padding-left: 35px;
    /* @include background-image('phone-icon.png', no-repeat, left 6px, null, null);*/
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-top: -3px;
  }
}
@media (max-width: 991px) and (max-width: 479px) {
  /* line 813, ../../sass/base/_global.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number div {
    padding-left: 30px;
    background-size: 20px;
    background-position: left 10px;
  }
}
@media (max-width: 991px) {
  /* line 826, ../../sass/base/_global.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number div a {
    padding: 0;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  /* line 828, ../../sass/base/_global.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number div a + span {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 805, ../../sass/base/_global.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number {
    display: block !important;
  }
}
/* line 842, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left #mnmultiple.navbar {
  overflow: hidden;
  background: none;
}
/* line 845, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left #mnmultiple.navbar a {
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  padding: 10px 0px;
  text-decoration: none;
  clear: both;
}
/* line 856, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown {
  float: left;
  overflow: hidden;
}
/* line 859, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown .dropbtn {
  font-size: 14px;
  border: none;
  outline: none;
  color: #ffffff;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}
/* line 870, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown:hover .dropdown-content {
  display: block;
}
/* line 875, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown-content {
  display: none;
  padding-bottom: 30px;
  position: absolute;
  background-color: #ffffff;
  width: 80%;
  left: 70px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
/* line 884, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown-content .header {
  padding: 16px;
  color: #ffffff;
}
/* line 888, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown-content h4 {
  margin: 20px;
  color: #26aae8;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}
/* line 896, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown-content ul {
  padding: 0px;
}
/* line 898, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown-content ul li {
  margin: 0px 20px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  width: 110px;
  color: #333;
  padding: 0 20px 0 0;
  vertical-align: top;
}
/* line 908, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown-content ul a {
  color: #000000;
  background: none;
  padding: 0px;
}
/* line 912, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .dropdown-content ul a:hover {
  color: #39f;
}
/* line 919, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .column {
  float: left;
  width: 12.5%;
  padding: 0px 25px;
  background-color: #ffffff;
  height: auto;
  text-transform: capitalize;
}
/* line 926, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .column a {
  float: none;
  padding: 5px 0px;
  text-decoration: none;
  display: block;
  font-weight: 400;
  text-align: left;
  color: #333;
}
/* line 934, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .column a:hover {
  font-weight: 600;
  color: #282c3f;
  background: #ffffff;
}
/* line 940, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .column img {
  margin-top: 2px;
}
/* line 944, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left span.mcities {
  background: #21a7e5;
  padding: 4px;
  border-radius: 3px;
  color: #ffffff;
  width: 100px;
  margin: 0 0 0 -35px;
}
/* line 953, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 958, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .otcities {
  clear: both;
  width: 100%;
}
/* line 961, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .otcities h4 {
  clear: both;
  margin: 10px 20px 15px;
}
/* line 966, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left .citiesmn {
  display: inline-block;
  color: inherit;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  padding: 10px 0;
  cursor: pointer;
}
/* line 975, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left input#filter_centers {
  width: 100%;
  margin: 10px 0px;
  background: none;
  border: 1px solid #2196F3;
}
@media screen and (max-width: 600px) {
  /* line 982, ../../sass/base/_global.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left .column {
    width: 100%;
    height: auto;
  }
  /* line 985, ../../sass/base/_global.scss */
  .header-wrapper #header_top #header-top-region > div .header-top-left .column a {
    float: none;
    color: black;
    padding: 8px;
    text-decoration: none;
    display: inline-block;
    text-align: left;
    color: #888686;
    line-height: 24px;
    margin: 10px 1px;
  }
}
/* line 998, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .header-top-left #users-list {
  height: 220px;
  overflow: auto;
}
/* line 1003, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div .amp-city {
  display: none;
}
/* line 1006, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div #block-classroomtopmenu,
.header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 {
  margin-left: auto;
}
/* line 1010, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div #block-classroomtopmenu .menu li,
.header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 .menu li {
  margin-left: 25px;
  display: inline-block;
  color: #ffffff;
}
@media (max-width: 991px) {
  /* line 1010, ../../sass/base/_global.scss */
  .header-wrapper #header_top #header-top-region > div #block-classroomtopmenu .menu li,
  .header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 .menu li {
    margin-left: 15px;
  }
}
/* line 1017, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div #block-classroomtopmenu .menu li a,
.header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 .menu li a {
  display: inline-block;
  color: inherit;
  font-size: 14px;
  line-height: 1;
  padding: 10px 0;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  /* line 1028, ../../sass/base/_global.scss */
  .header-wrapper #header_top #header-top-region > div #block-classroomtopmenu {
    display: none;
  }
}
/* line 1033, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 {
  margin-left: 15px;
  margin-top: -1px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/class-home-sprite.png");
  background-repeat: no-repeat;
  background-position: -122px -31px;
  width: 40px;
  height: 34px;
  cursor: pointer;
  background-color: rgba(36, 124, 166, 0.2);
}
@media (max-width: 991px) {
  /* line 1033, ../../sass/base/_global.scss */
  .header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
/* line 1053, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3.active {
  background-color: #2ca5de;
}
/* line 1056, ../../sass/base/_global.scss */
.header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 .menu {
  display: none;
}
/* line 1064, ../../sass/base/_global.scss */
.header-wrapper #header-region > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 1067, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-classroom-branding {
  margin-right: 10%;
}
@media (max-width: 1279px) {
  /* line 1067, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div #block-classroom-branding {
    margin-right: 5%;
  }
}
@media (max-width: 991px) {
  /* line 1067, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div #block-classroom-branding {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  /* line 1067, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div #block-classroom-branding {
    width: 100%;
    text-align: center;
  }
}
/* line 1079, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-classroom-branding a {
  padding: 8px 0;
  display: block;
}
@media (max-width: 767px) {
  /* line 1079, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div #block-classroom-branding a {
    padding: 4px 0;
    display: inline-block;
  }
}
/* line 1086, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-classroom-branding a img {
  height: 64px;
}
@media (max-width: 767px) {
  /* line 1086, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div #block-classroom-branding a img {
    height: 58px;
  }
}
/* line 1094, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-aakashmainmenu {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 1094, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu {
    display: none;
  }
}
/* line 1099, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-right: 80px;
}
@media (max-width: 1279px) {
  /* line 1099, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu .menu {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  /* line 1099, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu .menu {
    padding-right: 15px;
  }
}
/* line 1110, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li a {
  font-size: 13px;
  line-height: 1;
  display: block;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  padding: 35px 0;
}
/* line 1119, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li a:hover {
  color: #0098d5;
}
/* line 1123, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li.menu-item--expanded {
  position: relative;
}
/* line 1125, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li.menu-item--expanded .menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 99;
  border-top: 2px solid #0098d5;
  min-width: 170px;
  max-width: 200px;
  padding: 0;
  background: #ffffff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
}
/* line 1142, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li.menu-item--expanded .menu li {
  border-top: 1px solid #eaeaea;
}
/* line 1144, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li.menu-item--expanded .menu li a {
  text-transform: capitalize;
  font-weight: 400;
  padding: 15px;
}
/* line 1148, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li.menu-item--expanded .menu li a:hover {
  background: #d1eefc;
}
/* line 1152, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li.menu-item--expanded .menu li:first-child {
  border-top: none;
}
/* line 1158, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li.menu-item--expanded:hover > .menu {
  display: block;
}
/* line 1160, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .menu li.menu-item--expanded:hover > .menu .menu {
  left: 100%;
  top: -2px;
}
@media (max-width: 767px) {
  /* line 1158, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu .menu li.menu-item--expanded:hover > .menu {
    display: none;
  }
}
/* line 1172, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .city-menu {
  padding: 0 15px;
}
/* line 1174, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .city-menu h6 {
  color: #0098d5;
  padding: 10px 0 0;
  font-size: 13px;
  line-height: 2;
}
/* line 1180, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .city-menu input {
  margin: 10px 0px;
  border: 1px solid #2196F3;
}
/* line 1184, ../../sass/base/_global.scss */
.header-wrapper #header-region > div #block-aakashmainmenu .city-menu ul {
  height: 220px;
  overflow: auto;
}
@media (max-width: 767px) {
  /* line 1191, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    z-index: 99;
    background: #ffffff;
    display: block;
    width: 300px;
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5);
    padding: 45px 0;
  }
  /* line 1205, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    display: block;
    padding: 0;
  }
  /* line 1212, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li {
    border-top: 1px solid #eaeaea;
  }
  /* line 1214, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li a {
    padding: 15px;
  }
  /* line 1217, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li.menu-item--expanded {
    position: relative;
  }
  /* line 1219, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li.menu-item--expanded .menu {
    position: static;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    height: auto;
  }
  /* line 1226, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li.menu-item--expanded .sub-menu-list {
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/class-home-sprite.png");
    background-repeat: no-repeat;
    background-position: 4px 8px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  /* line 1243, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu ul.menu li.menu-item--expanded .sub-menu-list.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* line 1250, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div #block-aakashmainmenu .main-menu-close {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 20px;
    width: 25px;
    height: 25px;
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/close-menu-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    cursor: pointer;
  }
}
/* line 1271, ../../sass/base/_global.scss */
.header-wrapper #header-region > div .views-element-container {
  margin-left: auto;
}
/* line 1273, ../../sass/base/_global.scss */
.header-wrapper #header-region > div .views-element-container form {
  position: relative;
}
@media (max-width: 767px) {
  /* line 1273, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div .views-element-container form {
    position: absolute;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 280px;
    display: none;
    margin: 0 auto;
  }
}
/* line 1286, ../../sass/base/_global.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper {
  padding-right: 90px;
  width: 500px;
}
@media (max-width: 1279px) {
  /* line 1286, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper {
    width: 420px;
  }
}
@media (max-width: 991px) {
  /* line 1286, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper {
    width: 260px;
  }
}
@media (max-width: 991px) {
  /* line 1286, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper {
    width: 280px;
  }
}
/* line 1298, ../../sass/base/_global.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper .mobileToggleBtn {
  display: none;
}
/* line 1301, ../../sass/base/_global.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper .form-autocomplete {
  height: 38px;
  border-color: #bdbdbd;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 1308, ../../sass/base/_global.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper .auto-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 90px;
}
/* line 1316, ../../sass/base/_global.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper .auto-search-btn:after {
  content: 'SEARCH';
  height: 100%;
  width: 100%;
  padding: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  line-height: 38px;
}
/* line 1327, ../../sass/base/_global.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper #search-sugg-result {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
/* line 1338, ../../sass/base/_global.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper #search-sugg-result ul li {
  border-top: 1px solid #eaeaea;
}
/* line 1340, ../../sass/base/_global.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper #search-sugg-result ul li:first-child {
  border-top: none;
}
/* line 1343, ../../sass/base/_global.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper #search-sugg-result ul li a {
  font-weight: 400;
  padding: 10px;
  font-size: 13px;
  line-height: 1.2;
  color: #000000;
  display: block;
  background: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 1352, ../../sass/base/_global.scss */
.header-wrapper #header-region > div .views-element-container form .auto-suggest-block-wrapper #search-sugg-result ul li a:hover {
  color: #0098d5;
  background: #d1eefc;
}
/* line 1361, ../../sass/base/_global.scss */
.header-wrapper #header-region > div .views-element-container form .form-actions {
  display: none;
}
@media (max-width: 767px) {
  /* line 1364, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div .views-element-container form#views-exposed-form-auto-complete-search-block-2 {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: calc(100vw - 70px);
    margin-left: 15px;
  }
  /* line 1376, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div .views-element-container form#views-exposed-form-auto-complete-search-block-2 .auto-suggest-block-wrapper {
    width: 98%;
    position: relative;
    z-index: 2;
  }
  /* line 1380, ../../sass/base/_global.scss */
  .header-wrapper #header-region > div .views-element-container form#views-exposed-form-auto-complete-search-block-2 .auto-suggest-block-wrapper:before {
    content: '';
    position: absolute;
    top: -13px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 65px;
    background: #ffffff;
  }
}
/* line 1398, ../../sass/base/_global.scss */
.header-wrapper .menu-toggle,
.header-wrapper .search-toggle {
  width: 35px;
  height: 35px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/class-home-sprite.png");
  background-repeat: no-repeat;
  background-position: -154px -69px;
  display: none;
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 1398, ../../sass/base/_global.scss */
  .header-wrapper .menu-toggle,
  .header-wrapper .search-toggle {
    display: block;
  }
}
/* line 1420, ../../sass/base/_global.scss */
.header-wrapper .search-toggle {
  right: 15px;
  left: initial;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/search-toggle.png");
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1428, ../../sass/base/_global.scss */
.header-wrapper .search-toggle.active {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/close-menu-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  /* line 1436, ../../sass/base/_global.scss */
  .header-wrapper #header {
    position: relative;
    padding: 0 60px;
  }
}

/* Contact Number on Home Page */
/* line 1448, ../../sass/base/_global.scss */
.classroom-front-page .contact-number {
  right: 175px;
}
@media (max-width: 479px) {
  /* line 1448, ../../sass/base/_global.scss */
  .classroom-front-page .contact-number {
    right: 150px;
  }
}

/* line 1456, ../../sass/base/_global.scss */
.search-api-autocomplete-search {
  z-index: 9999;
  position: fixed;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: none !important;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  overflow: auto;
  height: 185px;
  width: 500px !important;
}
@media (max-width: 1279px) {
  /* line 1456, ../../sass/base/_global.scss */
  .search-api-autocomplete-search {
    width: 420px !important;
  }
}
@media (max-width: 991px) {
  /* line 1456, ../../sass/base/_global.scss */
  .search-api-autocomplete-search {
    width: 260px !important;
  }
}
@media (max-width: 767px) {
  /* line 1456, ../../sass/base/_global.scss */
  .search-api-autocomplete-search {
    width: calc(100vw - 70px) !important;
  }
}
/* line 1474, ../../sass/base/_global.scss */
.search-api-autocomplete-search li {
  border-bottom: 1px solid #eaeaea;
}
/* line 1476, ../../sass/base/_global.scss */
.search-api-autocomplete-search li a {
  font-weight: 400;
  padding: 10px !important;
  font-size: 13px;
  line-height: 1.2;
  color: #000000 !important;
  display: block;
  background: #ffffff;
}
/* line 1484, ../../sass/base/_global.scss */
.search-api-autocomplete-search li a .search-api-autocomplete-suggestion {
  padding: 0;
  background: transparent !important;
  color: #000000 !important;
}
/* line 1488, ../../sass/base/_global.scss */
.search-api-autocomplete-search li a .search-api-autocomplete-suggestion span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
/* line 1493, ../../sass/base/_global.scss */
.search-api-autocomplete-search li a:hover, .search-api-autocomplete-search li a.ui-state-active {
  color: #0098d5;
  background: #d1eefc;
}
/* line 1497, ../../sass/base/_global.scss */
.search-api-autocomplete-search li a:hover .search-api-autocomplete-suggestion, .search-api-autocomplete-search li a.ui-state-active .search-api-autocomplete-suggestion {
  color: #0098d5 !important;
}

/* User Authentication Block Style */
/* line 1508, ../../sass/base/_global.scss */
#block-myaccountblock-2 {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99;
  width: 170px;
  background: #ffffff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.17);
  display: none;
}

/* line 1524, ../../sass/base/_global.scss */
.my-account-wrapper {
  position: relative;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.16);
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
/* line 1534, ../../sass/base/_global.scss */
.my-account-wrapper span {
  display: inline-block;
}
/* line 1537, ../../sass/base/_global.scss */
.my-account-wrapper .userimg {
  text-align: center;
  margin-bottom: 0px;
  width: 25%;
  padding: 10px 0 0 10px;
}
/* line 1542, ../../sass/base/_global.scss */
.my-account-wrapper .userimg span {
  height: 37px;
  width: 37px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
}
/* line 1547, ../../sass/base/_global.scss */
.my-account-wrapper .userimg span img {
  height: 100%;
  width: 100%;
  display: block;
}
/* line 1554, ../../sass/base/_global.scss */
.my-account-wrapper .u-name {
  font-size: 13px;
  text-align: left;
  display: block;
  width: 75%;
  padding: 15px 10px 0 10px;
  color: #434343;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* line 1564, ../../sass/base/_global.scss */
.my-account-wrapper .u-name span {
  display: block;
}
/* line 1568, ../../sass/base/_global.scss */
.my-account-wrapper .dash-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 100%;
  padding-top: 5px;
}
/* line 1573, ../../sass/base/_global.scss */
.my-account-wrapper .dash-nav i {
  width: 21px;
  height: 21px;
  display: none;
}
/* line 1578, ../../sass/base/_global.scss */
.my-account-wrapper .dash-nav span {
  display: block;
}
/* line 1581, ../../sass/base/_global.scss */
.my-account-wrapper .dash-nav .orderimg,
.my-account-wrapper .dash-nav .wishimg {
  display: none;
}
/* line 1585, ../../sass/base/_global.scss */
.my-account-wrapper .dash-nav li {
  border-top: 1px solid #eaeaea;
  width: 100%;
  position: relative;
  display: block;
}
/* line 1590, ../../sass/base/_global.scss */
.my-account-wrapper .dash-nav li:last-child {
  border-top: none;
}
/* line 1595, ../../sass/base/_global.scss */
.my-account-wrapper a {
  text-transform: capitalize;
  font-weight: 400;
  padding: 15px;
  color: #000000;
  text-align: left;
  font-size: 13px;
  line-height: 1;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
/* line 1605, ../../sass/base/_global.scss */
.my-account-wrapper a:hover {
  background: #d1eefc;
  color: #0098d5;
}
/* line 1610, ../../sass/base/_global.scss */
.my-account-wrapper .logout-link {
  width: 100%;
}
/* line 1614, ../../sass/base/_global.scss */
.my-account-wrapper.log-in-link a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-transform: uppercase;
  border-top: 1px solid #eaeaea;
  width: 100%;
  text-align: left;
}
/* line 1620, ../../sass/base/_global.scss */
.my-account-wrapper.log-in-link a:hover {
  color: #0098d5;
  background: #d1eefc;
}

/* line 1629, ../../sass/base/_global.scss */
.help-section {
  position: fixed;
  right: 3px;
  bottom: 3px;
  z-index: 100;
}
@media (max-width: 767px) {
  /* line 1636, ../../sass/base/_global.scss */
  .help-section ul {
    display: block;
    position: absolute;
    right: 50px;
    bottom: 50px;
  }
  /* line 1645, ../../sass/base/_global.scss */
  .help-section ul:before {
    /* content: '';
    @include pos(fixed, 0, 0, 0, 0, null);
    background: rgba(255, 255, 255, 0.9);*/
  }
}
/* line 1651, ../../sass/base/_global.scss */
.help-section ul li {
  position: fixed;
  top: 65%;
  right: -80px;
  z-index: 100;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  box-shadow: 4px 0 7px rgba(35, 35, 35, 0.18);
  -webkit-box-shadow: 4px 0 7px rgba(35, 35, 35, 0.18);
  -moz-box-shadow: 4px 0 7px rgba(35, 35, 35, 0.18);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (max-width: 1439px) {
  /* line 1651, ../../sass/base/_global.scss */
  .help-section ul li {
    top: 60%;
  }
}
@media (max-width: 767px) {
  /* line 1651, ../../sass/base/_global.scss */
  .help-section ul li {
    /* position: static;
    margin: 15px 0 0 0 !important;
    transform: none !important;*/
    top: 46%;
  }
}
/* line 1672, ../../sass/base/_global.scss */
.help-section ul li:nth-child(2) {
  margin-top: 58px;
}
/* line 1675, ../../sass/base/_global.scss */
.help-section ul li:nth-child(3) {
  margin-top: 116px;
}
/* line 1678, ../../sass/base/_global.scss */
.help-section ul li:hover {
  right: 0;
}
/* line 1681, ../../sass/base/_global.scss */
.help-section ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  height: 43px;
  padding-left: 44px;
}
/* line 1695, ../../sass/base/_global.scss */
.help-section ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 44px;
  height: 100%;
}
/* line 1706, ../../sass/base/_global.scss */
.help-section ul li a.call_icon {
  background: #00b0f5;
}
/* line 1708, ../../sass/base/_global.scss */
.help-section ul li a.call_icon:before {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/phone-icon-home.png");
  background-repeat: no-repeat;
  background-position: 9px 12px;
  background-color: #00b0f5;
}
/* line 1716, ../../sass/base/_global.scss */
.help-section ul li a.help_icon {
  background: #00b0f5;
}
/* line 1718, ../../sass/base/_global.scss */
.help-section ul li a.help_icon:before {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/question-icon-home.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #00b0f5;
}
/* line 1726, ../../sass/base/_global.scss */
.help-section ul li a.offer_icon {
  background: #00ce18;
}
/* line 1728, ../../sass/base/_global.scss */
.help-section ul li a.offer_icon:before {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/whatsapp-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00ce18;
}
/* line 1736, ../../sass/base/_global.scss */
.help-section ul li a span {
  display: inline-block;
  text-align: center;
  min-width: 80px;
  white-space: nowrap;
}
/* line 1745, ../../sass/base/_global.scss */
.help-section .help-section-toggle {
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/help-toggle.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  cursor: pointer;
}
/* line 1757, ../../sass/base/_global.scss */
.help-section .help-section-toggle span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/dots-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  display: block;
}
/* line 1776, ../../sass/base/_global.scss */
.help-section .help-section-toggle.active span {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/close-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  /* line 1745, ../../sass/base/_global.scss */
  .help-section .help-section-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 1629, ../../sass/base/_global.scss */
  .help-section {
    bottom: 100px;
  }
}

/* line 1796, ../../sass/base/_global.scss */
.talktoexpert-form {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/talk-to-expert-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 55px 0;
}
@media (max-width: 991px) {
  /* line 1796, ../../sass/base/_global.scss */
  .talktoexpert-form {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  /* line 1796, ../../sass/base/_global.scss */
  .talktoexpert-form {
    padding: 25px 0;
  }
}
/* line 1809, ../../sass/base/_global.scss */
.talktoexpert-form h2 {
  color: #ffffff;
}
/* line 1813, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form {
  max-width: 740px;
  padding: 0 15px;
  margin: 0 auto;
  background-image: none;
}
/* line 1821, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .form-group-expert {
  padding: 0 10px;
  width: 33.33%;
  float: left;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 1821, ../../sass/base/_global.scss */
  .talktoexpert-form #talktoexpert-form .form-group-expert {
    width: 100% !important;
    padding: 0;
  }
}
/* line 1831, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .form-group-expert.remove-bottom-margin-mb {
  width: 100%;
  margin-bottom: 0;
}
/* line 1834, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .form-group-expert.remove-bottom-margin-mb .js-form-item-exotp {
  width: 33.33%;
  padding-right: 10px;
  float: left;
}
/* line 1838, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .form-group-expert.remove-bottom-margin-mb .js-form-item-exotp #edit-exotp {
  margin-bottom: 20px;
  display: none;
}
/* line 1843, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .form-group-expert.remove-bottom-margin-mb .error-text {
  bottom: -2px;
}
/* line 1848, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .terms-block {
  width: 100%;
}
/* line 1850, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .terms-block .js-form-item {
  text-align: center;
}
/* line 341, ../../sass/base/_mixins.scss */
.talktoexpert-form #talktoexpert-form .terms-block .js-form-item input[type='checkbox'] {
  background: none;
  border: none;
  cursor: pointer;
  height: 12px;
  opacity: 0;
  position: relative;
  top: 2px;
  width: 12px;
  z-index: 100;
}
/* line 351, ../../sass/base/_mixins.scss */
.talktoexpert-form #talktoexpert-form .terms-block .js-form-item input[type='checkbox']:disabled {
  cursor: default;
}
/* line 353, ../../sass/base/_mixins.scss */
.talktoexpert-form #talktoexpert-form .terms-block .js-form-item input[type='checkbox']:disabled + label:before {
  opacity: 0.6;
}
/* line 360, ../../sass/base/_mixins.scss */
.talktoexpert-form #talktoexpert-form .terms-block .js-form-item input[type='checkbox']:checked + label:after {
  display: block;
}
/* line 363, ../../sass/base/_mixins.scss */
.talktoexpert-form #talktoexpert-form .terms-block .js-form-item input[type='checkbox']:checked + label:before {
  display: none;
}
/* line 368, ../../sass/base/_mixins.scss */
.talktoexpert-form #talktoexpert-form .terms-block .js-form-item label {
  cursor: pointer;
  line-height: 18px;
  padding-left: 5px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-right: 15px;
  color: #434343;
  font-size: 14px;
  line-height: 1;
}
/* line 380, ../../sass/base/_mixins.scss */
.talktoexpert-form #talktoexpert-form .terms-block .js-form-item label:before {
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  content: '';
  border: 1px solid #919191;
  background: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
/* line 396, ../../sass/base/_mixins.scss */
.talktoexpert-form #talktoexpert-form .terms-block .js-form-item label:after {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 12px;
  width: 12px;
  content: '';
  border: 5px solid #008fd3;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: none;
}
/* line 411, ../../sass/base/_mixins.scss */
.talktoexpert-form #talktoexpert-form .terms-block .js-form-item label:last-child {
  margin-right: 0px;
}
/* line 1853, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .terms-block .js-form-item input[type="checkbox"] {
  display: none;
}
/* line 1856, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .terms-block .js-form-item label {
  display: inline-block;
  padding-left: 30px;
}
/* line 1859, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .terms-block .js-form-item label:before, .talktoexpert-form #talktoexpert-form .terms-block .js-form-item label:after {
  left: 0;
}
/* line 1863, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .terms-block .js-form-item label .talktoexpert-msg {
  margin-top: 0;
  text-align: left;
}
/* line 1870, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .sub-clbck {
  clear: both;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 1873, ../../sass/base/_global.scss */
  .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo {
    min-width: 60%;
  }
}
@media (max-width: 479px) {
  /* line 1873, ../../sass/base/_global.scss */
  .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo {
    width: 100%;
  }
}
/* line 1884, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .talktoexpert-msg {
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}
/* line 1890, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .talktoexpert-msg a {
  color: inherit;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
}
/* line 1897, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .error-text {
  color: #e3161a;
  position: absolute;
  bottom: -20px;
  left: 5px;
  z-index: 1;
}
/* line 1906, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .exotp-rsend-lnk {
  margin-top: 12px;
  float: left;
  width: 50%;
  color: #ffffff;
}
/* line 1911, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .exotp-rsend-lnk a {
  color: inherit;
}
/* line 1915, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .exotp_success_msg {
  position: absolute;
  bottom: -10px;
  z-index: 1;
}
/* line 1923, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .expert_result_message {
  width: 100%;
  text-align: center;
  padding: 5px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  border: 1px solid #ffffff;
  padding: 10px;
  color: #ffffff;
}
/* line 1934, ../../sass/base/_global.scss */
.talktoexpert-form #talktoexpert-form .expert_result_message:empty {
  display: none;
}

/* Product Page Talk to expert form */
/* line 1944, ../../sass/base/_global.scss */
.default-form-style {
  background: #ffffff;
  background-image: none;
  border: 1px solid #e5e5e5;
  padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
/* line 1949, ../../sass/base/_global.scss */
.default-form-style h3 {
  text-align: center;
  margin: 0 !important;
  padding: 15px;
  background: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
}
/* line 1958, ../../sass/base/_global.scss */
.default-form-style .talktoexpert-form {
  background-image: none;
  padding: 10px 30px 30px 30px !important;
}
@media (max-width: 1439px) {
  /* line 1958, ../../sass/base/_global.scss */
  .default-form-style .talktoexpert-form {
    padding: 0px 20px 20px 20px !important;
  }
}
/* line 1964, ../../sass/base/_global.scss */
.default-form-style .talktoexpert-form .form-group-expert {
  width: 100% !important;
  padding: 0 !important;
}
/* line 1968, ../../sass/base/_global.scss */
.default-form-style .talktoexpert-form .form-group-expert.remove-bottom-margin-mb .js-form-item-exotp {
  width: 50% !important;
}
/* line 1974, ../../sass/base/_global.scss */
.default-form-style .talktoexpert-form .terms-block .talktoexpert-msg {
  color: inherit !important;
}
/* line 1978, ../../sass/base/_global.scss */
.default-form-style .talktoexpert-form .exotp-rsend-lnk {
  color: #0098d5 !important;
}
/* line 1981, ../../sass/base/_global.scss */
.default-form-style .talktoexpert-form .exotp_success_msg {
  bottom: -3px !important;
  font-size: 12px;
}
/* line 1985, ../../sass/base/_global.scss */
.default-form-style .talktoexpert-form .sub-clbck {
  padding: 0;
}
/* line 1987, ../../sass/base/_global.scss */
.default-form-style .talktoexpert-form .sub-clbck .expert-subinfo {
  width: 100%;
  min-width: auto !important;
  background: #0098d5 !important;
  color: #ffffff !important;
}

/* line 2000, ../../sass/base/_global.scss */
.custom-tabs {
  width: 100%;
  display: block;
}
/* line 2003, ../../sass/base/_global.scss */
.custom-tabs .custom-tab-links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
/* line 2008, ../../sass/base/_global.scss */
.custom-tabs .custom-tab-links li {
  position: relative;
  display: inline-block;
}
/* line 2011, ../../sass/base/_global.scss */
.custom-tabs .custom-tab-links li a {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.5;
  padding: 15px;
  display: block;
  color: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}
/* line 2022, ../../sass/base/_global.scss */
.custom-tabs .custom-tab-links li a:hover {
  opacity: 1;
}
/* line 2026, ../../sass/base/_global.scss */
.custom-tabs .custom-tab-links li:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  z-index: 1;
  height: 5px;
  background: transparent;
}
/* line 2038, ../../sass/base/_global.scss */
.custom-tabs .custom-tab-links li.active:after {
  background: #ffffff;
}
/* line 2041, ../../sass/base/_global.scss */
.custom-tabs .custom-tab-links li.active a {
  opacity: 1;
}
/* line 2047, ../../sass/base/_global.scss */
.custom-tabs .custom-tab-content {
  padding: 15px;
}
@media (max-width: 767px) {
  /* line 2047, ../../sass/base/_global.scss */
  .custom-tabs .custom-tab-content {
    padding: 15px 0;
  }
}
/* line 2052, ../../sass/base/_global.scss */
.custom-tabs .custom-tab-content .tab {
  display: none;
  color: #ffffff;
}
/* line 2055, ../../sass/base/_global.scss */
.custom-tabs .custom-tab-content .tab.active {
  display: block;
}
/* line 2058, ../../sass/base/_global.scss */
.custom-tabs .custom-tab-content .tab p {
  color: #ffffff;
}
/* line 2061, ../../sass/base/_global.scss */
.custom-tabs .custom-tab-content .tab ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
/* line 2066, ../../sass/base/_global.scss */
.custom-tabs .custom-tab-content .tab ul li {
  padding: 15px;
  text-align: center;
  min-width: 200px;
}
@media (max-width: 767px) {
  /* line 2066, ../../sass/base/_global.scss */
  .custom-tabs .custom-tab-content .tab ul li {
    width: 100%;
    border-bottom: 1px solid #4db6ea;
  }
  /* line 2073, ../../sass/base/_global.scss */
  .custom-tabs .custom-tab-content .tab ul li:last-child {
    border-bottom: none;
  }
}
/* line 2077, ../../sass/base/_global.scss */
.custom-tabs .custom-tab-content .tab ul li strong {
  display: block;
  font-size: 54px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 2084, ../../sass/base/_global.scss */
.custom-tabs .custom-tab-content .tab ul li sup {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  text-transform: none;
  margin-left: -5px;
}
/* line 2092, ../../sass/base/_global.scss */
.custom-tabs .custom-tab-content .tab ul li span {
  font-size: 18px;
  line-height: 1.2;
}
/* line 2099, ../../sass/base/_global.scss */
.custom-tabs .custom-tab-content .btn-group {
  margin-top: 30px;
}
@media (max-width: 767px) {
  /* line 2099, ../../sass/base/_global.scss */
  .custom-tabs .custom-tab-content .btn-group {
    margin-top: 15px;
  }
  /* line 2103, ../../sass/base/_global.scss */
  .custom-tabs .custom-tab-content .btn-group .btn, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button, .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"], .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button {
    min-width: 60%;
  }
  /* line 2105, ../../sass/base/_global.scss */
  .custom-tabs .custom-tab-content .btn-group .btn + .btn, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .btn, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .btn, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .btn, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .btn, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .btn, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .btn, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .btn, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .btn, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .btn, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .btn, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .btn, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .btn, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .btn,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .btn,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .btn, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .btn, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .btn, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .btn, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .btn, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .btn, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .btn,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .btn,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .btn, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .btn, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .btn, .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .btn, #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .btn, .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .btn, .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .btn, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .btn, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .btn, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .btn, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .btn, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .btn, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .btn,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .btn,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .btn, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .btn, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .btn, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .btn, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .btn, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .btn,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .btn,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .btn, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .btn, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .btn,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .btn,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .btn, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .btn, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .btn, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .btn, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .btn, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .btn, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .btn, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .btn, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .btn, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .btn, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .btn, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .btn, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .btn, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .btn, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .btn,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .btn,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .btn,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .btn,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .btn,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .btn,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .btn, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .btn, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .btn, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .btn, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .btn, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .btn, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .btn, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .btn, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .btn, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .btn, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .btn, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .btn, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .btn,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .btn,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .btn, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .btn, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .btn,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .btn,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .btn, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .btn + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .btn + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .talktoexpert-form #talktoexpert-form .sub-clbck .view-testimonial + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .expert-subinfo, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .view-testimonial + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .expert-subinfo, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .talktoexpert-form #talktoexpert-form .sub-clbck #edit-login-returning-customer-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .expert-subinfo, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #edit-login-returning-customer-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .expert-subinfo, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .expert-subinfo, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .expert-subinfo,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .expert-subinfo,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .expert-subinfo, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .expert-subinfo, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .field-add-more-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .expert-subinfo, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .field-add-more-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .expert-subinfo,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .field-add-more-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .expert-subinfo,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .field-add-more-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .expert-subinfo, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group #user-change-password .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .expert-subinfo, #user-change-password .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .student-data-verification .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .expert-subinfo, .student-data-verification .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .expert-subinfo, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .expert-subinfo, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .expert-subinfo, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .expert-subinfo,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .expert-subinfo,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .expert-subinfo, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck input[type="submit"] + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .expert-subinfo, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck input[type="submit"] + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .create-btn + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .expert-subinfo, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .create-btn + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .expert-subinfo,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .expert-subinfo,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .expert-subinfo, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .expert-subinfo,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .expert-subinfo,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .expert-subinfo, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .expert-subinfo, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .expert-subinfo, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .expert-subinfo, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .expert-subinfo, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .expert-subinfo, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .expert-subinfo, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .expert-subinfo,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .expert-subinfo,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .expert-subinfo,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .expert-subinfo,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .expert-subinfo,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .expert-subinfo,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .expert-subinfo, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .talktoexpert-form #talktoexpert-form .sub-clbck button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .expert-subinfo, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .expert-subinfo, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .expert-subinfo, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .expert-subinfo, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .expert-subinfo, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .expert-subinfo,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .expert-subinfo,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .expert-subinfo, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .expert-subinfo,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.button + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .expert-subinfo,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.button + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .btn + a, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + a, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + a, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + a, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + a, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + a,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + a,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + a, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + a, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + a, #user-change-password .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + a, .student-data-verification .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + a, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + a,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + a, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + a, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + a, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + a,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + a,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + a, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + a,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + a, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + a, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + a,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + a,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + a,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + a, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + a, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + a, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + a, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + a,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + a,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + a, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .btn + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .btn + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .testimonial-custom-wrapper footer .expert-subinfo + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .view-testimonial, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .expert-subinfo + .view-testimonial, .testimonial-custom-wrapper footer .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .view-testimonial, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .testimonial-custom-wrapper footer #edit-login-returning-customer-submit + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .view-testimonial, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer #edit-login-returning-customer-submit + .view-testimonial, .testimonial-custom-wrapper footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .view-testimonial, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .view-testimonial, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .view-testimonial,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .testimonial-custom-wrapper footer #edit-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .view-testimonial,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer #edit-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .view-testimonial, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .view-testimonial, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .testimonial-custom-wrapper footer .field-add-more-submit + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .view-testimonial, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .field-add-more-submit + .view-testimonial, .testimonial-custom-wrapper footer .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .view-testimonial,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .testimonial-custom-wrapper footer .field-add-more-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .view-testimonial,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .field-add-more-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .view-testimonial, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .view-testimonial, .custom-tabs .custom-tab-content .btn-group #user-change-password .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .view-testimonial, #user-change-password .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .student-data-verification .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .view-testimonial, .student-data-verification .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .view-testimonial, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .view-testimonial, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .view-testimonial, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .view-testimonial,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .testimonial-custom-wrapper footer .button + .view-testimonial,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .view-testimonial,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .button + .view-testimonial,
  .testimonial-custom-wrapper footer .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .view-testimonial, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .testimonial-custom-wrapper footer input[type="submit"] + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .view-testimonial, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer input[type="submit"] + .view-testimonial, .testimonial-custom-wrapper footer .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .testimonial-custom-wrapper footer .create-btn + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .view-testimonial, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .create-btn + .view-testimonial, .testimonial-custom-wrapper footer .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .view-testimonial,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .view-testimonial,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .view-testimonial, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .view-testimonial,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .testimonial-custom-wrapper footer .button + .view-testimonial,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .view-testimonial,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .button + .view-testimonial,
  .testimonial-custom-wrapper footer .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .view-testimonial, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .view-testimonial, #block-views-block-current-offers-management-block-1 .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group a + .view-testimonial, .testimonial-custom-wrapper #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .answer-solution-block .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .view-testimonial, .answer-solution-block .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group a + .view-testimonial, .testimonial-custom-wrapper .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .view-testimonial, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .view-testimonial, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .view-testimonial, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .view-testimonial, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .view-testimonial, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .view-testimonial,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .view-testimonial,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .view-testimonial,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .view-testimonial,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .view-testimonial,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .view-testimonial,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .view-testimonial, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .testimonial-custom-wrapper footer button + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .view-testimonial, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer button + .view-testimonial, .testimonial-custom-wrapper footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .view-testimonial, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .view-testimonial, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .view-testimonial, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .view-testimonial, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .view-testimonial,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .testimonial-custom-wrapper footer .button + .view-testimonial,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .view-testimonial,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .button + .view-testimonial,
  .testimonial-custom-wrapper footer .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .testimonial-custom-wrapper footer .form-submit.button + .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .view-testimonial, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .form-submit.button + .view-testimonial, .testimonial-custom-wrapper footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .view-testimonial,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .testimonial-custom-wrapper footer .form-submit.button + .view-testimonial,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .view-testimonial,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .form-submit.button + .view-testimonial,
  .testimonial-custom-wrapper footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .view-testimonial, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .btn + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .btn + #edit-submit, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .authentication-wrapper .authentication-content-wrapper .expert-subinfo + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .expert-subinfo + #edit-submit, .authentication-wrapper .authentication-content-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + #edit-submit, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .authentication-wrapper .authentication-content-wrapper .view-testimonial + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + #edit-submit, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .view-testimonial + #edit-submit, .authentication-wrapper .authentication-content-wrapper .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + #edit-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .authentication-wrapper .authentication-content-wrapper .field-add-more-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .field-add-more-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .authentication-wrapper .authentication-content-wrapper .field-add-more-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .field-add-more-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + #edit-submit, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group #user-change-password .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-data-verification .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + #edit-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .button + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + #edit-submit, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .authentication-wrapper .authentication-content-wrapper input[type="submit"] + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-submit, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper input[type="submit"] + #edit-submit, .authentication-wrapper .authentication-content-wrapper .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .create-btn + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + #edit-submit, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .create-btn + #edit-submit, .authentication-wrapper .authentication-content-wrapper .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + #edit-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + #edit-submit, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + #edit-submit, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + #edit-submit, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + #edit-submit, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + #edit-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + #edit-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + #edit-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + #edit-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .authentication-wrapper .authentication-content-wrapper button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + #edit-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + #edit-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + #edit-submit, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + #edit-submit,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .form-submit.button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .form-submit.button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .form-submit.button + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .form-submit.button + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .btn + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .btn + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .expert-subinfo + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-login-returning-customer-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .expert-subinfo + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .view-testimonial + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + #edit-login-returning-customer-submit, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .view-testimonial + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-login-returning-customer-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-login-returning-customer-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-login-returning-customer-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-login-returning-customer-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-login-returning-customer-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-login-returning-customer-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .field-add-more-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-login-returning-customer-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .field-add-more-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + #edit-login-returning-customer-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .field-add-more-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-login-returning-customer-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .field-add-more-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + #edit-login-returning-customer-submit, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group #user-change-password .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + #edit-login-returning-customer-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .student-data-verification .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + #edit-login-returning-customer-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-login-returning-customer-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + #edit-login-returning-customer-submit, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-login-returning-customer-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + #edit-login-returning-customer-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-login-returning-customer-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + #edit-login-returning-customer-submit, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap input[type="submit"] + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-login-returning-customer-submit, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap input[type="submit"] + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .create-btn + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + #edit-login-returning-customer-submit, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .create-btn + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + #edit-login-returning-customer-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + #edit-login-returning-customer-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + #edit-login-returning-customer-submit, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-login-returning-customer-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-login-returning-customer-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + #edit-login-returning-customer-submit, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + #edit-login-returning-customer-submit, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + #edit-login-returning-customer-submit, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-login-returning-customer-submit, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + #edit-login-returning-customer-submit, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-login-returning-customer-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + #edit-login-returning-customer-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-login-returning-customer-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + #edit-login-returning-customer-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-login-returning-customer-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + #edit-login-returning-customer-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-login-returning-customer-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + #edit-login-returning-customer-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + #edit-login-returning-customer-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .authentication-wrapper .authentication-content-wrapper .akash-form-wrap button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-login-returning-customer-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + #edit-login-returning-customer-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + #edit-login-returning-customer-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + #edit-login-returning-customer-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + #edit-login-returning-customer-submit, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-login-returning-customer-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + #edit-login-returning-customer-submit,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit.button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-login-returning-customer-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit.button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + #edit-login-returning-customer-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit.button + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-login-returning-customer-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit.button + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .btn + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .btn + #edit-submit, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-reset-password-form #edit-actions .expert-subinfo + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .expert-subinfo + #edit-submit, .cognito-reset-password-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + #edit-submit, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .cognito-reset-password-form #edit-actions .view-testimonial + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + #edit-submit, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .view-testimonial + #edit-submit, .cognito-reset-password-form #edit-actions .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + #edit-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-reset-password-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .cognito-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .cognito-reset-password-form .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit,
  .cognito-reset-password-form .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .cognito-reset-password-form .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .cognito-reset-password-form .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-reset-password-form #edit-actions .field-add-more-submit + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .field-add-more-submit + #edit-submit, .cognito-reset-password-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .cognito-reset-password-form #edit-actions .field-add-more-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .field-add-more-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + #edit-submit, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group #user-change-password .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form #edit-actions #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-data-verification .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + #edit-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .cognito-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-reset-password-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + #edit-submit, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .cognito-reset-password-form #edit-actions input[type="submit"] + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-submit, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions input[type="submit"] + #edit-submit, .cognito-reset-password-form #edit-actions .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .cognito-reset-password-form #edit-actions .create-btn + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + #edit-submit, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .create-btn + #edit-submit, .cognito-reset-password-form #edit-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + #edit-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + #edit-submit, .node-offline-admission-form-form .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .cognito-reset-password-form .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form .cognito-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-reset-password-form .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit,
  .node-selfenrolment-checkout-form-form .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .cognito-reset-password-form .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + #edit-submit, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + #edit-submit, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .cognito-reset-password-form .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + #edit-submit, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + #edit-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + #edit-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + #edit-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + #edit-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-reset-password-form #edit-actions button + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions button + #edit-submit, .cognito-reset-password-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .cognito-reset-password-form .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + #edit-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + #edit-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + #edit-submit, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .cognito-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + #edit-submit,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-reset-password-form #edit-actions .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-reset-password-form #edit-actions .form-submit.button + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .form-submit.button + #edit-submit, .cognito-reset-password-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-reset-password-form #edit-actions .form-submit.button + #edit-submit,
  .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .form-submit.button + #edit-submit,
  .cognito-reset-password-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .btn + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .btn + #edit-submit, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-multistep-reset-password-form #edit-actions .expert-subinfo + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .expert-subinfo + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + #edit-submit, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .cognito-multistep-reset-password-form #edit-actions .view-testimonial + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + #edit-submit, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .view-testimonial + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + #edit-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-multistep-reset-password-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit,
  .cognito-multistep-reset-password-form .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .cognito-multistep-reset-password-form .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-multistep-reset-password-form #edit-actions .field-add-more-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .field-add-more-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .cognito-multistep-reset-password-form #edit-actions .field-add-more-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .field-add-more-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + #edit-submit, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group #user-change-password .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-data-verification .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + #edit-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + #edit-submit, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions #edit-actions input[type="submit"] + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .form-actions input[type="submit"] + #edit-submit, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group #edit-actions input[type="submit"] + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .cognito-multistep-reset-password-form #edit-actions .create-btn + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + #edit-submit, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .create-btn + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + #edit-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + #edit-submit, .node-offline-admission-form-form .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .cognito-multistep-reset-password-form .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-multistep-reset-password-form .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit,
  .node-selfenrolment-checkout-form-form .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .cognito-multistep-reset-password-form .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + #edit-submit, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + #edit-submit, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .cognito-multistep-reset-password-form .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + #edit-submit, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + #edit-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + #edit-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + #edit-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + #edit-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-multistep-reset-password-form #edit-actions button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + #edit-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + #edit-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + #edit-submit, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + #edit-submit,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form #edit-actions .form-submit.button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit.button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form #edit-actions .form-submit.button + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit.button + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .btn + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .btn + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-email-verify-form #edit-actions .expert-subinfo + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .expert-subinfo + #edit-submit,
  .cognito-email-verify-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .cognito-email-verify-form #edit-actions .view-testimonial + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + #edit-submit,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .view-testimonial + #edit-submit,
  .cognito-email-verify-form #edit-actions .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-email-verify-form #edit-actions #edit-login-returning-customer-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-login-returning-customer-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit,
  .cognito-reset-password-form .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .cognito-email-verify-form .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit,
  .cognito-multistep-reset-password-form .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .cognito-email-verify-form .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .cognito-email-verify-form .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-email-verify-form #edit-actions .field-add-more-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .field-add-more-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .cognito-email-verify-form #edit-actions .field-add-more-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .field-add-more-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + #edit-submit,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group #user-change-password .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + #edit-submit,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-data-verification .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + #edit-submit,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit,
  .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit,
  .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + #edit-submit,
  .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .cognito-email-verify-form #edit-actions input[type="submit"] + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-submit,
  .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions input[type="submit"] + #edit-submit,
  .cognito-email-verify-form #edit-actions .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .cognito-email-verify-form #edit-actions .create-btn + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + #edit-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .create-btn + #edit-submit,
  .cognito-email-verify-form #edit-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + #edit-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + #edit-submit,
  .node-offline-admission-form-form .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .cognito-email-verify-form .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit,
  .node-selfenrolment-checkout-form-form .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .cognito-email-verify-form .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + #edit-submit,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + #edit-submit,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit,
  .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit,
  .price-cart-wrapper .course-type-btn .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .cognito-email-verify-form .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + #edit-submit,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-attendance-form .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + #edit-submit,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + #edit-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + #edit-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + #edit-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-email-verify-form #edit-actions button + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions button + #edit-submit,
  .cognito-email-verify-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + #edit-submit,
  .scholar-form .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .cognito-email-verify-form .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + #edit-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + #edit-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + #edit-submit,
  .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + #edit-submit,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-email-verify-form #edit-actions .form-submit.button + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .form-submit.button + #edit-submit,
  .cognito-email-verify-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-email-verify-form #edit-actions .form-submit.button + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .form-submit.button + #edit-submit,
  .cognito-email-verify-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .btn + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .btn + #edit-submit, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .contact-form-wrap .node-contact-us-management-form #edit-actions .expert-subinfo + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .expert-subinfo + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + #edit-submit, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .contact-form-wrap .node-contact-us-management-form #edit-actions .view-testimonial + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + #edit-submit, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .view-testimonial + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + #edit-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .field-add-more-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .field-add-more-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .field-add-more-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .field-add-more-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + #edit-submit, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group #user-change-password .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-data-verification .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + #edit-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + #edit-submit, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions input[type="submit"] + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-submit, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions input[type="submit"] + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .create-btn + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + #edit-submit, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .create-btn + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + #edit-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + #edit-submit, .node-offline-admission-form-form .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit,
  .node-selfenrolment-checkout-form-form .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + #edit-submit, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + #edit-submit, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + #edit-submit, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + #edit-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + #edit-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + #edit-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + #edit-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .contact-form-wrap .node-contact-us-management-form #edit-actions button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + #edit-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + #edit-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + #edit-submit, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + #edit-submit,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit.button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit.button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit.button + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit.button + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .btn + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .btn + a, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .expert-subinfo + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .expert-subinfo + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + a, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .view-testimonial + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + a, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .view-testimonial + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + a, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-login-returning-customer-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-login-returning-customer-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + a, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + a,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .field-add-more-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .field-add-more-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + a,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .field-add-more-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .field-add-more-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + a, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + a, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group #user-change-password .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + a, #user-change-password .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .student-data-verification .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + a, .student-data-verification .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + a, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + a,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + a, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status input[type="submit"] + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status input[type="submit"] + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + a, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .create-btn + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + a, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .create-btn + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + a,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + a,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + a, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + a,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + a, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + a, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + a,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + a,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + a,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + a, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dashboard-header-wrapper .student-profile-wrapper .student-profile-status button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + a, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + a, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + a, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + a,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit.button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit.button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + a,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit.button + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit.button + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + a, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .btn + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .btn + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form #edit-field-marks-grade-obtained-wrapper .expert-subinfo + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .field-add-more-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .expert-subinfo + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .profile-form #edit-field-marks-grade-obtained-wrapper .view-testimonial + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .field-add-more-submit, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .view-testimonial + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .field-add-more-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .profile-form #edit-field-marks-grade-obtained-wrapper #edit-login-returning-customer-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .field-add-more-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-login-returning-customer-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .field-add-more-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .field-add-more-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .field-add-more-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .field-add-more-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .field-add-more-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-field-user-address-details-wrapper .field-add-more-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .btn-wrapper .button + .field-add-more-submit, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group #user-change-password .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .field-add-more-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .student-data-verification .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .field-add-more-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .field-add-more-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .field-add-more-submit, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .field-add-more-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .field-add-more-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .field-add-more-submit, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper input[type="submit"] + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .field-add-more-submit, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper input[type="submit"] + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .profile-form #edit-field-marks-grade-obtained-wrapper .create-btn + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .field-add-more-submit, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .create-btn + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .field-add-more-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .field-add-more-submit, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .field-add-more-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .field-add-more-submit, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .field-add-more-submit, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .field-add-more-submit, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .field-add-more-submit, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .field-add-more-submit, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .field-add-more-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .field-add-more-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .field-add-more-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .field-add-more-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .field-add-more-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .field-add-more-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .profile-form #edit-field-marks-grade-obtained-wrapper button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .field-add-more-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .field-add-more-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .field-add-more-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .field-add-more-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .field-add-more-submit, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .field-add-more-submit,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit.button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .field-add-more-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit.button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit.button + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .field-add-more-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit.button + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .btn + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .btn + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form #edit-field-user-address-details-wrapper .expert-subinfo + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .field-add-more-submit,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .expert-subinfo + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .profile-form #edit-field-user-address-details-wrapper .view-testimonial + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .field-add-more-submit,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .view-testimonial + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .field-add-more-submit,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .profile-form #edit-field-user-address-details-wrapper #edit-login-returning-customer-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .field-add-more-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper #edit-login-returning-customer-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .field-add-more-submit,
  .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .field-add-more-submit,
  .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .field-add-more-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .field-add-more-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .field-add-more-submit,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-field-user-address-details-wrapper .field-add-more-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group #edit-field-user-address-details-wrapper .field-add-more-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .btn-wrapper .button + .field-add-more-submit,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group #user-change-password .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .field-add-more-submit,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .student-data-verification .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .field-add-more-submit,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .field-add-more-submit,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .field-add-more-submit,
  .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .field-add-more-submit,
  .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .field-add-more-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .field-add-more-submit,
  .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .profile-form #edit-field-user-address-details-wrapper input[type="submit"] + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .field-add-more-submit,
  .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper input[type="submit"] + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .profile-form #edit-field-user-address-details-wrapper .create-btn + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .field-add-more-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .create-btn + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .field-add-more-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .field-add-more-submit,
  .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .field-add-more-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .field-add-more-submit,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .field-add-more-submit,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .field-add-more-submit,
  .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .field-add-more-submit,
  .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .field-add-more-submit,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .field-add-more-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .student-attendance-form .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .field-add-more-submit,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .field-add-more-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .field-add-more-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .field-add-more-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .field-add-more-submit,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .profile-form #edit-field-user-address-details-wrapper button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .field-add-more-submit,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .field-add-more-submit,
  .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .field-add-more-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .field-add-more-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .field-add-more-submit,
  .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .field-add-more-submit,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-user-address-details-wrapper .form-submit.button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .field-add-more-submit,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit.button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-user-address-details-wrapper .form-submit.button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .field-add-more-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit.button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .btn + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .btn + .button, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form .btn-wrapper .expert-subinfo + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .expert-subinfo + .button, .profile-form .btn-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .button, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .profile-form .btn-wrapper .view-testimonial + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .button, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .view-testimonial + .button, .profile-form .btn-wrapper .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .profile-form .btn-wrapper #edit-login-returning-customer-submit + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper #edit-login-returning-customer-submit + .button, .profile-form .btn-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .button, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .profile-form .btn-wrapper #edit-submit + .button,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper #edit-submit + .button,
  .profile-form .btn-wrapper .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .btn-wrapper .field-add-more-submit + .button, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .btn-wrapper .field-add-more-submit + .button, .profile-form .btn-wrapper #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .btn-wrapper .field-add-more-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .btn-wrapper .field-add-more-submit + .button,
  .profile-form .btn-wrapper #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group #user-change-password .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .button, #user-change-password .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .student-data-verification .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .button, .student-data-verification .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .profile-form .btn-wrapper .button + .button,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button,
  .profile-form .btn-wrapper .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .profile-form .btn-wrapper input[type="submit"] + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper input[type="submit"] + .button, .profile-form .btn-wrapper .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .button, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .profile-form .btn-wrapper .create-btn + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .button, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .create-btn + .button, .profile-form .btn-wrapper .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .profile-form .btn-wrapper .form-submit + .button,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .form-submit + .button,
  .profile-form .btn-wrapper .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .profile-form .btn-wrapper .button + .button,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button,
  .profile-form .btn-wrapper .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .button, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .button, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .button, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .button, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .profile-form .btn-wrapper .form-submit + .button,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .form-submit + .button,
  .profile-form .btn-wrapper .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .profile-form .btn-wrapper .form-submit + .button,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .form-submit + .button,
  .profile-form .btn-wrapper .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .profile-form .btn-wrapper .form-submit + .button,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .button,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .form-submit + .button,
  .profile-form .btn-wrapper .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .profile-form .btn-wrapper button + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper button + .button, .profile-form .btn-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .button, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .profile-form .btn-wrapper .button + .button,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button,
  .profile-form .btn-wrapper .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form .btn-wrapper .form-submit.button + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .form-submit.button + .button, .profile-form .btn-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form .btn-wrapper .form-submit.button + .button,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .form-submit.button + .button,
  .profile-form .btn-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button, .custom-tabs .custom-tab-content .btn-group #user-change-password .btn + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .btn + #edit-submit, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #user-change-password .expert-subinfo + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group #user-change-password .expert-subinfo + #edit-submit, #user-change-password .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + #edit-submit, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password a + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group #user-change-password a + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer #user-change-password .view-testimonial + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + #edit-submit, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group #user-change-password .view-testimonial + #edit-submit, #user-change-password .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + #edit-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #user-change-password #edit-submit + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #user-change-password #edit-login-returning-customer-submit + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-login-returning-customer-submit + #edit-submit, #user-change-password .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #user-change-password #edit-submit + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #user-change-password #edit-submit + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #user-change-password #edit-submit + #edit-submit,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + #edit-submit,
  #user-change-password .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #user-change-password #edit-submit + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #user-change-password a + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group #user-change-password a + #edit-submit, #user-change-password .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #user-change-password .field-add-more-submit + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group #user-change-password .field-add-more-submit + #edit-submit, #user-change-password .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper #user-change-password .field-add-more-submit + #edit-submit,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group #user-change-password .field-add-more-submit + #edit-submit,
  #user-change-password .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper #user-change-password .button + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + #edit-submit, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group #user-change-password .button + #edit-submit, #user-change-password .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-data-verification #user-change-password .form-submit + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + #edit-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group #user-change-password .form-submit + #edit-submit, #user-change-password .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #user-change-password a + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group #user-change-password a + #edit-submit, #user-change-password .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions #user-change-password .button + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group #user-change-password .button + #edit-submit, #user-change-password .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #user-change-password .button + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group #user-change-password .button + #edit-submit, #user-change-password .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer #user-change-password .button + #edit-submit,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group #user-change-password .button + #edit-submit,
  #user-change-password .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions #user-change-password .button + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + #edit-submit, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group #user-change-password .button + #edit-submit, #user-change-password .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions #user-change-password input[type="submit"] + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-submit, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group #user-change-password input[type="submit"] + #edit-submit, #user-change-password .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #user-change-password .create-btn + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + #edit-submit, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group #user-change-password .create-btn + #edit-submit, #user-change-password .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #user-change-password .form-submit + #edit-submit,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + #edit-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group #user-change-password .form-submit + #edit-submit,
  #user-change-password .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions #user-change-password .button + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + #edit-submit, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group #user-change-password .button + #edit-submit, #user-change-password .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions #user-change-password .button + #edit-submit,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group #user-change-password .button + #edit-submit,
  #user-change-password .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer #user-change-password a + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + #edit-submit, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group #user-change-password a + #edit-submit, #user-change-password #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer #user-change-password a + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + #edit-submit, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group #user-change-password a + #edit-submit, #user-change-password .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions #user-change-password .button + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group #user-change-password .button + #edit-submit, #user-change-password .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions #user-change-password .button + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group #user-change-password .button + #edit-submit, #user-change-password .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #user-change-password a + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + #edit-submit, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group #user-change-password a + #edit-submit, #user-change-password .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #user-change-password .form-submit + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group #user-change-password .form-submit + #edit-submit, #user-change-password .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-attendance-form #user-change-password .form-submit + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + #edit-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group #user-change-password .form-submit + #edit-submit, #user-change-password .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form #user-change-password .form-submit + #edit-submit,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + #edit-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group #user-change-password .form-submit + #edit-submit,
  #user-change-password .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form #user-change-password .form-submit + #edit-submit,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + #edit-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group #user-change-password .form-submit + #edit-submit,
  #user-change-password .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data #user-change-password .form-submit + #edit-submit,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + #edit-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group #user-change-password .form-submit + #edit-submit,
  #user-change-password .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield #user-change-password .form-submit + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group #user-change-password .form-submit + #edit-submit, #user-change-password .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #user-change-password button + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group #user-change-password button + #edit-submit, #user-change-password .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #user-change-password #edit-submit + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #user-change-password a + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + #edit-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group #user-change-password a + #edit-submit, #user-change-password .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #user-change-password .form-submit + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + #edit-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group #user-change-password .form-submit + #edit-submit, #user-change-password .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions #user-change-password .button + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + #edit-submit, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group #user-change-password .button + #edit-submit, #user-change-password .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions #user-change-password .button + #edit-submit,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + #edit-submit,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group #user-change-password .button + #edit-submit,
  #user-change-password .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #user-change-password .form-submit.button + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group #user-change-password .form-submit.button + #edit-submit, #user-change-password .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #user-change-password .form-submit.button + #edit-submit,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group #user-change-password .form-submit.button + #edit-submit,
  #user-change-password .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-data-verification .btn + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .btn + .form-submit, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .student-data-verification .expert-subinfo + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .student-data-verification .expert-subinfo + .form-submit, .student-data-verification .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .form-submit, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification a + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .student-data-verification a + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .student-data-verification .view-testimonial + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .student-data-verification .view-testimonial + .form-submit, .student-data-verification .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .form-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .student-data-verification #edit-submit + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .student-data-verification #edit-submit + .form-submit, .student-data-verification .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-data-verification #edit-login-returning-customer-submit + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .student-data-verification #edit-login-returning-customer-submit + .form-submit, .student-data-verification .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .student-data-verification #edit-submit + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification #edit-submit + .form-submit, .student-data-verification .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .student-data-verification #edit-submit + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification #edit-submit + .form-submit, .student-data-verification .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .student-data-verification #edit-submit + .form-submit,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification #edit-submit + .form-submit,
  .student-data-verification .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .student-data-verification #edit-submit + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification #edit-submit + .form-submit, .student-data-verification .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-data-verification a + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .student-data-verification a + .form-submit, .student-data-verification .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .student-data-verification .field-add-more-submit + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .student-data-verification .field-add-more-submit + .form-submit, .student-data-verification .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .student-data-verification .field-add-more-submit + .form-submit,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .student-data-verification .field-add-more-submit + .form-submit,
  .student-data-verification .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .student-data-verification .button + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .form-submit, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .student-data-verification .button + .form-submit, .student-data-verification .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group #user-change-password .student-data-verification #edit-submit + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .form-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .student-data-verification #edit-submit + .form-submit, .student-data-verification #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-data-verification a + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .student-data-verification a + .form-submit, .student-data-verification .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .student-data-verification .button + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .button + .form-submit, .student-data-verification .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .student-data-verification .button + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-data-verification .button + .form-submit, .student-data-verification .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .student-data-verification .button + .form-submit,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-data-verification .button + .form-submit,
  .student-data-verification .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .student-data-verification .button + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .form-submit, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .button + .form-submit, .student-data-verification .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .student-data-verification input[type="submit"] + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification input[type="submit"] + .form-submit, .student-data-verification .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .form-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .student-data-verification .create-btn + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .form-submit, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-data-verification .create-btn + .form-submit, .student-data-verification .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .student-data-verification .form-submit + .form-submit,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit,
  .student-data-verification .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .student-data-verification .button + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .button + .form-submit, .student-data-verification .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .student-data-verification .button + .form-submit,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .button + .form-submit,
  .student-data-verification .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .student-data-verification a + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .student-data-verification a + .form-submit, .student-data-verification #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .student-data-verification a + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .form-submit, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .student-data-verification a + .form-submit, .student-data-verification .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .student-data-verification .button + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .button + .form-submit, .student-data-verification .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .student-data-verification .button + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .button + .form-submit, .student-data-verification .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .student-data-verification a + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .form-submit, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .student-data-verification a + .form-submit, .student-data-verification .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-data-verification .form-submit + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit, .student-data-verification .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .student-data-verification .form-submit + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit, .student-data-verification .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .student-data-verification .form-submit + .form-submit,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit,
  .student-data-verification .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .student-data-verification .form-submit + .form-submit,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit,
  .student-data-verification .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .student-data-verification .form-submit + .form-submit,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit,
  .student-data-verification .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .student-data-verification .form-submit + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit, .student-data-verification .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-data-verification button + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .student-data-verification button + .form-submit, .student-data-verification .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .form-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .student-data-verification #edit-submit + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .form-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification #edit-submit + .form-submit, .student-data-verification .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .student-data-verification a + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-data-verification a + .form-submit, .student-data-verification .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .student-data-verification .form-submit + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit, .student-data-verification .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .student-data-verification .button + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .form-submit, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .button + .form-submit, .student-data-verification .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .student-data-verification .button + .form-submit,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .button + .form-submit,
  .student-data-verification .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-data-verification .form-submit.button + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit.button + .form-submit, .student-data-verification .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-data-verification .form-submit.button + .form-submit,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit.button + .form-submit,
  .student-data-verification .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .btn + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .btn + a, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .expert-subinfo + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .expert-subinfo + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + a, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .view-testimonial + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + a, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .view-testimonial + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + a, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-login-returning-customer-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-login-returning-customer-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + a, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + a,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .field-add-more-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .field-add-more-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + a,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .field-add-more-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .field-add-more-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + a, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + a, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group #user-change-password .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + a, #user-change-password .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .student-data-verification .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + a, .student-data-verification .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + a, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + a,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + a, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span input[type="submit"] + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span input[type="submit"] + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + a, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .create-btn + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + a, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .create-btn + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + a,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + a,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + a, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + a,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + a, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + a, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + a,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + a,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + a,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + a, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .payment-success-wrapper.not-popup .payment-success .payment-success-body + span button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + a, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + a, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + a, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + a,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit.button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit.button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + a,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit.button + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit.button + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + a, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .btn + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .btn + .button, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .cart-aside-wrapper .form-actions .expert-subinfo + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .expert-subinfo + .button, .cart-form .cart-aside-wrapper .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .button, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .cart-form .cart-aside-wrapper .form-actions .view-testimonial + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .button, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .view-testimonial + .button, .cart-form .cart-aside-wrapper .form-actions .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-form .cart-aside-wrapper .form-actions #edit-login-returning-customer-submit + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions #edit-login-returning-customer-submit + .button, .cart-form .cart-aside-wrapper .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .button, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .cart-form .cart-aside-wrapper .form-actions .field-add-more-submit + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .field-add-more-submit + .button, .cart-form .cart-aside-wrapper .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .cart-form .cart-aside-wrapper .form-actions .field-add-more-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .field-add-more-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group #user-change-password .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .button, #user-change-password .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .student-data-verification .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .button, .student-data-verification .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .layout-region-checkout-footer .form-actions .button + .button,
  .cart-form .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-actions .button + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .layout-region-checkout-footer .button + .button,
  .cart-form .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .form-actions .layout-region-checkout-footer .button + .button,
  .cart-form .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .form-actions .button + .button,
  .cart-form .cart-aside-wrapper .form-actions .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .student-verification-form .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .cart-form .cart-aside-wrapper .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .cart-form .cart-aside-wrapper .form-actions input[type="submit"] + .button, .cart-form .cart-aside-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cognito-multistep-reset-password-form .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .button, .cart-form .cart-aside-wrapper .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .button, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .cart-aside-wrapper .form-actions .create-btn + .button, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .form-wrapper .create-btn + .button, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .form-actions .create-btn + .button, .cart-form .cart-aside-wrapper .form-actions .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .cart-aside-wrapper .form-actions .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .form-actions .form-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .button + .button,
  .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button,
  .cart-form .cart-aside-wrapper .form-actions .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .button, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .button, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .cart-form .cart-aside-wrapper .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .button, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .course-listing .course-item .course-item-footer .pay-fee1 .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .cart-form .cart-aside-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .button, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .cart-form .cart-aside-wrapper .form-actions .form-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .form-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .cart-form .cart-aside-wrapper .form-actions .form-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .form-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .cart-form .cart-aside-wrapper .form-actions .form-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .button,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .form-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-form .cart-aside-wrapper .form-actions button + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions button + .button, .cart-form .cart-aside-wrapper .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .button, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .cart-form .cart-aside-wrapper .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .cart-form .cart-aside-wrapper .form-actions .button + .button,
  .cart-form .cart-aside-wrapper .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .cart-form .cart-aside-wrapper .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .cart-aside-wrapper .form-actions .form-submit.button + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .form-submit.button + .button, .cart-form .cart-aside-wrapper .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .cart-aside-wrapper .form-actions .form-submit.button + .button,
  .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .form-submit.button + .button,
  .cart-form .cart-aside-wrapper .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .btn + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .btn + .button, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .layout-region-checkout-secondary .layout-region-checkout-footer .expert-subinfo + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .expert-subinfo + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .button, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .layout-region-checkout-secondary .layout-region-checkout-footer .view-testimonial + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .button, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .view-testimonial + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .layout-region-checkout-secondary .layout-region-checkout-footer #edit-login-returning-customer-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #edit-login-returning-customer-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .button, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .field-add-more-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .field-add-more-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .field-add-more-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .field-add-more-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group #user-change-password .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .button, #user-change-password .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .student-data-verification .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .button, .student-data-verification .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
  .layout-region-checkout-secondary .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button,
  .layout-region-checkout-secondary .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer input[type="submit"] + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer input[type="submit"] + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .button, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .create-btn + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .button, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .create-btn + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .button, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .button, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .button, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .button, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .button,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .layout-region-checkout-secondary .layout-region-checkout-footer button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .button, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit.button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit.button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit.button + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit.button + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .btn + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .btn + .button,
  .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .cart-aside-wrapper .layout-region-checkout-footer .expert-subinfo + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .expert-subinfo + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .button,
  .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .cart-aside-wrapper .layout-region-checkout-footer .view-testimonial + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .button,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .view-testimonial + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .button,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-aside-wrapper .layout-region-checkout-footer #edit-login-returning-customer-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer #edit-login-returning-customer-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button,
  .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button,
  .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .cart-aside-wrapper .layout-region-checkout-footer .field-add-more-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .field-add-more-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .cart-aside-wrapper .layout-region-checkout-footer .field-add-more-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .field-add-more-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group #user-change-password .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .button,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-data-verification .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .button,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .layout-region-checkout-footer .button + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .layout-region-checkout-footer .form-actions .button + .button,
  .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-footer .button + .button,
  .cart-form .cart-aside-wrapper .layout-region-checkout-footer .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
  .layout-region-checkout-secondary .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button,
  .cart-aside-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .button,
  .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .cart-aside-wrapper .layout-region-checkout-footer input[type="submit"] + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button,
  .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer input[type="submit"] + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .cart-aside-wrapper .layout-region-checkout-footer .create-btn + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .button,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .create-btn + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button,
  .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .button,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .button,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button,
  .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .button,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-attendance-form .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .button,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .button,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-aside-wrapper .layout-region-checkout-footer button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .button,
  .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .button,
  .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .button,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .button,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .button,
  .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-aside-wrapper .layout-region-checkout-footer .form-submit.button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit.button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-aside-wrapper .layout-region-checkout-footer .form-submit.button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit.button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .btn + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .btn + .button, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .student-verification-form .form-actions .expert-subinfo + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .expert-subinfo + .button, .student-verification-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .button, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .student-verification-form .form-actions .view-testimonial + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .button, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .view-testimonial + .button, .student-verification-form .form-actions .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-verification-form .form-actions #edit-login-returning-customer-submit + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions #edit-login-returning-customer-submit + .button, .student-verification-form .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .button, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .student-verification-form .form-actions #edit-submit + .button,
  .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions #edit-submit + .button,
  .student-verification-form .form-actions .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .student-verification-form .form-actions .field-add-more-submit + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .field-add-more-submit + .button, .student-verification-form .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .student-verification-form .form-actions .field-add-more-submit + .button,
  .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .field-add-more-submit + .button,
  .student-verification-form .form-actions .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group #user-change-password .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .button, #user-change-password .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .student-data-verification .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .button, .student-data-verification .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .student-verification-form .form-actions .button + .button, .student-verification-form .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .student-verification-form .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .student-verification-form .form-actions .button + .button,
  .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .button,
  .student-verification-form .form-actions .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .student-verification-form .form-actions input[type="submit"] + .button, .student-verification-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cognito-multistep-reset-password-form .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .button, .student-verification-form .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .button, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .student-verification-form .form-actions .create-btn + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .button, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .create-btn + .button, .student-verification-form .form-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .student-verification-form .form-actions .form-submit + .button,
  .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .form-submit + .button,
  .student-verification-form .form-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .student-verification-form .form-actions .button + .button,
  .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .button,
  .student-verification-form .form-actions .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .button, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions a + .button, .student-verification-form .form-actions #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .button, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .student-verification-form .form-actions .button + .button, .student-verification-form .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .student-verification-form .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .button, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .student-verification-form .form-actions .form-submit + .button, .student-verification-form .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .course-listing .course-item .course-item-footer .pay-fee1 .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .student-verification-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .button, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .student-verification-form .form-actions .form-submit + .button,
  .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .form-submit + .button,
  .student-verification-form .form-actions .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .student-verification-form .form-actions .form-submit + .button,
  .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .form-submit + .button,
  .student-verification-form .form-actions .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .student-verification-form .form-actions .form-submit + .button,
  .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .button,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .form-submit + .button,
  .student-verification-form .form-actions .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-verification-form .form-actions button + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions button + .button, .student-verification-form .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .button, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .student-verification-form .form-actions .button + .button, .student-verification-form .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .student-verification-form .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .student-verification-form .form-actions .button + .button,
  .student-verification-form .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .student-verification-form .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-verification-form .form-actions .form-submit.button + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .form-submit.button + .button, .student-verification-form .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-verification-form .form-actions .form-submit.button + .button,
  .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .form-submit.button + .button,
  .student-verification-form .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .btn + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .btn + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-multistep-reset-password-form .form-actions .expert-subinfo + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + input[type="submit"], .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .expert-subinfo + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .cognito-multistep-reset-password-form .form-actions .view-testimonial + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + input[type="submit"], .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .view-testimonial + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + input[type="submit"], .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-multistep-reset-password-form .form-actions #edit-login-returning-customer-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + input[type="submit"], .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions #edit-login-returning-customer-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + input[type="submit"], .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .form-actions #edit-submit + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions #edit-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + input[type="submit"],
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + input[type="submit"],
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + input[type="submit"], .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + input[type="submit"], .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-multistep-reset-password-form .form-actions .field-add-more-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + input[type="submit"], .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .field-add-more-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + input[type="submit"],
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .cognito-multistep-reset-password-form .form-actions .field-add-more-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + input[type="submit"],
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .field-add-more-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + input[type="submit"], .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + input[type="submit"], .custom-tabs .custom-tab-content .btn-group #user-change-password .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + input[type="submit"], #user-change-password .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .student-data-verification .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + input[type="submit"], .student-data-verification .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + input[type="submit"], .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + input[type="submit"], .cart-form .cart-aside-wrapper .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + input[type="submit"], .cognito-multistep-reset-password-form .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + input[type="submit"], .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + input[type="submit"],
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + input[type="submit"],
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .student-verification-form .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + input[type="submit"], .student-verification-form .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + input[type="submit"], .cognito-multistep-reset-password-form .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .cognito-multistep-reset-password-form .form-actions .create-btn + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + input[type="submit"], .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .create-btn + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + input[type="submit"],
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + input[type="submit"],
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + input[type="submit"], .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + input[type="submit"],
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + input[type="submit"],
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + input[type="submit"], .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + input[type="submit"], #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + input[type="submit"], .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + input[type="submit"], .find-office-wrapper .views-exposed-form .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + input[type="submit"], .cognito-multistep-reset-password-form .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + input[type="submit"], .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + input[type="submit"], .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + input[type="submit"], .course-listing .course-item .course-item-footer .pay-fee1 .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .student-attendance-form .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + input[type="submit"], .student-attendance-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + input[type="submit"],
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + input[type="submit"],
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + input[type="submit"],
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + input[type="submit"],
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + input[type="submit"],
  .custom-tabs .custom-tab-content .btn-group .student-result-data .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + input[type="submit"],
  .student-result-data .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + input[type="submit"], .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-multistep-reset-password-form .form-actions button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + input[type="submit"], .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + input[type="submit"], .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + input[type="submit"], .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + input[type="submit"], .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .product-block .views-row .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + input[type="submit"], .product-block .views-row .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + input[type="submit"], .cognito-multistep-reset-password-form .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + input[type="submit"],
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"],
  .cognito-multistep-reset-password-form .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + input[type="submit"],
  .wishlist-wrapper .views-row .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + input[type="submit"],
  .cognito-multistep-reset-password-form .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form .form-actions .form-submit.button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + input[type="submit"], .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .form-submit.button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + input[type="submit"],
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form .form-actions .form-submit.button + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + input[type="submit"],
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .form-submit.button + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + input[type="submit"], .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .btn + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .btn + .create-btn, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .form-wrapper .expert-subinfo + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .create-btn, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .expert-subinfo + .create-btn, .cart-form .form-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .create-btn, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .create-btn, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .cart-form .form-wrapper .view-testimonial + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .create-btn, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .view-testimonial + .create-btn, .cart-form .form-wrapper .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .create-btn, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .create-btn, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .create-btn, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-form .form-wrapper #edit-login-returning-customer-submit + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .create-btn, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #edit-login-returning-customer-submit + .create-btn, .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .create-btn, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .create-btn, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .create-btn, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .create-btn, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .create-btn,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .cart-form .form-wrapper #edit-submit + .create-btn,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .create-btn,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #edit-submit + .create-btn,
  .cart-form .form-wrapper .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .create-btn, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .create-btn, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .create-btn, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .create-btn, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .create-btn, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .cart-form .form-wrapper .field-add-more-submit + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .create-btn, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .field-add-more-submit + .create-btn, .cart-form .form-wrapper .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .create-btn,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .cart-form .form-wrapper .field-add-more-submit + .create-btn,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .create-btn,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .field-add-more-submit + .create-btn,
  .cart-form .form-wrapper .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .create-btn, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .create-btn, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .create-btn, .custom-tabs .custom-tab-content .btn-group #user-change-password .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .create-btn, #user-change-password .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .create-btn, .custom-tabs .custom-tab-content .btn-group .student-data-verification .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .create-btn, .student-data-verification .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .create-btn, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .create-btn, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .create-btn, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .form-wrapper .button + .create-btn, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .cart-aside-wrapper .form-actions .button + .create-btn, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .form-wrapper .button + .create-btn, .cart-form .form-wrapper .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .create-btn, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .create-btn, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .create-btn,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .cart-form .form-wrapper .button + .create-btn,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .create-btn,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .create-btn,
  .cart-form .form-wrapper .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .create-btn, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .create-btn, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .create-btn, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .cart-form .form-wrapper input[type="submit"] + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .create-btn, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper input[type="submit"] + .create-btn, .cart-form .form-wrapper .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .create-btn, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .create-btn,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .create-btn,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .create-btn, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .create-btn, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .create-btn,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .cart-form .form-wrapper .button + .create-btn,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .create-btn,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .create-btn,
  .cart-form .form-wrapper .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .create-btn, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .create-btn, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .create-btn, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .create-btn, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .create-btn, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .create-btn, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .create-btn, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .create-btn, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .create-btn, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .create-btn, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .create-btn, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .create-btn, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .create-btn, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .create-btn, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .create-btn,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .cart-form .form-wrapper .form-submit + .create-btn,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .create-btn,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .create-btn,
  .cart-form .form-wrapper .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .create-btn,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .cart-form .form-wrapper .form-submit + .create-btn,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .create-btn,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .create-btn,
  .cart-form .form-wrapper .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .create-btn,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .cart-form .form-wrapper .form-submit + .create-btn,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .create-btn,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .create-btn,
  .cart-form .form-wrapper .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .create-btn, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .create-btn, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .create-btn, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-form .form-wrapper button + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .create-btn, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper button + .create-btn, .cart-form .form-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .create-btn, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .create-btn, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .create-btn, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .create-btn, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .create-btn, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .create-btn, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .create-btn, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .create-btn, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .create-btn,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .cart-form .form-wrapper .button + .create-btn,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .create-btn,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .create-btn,
  .cart-form .form-wrapper .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .create-btn, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .form-submit.button + .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .create-btn, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit.button + .create-btn, .cart-form .form-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .create-btn,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .form-submit.button + .create-btn,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .create-btn,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit.button + .create-btn,
  .cart-form .form-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .create-btn,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .btn + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .btn + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .form-wrapper .expert-subinfo + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .expert-subinfo + .form-submit,
  .cart-form .form-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .cart-form .form-wrapper .view-testimonial + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .view-testimonial + .form-submit,
  .cart-form .form-wrapper .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-form .form-wrapper #edit-login-returning-customer-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #edit-login-returning-customer-submit + .form-submit,
  .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit,
  .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit,
  .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .cart-form .form-wrapper .field-add-more-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .field-add-more-submit + .form-submit,
  .cart-form .form-wrapper .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .cart-form .form-wrapper .field-add-more-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .field-add-more-submit + .form-submit,
  .cart-form .form-wrapper .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .form-submit,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group #user-change-password .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .form-submit,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-data-verification .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .form-wrapper .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .cart-aside-wrapper .form-actions .button + .form-submit,
  .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit,
  .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .form-submit,
  .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .cart-form .form-wrapper input[type="submit"] + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit,
  .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper input[type="submit"] + .form-submit,
  .cart-form .form-wrapper .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit,
  .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .form-submit,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit,
  .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit,
  .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .form-submit,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-attendance-form .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-form .form-wrapper button + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper button + .form-submit,
  .cart-form .form-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .form-submit,
  .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .form-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .form-submit,
  .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .form-submit.button + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit.button + .form-submit,
  .cart-form .form-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .form-submit.button + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit.button + .form-submit,
  .cart-form .form-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .btn + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .btn + .button, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .node-offline-admission-form-form #edit-actions .expert-subinfo + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .expert-subinfo + .button, .node-offline-admission-form-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .button, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .node-offline-admission-form-form #edit-actions .view-testimonial + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .button, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .view-testimonial + .button, .node-offline-admission-form-form #edit-actions .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .node-offline-admission-form-form #edit-actions #edit-login-returning-customer-submit + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions #edit-login-returning-customer-submit + .button, .node-offline-admission-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .button, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-reset-password-form .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .node-offline-admission-form-form .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .node-offline-admission-form-form .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form .node-offline-admission-form-form #edit-actions #edit-submit + .button,
  .node-offline-admission-form-form .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .node-offline-admission-form-form .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .node-offline-admission-form-form .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .node-offline-admission-form-form #edit-actions .field-add-more-submit + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .field-add-more-submit + .button, .node-offline-admission-form-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .node-offline-admission-form-form #edit-actions .field-add-more-submit + .button,
  .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .field-add-more-submit + .button,
  .node-offline-admission-form-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group #user-change-password .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .button, #user-change-password .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form #edit-actions #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .student-data-verification .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .button, .student-data-verification .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .node-offline-admission-form-form #edit-actions .button + .button,
  .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button,
  .node-offline-admission-form-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .node-offline-admission-form-form #edit-actions input[type="submit"] + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions input[type="submit"] + .button, .node-offline-admission-form-form #edit-actions .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .button, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .node-offline-admission-form-form #edit-actions .create-btn + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .button, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .create-btn + .button, .node-offline-admission-form-form #edit-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .node-offline-admission-form-form #edit-actions .form-submit + .button,
  .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .form-submit + .button,
  .node-offline-admission-form-form #edit-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form .node-offline-admission-form-form #edit-actions .button + .button,
  .node-offline-admission-form-form .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .node-offline-admission-form-form .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .button, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .button, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .node-offline-admission-form-form .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .button, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .button, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .node-offline-admission-form-form #edit-actions .form-submit + .button,
  .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .form-submit + .button,
  .node-offline-admission-form-form #edit-actions .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .node-offline-admission-form-form #edit-actions .form-submit + .button,
  .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .form-submit + .button,
  .node-offline-admission-form-form #edit-actions .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .node-offline-admission-form-form #edit-actions .form-submit + .button,
  .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .button,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .form-submit + .button,
  .node-offline-admission-form-form #edit-actions .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .node-offline-admission-form-form #edit-actions button + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions button + .button, .node-offline-admission-form-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .button, .scholar-form .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .node-offline-admission-form-form .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .node-offline-admission-form-form #edit-actions .button + .button,
  .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button,
  .node-offline-admission-form-form #edit-actions .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-offline-admission-form-form #edit-actions .form-submit.button + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .form-submit.button + .button, .node-offline-admission-form-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-offline-admission-form-form #edit-actions .form-submit.button + .button,
  .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .form-submit.button + .button,
  .node-offline-admission-form-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .btn + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .btn + .button,
  .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .node-selfenrolment-checkout-form-form #edit-actions .expert-subinfo + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .expert-subinfo + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .button,
  .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .node-selfenrolment-checkout-form-form #edit-actions .view-testimonial + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .button,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .view-testimonial + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .button,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .node-selfenrolment-checkout-form-form #edit-actions #edit-login-returning-customer-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions #edit-login-returning-customer-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button,
  .cognito-reset-password-form .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button,
  .cognito-multistep-reset-password-form .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button,
  .contact-form-wrap .node-contact-us-management-form .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .node-selfenrolment-checkout-form-form #edit-actions .field-add-more-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .field-add-more-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .node-selfenrolment-checkout-form-form #edit-actions .field-add-more-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .field-add-more-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group #user-change-password .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .button,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-data-verification .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .button,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button,
  .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .button,
  .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .node-selfenrolment-checkout-form-form #edit-actions input[type="submit"] + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button,
  .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions input[type="submit"] + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .node-selfenrolment-checkout-form-form #edit-actions .create-btn + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .button,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .create-btn + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button,
  .node-offline-admission-form-form .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .node-selfenrolment-checkout-form-form .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .button,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .button,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button,
  .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
  .price-cart-wrapper .course-type-btn .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .node-selfenrolment-checkout-form-form .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .button,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-attendance-form .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .button,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .button,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .node-selfenrolment-checkout-form-form #edit-actions button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .button,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .button,
  .scholar-form .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .button,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .button,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .button,
  .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-selfenrolment-checkout-form-form #edit-actions .form-submit.button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit.button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-selfenrolment-checkout-form-form #edit-actions .form-submit.button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit.button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .btn + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .btn + a, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #block-views-block-current-offers-management-block-1 footer .expert-subinfo + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .expert-subinfo + a, #block-views-block-current-offers-management-block-1 footer .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + a, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper #block-views-block-current-offers-management-block-1 footer .view-testimonial + a, #block-views-block-current-offers-management-block-1 .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + a, .testimonial-custom-wrapper #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + a, #block-views-block-current-offers-management-block-1 .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + a, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #block-views-block-current-offers-management-block-1 footer #edit-login-returning-customer-submit + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer #edit-login-returning-customer-submit + a, #block-views-block-current-offers-management-block-1 footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + a, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #block-views-block-current-offers-management-block-1 footer #edit-submit + a,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + a,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer #edit-submit + a,
  #block-views-block-current-offers-management-block-1 footer .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #block-views-block-current-offers-management-block-1 footer .field-add-more-submit + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .field-add-more-submit + a, #block-views-block-current-offers-management-block-1 footer .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + a,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper #block-views-block-current-offers-management-block-1 footer .field-add-more-submit + a,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .field-add-more-submit + a,
  #block-views-block-current-offers-management-block-1 footer .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + a, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + a, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group #user-change-password #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + a, #user-change-password .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .student-data-verification #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + a, .student-data-verification .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + a, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer #block-views-block-current-offers-management-block-1 footer .button + a,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + a,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .button + a,
  #block-views-block-current-offers-management-block-1 footer .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + a, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions #block-views-block-current-offers-management-block-1 footer input[type="submit"] + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer input[type="submit"] + a, #block-views-block-current-offers-management-block-1 footer .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + a, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #block-views-block-current-offers-management-block-1 footer .create-btn + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + a, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .create-btn + a, #block-views-block-current-offers-management-block-1 footer .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + a,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper #block-views-block-current-offers-management-block-1 footer .form-submit + a,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + a,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .form-submit + a,
  #block-views-block-current-offers-management-block-1 footer .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + a, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions #block-views-block-current-offers-management-block-1 footer .button + a,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + a,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .button + a,
  #block-views-block-current-offers-management-block-1 footer .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .answer-solution-block #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + a, .answer-solution-block #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + a, #block-views-block-current-offers-management-block-1 .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + a, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .student-attendance-form #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + a, .student-attendance-form .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form #block-views-block-current-offers-management-block-1 footer .form-submit + a,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + a,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .form-submit + a,
  #block-views-block-current-offers-management-block-1 footer .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form #block-views-block-current-offers-management-block-1 footer .form-submit + a,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + a,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .form-submit + a,
  #block-views-block-current-offers-management-block-1 footer .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-result-data #block-views-block-current-offers-management-block-1 footer .form-submit + a,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + a,
  .student-result-data .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .form-submit + a,
  #block-views-block-current-offers-management-block-1 footer .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + a, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #block-views-block-current-offers-management-block-1 footer button + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer button + a, #block-views-block-current-offers-management-block-1 footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + a, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + a, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + a, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions #block-views-block-current-offers-management-block-1 footer .button + a,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + a,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .button + a,
  #block-views-block-current-offers-management-block-1 footer .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #block-views-block-current-offers-management-block-1 footer .form-submit.button + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .form-submit.button + a, #block-views-block-current-offers-management-block-1 footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + a,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #block-views-block-current-offers-management-block-1 footer .form-submit.button + a,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .form-submit.button + a,
  #block-views-block-current-offers-management-block-1 footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + a, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .btn + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .btn + a, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .answer-solution-block footer .expert-subinfo + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .expert-subinfo + a, .answer-solution-block footer .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + a, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper .answer-solution-block footer .view-testimonial + a, .answer-solution-block .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + a, .testimonial-custom-wrapper .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + a, .answer-solution-block .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + a, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .answer-solution-block footer #edit-login-returning-customer-submit + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer #edit-login-returning-customer-submit + a, .answer-solution-block footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + a, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .answer-solution-block footer #edit-submit + a,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + a,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer #edit-submit + a,
  .answer-solution-block footer .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .answer-solution-block footer a + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + a, .answer-solution-block footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .answer-solution-block footer .field-add-more-submit + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .field-add-more-submit + a, .answer-solution-block footer .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + a,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .answer-solution-block footer .field-add-more-submit + a,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .field-add-more-submit + a,
  .answer-solution-block footer .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + a, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .answer-solution-block footer .button + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + a, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .button + a, .answer-solution-block footer .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group #user-change-password .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + a, #user-change-password .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer #edit-submit + a, .answer-solution-block footer #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .student-data-verification .answer-solution-block footer .form-submit + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + a, .student-data-verification .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .form-submit + a, .answer-solution-block footer .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .answer-solution-block footer a + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + a, .answer-solution-block footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .answer-solution-block footer .button + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + a, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .button + a, .answer-solution-block footer .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .answer-solution-block footer .button + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .button + a, .answer-solution-block footer .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .answer-solution-block footer .button + a,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + a,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .button + a,
  .answer-solution-block footer .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .answer-solution-block footer .button + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + a, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .button + a, .answer-solution-block footer .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .answer-solution-block footer input[type="submit"] + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer input[type="submit"] + a, .answer-solution-block footer .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + a, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .answer-solution-block footer .create-btn + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + a, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .create-btn + a, .answer-solution-block footer .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + a,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .answer-solution-block footer .form-submit + a,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + a,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .form-submit + a,
  .answer-solution-block footer .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .answer-solution-block footer .button + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + a, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .button + a, .answer-solution-block footer .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .answer-solution-block footer .button + a,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + a,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .button + a,
  .answer-solution-block footer .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 .answer-solution-block footer a + a, .answer-solution-block .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + a, .answer-solution-block #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .answer-solution-block footer .button + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + a, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .button + a, .answer-solution-block footer .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .answer-solution-block footer .button + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .button + a, .answer-solution-block footer .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .answer-solution-block footer a + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + a, .answer-solution-block footer .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .answer-solution-block footer .form-submit + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .form-submit + a, .answer-solution-block footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .answer-solution-block footer .form-submit + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + a, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .form-submit + a, .answer-solution-block footer .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .answer-solution-block footer .form-submit + a,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + a,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .form-submit + a,
  .answer-solution-block footer .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .answer-solution-block footer .form-submit + a,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + a,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .form-submit + a,
  .answer-solution-block footer .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .answer-solution-block footer .form-submit + a,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + a,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .form-submit + a,
  .answer-solution-block footer .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .answer-solution-block footer .form-submit + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + a, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .form-submit + a, .answer-solution-block footer .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .answer-solution-block footer button + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer button + a, .answer-solution-block footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + a, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + a, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .answer-solution-block footer a + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + a, .answer-solution-block footer .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .answer-solution-block footer .form-submit + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .form-submit + a, .answer-solution-block footer .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .answer-solution-block footer .button + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + a, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .button + a, .answer-solution-block footer .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .answer-solution-block footer .button + a,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + a,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .button + a,
  .answer-solution-block footer .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .answer-solution-block footer .form-submit.button + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .form-submit.button + a, .answer-solution-block footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + a,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .answer-solution-block footer .form-submit.button + a,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .form-submit.button + a,
  .answer-solution-block footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + a, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .btn + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .btn + .button, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .find-office-wrapper .views-exposed-form .form-actions .expert-subinfo + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .expert-subinfo + .button, .find-office-wrapper .views-exposed-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .button, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .find-office-wrapper .views-exposed-form .form-actions .view-testimonial + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .button, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .view-testimonial + .button, .find-office-wrapper .views-exposed-form .form-actions .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .find-office-wrapper .views-exposed-form .form-actions #edit-login-returning-customer-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions #edit-login-returning-customer-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .button, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .find-office-wrapper .views-exposed-form .form-actions .field-add-more-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .field-add-more-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .find-office-wrapper .views-exposed-form .form-actions .field-add-more-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .field-add-more-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group #user-change-password .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .button, #user-change-password .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .student-data-verification .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .button, .student-data-verification .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .find-office-wrapper .views-exposed-form .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .find-office-wrapper .views-exposed-form .form-actions .button + .button,
  .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button,
  .find-office-wrapper .views-exposed-form .form-actions .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .student-verification-form .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .find-office-wrapper .views-exposed-form .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .find-office-wrapper .views-exposed-form .form-actions input[type="submit"] + .button, .find-office-wrapper .views-exposed-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cognito-multistep-reset-password-form .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .button, .find-office-wrapper .views-exposed-form .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .button, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .find-office-wrapper .views-exposed-form .form-actions .create-btn + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .button, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .create-btn + .button, .find-office-wrapper .views-exposed-form .form-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button + .button,
  .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button,
  .find-office-wrapper .views-exposed-form .form-actions .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .button, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .button, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .button, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .course-listing .course-item .course-item-footer .pay-fee1 .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .find-office-wrapper .views-exposed-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .button, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .button,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .find-office-wrapper .views-exposed-form .form-actions button + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions button + .button, .find-office-wrapper .views-exposed-form .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .button, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .find-office-wrapper .views-exposed-form .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .find-office-wrapper .views-exposed-form .form-actions .button + .button,
  .find-office-wrapper .views-exposed-form .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .find-office-wrapper .views-exposed-form .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .find-office-wrapper .views-exposed-form .form-actions .form-submit.button + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit.button + .button, .find-office-wrapper .views-exposed-form .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .find-office-wrapper .views-exposed-form .form-actions .form-submit.button + .button,
  .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit.button + .button,
  .find-office-wrapper .views-exposed-form .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .btn + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .btn + .button, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .price-cart-wrapper .course-type-btn #edit-actions .expert-subinfo + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .expert-subinfo + .button, .price-cart-wrapper .course-type-btn #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .button, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .price-cart-wrapper .course-type-btn #edit-actions .view-testimonial + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .button, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .view-testimonial + .button, .price-cart-wrapper .course-type-btn #edit-actions .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .price-cart-wrapper .course-type-btn #edit-actions #edit-login-returning-customer-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions #edit-login-returning-customer-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .button, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-reset-password-form .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .price-cart-wrapper .course-type-btn .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .price-cart-wrapper .course-type-btn .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .price-cart-wrapper .course-type-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .price-cart-wrapper .course-type-btn #edit-actions .field-add-more-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .field-add-more-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .price-cart-wrapper .course-type-btn #edit-actions .field-add-more-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .field-add-more-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group #user-change-password .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .button, #user-change-password .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .student-data-verification .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .button, .student-data-verification .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .price-cart-wrapper .course-type-btn #edit-actions input[type="submit"] + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions input[type="submit"] + .button, .price-cart-wrapper .course-type-btn #edit-actions .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .button, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .price-cart-wrapper .course-type-btn #edit-actions .create-btn + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .button, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .create-btn + .button, .price-cart-wrapper .course-type-btn #edit-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .price-cart-wrapper .course-type-btn .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .price-cart-wrapper .course-type-btn .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .button, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .button, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .button, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .button,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .price-cart-wrapper .course-type-btn #edit-actions button + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions button + .button, .price-cart-wrapper .course-type-btn #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .button, .scholar-form .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .price-cart-wrapper .course-type-btn .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn #edit-actions .form-submit.button + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit.button + .button, .price-cart-wrapper .course-type-btn #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn #edit-actions .form-submit.button + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit.button + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .btn + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .btn + a, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .price-cart-wrapper .course-type-btn .expert-subinfo + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .expert-subinfo + a, .price-cart-wrapper .course-type-btn .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + a, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .price-cart-wrapper .course-type-btn .view-testimonial + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + a, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .view-testimonial + a, .price-cart-wrapper .course-type-btn .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + a, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .price-cart-wrapper .course-type-btn #edit-login-returning-customer-submit + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-login-returning-customer-submit + a, .price-cart-wrapper .course-type-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + a, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .price-cart-wrapper .course-type-btn #edit-submit + a,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + a,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-submit + a,
  .price-cart-wrapper .course-type-btn .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .price-cart-wrapper .course-type-btn .field-add-more-submit + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .field-add-more-submit + a, .price-cart-wrapper .course-type-btn .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + a,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .price-cart-wrapper .course-type-btn .field-add-more-submit + a,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .field-add-more-submit + a,
  .price-cart-wrapper .course-type-btn .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + a, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + a, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group #user-change-password .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + a, #user-change-password .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .student-data-verification .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + a, .student-data-verification .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + a, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .price-cart-wrapper .course-type-btn .button + a,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + a,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .button + a,
  .price-cart-wrapper .course-type-btn .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + a, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .price-cart-wrapper .course-type-btn input[type="submit"] + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn input[type="submit"] + a, .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + a, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .price-cart-wrapper .course-type-btn .create-btn + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + a, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .create-btn + a, .price-cart-wrapper .course-type-btn .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + a,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .price-cart-wrapper .course-type-btn .form-submit + a,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + a,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .form-submit + a,
  .price-cart-wrapper .course-type-btn .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + a, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .price-cart-wrapper .course-type-btn .button + a,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + a,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .button + a,
  .price-cart-wrapper .course-type-btn .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + a, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + a, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .price-cart-wrapper .course-type-btn .form-submit + a,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + a,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .form-submit + a,
  .price-cart-wrapper .course-type-btn .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .price-cart-wrapper .course-type-btn .form-submit + a,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + a,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .form-submit + a,
  .price-cart-wrapper .course-type-btn .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .price-cart-wrapper .course-type-btn .form-submit + a,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + a,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .form-submit + a,
  .price-cart-wrapper .course-type-btn .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + a, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .price-cart-wrapper .course-type-btn button + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn button + a, .price-cart-wrapper .course-type-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + a, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + a, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + a, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .price-cart-wrapper .course-type-btn .button + a,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + a,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .button + a,
  .price-cart-wrapper .course-type-btn .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn .form-submit.button + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .form-submit.button + a, .price-cart-wrapper .course-type-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + a,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn .form-submit.button + a,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .form-submit.button + a,
  .price-cart-wrapper .course-type-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + a, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .btn + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .btn + .form-submit, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .expert-subinfo + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .expert-subinfo + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .form-submit, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .view-testimonial + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .view-testimonial + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .form-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-login-returning-customer-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-login-returning-customer-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .field-add-more-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .field-add-more-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .field-add-more-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .field-add-more-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .form-submit, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group #user-change-password .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .form-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .student-data-verification .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit, .cart-form .cart-aside-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .student-verification-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .form-submit, .student-verification-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions input[type="submit"] + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit, .cognito-multistep-reset-password-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .form-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .create-btn + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .form-submit, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .create-btn + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .form-submit, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit, .find-office-wrapper .views-exposed-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .form-submit, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .course-listing .course-item .course-item-footer .pay-fee1 .form-actions button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .form-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .form-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .form-submit, .product-block .views-row .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit,
  .wishlist-wrapper .views-row .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit.button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit.button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit.button + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit.button + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .btn + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .btn + .form-submit, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .student-attendance-form .expert-subinfo + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .student-attendance-form .expert-subinfo + .form-submit, .student-attendance-form .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .form-submit, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form a + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .student-attendance-form a + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .student-attendance-form .view-testimonial + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .student-attendance-form .view-testimonial + .form-submit, .student-attendance-form .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .form-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-attendance-form #edit-login-returning-customer-submit + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .student-attendance-form #edit-login-returning-customer-submit + .form-submit, .student-attendance-form .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .student-attendance-form #edit-submit + .form-submit,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form #edit-submit + .form-submit,
  .student-attendance-form .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-attendance-form a + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .student-attendance-form a + .form-submit, .student-attendance-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .student-attendance-form .field-add-more-submit + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .student-attendance-form .field-add-more-submit + .form-submit, .student-attendance-form .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .student-attendance-form .field-add-more-submit + .form-submit,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .student-attendance-form .field-add-more-submit + .form-submit,
  .student-attendance-form .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .student-attendance-form .button + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .form-submit, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .student-attendance-form .button + .form-submit, .student-attendance-form .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group #user-change-password .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .form-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .student-attendance-form #edit-submit + .form-submit, .student-attendance-form #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .student-data-verification .student-attendance-form .form-submit + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit, .student-attendance-form .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-attendance-form a + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .student-attendance-form a + .form-submit, .student-attendance-form .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .student-attendance-form .button + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .button + .form-submit, .student-attendance-form .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .student-attendance-form .button + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-attendance-form .button + .form-submit, .student-attendance-form .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .student-attendance-form .button + .form-submit,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-attendance-form .button + .form-submit,
  .student-attendance-form .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .student-attendance-form .button + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .form-submit, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .button + .form-submit, .student-attendance-form .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .student-attendance-form input[type="submit"] + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form input[type="submit"] + .form-submit, .student-attendance-form .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .form-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .student-attendance-form .create-btn + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .form-submit, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-attendance-form .create-btn + .form-submit, .student-attendance-form .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .student-attendance-form .button + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .button + .form-submit, .student-attendance-form .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .student-attendance-form .button + .form-submit,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .button + .form-submit,
  .student-attendance-form .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .student-attendance-form a + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .student-attendance-form a + .form-submit, .student-attendance-form #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .student-attendance-form a + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .form-submit, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .student-attendance-form a + .form-submit, .student-attendance-form .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .student-attendance-form .button + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .button + .form-submit, .student-attendance-form .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .student-attendance-form .button + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .button + .form-submit, .student-attendance-form .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .student-attendance-form a + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .form-submit, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .student-attendance-form a + .form-submit, .student-attendance-form .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-attendance-form .form-submit + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit, .student-attendance-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .student-attendance-form .form-submit + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit, .student-attendance-form .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-attendance-form button + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .student-attendance-form button + .form-submit, .student-attendance-form .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .form-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .form-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .student-attendance-form a + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-attendance-form a + .form-submit, .student-attendance-form .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .student-attendance-form .form-submit + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit, .student-attendance-form .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .student-attendance-form .button + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .form-submit, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .button + .form-submit, .student-attendance-form .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .student-attendance-form .button + .form-submit,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .button + .form-submit,
  .student-attendance-form .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-attendance-form .form-submit.button + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit.button + .form-submit, .student-attendance-form .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-attendance-form .form-submit.button + .form-submit,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit.button + .form-submit,
  .student-attendance-form .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .btn + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .btn + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .student-upcoming-test-form .expert-subinfo + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .expert-subinfo + .form-submit,
  .student-upcoming-test-form .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .student-upcoming-test-form .view-testimonial + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .view-testimonial + .form-submit,
  .student-upcoming-test-form .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-upcoming-test-form #edit-login-returning-customer-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form #edit-login-returning-customer-submit + .form-submit,
  .student-upcoming-test-form .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit,
  .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit,
  .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .student-upcoming-test-form .field-add-more-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .field-add-more-submit + .form-submit,
  .student-upcoming-test-form .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .student-upcoming-test-form .field-add-more-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .field-add-more-submit + .form-submit,
  .student-upcoming-test-form .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .form-submit,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group #user-change-password .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .form-submit,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-data-verification .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit,
  .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit,
  .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .form-submit,
  .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .student-upcoming-test-form input[type="submit"] + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit,
  .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form input[type="submit"] + .form-submit,
  .student-upcoming-test-form .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .student-upcoming-test-form .create-btn + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .create-btn + .form-submit,
  .student-upcoming-test-form .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit,
  .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .form-submit,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit,
  .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit,
  .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .form-submit,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-attendance-form .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-upcoming-test-form button + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form button + .form-submit,
  .student-upcoming-test-form .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .form-submit,
  .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .form-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .form-submit,
  .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-upcoming-test-form .form-submit.button + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit.button + .form-submit,
  .student-upcoming-test-form .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-upcoming-test-form .form-submit.button + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit.button + .form-submit,
  .student-upcoming-test-form .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .btn + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .btn + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .student-timetable-form .expert-subinfo + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .student-timetable-form .expert-subinfo + .form-submit,
  .student-timetable-form .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form a + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .student-timetable-form a + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .student-timetable-form .view-testimonial + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .student-timetable-form .view-testimonial + .form-submit,
  .student-timetable-form .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-timetable-form #edit-login-returning-customer-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .student-timetable-form #edit-login-returning-customer-submit + .form-submit,
  .student-timetable-form .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit,
  .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit,
  .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-timetable-form a + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .student-timetable-form a + .form-submit,
  .student-timetable-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .student-timetable-form .field-add-more-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .student-timetable-form .field-add-more-submit + .form-submit,
  .student-timetable-form .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .student-timetable-form .field-add-more-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .student-timetable-form .field-add-more-submit + .form-submit,
  .student-timetable-form .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .student-timetable-form .button + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .form-submit,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group #user-change-password .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .form-submit,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-data-verification .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-timetable-form a + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .student-timetable-form a + .form-submit,
  .student-timetable-form .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .student-timetable-form .button + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit,
  .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .student-timetable-form .button + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit,
  .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .student-timetable-form .button + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .student-timetable-form .button + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .form-submit,
  .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .student-timetable-form input[type="submit"] + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit,
  .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form input[type="submit"] + .form-submit,
  .student-timetable-form .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .student-timetable-form .create-btn + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-timetable-form .create-btn + .form-submit,
  .student-timetable-form .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .student-timetable-form .button + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit,
  .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .student-timetable-form .button + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .student-timetable-form a + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .student-timetable-form a + .form-submit,
  .student-timetable-form #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .student-timetable-form a + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .form-submit,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .student-timetable-form a + .form-submit,
  .student-timetable-form .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .student-timetable-form .button + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit,
  .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .student-timetable-form .button + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit,
  .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .student-timetable-form a + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .form-submit,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .student-timetable-form a + .form-submit,
  .student-timetable-form .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-attendance-form .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-timetable-form button + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .student-timetable-form button + .form-submit,
  .student-timetable-form .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .form-submit,
  .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .student-timetable-form a + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .form-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-timetable-form a + .form-submit,
  .student-timetable-form .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .student-timetable-form .button + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .form-submit,
  .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .student-timetable-form .button + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-timetable-form .form-submit.button + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit.button + .form-submit,
  .student-timetable-form .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-timetable-form .form-submit.button + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit.button + .form-submit,
  .student-timetable-form .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .btn + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .btn + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .student-result-data .expert-subinfo + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .student-result-data .expert-subinfo + .form-submit,
  .student-result-data .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data a + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .student-result-data a + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .student-result-data .view-testimonial + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .student-result-data .view-testimonial + .form-submit,
  .student-result-data .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .student-result-data #edit-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .student-result-data #edit-submit + .form-submit,
  .student-result-data .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-result-data #edit-login-returning-customer-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .student-result-data #edit-login-returning-customer-submit + .form-submit,
  .student-result-data .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .student-result-data #edit-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit,
  .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-result-data #edit-submit + .form-submit,
  .student-result-data .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .student-result-data #edit-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit,
  .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-result-data #edit-submit + .form-submit,
  .student-result-data .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .student-result-data #edit-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-result-data #edit-submit + .form-submit,
  .student-result-data .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .student-result-data #edit-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-result-data #edit-submit + .form-submit,
  .student-result-data .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-result-data a + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .student-result-data a + .form-submit,
  .student-result-data .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .student-result-data .field-add-more-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .student-result-data .field-add-more-submit + .form-submit,
  .student-result-data .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .student-result-data .field-add-more-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .student-result-data .field-add-more-submit + .form-submit,
  .student-result-data .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .student-result-data .button + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .form-submit,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .student-result-data .button + .form-submit,
  .student-result-data .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group #user-change-password .student-result-data #edit-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .form-submit,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .student-result-data #edit-submit + .form-submit,
  .student-result-data #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-data-verification .student-result-data .form-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-result-data a + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .student-result-data a + .form-submit,
  .student-result-data .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .student-result-data .button + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit,
  .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .button + .form-submit,
  .student-result-data .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .student-result-data .button + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit,
  .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-result-data .button + .form-submit,
  .student-result-data .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .student-result-data .button + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .student-result-data .button + .form-submit,
  .student-result-data .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .student-result-data .button + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .form-submit,
  .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .button + .form-submit,
  .student-result-data .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .student-result-data input[type="submit"] + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit,
  .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-result-data input[type="submit"] + .form-submit,
  .student-result-data .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .student-result-data .create-btn + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-result-data .create-btn + .form-submit,
  .student-result-data .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .student-result-data .form-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .student-result-data .button + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit,
  .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .button + .form-submit,
  .student-result-data .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .student-result-data .button + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .button + .form-submit,
  .student-result-data .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .student-result-data a + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .student-result-data a + .form-submit,
  .student-result-data #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .student-result-data a + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .form-submit,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .student-result-data a + .form-submit,
  .student-result-data .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .student-result-data .button + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit,
  .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .button + .form-submit,
  .student-result-data .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .student-result-data .button + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit,
  .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .button + .form-submit,
  .student-result-data .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .student-result-data a + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .form-submit,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .student-result-data a + .form-submit,
  .student-result-data .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-result-data .form-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-attendance-form .student-result-data .form-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .student-result-data .form-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .student-result-data .form-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .student-result-data .form-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-result-data button + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .student-result-data button + .form-submit,
  .student-result-data .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .student-result-data #edit-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .form-submit,
  .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-result-data #edit-submit + .form-submit,
  .student-result-data .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .student-result-data a + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .form-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-result-data a + .form-submit,
  .student-result-data .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .student-result-data .form-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .student-result-data .button + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .form-submit,
  .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .button + .form-submit,
  .student-result-data .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .student-result-data .button + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .button + .form-submit,
  .student-result-data .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-result-data .form-submit.button + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit.button + .form-submit,
  .student-result-data .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-result-data .form-submit.button + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit.button + .form-submit,
  .student-result-data .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .btn + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .btn + .form-submit, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .centre-gallery-form .center-gallery-formfield .expert-subinfo + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .expert-subinfo + .form-submit, .centre-gallery-form .center-gallery-formfield .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .form-submit, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .centre-gallery-form .center-gallery-formfield .view-testimonial + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .view-testimonial + .form-submit, .centre-gallery-form .center-gallery-formfield .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .form-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .centre-gallery-form .center-gallery-formfield #edit-login-returning-customer-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield #edit-login-returning-customer-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .centre-gallery-form .center-gallery-formfield .field-add-more-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .field-add-more-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .centre-gallery-form .center-gallery-formfield .field-add-more-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .field-add-more-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .form-submit, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group #user-change-password .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .form-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .student-data-verification .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .centre-gallery-form .center-gallery-formfield .button + .form-submit,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit,
  .centre-gallery-form .center-gallery-formfield .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .form-submit, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .centre-gallery-form .center-gallery-formfield input[type="submit"] + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield input[type="submit"] + .form-submit, .centre-gallery-form .center-gallery-formfield .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .form-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .centre-gallery-form .center-gallery-formfield .create-btn + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .form-submit, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .create-btn + .form-submit, .centre-gallery-form .center-gallery-formfield .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit,
  .centre-gallery-form .center-gallery-formfield .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .form-submit, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .form-submit, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .centre-gallery-form .center-gallery-formfield button + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield button + .form-submit, .centre-gallery-form .center-gallery-formfield .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .form-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .form-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .form-submit, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit,
  .centre-gallery-form .center-gallery-formfield .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .centre-gallery-form .center-gallery-formfield .form-submit.button + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit.button + .form-submit, .centre-gallery-form .center-gallery-formfield .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .centre-gallery-form .center-gallery-formfield .form-submit.button + .form-submit,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit.button + .form-submit,
  .centre-gallery-form .center-gallery-formfield .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .btn + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .btn + button, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .expert-subinfo + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + button, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .expert-subinfo + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + button, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + button, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .view-testimonial + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + button, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .view-testimonial + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + button, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-login-returning-customer-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-login-returning-customer-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + button, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + button, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + button, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + button,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + button,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + button, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + button, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + button, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + button, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .field-add-more-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + button, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .field-add-more-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + button,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .field-add-more-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + button,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .field-add-more-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + button, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + button, .custom-tabs .custom-tab-content .btn-group #user-change-password .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + button, #user-change-password .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + button, .custom-tabs .custom-tab-content .btn-group .student-data-verification .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + button, .student-data-verification .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + button, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + button, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + button, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + button,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + button, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset input[type="submit"] + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + button, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset input[type="submit"] + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + button, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .create-btn + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + button, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .create-btn + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + button,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + button, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + button,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + button, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + button, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + button, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + button, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + button, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + button, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + button, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + button, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + button, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + button, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + button,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + button,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + button,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + button,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + button,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + button,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + button, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + button, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + button, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + button, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + button, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + button, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + button,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + button, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit.button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit.button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + button,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit.button + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit.button + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + button, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .btn + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .btn + #edit-submit, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form #edit-actions .expert-subinfo + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .expert-subinfo + #edit-submit, .scholar-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + #edit-submit, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .scholar-form #edit-actions .view-testimonial + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + #edit-submit, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .view-testimonial + #edit-submit, .scholar-form #edit-actions .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + #edit-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form #edit-actions .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .scholar-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .scholar-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .scholar-form .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .scholar-form .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form .scholar-form #edit-actions #edit-submit + #edit-submit,
  .scholar-form .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit,
  .scholar-form .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .scholar-form .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form #edit-actions .field-add-more-submit + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .field-add-more-submit + #edit-submit, .scholar-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .scholar-form #edit-actions .field-add-more-submit + #edit-submit,
  .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .field-add-more-submit + #edit-submit,
  .scholar-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + #edit-submit, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group #user-change-password .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form #edit-actions #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-data-verification .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + #edit-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .scholar-form #edit-actions .button + #edit-submit,
  .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .button + #edit-submit,
  .scholar-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + #edit-submit, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .scholar-form #edit-actions input[type="submit"] + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-submit, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions input[type="submit"] + #edit-submit, .scholar-form #edit-actions .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + #edit-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .scholar-form #edit-actions .create-btn + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + #edit-submit, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .create-btn + #edit-submit, .scholar-form #edit-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .scholar-form #edit-actions .form-submit + #edit-submit,
  .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + #edit-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .form-submit + #edit-submit,
  .scholar-form #edit-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form .scholar-form #edit-actions .button + #edit-submit, .scholar-form .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + #edit-submit, .node-offline-admission-form-form .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .scholar-form .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form .scholar-form #edit-actions .button + #edit-submit,
  .scholar-form .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit,
  .node-selfenrolment-checkout-form-form .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .scholar-form .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + #edit-submit, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + #edit-submit, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .scholar-form #edit-actions .button + #edit-submit, .scholar-form .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .scholar-form .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + #edit-submit, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + #edit-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .scholar-form #edit-actions .form-submit + #edit-submit,
  .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + #edit-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .form-submit + #edit-submit,
  .scholar-form #edit-actions .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .scholar-form #edit-actions .form-submit + #edit-submit,
  .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + #edit-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .form-submit + #edit-submit,
  .scholar-form #edit-actions .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .scholar-form #edit-actions .form-submit + #edit-submit,
  .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + #edit-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .form-submit + #edit-submit,
  .scholar-form #edit-actions .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form #edit-actions button + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions button + #edit-submit, .scholar-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #edit-actions a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .congratulation-action-btn a + #edit-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group #edit-actions a + #edit-submit, .scholar-form #edit-actions .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #edit-actions .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .congratulation-action-btn .form-submit + #edit-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + #edit-submit, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + #edit-submit, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .scholar-form #edit-actions .button + #edit-submit,
  .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + #edit-submit,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .button + #edit-submit,
  .scholar-form #edit-actions .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form #edit-actions .form-submit.button + #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .form-submit.button + #edit-submit, .scholar-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form #edit-actions .form-submit.button + #edit-submit,
  .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .form-submit.button + #edit-submit,
  .scholar-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .btn + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .btn + a, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form .congratulation-action-btn .expert-subinfo + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .expert-subinfo + a, .scholar-form .congratulation-action-btn .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + a, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .scholar-form .congratulation-action-btn .view-testimonial + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + a, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .view-testimonial + a, .scholar-form .congratulation-action-btn .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + a, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .scholar-form .congratulation-action-btn #edit-login-returning-customer-submit + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #edit-login-returning-customer-submit + a, .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + a, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + a,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + a,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #edit-submit + a,
  .scholar-form .congratulation-action-btn .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form .congratulation-action-btn .field-add-more-submit + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .field-add-more-submit + a, .scholar-form .congratulation-action-btn .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + a,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .scholar-form .congratulation-action-btn .field-add-more-submit + a,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .field-add-more-submit + a,
  .scholar-form .congratulation-action-btn .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + a, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + a, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group #user-change-password .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + a, #user-change-password .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .student-data-verification .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + a, .student-data-verification .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + a, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .scholar-form .congratulation-action-btn .button + a,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + a,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + a,
  .scholar-form .congratulation-action-btn .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + a, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .scholar-form .congratulation-action-btn input[type="submit"] + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn input[type="submit"] + a, .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + a, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .scholar-form .congratulation-action-btn .create-btn + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + a, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .create-btn + a, .scholar-form .congratulation-action-btn .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + a,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .scholar-form .congratulation-action-btn .form-submit + a,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + a,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + a,
  .scholar-form .congratulation-action-btn .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + a, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .scholar-form .congratulation-action-btn .button + a,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + a,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + a,
  .scholar-form .congratulation-action-btn .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + a, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + a, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .scholar-form .congratulation-action-btn .form-submit + a,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + a,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + a,
  .scholar-form .congratulation-action-btn .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .scholar-form .congratulation-action-btn .form-submit + a,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + a,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + a,
  .scholar-form .congratulation-action-btn .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + a,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .scholar-form .congratulation-action-btn .form-submit + a,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + a,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + a,
  .scholar-form .congratulation-action-btn .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + a, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form .congratulation-action-btn button + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn button + a, .scholar-form .congratulation-action-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + a, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .congratulation-action-btn #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #edit-actions #edit-submit + a, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + a, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + a, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + a, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + a, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + a,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .scholar-form .congratulation-action-btn .button + a,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + a,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + a,
  .scholar-form .congratulation-action-btn .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + a, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .form-submit.button + a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit.button + a, .scholar-form .congratulation-action-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + a,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .form-submit.button + a,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit.button + a,
  .scholar-form .congratulation-action-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + a, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .btn + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .btn + .form-submit, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form .congratulation-action-btn .expert-subinfo + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .expert-subinfo + .form-submit, .scholar-form .congratulation-action-btn .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .form-submit, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .scholar-form .congratulation-action-btn .view-testimonial + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .view-testimonial + .form-submit, .scholar-form .congratulation-action-btn .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .form-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .scholar-form .congratulation-action-btn #edit-login-returning-customer-submit + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #edit-login-returning-customer-submit + .form-submit, .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + .form-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #edit-submit + .form-submit,
  .scholar-form .congratulation-action-btn .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form .congratulation-action-btn .field-add-more-submit + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .field-add-more-submit + .form-submit, .scholar-form .congratulation-action-btn .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .scholar-form .congratulation-action-btn .field-add-more-submit + .form-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .field-add-more-submit + .form-submit,
  .scholar-form .congratulation-action-btn .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .form-submit, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group #user-change-password .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .form-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .student-data-verification .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .scholar-form .congratulation-action-btn .button + .form-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + .form-submit,
  .scholar-form .congratulation-action-btn .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .form-submit, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .scholar-form .congratulation-action-btn input[type="submit"] + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn input[type="submit"] + .form-submit, .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .form-submit, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .scholar-form .congratulation-action-btn .create-btn + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .form-submit, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .create-btn + .form-submit, .scholar-form .congratulation-action-btn .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .scholar-form .congratulation-action-btn .button + .form-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + .form-submit,
  .scholar-form .congratulation-action-btn .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .form-submit, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .form-submit, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form .congratulation-action-btn button + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn button + .form-submit, .scholar-form .congratulation-action-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .form-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .congratulation-action-btn #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn #edit-actions #edit-submit + .form-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .form-submit, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .scholar-form .congratulation-action-btn .button + .form-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .button + .form-submit,
  .scholar-form .congratulation-action-btn .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .form-submit.button + .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit.button + .form-submit, .scholar-form .congratulation-action-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .form-submit.button + .form-submit,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit.button + .form-submit,
  .scholar-form .congratulation-action-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .btn + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .btn + .button, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .product-block .views-row .form-actions .expert-subinfo + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .expert-subinfo + .button, .product-block .views-row .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .button, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .product-block .views-row .form-actions .view-testimonial + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .button, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .view-testimonial + .button, .product-block .views-row .form-actions .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .product-block .views-row .form-actions #edit-login-returning-customer-submit + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions #edit-login-returning-customer-submit + .button, .product-block .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .button, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .product-block .views-row .form-actions #edit-submit + .button,
  .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions #edit-submit + .button,
  .product-block .views-row .form-actions .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .product-block .views-row .form-actions .field-add-more-submit + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .field-add-more-submit + .button, .product-block .views-row .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .product-block .views-row .form-actions .field-add-more-submit + .button,
  .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .field-add-more-submit + .button,
  .product-block .views-row .form-actions .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group #user-change-password .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .button, #user-change-password .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .student-data-verification .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .button, .student-data-verification .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .product-block .views-row .form-actions .button + .button, .product-block .views-row .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .product-block .views-row .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .product-block .views-row .form-actions .button + .button,
  .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .button,
  .product-block .views-row .form-actions .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .student-verification-form .product-block .views-row .form-actions .button + .button, .product-block .views-row .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .product-block .views-row .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .product-block .views-row .form-actions input[type="submit"] + .button, .product-block .views-row .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cognito-multistep-reset-password-form .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .button, .product-block .views-row .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .button, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .product-block .views-row .form-actions .create-btn + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .button, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .create-btn + .button, .product-block .views-row .form-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .product-block .views-row .form-actions .form-submit + .button,
  .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .form-submit + .button,
  .product-block .views-row .form-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .product-block .views-row .form-actions .button + .button,
  .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .button,
  .product-block .views-row .form-actions .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .button, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .button, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .product-block .views-row .form-actions .button + .button, .product-block .views-row .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .product-block .views-row .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .button, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .course-listing .course-item .course-item-footer .pay-fee1 .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .product-block .views-row .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .button, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .product-block .views-row .form-actions .form-submit + .button,
  .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .form-submit + .button,
  .product-block .views-row .form-actions .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .product-block .views-row .form-actions .form-submit + .button,
  .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .form-submit + .button,
  .product-block .views-row .form-actions .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .product-block .views-row .form-actions .form-submit + .button,
  .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .button,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .form-submit + .button,
  .product-block .views-row .form-actions .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .product-block .views-row .form-actions button + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions button + .button, .product-block .views-row .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .button, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .button, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .product-block .views-row .form-actions .button + .button,
  .product-block .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .product-block .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .product-block .views-row .form-actions .form-submit.button + .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .form-submit.button + .button, .product-block .views-row .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .product-block .views-row .form-actions .form-submit.button + .button,
  .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .form-submit.button + .button,
  .product-block .views-row .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .btn + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .btn + .button,
  .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .wishlist-wrapper .views-row .form-actions .expert-subinfo + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .expert-subinfo + .button,
  .wishlist-wrapper .views-row .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .button,
  .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .wishlist-wrapper .views-row .form-actions .view-testimonial + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .button,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .view-testimonial + .button,
  .wishlist-wrapper .views-row .form-actions .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .button,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .wishlist-wrapper .views-row .form-actions #edit-login-returning-customer-submit + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions #edit-login-returning-customer-submit + .button,
  .wishlist-wrapper .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button,
  .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button,
  .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .wishlist-wrapper .views-row .form-actions .field-add-more-submit + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .field-add-more-submit + .button,
  .wishlist-wrapper .views-row .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .wishlist-wrapper .views-row .form-actions .field-add-more-submit + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .field-add-more-submit + .button,
  .wishlist-wrapper .views-row .form-actions .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .button,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group #user-change-password .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .button,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-data-verification .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .button,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button,
  .cart-form .cart-aside-wrapper .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .wishlist-wrapper .views-row .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .student-verification-form .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .button,
  .student-verification-form .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .wishlist-wrapper .views-row .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .wishlist-wrapper .views-row .form-actions input[type="submit"] + .button,
  .wishlist-wrapper .views-row .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button,
  .cognito-multistep-reset-password-form .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .button,
  .wishlist-wrapper .views-row .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .wishlist-wrapper .views-row .form-actions .create-btn + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .button,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .create-btn + .button,
  .wishlist-wrapper .views-row .form-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .button,
  .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .button,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .button,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button,
  .find-office-wrapper .views-exposed-form .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .wishlist-wrapper .views-row .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .button,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button,
  .course-listing .course-item .course-item-footer .pay-fee1 .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .wishlist-wrapper .views-row .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-attendance-form .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .button,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .button,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .wishlist-wrapper .views-row .form-actions button + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions button + .button,
  .wishlist-wrapper .views-row .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .button,
  .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .button,
  .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .button,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .button,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .button,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .button,
  .custom-tabs .custom-tab-content .btn-group .product-block .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .button,
  .product-block .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .wishlist-wrapper .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .button,
  .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .wishlist-wrapper .views-row .form-actions .form-submit.button + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .form-submit.button + .button,
  .wishlist-wrapper .views-row .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .wishlist-wrapper .views-row .form-actions .form-submit.button + .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .form-submit.button + .button,
  .wishlist-wrapper .views-row .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .button, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .btn + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .btn + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .expert-subinfo + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit.button, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .expert-subinfo + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .view-testimonial + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit.button, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .view-testimonial + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit.button, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-login-returning-customer-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit.button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-login-returning-customer-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit.button, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit.button, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit.button,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit.button, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit.button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit.button, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit.button,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .form-submit.button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button, .custom-tabs .custom-tab-content .btn-group #user-change-password .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .form-submit.button, #user-change-password .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .student-data-verification .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit.button, .student-data-verification .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit.button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit.button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit.button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit.button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .form-submit.button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn input[type="submit"] + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit.button, .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn input[type="submit"] + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .create-btn + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .form-submit.button, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .create-btn + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit.button,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit.button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit.button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit.button, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .form-submit.button, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit.button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit.button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .form-submit.button, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit.button, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit.button, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit.button,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit.button,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit.button,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit.button, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit.button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .form-submit.button, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .form-submit.button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit.button, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .form-submit.button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit.button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit.button,
  .city-page-body .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit.button,
  .important-concept-body .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit.button,
  .city-page-body .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .btn + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .btn + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .expert-subinfo + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit.button,
  .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .expert-subinfo + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .view-testimonial + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit.button,
  .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .view-testimonial + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit.button,
  .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-login-returning-customer-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit.button,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-login-returning-customer-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit.button,
  .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit.button,
  .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit.button,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit.button,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit.button,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit.button,
  .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit.button,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button + .form-submit.button,
  .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group #user-change-password .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit + .form-submit.button,
  #user-change-password .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .student-data-verification .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit + .form-submit.button,
  .student-data-verification .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit.button,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit.button,
  .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit.button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit.button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button + .form-submit.button,
  .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn input[type="submit"] + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit.button,
  .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn input[type="submit"] + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"] + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .create-btn + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn + .form-submit.button,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .create-btn + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit + .form-submit.button,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit.button,
  .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit.button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit.button,
  #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a + .form-submit.button,
  .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit.button,
  .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit.button,
  .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a + .form-submit.button,
  .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit.button,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .student-attendance-form .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit + .form-submit.button,
  .student-attendance-form .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit + .form-submit.button,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit + .form-submit.button,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit + .form-submit.button,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit.button,
  .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit.button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit + .form-submit.button,
  .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a + .form-submit.button,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit.button,
  .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button + .form-submit.button,
  .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit.button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .city-page-body .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit.button,
  .important-concept-body .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit.button,
  .city-page-body .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit.button,
  .important-concept-body .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button + .form-submit.button {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 479px) {
  /* line 2111, ../../sass/base/_global.scss */
  .custom-tabs .custom-tab-content .btn-group .btn, .custom-tabs .custom-tab-content .btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .custom-tabs .custom-tab-content .btn-group .expert-subinfo, .custom-tabs .custom-tab-content .btn-group .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .custom-tabs .custom-tab-content .btn-group a, .custom-tabs .custom-tab-content .btn-group .testimonial-custom-wrapper footer .view-testimonial, .testimonial-custom-wrapper footer .custom-tabs .custom-tab-content .btn-group .view-testimonial, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit, .authentication-wrapper .authentication-content-wrapper .custom-tabs .custom-tab-content .btn-group #edit-submit, .custom-tabs .custom-tab-content .btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .custom-tabs .custom-tab-content .btn-group #edit-login-returning-customer-submit, .custom-tabs .custom-tab-content .btn-group .cognito-reset-password-form #edit-actions #edit-submit, .cognito-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit, .cognito-multistep-reset-password-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit,
  .custom-tabs .custom-tab-content .btn-group .cognito-email-verify-form #edit-actions #edit-submit,
  .cognito-email-verify-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit, .custom-tabs .custom-tab-content .btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit, .custom-tabs .custom-tab-content .btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .custom-tabs .custom-tab-content .btn-group a, .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit,
  .custom-tabs .custom-tab-content .btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .custom-tabs .custom-tab-content .btn-group .field-add-more-submit, .custom-tabs .custom-tab-content .btn-group .profile-form .btn-wrapper .button, .profile-form .btn-wrapper .custom-tabs .custom-tab-content .btn-group .button, .custom-tabs .custom-tab-content .btn-group #user-change-password #edit-submit, #user-change-password .custom-tabs .custom-tab-content .btn-group #edit-submit, .custom-tabs .custom-tab-content .btn-group .student-data-verification .form-submit, .student-data-verification .custom-tabs .custom-tab-content .btn-group .form-submit, .custom-tabs .custom-tab-content .btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .custom-tabs .custom-tab-content .btn-group a, .custom-tabs .custom-tab-content .btn-group .cart-form .cart-aside-wrapper .form-actions .button, .cart-form .cart-aside-wrapper .form-actions .custom-tabs .custom-tab-content .btn-group .button, .custom-tabs .custom-tab-content .btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button, .layout-region-checkout-secondary .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button,
  .custom-tabs .custom-tab-content .btn-group .cart-aside-wrapper .layout-region-checkout-footer .button,
  .cart-aside-wrapper .layout-region-checkout-footer .custom-tabs .custom-tab-content .btn-group .button, .custom-tabs .custom-tab-content .btn-group .student-verification-form .form-actions .button, .student-verification-form .form-actions .custom-tabs .custom-tab-content .btn-group .button, .custom-tabs .custom-tab-content .btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"], .cognito-multistep-reset-password-form .form-actions .custom-tabs .custom-tab-content .btn-group input[type="submit"], .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .create-btn, .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .create-btn,
  .custom-tabs .custom-tab-content .btn-group .cart-form .form-wrapper .form-submit,
  .cart-form .form-wrapper .custom-tabs .custom-tab-content .btn-group .form-submit, .custom-tabs .custom-tab-content .btn-group .node-offline-admission-form-form #edit-actions .button, .node-offline-admission-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button,
  .custom-tabs .custom-tab-content .btn-group .node-selfenrolment-checkout-form-form #edit-actions .button,
  .node-selfenrolment-checkout-form-form #edit-actions .custom-tabs .custom-tab-content .btn-group .button, .custom-tabs .custom-tab-content .btn-group #block-views-block-current-offers-management-block-1 footer a, #block-views-block-current-offers-management-block-1 footer .custom-tabs .custom-tab-content .btn-group a, .custom-tabs .custom-tab-content .btn-group .answer-solution-block footer a, .answer-solution-block footer .custom-tabs .custom-tab-content .btn-group a, .custom-tabs .custom-tab-content .btn-group .find-office-wrapper .views-exposed-form .form-actions .button, .find-office-wrapper .views-exposed-form .form-actions .custom-tabs .custom-tab-content .btn-group .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn #edit-actions .button, .price-cart-wrapper .course-type-btn #edit-actions .custom-tabs .custom-tab-content .btn-group .button, .custom-tabs .custom-tab-content .btn-group .price-cart-wrapper .course-type-btn a, .price-cart-wrapper .course-type-btn .custom-tabs .custom-tab-content .btn-group a, .custom-tabs .custom-tab-content .btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .custom-tabs .custom-tab-content .btn-group .form-submit, .custom-tabs .custom-tab-content .btn-group .student-attendance-form .form-submit, .student-attendance-form .custom-tabs .custom-tab-content .btn-group .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-upcoming-test-form .form-submit,
  .student-upcoming-test-form .custom-tabs .custom-tab-content .btn-group .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-timetable-form .form-submit,
  .student-timetable-form .custom-tabs .custom-tab-content .btn-group .form-submit,
  .custom-tabs .custom-tab-content .btn-group .student-result-data .form-submit,
  .student-result-data .custom-tabs .custom-tab-content .btn-group .form-submit, .custom-tabs .custom-tab-content .btn-group .centre-gallery-form .center-gallery-formfield .form-submit, .centre-gallery-form .center-gallery-formfield .custom-tabs .custom-tab-content .btn-group .form-submit, .custom-tabs .custom-tab-content .btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .custom-tabs .custom-tab-content .btn-group button, .custom-tabs .custom-tab-content .btn-group .scholar-form #edit-actions #edit-submit, .scholar-form #edit-actions .custom-tabs .custom-tab-content .btn-group #edit-submit, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn a, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group a, .custom-tabs .custom-tab-content .btn-group .scholar-form .congratulation-action-btn .form-submit, .scholar-form .congratulation-action-btn .custom-tabs .custom-tab-content .btn-group .form-submit, .custom-tabs .custom-tab-content .btn-group .product-block .views-row .form-actions .button, .product-block .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button,
  .custom-tabs .custom-tab-content .btn-group .wishlist-wrapper .views-row .form-actions .button,
  .wishlist-wrapper .views-row .form-actions .custom-tabs .custom-tab-content .btn-group .button, .custom-tabs .custom-tab-content .btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button,
  .custom-tabs .custom-tab-content .btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .custom-tabs .custom-tab-content .btn-group .form-submit.button {
    width: 100%;
  }
}

/* line 2122, ../../sass/base/_global.scss */
#footer {
  position: relative;
  background: #303030;
}

/* line 2129, ../../sass/base/_global.scss */
#footer-region > div:nth-child(1) {
  padding-top: 3px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
@media (max-width: 991px) {
  /* line 2129, ../../sass/base/_global.scss */
  #footer-region > div:nth-child(1) {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding-top: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 2129, ../../sass/base/_global.scss */
  #footer-region > div:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 2144, ../../sass/base/_global.scss */
#footer-region > div:nth-child(1) nav {
  /* flex: 1 1 20%;*/
  padding-right: 10px;
  width: 20%;
  max-width: 20%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  /* line 2144, ../../sass/base/_global.scss */
  #footer-region > div:nth-child(1) nav {
    /*  flex: 25%;*/
    margin-bottom: 30px;
    width: 20%;
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  /* line 2144, ../../sass/base/_global.scss */
  #footer-region > div:nth-child(1) nav {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #3f3f3f;
    margin: 0;
    padding-right: 0;
    margin-bottom: 0px;
  }
}
/* line 2164, ../../sass/base/_global.scss */
#footer-region > div:nth-child(1) nav h2 {
  color: #adadad;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 2164, ../../sass/base/_global.scss */
  #footer-region > div:nth-child(1) nav h2 {
    margin: 0;
    padding: 15px;
    cursor: pointer;
    position: relative;
  }
  /* line 2175, ../../sass/base/_global.scss */
  #footer-region > div:nth-child(1) nav h2:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/footer-toggle-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 7px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  /* line 2193, ../../sass/base/_global.scss */
  #footer-region > div:nth-child(1) nav h2.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  /* line 2199, ../../sass/base/_global.scss */
  #footer-region > div:nth-child(1) nav .menu {
    display: none;
    background: #2b2b2b;
  }
}
/* line 2205, ../../sass/base/_global.scss */
#footer-region > div:nth-child(1) nav li {
  display: block;
  margin-top: 17px;
}
@media (max-width: 767px) {
  /* line 2205, ../../sass/base/_global.scss */
  #footer-region > div:nth-child(1) nav li {
    margin: 0;
    border-bottom: 1px solid #303030;
  }
}
/* line 2212, ../../sass/base/_global.scss */
#footer-region > div:nth-child(1) nav li:first-child {
  margin-top: 0;
}
/* line 2215, ../../sass/base/_global.scss */
#footer-region > div:nth-child(1) nav li a {
  color: #fefefe;
  font-size: 13px;
  line-height: 1.1;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (max-width: 767px) {
  /* line 2215, ../../sass/base/_global.scss */
  #footer-region > div:nth-child(1) nav li a {
    padding: 12px 15px;
  }
}
/* line 2224, ../../sass/base/_global.scss */
#footer-region > div:nth-child(1) nav li a:hover {
  color: #979797;
}
/* line 2230, ../../sass/base/_global.scss */
#footer-region > div:nth-child(1) #block-views-block-classroom-home-page-blocks-management-block-4--2 {
        /*min-width: 370px;
max-width: 400px;*/
  width: 100%;
}
@media (max-width: 991px) {
  /* line 2230, ../../sass/base/_global.scss */
  #footer-region > div:nth-child(1) #block-views-block-classroom-home-page-blocks-management-block-4--2 {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 2230, ../../sass/base/_global.scss */
  #footer-region > div:nth-child(1) #block-views-block-classroom-home-page-blocks-management-block-4--2 {
    width: 100%;
    padding: 0 15px;
    min-width: initial;
  }
}
/* line 2244, ../../sass/base/_global.scss */
#footer-region > div:nth-child(1) .footer-top-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 42px;
  border-bottom: 1px solid #5b5b5b;
}
@media (max-width: 767px) {
  /* line 2244, ../../sass/base/_global.scss */
  #footer-region > div:nth-child(1) .footer-top-section {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 13px;
  }
}
/* line 2256, ../../sass/base/_global.scss */
#footer-region > div:nth-child(2) {
  background: #353535;
  padding: 30px 0 25px 0;
}
@media (max-width: 767px) {
  /* line 2256, ../../sass/base/_global.scss */
  #footer-region > div:nth-child(2) {
    padding: 20px 0;
  }
}
/* line 2264, ../../sass/base/_global.scss */
#footer-region > div:nth-child(2) #block-classroomfooterbottommenu .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 2264, ../../sass/base/_global.scss */
  #footer-region > div:nth-child(2) #block-classroomfooterbottommenu .menu {
    display: block !important;
    text-align: center;
  }
}
/* line 2271, ../../sass/base/_global.scss */
#footer-region > div:nth-child(2) #block-classroomfooterbottommenu .menu li {
  display: inline-block;
  margin-right: 35px;
}
@media (max-width: 991px) {
  /* line 2271, ../../sass/base/_global.scss */
  #footer-region > div:nth-child(2) #block-classroomfooterbottommenu .menu li {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  /* line 2271, ../../sass/base/_global.scss */
  #footer-region > div:nth-child(2) #block-classroomfooterbottommenu .menu li {
    margin: 5px 15px;
  }
}
/* line 2280, ../../sass/base/_global.scss */
#footer-region > div:nth-child(2) #block-classroomfooterbottommenu .menu li a {
  display: block;
  color: #979797;
  font-size: 13px;
  line-height: 1.1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
/* line 2286, ../../sass/base/_global.scss */
#footer-region > div:nth-child(2) #block-classroomfooterbottommenu .menu li a:hover {
  color: #fefefe;
}
/* line 2290, ../../sass/base/_global.scss */
#footer-region > div:nth-child(2) #block-classroomfooterbottommenu .menu li.copyright {
  margin-left: auto;
}
/* line 2293, ../../sass/base/_global.scss */
#footer-region > div:nth-child(2) #block-classroomfooterbottommenu .menu li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  /* line 2293, ../../sass/base/_global.scss */
  #footer-region > div:nth-child(2) #block-classroomfooterbottommenu .menu li:last-child {
    margin: 20px 0 0 0;
    display: block;
  }
}

/* line 2310, ../../sass/base/_global.scss */
.download-app-wrapper {
  width: 100%;
  background: #353535;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 18px 30px;
}
@media (max-width: 767px) {
  /* line 2310, ../../sass/base/_global.scss */
  .download-app-wrapper {
    padding: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  /* line 2310, ../../sass/base/_global.scss */
  .download-app-wrapper {
    padding: 15px;
  }
}
/* line 2322, ../../sass/base/_global.scss */
.download-app-wrapper h4 {
  color: #a0a0a0;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  /* line 2322, ../../sass/base/_global.scss */
  .download-app-wrapper h4 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  /* line 2322, ../../sass/base/_global.scss */
  .download-app-wrapper h4 {
    font-size: 20px;
  }
}
/* line 2334, ../../sass/base/_global.scss */
.download-app-wrapper .app-link-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 2337, ../../sass/base/_global.scss */
.download-app-wrapper .app-link-wrapper .link-section {
  font-size: 15px;
  line-height: 1;
  padding-right: 5px;
}
/* line 2341, ../../sass/base/_global.scss */
.download-app-wrapper .app-link-wrapper .link-section a {
  color: #0098d5;
}
/* line 2344, ../../sass/base/_global.scss */
.download-app-wrapper .app-link-wrapper .link-section span {
  display: block;
  color: #ffffff;
  margin-top: 5px;
}
/* line 2350, ../../sass/base/_global.scss */
.download-app-wrapper .app-link-wrapper .google-play {
  margin-left: auto;
  display: inline-block;
  width: 150px;
  height: 50px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/google-play.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 479px) {
  /* line 2350, ../../sass/base/_global.scss */
  .download-app-wrapper .app-link-wrapper .google-play {
    width: 100px;
    background-size: contain;
  }
}
/* line 2364, ../../sass/base/_global.scss */
.download-app-wrapper .app-link-wrapper .google-play a {
  display: block;
  height: inherit;
}

/* line 2375, ../../sass/base/_global.scss */
.social-link-block {
  padding: 35px 0px;
  /* @include flexbox;*/
  display: block;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  padding-left: 0;
}
@media (max-width: 991px) {
  /* line 2375, ../../sass/base/_global.scss */
  .social-link-block {
    padding: 30px 0px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 2375, ../../sass/base/_global.scss */
  .social-link-block {
    padding: 5px 0px;
  }
}
/* line 2389, ../../sass/base/_global.scss */
.social-link-block .follow-new-block {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 17px;
}
@media (max-width: 479px) {
  /* line 2389, ../../sass/base/_global.scss */
  .social-link-block .follow-new-block {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  /* line 2375, ../../sass/base/_global.scss */
  .social-link-block {
    padding: 0px 0px;
    padding-left: 0;
  }
}
/* line 2402, ../../sass/base/_global.scss */
.social-link-block span {
  color: #adadad;
  font-size: 15px;
  line-height: 1;
  margin-right: 5px;
}
@media (max-width: 360px) {
  /* line 2402, ../../sass/base/_global.scss */
  .social-link-block span {
    margin-bottom: 10px;
  }
}
/* line 2412, ../../sass/base/_global.scss */
.social-link-block ul li {
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 479px) {
  /* line 2412, ../../sass/base/_global.scss */
  .social-link-block ul li {
    margin-left: 5px;
  }
}
/* line 2418, ../../sass/base/_global.scss */
.social-link-block ul li a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/class-home-sprite.png");
  background-repeat: no-repeat;
  background-position: -133px 4px;
  background-color: #242424;
}
/* line 2429, ../../sass/base/_global.scss */
.social-link-block ul li a.facebook {
  background-position: -133px 4px;
  background-color: #3b5998;
}
/* line 2433, ../../sass/base/_global.scss */
.social-link-block ul li a.twitter {
  background-position: -161px 5px;
  background-color: #55acee;
}
/* line 2437, ../../sass/base/_global.scss */
.social-link-block ul li a.google {
  background-position: -192px 3px;
  background-color: #e64940;
}
/* line 2441, ../../sass/base/_global.scss */
.social-link-block ul li a.youtube {
  background-position: -223px 4px;
  background-color: #e64940;
}
/* line 2444, ../../sass/base/_global.scss */
.social-link-block ul li a.youtube:hover {
  background-color: #ef736c;
}
/* line 2448, ../../sass/base/_global.scss */
.social-link-block ul li a.blog {
  background-position: -254px 4px;
  background-color: #2b6288;
}
/* line 2452, ../../sass/base/_global.scss */
.social-link-block ul li a.linkedin {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -420px -13px;
  background-color: #1586b0;
}
/* line 2459, ../../sass/base/_global.scss */
.social-link-block ul li a.instagram {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/instagram.png");
  background-repeat: no-repeat;
  background-position: center;
}
/* line 2466, ../../sass/base/_global.scss */
.social-link-block ul li a:hover {
  background-color: #0098d5;
}

/* line 2477, ../../sass/base/_global.scss */
.scroll-btn {
  position: fixed;
  right: 20px;
  bottom: 32px;
  z-index: 99;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/class-home-sprite.png");
  background-repeat: no-repeat;
  background-position: -4px -70px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  outline: none;
}
@media (max-width: 1439px) {
  /* line 2477, ../../sass/base/_global.scss */
  .scroll-btn {
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  /* line 2477, ../../sass/base/_global.scss */
  .scroll-btn {
    bottom: 60px;
    right: 15px;
  }
}

/* line 2508, ../../sass/base/_global.scss */
#block-classroom-breadcrumbs {
  background: #e0f6ff;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}
/* line 2516, ../../sass/base/_global.scss */
#block-classroom-breadcrumbs nav ol li {
  display: inline;
  color: #696969;
  font-size: 12px;
  line-height: 1;
  position: relative;
  padding-left: 18px;
  margin-right: 10px;
  letter-spacing: 2px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  /* line 2516, ../../sass/base/_global.scss */
  #block-classroom-breadcrumbs nav ol li {
    font-size: 11px;
    padding-left: 12px;
    margin-right: 5px;
    letter-spacing: 0.5px;
    vertical-align: bottom;
  }
}
/* line 2533, ../../sass/base/_global.scss */
#block-classroom-breadcrumbs nav ol li:before {
  content: '';
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/breadcrumb-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 4px;
  height: 7px;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  /* line 2533, ../../sass/base/_global.scss */
  #block-classroom-breadcrumbs nav ol li:before {
    width: 6px;
    height: 13px;
    top: 0;
  }
}
/* line 2554, ../../sass/base/_global.scss */
#block-classroom-breadcrumbs nav ol li a {
  color: #0098d5;
  display: inline-block;
  vertical-align: middle;
}
/* line 2559, ../../sass/base/_global.scss */
#block-classroom-breadcrumbs nav ol li:first-child {
  padding-left: 0;
}
/* line 2561, ../../sass/base/_global.scss */
#block-classroom-breadcrumbs nav ol li:first-child:before {
  content: none;
}
/* line 2564, ../../sass/base/_global.scss */
#block-classroom-breadcrumbs nav ol li:first-child a {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/breadcrumb-home-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 15px;
  color: transparent;
  margin-top: -2px;
}

/* line 2584, ../../sass/base/_global.scss */
.web-selection-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 58, 81, 0.5);
}
/* line 2592, ../../sass/base/_global.scss */
.web-selection-wrapper .web-selection-block-outer {
  max-width: 560px;
  padding: 0 15px;
  left: 50%;
  transform: TranslateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: relative;
}
/* line 2598, ../../sass/base/_global.scss */
.web-selection-wrapper .web-selection-block-outer .web-selection-block {
  width: 100%;
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;
  z-index: 1;
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
@media (max-width: 767px) {
  /* line 2598, ../../sass/base/_global.scss */
  .web-selection-wrapper .web-selection-block-outer .web-selection-block {
    top: 100px;
  }
}
/* line 2617, ../../sass/base/_global.scss */
.web-selection-wrapper .web-selection-block-outer .web-selection-block h4 {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 479px) {
  /* line 2617, ../../sass/base/_global.scss */
  .web-selection-wrapper .web-selection-block-outer .web-selection-block h4 {
    font-size: 20px;
  }
}
/* line 2626, ../../sass/base/_global.scss */
.web-selection-wrapper .web-selection-block-outer .web-selection-block ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 20px 0;
  padding: 0 50px;
}
@media (max-width: 479px) {
  /* line 2626, ../../sass/base/_global.scss */
  .web-selection-wrapper .web-selection-block-outer .web-selection-block ul {
    padding: 0 5px;
  }
}
/* line 2634, ../../sass/base/_global.scss */
.web-selection-wrapper .web-selection-block-outer .web-selection-block ul li {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
/* line 2638, ../../sass/base/_global.scss */
.web-selection-wrapper .web-selection-block-outer .web-selection-block ul li a {
  display: block;
}
/* line 2640, ../../sass/base/_global.scss */
.web-selection-wrapper .web-selection-block-outer .web-selection-block ul li a span {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
}
/* line 2645, ../../sass/base/_global.scss */
.web-selection-wrapper .web-selection-block-outer .web-selection-block ul li a span.icon_medical {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/icon_medical.png");
  background-repeat: no-repeat;
  background-position: center;
}
/* line 2652, ../../sass/base/_global.scss */
.web-selection-wrapper .web-selection-block-outer .web-selection-block ul li a span.icon_eng {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/icon_eng.png");
  background-repeat: no-repeat;
  background-position: center;
}
/* line 2659, ../../sass/base/_global.scss */
.web-selection-wrapper .web-selection-block-outer .web-selection-block ul li a span.icon_found {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/icon_found.png");
  background-repeat: no-repeat;
  background-position: center;
}
/* line 2666, ../../sass/base/_global.scss */
.web-selection-wrapper .web-selection-block-outer .web-selection-block ul li a span i {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 2;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/tick_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #808080;
}
/* line 2685, ../../sass/base/_global.scss */
.web-selection-wrapper .web-selection-block-outer .web-selection-block ul li a label {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #808080;
  margin-top: 10px;
}
/* line 2691, ../../sass/base/_global.scss */
.web-selection-wrapper .web-selection-block-outer .web-selection-block ul li a label small {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
}
/* line 2700, ../../sass/base/_global.scss */
.web-selection-wrapper .web-selection-block-outer .web-selection-block ul li.active i {
  background-color: #28d364;
}
/* line 2706, ../../sass/base/_global.scss */
.web-selection-wrapper .web-selection-block-outer .web-selection-block .web-selection-button {
  width: 100%;
  text-align: center;
}
/* line 2709, ../../sass/base/_global.scss */
.web-selection-wrapper .web-selection-block-outer .web-selection-block .web-selection-button .skipButton {
  display: inline-block;
  color: #0098d5;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 5px;
}

/* line 2728, ../../sass/base/_global.scss */
.page-404-wrapper {
  width: 100%;
}
/* line 2730, ../../sass/base/_global.scss */
.page-404-wrapper .page-404-block {
  text-align: center;
  padding: 30px 15px;
  max-width: 420px;
  margin: auto;
}
/* line 2735, ../../sass/base/_global.scss */
.page-404-wrapper .page-404-block h1 {
  font-size: 80px;
  padding: 30px 0;
  margin: 0;
}
/* line 2740, ../../sass/base/_global.scss */
.page-404-wrapper .page-404-block a {
  margin: auto;
}

/* line 2749, ../../sass/base/_global.scss */
.banner-wrapper {
  max-width: 100%;
}

/* line 2753, ../../sass/base/_global.scss */
.banner-slider {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 2756, ../../sass/base/_global.scss */
  .banner-slider .slick-slide {
    margin: 0 5px;
  }
}
/* line 2761, ../../sass/base/_global.scss */
.banner-slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0 10px;
}
@media (max-width: 1279px) {
  /* line 2761, ../../sass/base/_global.scss */
  .banner-slider .slick-dots {
    bottom: 5px;
  }
}
/* line 2774, ../../sass/base/_global.scss */
.banner-slider .slick-dots li {
  margin: 0 5px;
  display: inline-block;
  line-height: initial;
}
/* line 2778, ../../sass/base/_global.scss */
.banner-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: none;
  text-indent: -9999px;
  background: rgba(255, 255, 255, 0.4);
  padding: 0;
  cursor: pointer;
}
/* line 2789, ../../sass/base/_global.scss */
.banner-slider .slick-dots li.slick-active button {
  background: #ffffff;
}
/* line 2795, ../../sass/base/_global.scss */
.banner-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  margin-top: -45px;
  width: 38px;
  height: 46px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  text-indent: -9999px;
  padding: 0;
  cursor: pointer;
}
/* line 2810, ../../sass/base/_global.scss */
.banner-slider .slick-arrow.slick-prev {
  left: 0;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/class-home-sprite.png");
  background-repeat: no-repeat;
  background-position: -162px -27px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 2819, ../../sass/base/_global.scss */
.banner-slider .slick-arrow.slick-next {
  right: 0;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/class-home-sprite.png");
  background-repeat: no-repeat;
  background-position: -162px -27px;
}

/* line 2830, ../../sass/base/_global.scss */
.banner-slider-wrapper {
  height: 480px;
  position: relative;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/slider-overlay.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 55px;
}
@media (max-width: 1279px) {
  /* line 2830, ../../sass/base/_global.scss */
  .banner-slider-wrapper {
    height: 425px;
  }
}
@media (max-width: 767px) {
  /* line 2830, ../../sass/base/_global.scss */
  .banner-slider-wrapper {
    height: 420px;
    padding: 15px;
  }
}
@media (max-width: 479px) {
  /* line 2830, ../../sass/base/_global.scss */
  .banner-slider-wrapper {
    height: 400px;
  }
}
/* line 2857, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  padding: 35px 15px;
}
@media (max-width: 991px) {
  /* line 2857, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper {
    padding: 15px 0;
  }
}
/* line 2868, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper h2 {
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 1279px) {
  /* line 2868, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  /* line 2868, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  /* line 2868, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper h2 {
    font-size: 18px;
  }
}
/* line 2883, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
}
/* line 2888, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group {
  margin-top: 20px;
}
/* line 2890, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a {
  min-width: 160px;
}
/* line 2895, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .banner-text {
  width: 47%;
}
@media (max-width: 991px) {
  /* line 2895, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .banner-text {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  /* line 2895, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .banner-text {
    text-align: left !important;
    padding: 0;
  }
}
/* line 2905, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .banner-text h2 {
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  /* line 2905, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .banner-text h2 {
    margin-bottom: 20px;
  }
}
/* line 2912, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .banner-media {
  width: 53%;
  padding-left: 50px;
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
  -moz-justify-content: right;
  -ms-justify-content: right;
  justify-content: right;
  -ms-flex-pack: right;
}
@media (max-width: 991px) {
  /* line 2912, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .banner-media {
    display: none;
  }
}
/* line 2921, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .banner-media img {
  max-width: 100%;
}
/* line 2927, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .banner-text,
.banner-slider-wrapper .banner-inner-wrapper .single-images-wrapper .banner-text {
  width: 100%;
  text-align: center;
}
/* line 2930, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .banner-text h2,
.banner-slider-wrapper .banner-inner-wrapper .single-images-wrapper .banner-text h2 {
  margin-bottom: 10px;
}
/* line 2934, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .slider-btn-group,
.banner-slider-wrapper .banner-inner-wrapper .single-images-wrapper .slider-btn-group {
  width: 100%;
  text-align: center;
}
/* line 2939, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper {
  width: 100%;
}
/* line 2941, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 20px 0;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 2941, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images {
    margin: 15px 0;
  }
}
@media (max-width: 991px) {
  /* line 2941, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media (max-width: 767px) {
  /* line 2941, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images {
    margin: 0;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
}
/* line 2957, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img {
  padding: 0 10px;
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 2957, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img {
    flex: 1;
  }
}
@media (max-width: 767px) {
  /* line 2957, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img {
    padding: 0;
    width: 100%;
    margin: 0 0 5px 0;
  }
}
/* line 2969, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img p {
  margin: 0;
}
/* line 2971, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img p a {
  display: inline-block;
}
/* line 2975, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img img {
  max-width: 100%;
  display: inline-block;
  max-height: 240px;
}
@media (max-width: 767px) {
  /* line 2975, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img img {
    max-height: 70px;
  }
}
/* line 2984, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.btn, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .talktoexpert-form #talktoexpert-form .sub-clbck a.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .multiple-images-wrapper .multiple-images .single-img a, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .testimonial-custom-wrapper footer a.view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .authentication-wrapper .authentication-content-wrapper a#edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a#edit-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a#edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a#edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .cognito-reset-password-form #edit-actions a#edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a#edit-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .cognito-multistep-reset-password-form #edit-actions a#edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a#edit-submit,
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .cognito-email-verify-form #edit-actions a#edit-submit,
.cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a#edit-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .contact-form-wrap .node-contact-us-management-form #edit-actions a#edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a#edit-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .profile-form #edit-field-marks-grade-obtained-wrapper a.field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.field-add-more-submit,
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .profile-form #edit-field-user-address-details-wrapper a.field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .profile-form .btn-wrapper a.button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img #user-change-password a#edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a#edit-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .student-data-verification a.form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .cart-form .cart-aside-wrapper .form-actions a.button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .layout-region-checkout-secondary .layout-region-checkout-footer a.button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button,
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .cart-aside-wrapper .layout-region-checkout-footer a.button,
.cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .student-verification-form .form-actions a.button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .cart-form .form-wrapper a.create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.create-btn,
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .cart-form .form-wrapper a.form-submit,
.cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .node-offline-admission-form-form #edit-actions a.button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button,
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .node-selfenrolment-checkout-form-form #edit-actions a.button,
.node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img #block-views-block-current-offers-management-block-1 footer a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .answer-solution-block footer a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .find-office-wrapper .views-exposed-form .form-actions a.button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .price-cart-wrapper .course-type-btn #edit-actions a.button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .price-cart-wrapper .course-type-btn a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a.form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .student-attendance-form a.form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit,
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .student-upcoming-test-form a.form-submit,
.student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit,
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .student-timetable-form a.form-submit,
.student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit,
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .student-result-data a.form-submit,
.student-result-data .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .centre-gallery-form .center-gallery-formfield a.form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .scholar-form #edit-actions a#edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a#edit-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .scholar-form .congratulation-action-btn a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .product-block .views-row .form-actions a.button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button,
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .wishlist-wrapper .views-row .form-actions a.button,
.wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit.button,
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit.button {
  width: calc(100% - 10px);
  min-width: auto;
  max-width: 245px;
  clear: both;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}
@media (max-width: 767px) {
  /* line 2984, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.btn, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .talktoexpert-form #talktoexpert-form .sub-clbck a.expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .multiple-images-wrapper .multiple-images .single-img a, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .testimonial-custom-wrapper footer a.view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .authentication-wrapper .authentication-content-wrapper a#edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a#edit-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a#edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a#edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .cognito-reset-password-form #edit-actions a#edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a#edit-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .cognito-multistep-reset-password-form #edit-actions a#edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a#edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .cognito-email-verify-form #edit-actions a#edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a#edit-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .contact-form-wrap .node-contact-us-management-form #edit-actions a#edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a#edit-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .profile-form #edit-field-marks-grade-obtained-wrapper a.field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .profile-form #edit-field-user-address-details-wrapper a.field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .profile-form .btn-wrapper a.button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img #user-change-password a#edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a#edit-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .student-data-verification a.form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .cart-form .cart-aside-wrapper .form-actions a.button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .layout-region-checkout-secondary .layout-region-checkout-footer a.button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button,
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .cart-aside-wrapper .layout-region-checkout-footer a.button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .student-verification-form .form-actions a.button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .cart-form .form-wrapper a.create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.create-btn,
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .cart-form .form-wrapper a.form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .node-offline-admission-form-form #edit-actions a.button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button,
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .node-selfenrolment-checkout-form-form #edit-actions a.button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img #block-views-block-current-offers-management-block-1 footer a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .answer-solution-block footer a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .find-office-wrapper .views-exposed-form .form-actions a.button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .price-cart-wrapper .course-type-btn #edit-actions a.button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .price-cart-wrapper .course-type-btn a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a.form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .student-attendance-form a.form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .student-upcoming-test-form a.form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .student-timetable-form a.form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .student-result-data a.form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .centre-gallery-form .center-gallery-formfield a.form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .scholar-form #edit-actions a#edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a#edit-submit, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .scholar-form .congratulation-action-btn a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .product-block .views-row .form-actions a.button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button,
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .wishlist-wrapper .views-row .form-actions a.button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.button, .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img a.form-submit.button {
    font-size: 10px;
    padding: 12.5px;
  }
}
/* line 2998, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block {
  width: 260px;
}
@media (max-width: 991px) {
  /* line 2998, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 2998, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block {
    position: relative;
  }
}
/* line 3006, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner {
  width: 100%;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #ffffff;
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
}
/* line 3012, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-header {
  padding: 15px;
}
@media (max-width: 767px) {
  /* line 3012, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-header {
    padding: 5px;
    text-align: left;
    position: relative;
    padding-left: 50px;
    min-height: 50px;
    padding-top: 7px;
  }
}
/* line 3022, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-header figure {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  width: 88px;
  height: 88px;
  background: #b2ddf2;
  padding: 6px;
  margin: 0 auto;
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 3022, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-header figure {
    width: 40px;
    height: 40px;
    padding: 2px;
    position: absolute;
    top: 5px;
    left: 5px;
  }
}
/* line 3041, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-header figure img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
/* line 3048, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-header h4 {
  color: #000000;
  margin: 0 0 5px 0;
}
@media (max-width: 767px) {
  /* line 3048, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-header h4 {
    font-size: 14px;
  }
}
/* line 3055, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-header h5 {
  color: #404040;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
}
/* line 3063, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-footer {
  border-top: 1px solid #f0f0f0;
}
/* line 3065, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-footer ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 3067, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-footer ul li {
  flex: 1;
  padding: 10px 10px 10px 24px;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 3067, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-footer ul li {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  /* line 3067, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-footer ul li {
    padding: 5px;
  }
}
/* line 3077, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-footer ul li:first-child {
  border-right: 1px solid #f0f0f0;
}
/* line 3080, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-footer ul li h6 {
  color: #008fd3;
  font-size: 24px;
  line-height: 1.1;
  margin: 0;
}
@media (max-width: 991px) {
  /* line 3080, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-footer ul li h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  /* line 3080, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-footer ul li h6 {
    font-size: 14px;
  }
}
/* line 3091, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-footer ul li h6 sup {
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: top;
  text-transform: none;
}
@media (max-width: 767px) {
  /* line 3091, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-footer ul li h6 sup {
    font-size: 10px;
  }
}
/* line 3103, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-footer ul li p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #808080;
}
@media (max-width: 991px) {
  /* line 3103, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner .custom-banner-footer ul li p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /* line 3116, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner-btn {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}
/* line 3124, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner-btn a {
  max-width: 100%;
  min-width: auto;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 3124, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner-block .custom-banner-btn a {
    margin: 0;
    padding: 8px;
  }
}
/* line 3135, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/card-design.png");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 15px 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  min-width: 360px;
  width: 100%;
  display: inline-block;
}
@media (max-width: 1279px) {
  /* line 3135, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 {
    min-width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 3135, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  /* line 3135, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 {
    display: block;
    max-width: initial;
    margin-right: 0;
    position: relative;
    padding: 5px;
    padding-right: 77px;
  }
}
/* line 3161, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 h2 {
  color: #0098d5;
  font-size: 16px;
  line-height: 1.1;
  padding: 0 11px;
  margin: 0;
  box-sizing: border-box;
  margin-top: 10px;
  line-height: 25px;
}
@media (max-width: 1279px) {
  /* line 3161, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 h2 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  /* line 3161, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 h2 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  /* line 3161, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 h2 {
    font-size: 13px;
    padding: 0;
    margin-top: 5px;
  }
}
/* line 3184, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 .double-icon-img {
  margin-bottom: 19px;
}
@media (max-width: 1279px) {
  /* line 3184, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 .double-icon-img {
    margin-bottom: 9px;
  }
}
@media (max-width: 1079px) {
  /* line 3189, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 .double-icon-img img {
    width: 81px;
  }
}
@media (max-width: 991px) {
  /* line 3189, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 .double-icon-img img {
    width: 65px;
  }
}
/* line 3199, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 .heading-3rd-slider-trophy p {
  color: #808080;
  font-size: 19px;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  /* line 3199, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 .heading-3rd-slider-trophy p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  /* line 3199, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 .heading-3rd-slider-trophy p {
    font-size: 13px;
    margin-bottom: 8px;
    max-height: 30px;
    min-height: 30px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  /* line 3199, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 .heading-3rd-slider-trophy p {
    min-height: initial;
    margin-bottom: 3px;
  }
}
/* line 3222, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 .click-btn-2 a {
  background: #0098d5;
  padding: 6.5px;
  width: 32%;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
}
@media (max-width: 991px) {
  /* line 3222, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 .click-btn-2 a {
    width: 48%;
  }
}
@media (max-width: 767px) {
  /* line 3222, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 .click-btn-2 a {
    width: 67px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
/* line 3247, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 .click-btn-2 a:hover {
  background: #323639;
}
@media (max-width: 767px) {
  /* line 3252, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multiple-images-wrapper .multiple-images .single-img .custom-banner2 .hidden-mob {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 3262, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multi-Images .multiple-images {
    display: block !important;
  }
}
/* line 3267, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multi-Images .single-img {
  width: calc(33.33% - 7.5px);
  display: inline-block !important;
}
@media (max-width: 767px) {
  /* line 3267, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multi-Images .single-img {
    width: calc(33.33% - 5px) !important;
    padding: 0 2px !important;
  }
}
/* line 3274, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multi-Images .single-img img {
  max-height: 240px;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 3274, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multi-Images .single-img img {
    height: 100px;
    object-fit: cover;
    vertical-align: middle;
  }
}
/* line 3284, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multi-Images .slider-btn-group {
  margin-top: 4px;
}
/* line 3286, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .multi-Images .slider-btn-group p {
  margin: 0;
}
@media (max-width: 767px) {
  /* line 3289, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .multi-Images .slider-btn-group a {
    max-width: 90%;
  }
}
/* line 3296, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .single-images-wrapper {
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  /* line 3296, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .single-images-wrapper {
    padding: 0;
  }
}
/* line 3302, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .single-images-wrapper .single-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 20px 0;
}
/* line 3306, ../../sass/base/_global.scss */
.banner-slider-wrapper .banner-inner-wrapper .single-images-wrapper .single-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  /* line 3314, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group p {
    text-align: center;
  }
  /* line 3317, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button {
    width: 65%;
  }
  /* line 3319, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .btn, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .btn, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .btn, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .btn, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .btn, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .btn, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .btn,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .btn, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .btn, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .btn, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .btn,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .btn, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .btn, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .btn, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .btn, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .btn, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .btn, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .btn,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .btn, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .btn, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .btn,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .btn, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .btn,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .btn, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .btn, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .btn, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .btn, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .btn, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .btn, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .btn, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .btn,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .btn,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .btn,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .btn, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .btn, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .btn, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .btn, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .btn, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .btn, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .btn,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .btn, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .btn,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .btn + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .talktoexpert-form #talktoexpert-form .sub-clbck .view-testimonial + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .expert-subinfo, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .view-testimonial + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .expert-subinfo, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .talktoexpert-form #talktoexpert-form .sub-clbck #edit-login-returning-customer-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .expert-subinfo, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #edit-login-returning-customer-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .expert-subinfo, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .expert-subinfo, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .expert-subinfo,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .expert-subinfo,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .expert-subinfo, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .expert-subinfo, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .field-add-more-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .expert-subinfo, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .field-add-more-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .expert-subinfo,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .field-add-more-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .expert-subinfo,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .field-add-more-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .expert-subinfo, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .expert-subinfo, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .expert-subinfo, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .expert-subinfo, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .expert-subinfo, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .expert-subinfo, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .expert-subinfo,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .expert-subinfo,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .expert-subinfo, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck input[type="submit"] + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .expert-subinfo, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck input[type="submit"] + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .create-btn + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .expert-subinfo, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .create-btn + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .expert-subinfo,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .expert-subinfo,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .expert-subinfo, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .expert-subinfo,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .expert-subinfo,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .expert-subinfo, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .expert-subinfo, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .expert-subinfo, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .expert-subinfo, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .expert-subinfo, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .expert-subinfo, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .expert-subinfo, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .expert-subinfo,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .expert-subinfo,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .expert-subinfo,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .expert-subinfo,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .expert-subinfo,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .expert-subinfo,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .expert-subinfo, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .talktoexpert-form #talktoexpert-form .sub-clbck button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .expert-subinfo, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .expert-subinfo, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #edit-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .expert-subinfo, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck a + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .expert-subinfo, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .expert-subinfo, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .expert-subinfo,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .expert-subinfo,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .button + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .expert-subinfo, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.button + .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .expert-subinfo,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.button + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .expert-subinfo,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .form-submit.button + .expert-subinfo,
  .talktoexpert-form #talktoexpert-form .sub-clbck .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + a, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + a,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + a, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + a, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + a, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + a, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + a,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + a, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + a, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + a,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + a, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + a,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + a, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + a, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + a,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + a,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + a,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + a, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + a, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + a, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + a,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .btn + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .testimonial-custom-wrapper footer .expert-subinfo + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .view-testimonial, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .expert-subinfo + .view-testimonial, .testimonial-custom-wrapper footer .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .view-testimonial, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .testimonial-custom-wrapper footer #edit-login-returning-customer-submit + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .view-testimonial, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer #edit-login-returning-customer-submit + .view-testimonial, .testimonial-custom-wrapper footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .view-testimonial, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .view-testimonial, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .view-testimonial,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .testimonial-custom-wrapper footer #edit-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .view-testimonial,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer #edit-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .view-testimonial, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .view-testimonial, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .testimonial-custom-wrapper footer .field-add-more-submit + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .view-testimonial, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .field-add-more-submit + .view-testimonial, .testimonial-custom-wrapper footer .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .view-testimonial,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .testimonial-custom-wrapper footer .field-add-more-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .view-testimonial,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .field-add-more-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .view-testimonial, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .view-testimonial, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .view-testimonial, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .view-testimonial, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .view-testimonial, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .view-testimonial, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .view-testimonial,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .testimonial-custom-wrapper footer .button + .view-testimonial,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .view-testimonial,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .button + .view-testimonial,
  .testimonial-custom-wrapper footer .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .view-testimonial, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .testimonial-custom-wrapper footer input[type="submit"] + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .view-testimonial, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer input[type="submit"] + .view-testimonial, .testimonial-custom-wrapper footer .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .testimonial-custom-wrapper footer .create-btn + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .view-testimonial, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .create-btn + .view-testimonial, .testimonial-custom-wrapper footer .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .view-testimonial,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .view-testimonial,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .view-testimonial, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .view-testimonial,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .testimonial-custom-wrapper footer .button + .view-testimonial,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .view-testimonial,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .button + .view-testimonial,
  .testimonial-custom-wrapper footer .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .view-testimonial, #block-views-block-current-offers-management-block-1 .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .view-testimonial, .testimonial-custom-wrapper #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .view-testimonial, .answer-solution-block .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .view-testimonial, .testimonial-custom-wrapper .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .view-testimonial, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .view-testimonial, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .view-testimonial, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .view-testimonial, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .view-testimonial, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .view-testimonial,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .view-testimonial,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .view-testimonial,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .view-testimonial,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .view-testimonial,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .view-testimonial,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .form-submit + .view-testimonial,
  .testimonial-custom-wrapper footer .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .view-testimonial, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .testimonial-custom-wrapper footer button + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .view-testimonial, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer button + .view-testimonial, .testimonial-custom-wrapper footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .view-testimonial, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer #edit-submit + .view-testimonial, .testimonial-custom-wrapper footer .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .view-testimonial, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer a + .view-testimonial, .testimonial-custom-wrapper footer .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .view-testimonial, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .form-submit + .view-testimonial, .testimonial-custom-wrapper footer .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .view-testimonial, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .button + .view-testimonial, .testimonial-custom-wrapper footer .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .view-testimonial,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .testimonial-custom-wrapper footer .button + .view-testimonial,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .view-testimonial,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .button + .view-testimonial,
  .testimonial-custom-wrapper footer .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .testimonial-custom-wrapper footer .form-submit.button + .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .view-testimonial, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .form-submit.button + .view-testimonial, .testimonial-custom-wrapper footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .view-testimonial,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .testimonial-custom-wrapper footer .form-submit.button + .view-testimonial,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .view-testimonial,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .form-submit.button + .view-testimonial,
  .testimonial-custom-wrapper footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .btn + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .authentication-wrapper .authentication-content-wrapper .expert-subinfo + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .expert-subinfo + #edit-submit, .authentication-wrapper .authentication-content-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .authentication-wrapper .authentication-content-wrapper .view-testimonial + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + #edit-submit, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .view-testimonial + #edit-submit, .authentication-wrapper .authentication-content-wrapper .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .authentication-wrapper .authentication-content-wrapper .field-add-more-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .field-add-more-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .authentication-wrapper .authentication-content-wrapper .field-add-more-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .field-add-more-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + #edit-submit, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + #edit-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .button + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + #edit-submit, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .authentication-wrapper .authentication-content-wrapper input[type="submit"] + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-submit, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper input[type="submit"] + #edit-submit, .authentication-wrapper .authentication-content-wrapper .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .create-btn + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + #edit-submit, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .create-btn + #edit-submit, .authentication-wrapper .authentication-content-wrapper .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + #edit-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + #edit-submit, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + #edit-submit, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + #edit-submit, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + #edit-submit, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + #edit-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + #edit-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + #edit-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + #edit-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .authentication-wrapper .authentication-content-wrapper button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + #edit-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper a + #edit-submit, .authentication-wrapper .authentication-content-wrapper .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + #edit-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .form-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + #edit-submit, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .button + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + #edit-submit,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .button + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .form-submit.button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .form-submit.button + #edit-submit, .authentication-wrapper .authentication-content-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .form-submit.button + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .form-submit.button + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .btn + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .expert-subinfo + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-login-returning-customer-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .expert-subinfo + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .view-testimonial + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + #edit-login-returning-customer-submit, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .view-testimonial + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-login-returning-customer-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-login-returning-customer-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-login-returning-customer-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-login-returning-customer-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-login-returning-customer-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-login-returning-customer-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .field-add-more-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-login-returning-customer-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .field-add-more-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + #edit-login-returning-customer-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .field-add-more-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-login-returning-customer-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .field-add-more-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + #edit-login-returning-customer-submit, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + #edit-login-returning-customer-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + #edit-login-returning-customer-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-login-returning-customer-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + #edit-login-returning-customer-submit, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-login-returning-customer-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-login-returning-customer-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-login-returning-customer-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + #edit-login-returning-customer-submit, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap input[type="submit"] + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-login-returning-customer-submit, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap input[type="submit"] + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .create-btn + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + #edit-login-returning-customer-submit, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .create-btn + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + #edit-login-returning-customer-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + #edit-login-returning-customer-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + #edit-login-returning-customer-submit, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-login-returning-customer-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-login-returning-customer-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + #edit-login-returning-customer-submit, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + #edit-login-returning-customer-submit, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + #edit-login-returning-customer-submit, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-login-returning-customer-submit, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + #edit-login-returning-customer-submit, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-login-returning-customer-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + #edit-login-returning-customer-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-login-returning-customer-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + #edit-login-returning-customer-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-login-returning-customer-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + #edit-login-returning-customer-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-login-returning-customer-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + #edit-login-returning-customer-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + #edit-login-returning-customer-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .authentication-wrapper .authentication-content-wrapper .akash-form-wrap button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-login-returning-customer-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + #edit-login-returning-customer-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + #edit-login-returning-customer-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap a + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + #edit-login-returning-customer-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + #edit-login-returning-customer-submit, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-login-returning-customer-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + #edit-login-returning-customer-submit,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .button + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit.button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-login-returning-customer-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit.button + #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + #edit-login-returning-customer-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit.button + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-login-returning-customer-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-submit.button + #edit-login-returning-customer-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .btn + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-reset-password-form #edit-actions .expert-subinfo + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .expert-subinfo + #edit-submit, .cognito-reset-password-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .cognito-reset-password-form #edit-actions .view-testimonial + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + #edit-submit, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .view-testimonial + #edit-submit, .cognito-reset-password-form #edit-actions .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-reset-password-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .cognito-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .cognito-reset-password-form .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit,
  .cognito-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .cognito-reset-password-form .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .cognito-reset-password-form .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-reset-password-form #edit-actions .field-add-more-submit + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .field-add-more-submit + #edit-submit, .cognito-reset-password-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .cognito-reset-password-form #edit-actions .field-add-more-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .field-add-more-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + #edit-submit, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form #edit-actions #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + #edit-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .cognito-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-reset-password-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + #edit-submit, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .cognito-reset-password-form #edit-actions input[type="submit"] + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-submit, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions input[type="submit"] + #edit-submit, .cognito-reset-password-form #edit-actions .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .cognito-reset-password-form #edit-actions .create-btn + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + #edit-submit, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .create-btn + #edit-submit, .cognito-reset-password-form #edit-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + #edit-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + #edit-submit, .node-offline-admission-form-form .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .cognito-reset-password-form .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form .cognito-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit,
  .node-selfenrolment-checkout-form-form .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .cognito-reset-password-form .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + #edit-submit, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + #edit-submit, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .cognito-reset-password-form .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + #edit-submit, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + #edit-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + #edit-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + #edit-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + #edit-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-reset-password-form #edit-actions .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-reset-password-form #edit-actions button + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions button + #edit-submit, .cognito-reset-password-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .cognito-reset-password-form .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + #edit-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions a + #edit-submit, .cognito-reset-password-form #edit-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + #edit-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-reset-password-form #edit-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + #edit-submit, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .button + #edit-submit, .cognito-reset-password-form #edit-actions .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .cognito-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + #edit-submit,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-reset-password-form #edit-actions .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-reset-password-form #edit-actions .form-submit.button + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .form-submit.button + #edit-submit, .cognito-reset-password-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-reset-password-form #edit-actions .form-submit.button + #edit-submit,
  .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .form-submit.button + #edit-submit,
  .cognito-reset-password-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .btn + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-multistep-reset-password-form #edit-actions .expert-subinfo + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .expert-subinfo + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .cognito-multistep-reset-password-form #edit-actions .view-testimonial + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + #edit-submit, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .view-testimonial + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-multistep-reset-password-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit,
  .cognito-multistep-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .cognito-multistep-reset-password-form .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-multistep-reset-password-form #edit-actions .field-add-more-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .field-add-more-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .cognito-multistep-reset-password-form #edit-actions .field-add-more-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .field-add-more-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + #edit-submit, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + #edit-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + #edit-submit, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions #edit-actions input[type="submit"] + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .form-actions input[type="submit"] + #edit-submit, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-actions input[type="submit"] + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .cognito-multistep-reset-password-form #edit-actions .create-btn + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + #edit-submit, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .create-btn + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + #edit-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + #edit-submit, .node-offline-admission-form-form .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .cognito-multistep-reset-password-form .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-multistep-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit,
  .node-selfenrolment-checkout-form-form .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .cognito-multistep-reset-password-form .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + #edit-submit, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + #edit-submit, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .cognito-multistep-reset-password-form .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + #edit-submit, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + #edit-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + #edit-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + #edit-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + #edit-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-multistep-reset-password-form #edit-actions button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + #edit-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions a + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + #edit-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + #edit-submit, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + #edit-submit,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .button + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form #edit-actions .form-submit.button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit.button + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form #edit-actions .form-submit.button + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .form-submit.button + #edit-submit,
  .cognito-multistep-reset-password-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .btn + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-email-verify-form #edit-actions .expert-subinfo + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .expert-subinfo + #edit-submit,
  .cognito-email-verify-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .cognito-email-verify-form #edit-actions .view-testimonial + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + #edit-submit,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .view-testimonial + #edit-submit,
  .cognito-email-verify-form #edit-actions .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-email-verify-form #edit-actions #edit-login-returning-customer-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-login-returning-customer-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit,
  .cognito-reset-password-form .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .cognito-email-verify-form .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit,
  .cognito-multistep-reset-password-form .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .cognito-email-verify-form .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .cognito-email-verify-form .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-email-verify-form #edit-actions .field-add-more-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .field-add-more-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .cognito-email-verify-form #edit-actions .field-add-more-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .field-add-more-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + #edit-submit,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + #edit-submit,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + #edit-submit,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit,
  .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit,
  .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + #edit-submit,
  .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .cognito-email-verify-form #edit-actions input[type="submit"] + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-submit,
  .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions input[type="submit"] + #edit-submit,
  .cognito-email-verify-form #edit-actions .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .cognito-email-verify-form #edit-actions .create-btn + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + #edit-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .create-btn + #edit-submit,
  .cognito-email-verify-form #edit-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + #edit-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + #edit-submit,
  .node-offline-admission-form-form .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .cognito-email-verify-form .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit,
  .node-selfenrolment-checkout-form-form .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .cognito-email-verify-form .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + #edit-submit,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + #edit-submit,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit,
  .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit,
  .price-cart-wrapper .course-type-btn .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .cognito-email-verify-form .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + #edit-submit,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + #edit-submit,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + #edit-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + #edit-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + #edit-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-email-verify-form #edit-actions button + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions button + #edit-submit,
  .cognito-email-verify-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + #edit-submit,
  .scholar-form .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .cognito-email-verify-form .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + #edit-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions a + #edit-submit,
  .cognito-email-verify-form #edit-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + #edit-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .form-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + #edit-submit,
  .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + #edit-submit,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .button + #edit-submit,
  .cognito-email-verify-form #edit-actions .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-email-verify-form #edit-actions .form-submit.button + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .form-submit.button + #edit-submit,
  .cognito-email-verify-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-email-verify-form #edit-actions .form-submit.button + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .form-submit.button + #edit-submit,
  .cognito-email-verify-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .btn + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .contact-form-wrap .node-contact-us-management-form #edit-actions .expert-subinfo + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .expert-subinfo + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .contact-form-wrap .node-contact-us-management-form #edit-actions .view-testimonial + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + #edit-submit, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .view-testimonial + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .field-add-more-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .field-add-more-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .field-add-more-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .field-add-more-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + #edit-submit, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + #edit-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + #edit-submit, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions input[type="submit"] + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-submit, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions input[type="submit"] + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .create-btn + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + #edit-submit, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .create-btn + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + #edit-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + #edit-submit, .node-offline-admission-form-form .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit,
  .node-selfenrolment-checkout-form-form .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + #edit-submit, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + #edit-submit, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + #edit-submit, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + #edit-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + #edit-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + #edit-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + #edit-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .contact-form-wrap .node-contact-us-management-form #edit-actions button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + #edit-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions a + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + #edit-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + #edit-submit, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + #edit-submit,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .button + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit.button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit.button + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit.button + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .form-submit.button + #edit-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .btn + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .expert-subinfo + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .expert-subinfo + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .view-testimonial + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + a, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .view-testimonial + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-login-returning-customer-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-login-returning-customer-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + a,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .field-add-more-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .field-add-more-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .field-add-more-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .field-add-more-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + a, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + a, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + a, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + a, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + a,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + a, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status input[type="submit"] + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status input[type="submit"] + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .create-btn + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + a, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .create-btn + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + a,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + a, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + a,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + a, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + a, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + a,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + a,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + a,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + a, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dashboard-header-wrapper .student-profile-wrapper .student-profile-status button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + a, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #edit-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + a, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + a,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .button + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit.button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit.button + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit.button + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .form-submit.button + a,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .btn + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form #edit-field-marks-grade-obtained-wrapper .expert-subinfo + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .field-add-more-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .expert-subinfo + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .profile-form #edit-field-marks-grade-obtained-wrapper .view-testimonial + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .field-add-more-submit, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .view-testimonial + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .field-add-more-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .profile-form #edit-field-marks-grade-obtained-wrapper #edit-login-returning-customer-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .field-add-more-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-login-returning-customer-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .field-add-more-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .field-add-more-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .field-add-more-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .field-add-more-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .field-add-more-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-field-user-address-details-wrapper .field-add-more-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .btn-wrapper .button + .field-add-more-submit, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .field-add-more-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .field-add-more-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .field-add-more-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .field-add-more-submit, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .field-add-more-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .field-add-more-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .field-add-more-submit, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper input[type="submit"] + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .field-add-more-submit, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper input[type="submit"] + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .profile-form #edit-field-marks-grade-obtained-wrapper .create-btn + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .field-add-more-submit, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .create-btn + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .field-add-more-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .field-add-more-submit, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .field-add-more-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .field-add-more-submit, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .field-add-more-submit, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .field-add-more-submit, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .field-add-more-submit, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .field-add-more-submit, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .field-add-more-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .field-add-more-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .field-add-more-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .field-add-more-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .field-add-more-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .field-add-more-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .profile-form #edit-field-marks-grade-obtained-wrapper button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .field-add-more-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .field-add-more-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .field-add-more-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper a + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .field-add-more-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .field-add-more-submit, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .field-add-more-submit,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit.button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .field-add-more-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit.button + .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit.button + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .field-add-more-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .form-submit.button + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .btn + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form #edit-field-user-address-details-wrapper .expert-subinfo + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .field-add-more-submit,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .expert-subinfo + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .profile-form #edit-field-user-address-details-wrapper .view-testimonial + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .field-add-more-submit,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .view-testimonial + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .field-add-more-submit,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .profile-form #edit-field-user-address-details-wrapper #edit-login-returning-customer-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .field-add-more-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper #edit-login-returning-customer-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .field-add-more-submit,
  .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .field-add-more-submit,
  .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .field-add-more-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .field-add-more-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .field-add-more-submit,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #edit-field-user-address-details-wrapper .field-add-more-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .field-add-more-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-field-user-address-details-wrapper .field-add-more-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .btn-wrapper .button + .field-add-more-submit,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .field-add-more-submit,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .field-add-more-submit,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .field-add-more-submit,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .field-add-more-submit,
  .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .field-add-more-submit,
  .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .field-add-more-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .field-add-more-submit,
  .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .profile-form #edit-field-user-address-details-wrapper input[type="submit"] + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .field-add-more-submit,
  .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper input[type="submit"] + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .profile-form #edit-field-user-address-details-wrapper .create-btn + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .field-add-more-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .create-btn + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .field-add-more-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .field-add-more-submit,
  .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .field-add-more-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .field-add-more-submit,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .field-add-more-submit,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .field-add-more-submit,
  .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .field-add-more-submit,
  .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .field-add-more-submit,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .field-add-more-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .field-add-more-submit,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .field-add-more-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .field-add-more-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .field-add-more-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .field-add-more-submit,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .profile-form #edit-field-user-address-details-wrapper button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .field-add-more-submit,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .field-add-more-submit,
  .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper #edit-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .field-add-more-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper a + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .field-add-more-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .field-add-more-submit,
  .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .field-add-more-submit,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-user-address-details-wrapper .form-submit.button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .field-add-more-submit,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit.button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-user-address-details-wrapper .form-submit.button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .field-add-more-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .form-submit.button + .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .btn + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .profile-form .btn-wrapper .expert-subinfo + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .expert-subinfo + .button, .profile-form .btn-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .profile-form .btn-wrapper .view-testimonial + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .button, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .view-testimonial + .button, .profile-form .btn-wrapper .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .profile-form .btn-wrapper #edit-login-returning-customer-submit + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper #edit-login-returning-customer-submit + .button, .profile-form .btn-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .profile-form .btn-wrapper #edit-submit + .button,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper #edit-submit + .button,
  .profile-form .btn-wrapper .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .btn-wrapper .field-add-more-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn-wrapper .field-add-more-submit + .button, .profile-form .btn-wrapper #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .btn-wrapper .field-add-more-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn-wrapper .field-add-more-submit + .button,
  .profile-form .btn-wrapper #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .button, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .button, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .profile-form .btn-wrapper .button + .button,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button,
  .profile-form .btn-wrapper .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .profile-form .btn-wrapper input[type="submit"] + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper input[type="submit"] + .button, .profile-form .btn-wrapper .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .profile-form .btn-wrapper .create-btn + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .button, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .create-btn + .button, .profile-form .btn-wrapper .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .profile-form .btn-wrapper .form-submit + .button,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .form-submit + .button,
  .profile-form .btn-wrapper .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .profile-form .btn-wrapper .button + .button,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button,
  .profile-form .btn-wrapper .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .button, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .button, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .button, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .button, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .profile-form .btn-wrapper .form-submit + .button,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .form-submit + .button,
  .profile-form .btn-wrapper .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .profile-form .btn-wrapper .form-submit + .button,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .form-submit + .button,
  .profile-form .btn-wrapper .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .profile-form .btn-wrapper .form-submit + .button,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .button,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .form-submit + .button,
  .profile-form .btn-wrapper .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .profile-form .btn-wrapper button + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper button + .button, .profile-form .btn-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .button, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper #edit-submit + .button, .profile-form .btn-wrapper .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper a + .button, .profile-form .btn-wrapper .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .form-submit + .button, .profile-form .btn-wrapper .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .profile-form .btn-wrapper .button + .button,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button,
  .profile-form .btn-wrapper .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form .btn-wrapper .form-submit.button + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .form-submit.button + .button, .profile-form .btn-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form .btn-wrapper .form-submit.button + .button,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .form-submit.button + .button,
  .profile-form .btn-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .btn + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #user-change-password .expert-subinfo + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .expert-subinfo + #edit-submit, #user-change-password .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password a + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer #user-change-password .view-testimonial + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + #edit-submit, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .view-testimonial + #edit-submit, #user-change-password .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #user-change-password #edit-submit + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #user-change-password #edit-login-returning-customer-submit + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-login-returning-customer-submit + #edit-submit, #user-change-password .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #user-change-password #edit-submit + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #user-change-password #edit-submit + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #user-change-password #edit-submit + #edit-submit,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + #edit-submit,
  #user-change-password .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #user-change-password #edit-submit + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #user-change-password a + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password a + #edit-submit, #user-change-password .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #user-change-password .field-add-more-submit + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .field-add-more-submit + #edit-submit, #user-change-password .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper #user-change-password .field-add-more-submit + #edit-submit,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .field-add-more-submit + #edit-submit,
  #user-change-password .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper #user-change-password .button + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + #edit-submit, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .button + #edit-submit, #user-change-password .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification #user-change-password .form-submit + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + #edit-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .form-submit + #edit-submit, #user-change-password .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #user-change-password a + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password a + #edit-submit, #user-change-password .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions #user-change-password .button + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .button + #edit-submit, #user-change-password .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #user-change-password .button + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .button + #edit-submit, #user-change-password .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer #user-change-password .button + #edit-submit,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .button + #edit-submit,
  #user-change-password .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions #user-change-password .button + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + #edit-submit, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .button + #edit-submit, #user-change-password .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions #user-change-password input[type="submit"] + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-submit, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password input[type="submit"] + #edit-submit, #user-change-password .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #user-change-password .create-btn + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + #edit-submit, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .create-btn + #edit-submit, #user-change-password .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #user-change-password .form-submit + #edit-submit,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + #edit-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .form-submit + #edit-submit,
  #user-change-password .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions #user-change-password .button + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + #edit-submit, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .button + #edit-submit, #user-change-password .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions #user-change-password .button + #edit-submit,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .button + #edit-submit,
  #user-change-password .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer #user-change-password a + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + #edit-submit, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password a + #edit-submit, #user-change-password #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer #user-change-password a + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + #edit-submit, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password a + #edit-submit, #user-change-password .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions #user-change-password .button + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .button + #edit-submit, #user-change-password .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions #user-change-password .button + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .button + #edit-submit, #user-change-password .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #user-change-password a + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + #edit-submit, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password a + #edit-submit, #user-change-password .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #user-change-password .form-submit + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .form-submit + #edit-submit, #user-change-password .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form #user-change-password .form-submit + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + #edit-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .form-submit + #edit-submit, #user-change-password .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form #user-change-password .form-submit + #edit-submit,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + #edit-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .form-submit + #edit-submit,
  #user-change-password .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form #user-change-password .form-submit + #edit-submit,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + #edit-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .form-submit + #edit-submit,
  #user-change-password .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data #user-change-password .form-submit + #edit-submit,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + #edit-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .form-submit + #edit-submit,
  #user-change-password .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield #user-change-password .form-submit + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .form-submit + #edit-submit, #user-change-password .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #user-change-password button + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password button + #edit-submit, #user-change-password .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #user-change-password #edit-submit + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #user-change-password a + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + #edit-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password a + #edit-submit, #user-change-password .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #user-change-password .form-submit + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + #edit-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .form-submit + #edit-submit, #user-change-password .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions #user-change-password .button + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + #edit-submit, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .button + #edit-submit, #user-change-password .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions #user-change-password .button + #edit-submit,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + #edit-submit,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .button + #edit-submit,
  #user-change-password .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #user-change-password .form-submit.button + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .form-submit.button + #edit-submit, #user-change-password .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #user-change-password .form-submit.button + #edit-submit,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .form-submit.button + #edit-submit,
  #user-change-password .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .btn + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .student-data-verification .expert-subinfo + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .expert-subinfo + .form-submit, .student-data-verification .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification a + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .student-data-verification .view-testimonial + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .view-testimonial + .form-submit, .student-data-verification .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .student-data-verification #edit-submit + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification #edit-submit + .form-submit, .student-data-verification .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-data-verification #edit-login-returning-customer-submit + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification #edit-login-returning-customer-submit + .form-submit, .student-data-verification .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .student-data-verification #edit-submit + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification #edit-submit + .form-submit, .student-data-verification .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .student-data-verification #edit-submit + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification #edit-submit + .form-submit, .student-data-verification .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .student-data-verification #edit-submit + .form-submit,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification #edit-submit + .form-submit,
  .student-data-verification .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .student-data-verification #edit-submit + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification #edit-submit + .form-submit, .student-data-verification .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-data-verification a + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification a + .form-submit, .student-data-verification .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .student-data-verification .field-add-more-submit + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .field-add-more-submit + .form-submit, .student-data-verification .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .student-data-verification .field-add-more-submit + .form-submit,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .field-add-more-submit + .form-submit,
  .student-data-verification .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .student-data-verification .button + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .form-submit, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .button + .form-submit, .student-data-verification .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .student-data-verification #edit-submit + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .form-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification #edit-submit + .form-submit, .student-data-verification #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-data-verification a + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification a + .form-submit, .student-data-verification .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .student-data-verification .button + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .button + .form-submit, .student-data-verification .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .student-data-verification .button + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .button + .form-submit, .student-data-verification .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .student-data-verification .button + .form-submit,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .button + .form-submit,
  .student-data-verification .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .student-data-verification .button + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .form-submit, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .button + .form-submit, .student-data-verification .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .student-data-verification input[type="submit"] + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification input[type="submit"] + .form-submit, .student-data-verification .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .student-data-verification .create-btn + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .form-submit, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .create-btn + .form-submit, .student-data-verification .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .student-data-verification .form-submit + .form-submit,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit,
  .student-data-verification .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .student-data-verification .button + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .button + .form-submit, .student-data-verification .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .student-data-verification .button + .form-submit,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .button + .form-submit,
  .student-data-verification .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .student-data-verification a + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification a + .form-submit, .student-data-verification #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .student-data-verification a + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .form-submit, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification a + .form-submit, .student-data-verification .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .student-data-verification .button + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .button + .form-submit, .student-data-verification .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .student-data-verification .button + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .button + .form-submit, .student-data-verification .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .student-data-verification a + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .form-submit, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification a + .form-submit, .student-data-verification .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-data-verification .form-submit + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit, .student-data-verification .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .student-data-verification .form-submit + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit, .student-data-verification .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .student-data-verification .form-submit + .form-submit,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit,
  .student-data-verification .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .student-data-verification .form-submit + .form-submit,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit,
  .student-data-verification .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .student-data-verification .form-submit + .form-submit,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit,
  .student-data-verification .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .student-data-verification .form-submit + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit, .student-data-verification .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-data-verification button + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification button + .form-submit, .student-data-verification .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .student-data-verification #edit-submit + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .form-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification #edit-submit + .form-submit, .student-data-verification .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .student-data-verification a + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification a + .form-submit, .student-data-verification .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .student-data-verification .form-submit + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit, .student-data-verification .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .student-data-verification .button + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .form-submit, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .button + .form-submit, .student-data-verification .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .student-data-verification .button + .form-submit,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .button + .form-submit,
  .student-data-verification .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-data-verification .form-submit.button + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit.button + .form-submit, .student-data-verification .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-data-verification .form-submit.button + .form-submit,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit.button + .form-submit,
  .student-data-verification .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .btn + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .expert-subinfo + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .expert-subinfo + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .view-testimonial + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + a, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .view-testimonial + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-login-returning-customer-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-login-returning-customer-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + a,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .field-add-more-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .field-add-more-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .field-add-more-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .field-add-more-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + a, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + a, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + a, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + a, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + a,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + a, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span input[type="submit"] + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span input[type="submit"] + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .create-btn + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + a, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .create-btn + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + a,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + a, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + a,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + a, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + a, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + a,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + a,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + a,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + a, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .payment-success-wrapper.not-popup .payment-success .payment-success-body + span button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + a, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #edit-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + a, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + a,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .button + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit.button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit.button + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit.button + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .form-submit.button + a,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .btn + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .cart-aside-wrapper .form-actions .expert-subinfo + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .expert-subinfo + .button, .cart-form .cart-aside-wrapper .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .cart-form .cart-aside-wrapper .form-actions .view-testimonial + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .button, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .view-testimonial + .button, .cart-form .cart-aside-wrapper .form-actions .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-form .cart-aside-wrapper .form-actions #edit-login-returning-customer-submit + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions #edit-login-returning-customer-submit + .button, .cart-form .cart-aside-wrapper .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .cart-form .cart-aside-wrapper .form-actions .field-add-more-submit + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .field-add-more-submit + .button, .cart-form .cart-aside-wrapper .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .cart-form .cart-aside-wrapper .form-actions .field-add-more-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .field-add-more-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .button, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .button, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .layout-region-checkout-footer .form-actions .button + .button,
  .cart-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-actions .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .layout-region-checkout-footer .button + .button,
  .cart-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .form-actions .layout-region-checkout-footer .button + .button,
  .cart-form .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-actions .button + .button,
  .cart-form .cart-aside-wrapper .form-actions .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .cart-form .cart-aside-wrapper .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .cart-form .cart-aside-wrapper .form-actions input[type="submit"] + .button, .cart-form .cart-aside-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cognito-multistep-reset-password-form .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .button, .cart-form .cart-aside-wrapper .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .cart-aside-wrapper .form-actions .create-btn + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .form-wrapper .create-btn + .button, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .form-actions .create-btn + .button, .cart-form .cart-aside-wrapper .form-actions .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .cart-aside-wrapper .form-actions .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .form-actions .form-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .button + .button,
  .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button,
  .cart-form .cart-aside-wrapper .form-actions .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .button, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .button, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .cart-form .cart-aside-wrapper .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .button, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .course-listing .course-item .course-item-footer .pay-fee1 .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .cart-form .cart-aside-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .button, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .cart-form .cart-aside-wrapper .form-actions .form-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .form-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .cart-form .cart-aside-wrapper .form-actions .form-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .form-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .cart-form .cart-aside-wrapper .form-actions .form-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .button,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .form-submit + .button,
  .cart-form .cart-aside-wrapper .form-actions .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-form .cart-aside-wrapper .form-actions button + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions button + .button, .cart-form .cart-aside-wrapper .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .button, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions #edit-submit + .button, .cart-form .cart-aside-wrapper .form-actions .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions a + .button, .cart-form .cart-aside-wrapper .form-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .form-submit + .button, .cart-form .cart-aside-wrapper .form-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .cart-form .cart-aside-wrapper .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .cart-form .cart-aside-wrapper .form-actions .button + .button,
  .cart-form .cart-aside-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .cart-form .cart-aside-wrapper .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .cart-aside-wrapper .form-actions .form-submit.button + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .form-submit.button + .button, .cart-form .cart-aside-wrapper .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .cart-aside-wrapper .form-actions .form-submit.button + .button,
  .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .form-submit.button + .button,
  .cart-form .cart-aside-wrapper .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .btn + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .layout-region-checkout-secondary .layout-region-checkout-footer .expert-subinfo + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .expert-subinfo + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .layout-region-checkout-secondary .layout-region-checkout-footer .view-testimonial + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .button, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .view-testimonial + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .layout-region-checkout-secondary .layout-region-checkout-footer #edit-login-returning-customer-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #edit-login-returning-customer-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .field-add-more-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .field-add-more-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .field-add-more-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .field-add-more-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .button, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .button, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
  .layout-region-checkout-secondary .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .layout-region-checkout-secondary .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer input[type="submit"] + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer input[type="submit"] + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .create-btn + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .button, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .create-btn + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .button, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .button, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .button, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .button, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .button,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .layout-region-checkout-secondary .layout-region-checkout-footer button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .button, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #edit-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer a + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit.button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit.button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit.button + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .form-submit.button + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .btn + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .cart-aside-wrapper .layout-region-checkout-footer .expert-subinfo + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .expert-subinfo + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .cart-aside-wrapper .layout-region-checkout-footer .view-testimonial + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .button,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .view-testimonial + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-aside-wrapper .layout-region-checkout-footer #edit-login-returning-customer-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer #edit-login-returning-customer-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button,
  .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button,
  .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .cart-aside-wrapper .layout-region-checkout-footer .field-add-more-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .field-add-more-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .cart-aside-wrapper .layout-region-checkout-footer .field-add-more-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .field-add-more-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .button,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .button,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .layout-region-checkout-footer .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .layout-region-checkout-footer .form-actions .button + .button,
  .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-footer .button + .button,
  .cart-form .cart-aside-wrapper .layout-region-checkout-footer .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
  .layout-region-checkout-secondary .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .cart-aside-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .button,
  .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .cart-aside-wrapper .layout-region-checkout-footer input[type="submit"] + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button,
  .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer input[type="submit"] + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .cart-aside-wrapper .layout-region-checkout-footer .create-btn + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .button,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .create-btn + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button,
  .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .button,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .button,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button,
  .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .button,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .button,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .button,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-aside-wrapper .layout-region-checkout-footer button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .button,
  .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer #edit-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .button,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer a + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .button,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .button,
  .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-aside-wrapper .layout-region-checkout-footer .form-submit.button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit.button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-aside-wrapper .layout-region-checkout-footer .form-submit.button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .form-submit.button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .btn + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .student-verification-form .form-actions .expert-subinfo + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .expert-subinfo + .button, .student-verification-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .student-verification-form .form-actions .view-testimonial + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .button, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .view-testimonial + .button, .student-verification-form .form-actions .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-verification-form .form-actions #edit-login-returning-customer-submit + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions #edit-login-returning-customer-submit + .button, .student-verification-form .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .student-verification-form .form-actions #edit-submit + .button,
  .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions #edit-submit + .button,
  .student-verification-form .form-actions .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .student-verification-form .form-actions .field-add-more-submit + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .field-add-more-submit + .button, .student-verification-form .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .student-verification-form .form-actions .field-add-more-submit + .button,
  .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .field-add-more-submit + .button,
  .student-verification-form .form-actions .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .button, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .button, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .student-verification-form .form-actions .button + .button, .student-verification-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .student-verification-form .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .student-verification-form .form-actions .button + .button,
  .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .button,
  .student-verification-form .form-actions .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .student-verification-form .form-actions input[type="submit"] + .button, .student-verification-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cognito-multistep-reset-password-form .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .button, .student-verification-form .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .student-verification-form .form-actions .create-btn + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .button, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .create-btn + .button, .student-verification-form .form-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .student-verification-form .form-actions .form-submit + .button,
  .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .form-submit + .button,
  .student-verification-form .form-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .student-verification-form .form-actions .button + .button,
  .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .button,
  .student-verification-form .form-actions .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .button, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions a + .button, .student-verification-form .form-actions #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .button, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .student-verification-form .form-actions .button + .button, .student-verification-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .student-verification-form .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .button, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .student-verification-form .form-actions .form-submit + .button, .student-verification-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .course-listing .course-item .course-item-footer .pay-fee1 .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .student-verification-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .button, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .student-verification-form .form-actions .form-submit + .button,
  .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .form-submit + .button,
  .student-verification-form .form-actions .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .student-verification-form .form-actions .form-submit + .button,
  .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .form-submit + .button,
  .student-verification-form .form-actions .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .student-verification-form .form-actions .form-submit + .button,
  .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .button,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .form-submit + .button,
  .student-verification-form .form-actions .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-verification-form .form-actions button + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions button + .button, .student-verification-form .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .button, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions #edit-submit + .button, .student-verification-form .form-actions .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions a + .button, .student-verification-form .form-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .form-submit + .button, .student-verification-form .form-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .student-verification-form .form-actions .button + .button, .student-verification-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .student-verification-form .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .student-verification-form .form-actions .button + .button,
  .student-verification-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .student-verification-form .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-verification-form .form-actions .form-submit.button + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .form-submit.button + .button, .student-verification-form .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-verification-form .form-actions .form-submit.button + .button,
  .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .form-submit.button + .button,
  .student-verification-form .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .btn + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .cognito-multistep-reset-password-form .form-actions .expert-subinfo + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + input[type="submit"], .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .expert-subinfo + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .cognito-multistep-reset-password-form .form-actions .view-testimonial + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + input[type="submit"], .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .view-testimonial + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + input[type="submit"], .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cognito-multistep-reset-password-form .form-actions #edit-login-returning-customer-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + input[type="submit"], .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions #edit-login-returning-customer-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + input[type="submit"], .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .form-actions #edit-submit + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions #edit-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + input[type="submit"],
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + input[type="submit"],
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + input[type="submit"], .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + input[type="submit"], .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .cognito-multistep-reset-password-form .form-actions .field-add-more-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + input[type="submit"], .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .field-add-more-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + input[type="submit"],
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .cognito-multistep-reset-password-form .form-actions .field-add-more-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + input[type="submit"],
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .field-add-more-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + input[type="submit"], .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + input[type="submit"], #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + input[type="submit"], .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + input[type="submit"], .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + input[type="submit"], .cart-form .cart-aside-wrapper .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + input[type="submit"], .cognito-multistep-reset-password-form .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + input[type="submit"], .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + input[type="submit"],
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + input[type="submit"],
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + input[type="submit"], .student-verification-form .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + input[type="submit"], .cognito-multistep-reset-password-form .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .cognito-multistep-reset-password-form .form-actions .create-btn + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + input[type="submit"], .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .create-btn + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + input[type="submit"],
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + input[type="submit"],
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + input[type="submit"], .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + input[type="submit"],
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + input[type="submit"],
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + input[type="submit"], #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + input[type="submit"], .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + input[type="submit"], .find-office-wrapper .views-exposed-form .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + input[type="submit"], .cognito-multistep-reset-password-form .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + input[type="submit"], .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + input[type="submit"], .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + input[type="submit"], .course-listing .course-item .course-item-footer .pay-fee1 .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + input[type="submit"], .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + input[type="submit"],
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + input[type="submit"],
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + input[type="submit"],
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + input[type="submit"],
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + input[type="submit"],
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + input[type="submit"],
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + input[type="submit"], .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-multistep-reset-password-form .form-actions button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + input[type="submit"], .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + input[type="submit"], .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions #edit-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + input[type="submit"], .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions a + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + input[type="submit"], .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .form-submit + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"], .cognito-multistep-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + input[type="submit"], .product-block .views-row .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + input[type="submit"], .cognito-multistep-reset-password-form .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + input[type="submit"],
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .cognito-multistep-reset-password-form .form-actions .button + input[type="submit"],
  .cognito-multistep-reset-password-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + input[type="submit"],
  .wishlist-wrapper .views-row .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + input[type="submit"],
  .cognito-multistep-reset-password-form .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form .form-actions .form-submit.button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + input[type="submit"], .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .form-submit.button + input[type="submit"], .cognito-multistep-reset-password-form .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + input[type="submit"],
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form .form-actions .form-submit.button + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + input[type="submit"],
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .form-submit.button + input[type="submit"],
  .cognito-multistep-reset-password-form .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .btn + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .form-wrapper .expert-subinfo + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .create-btn, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .expert-subinfo + .create-btn, .cart-form .form-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .cart-form .form-wrapper .view-testimonial + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .create-btn, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .view-testimonial + .create-btn, .cart-form .form-wrapper .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .create-btn, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-form .form-wrapper #edit-login-returning-customer-submit + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .create-btn, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #edit-login-returning-customer-submit + .create-btn, .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .create-btn, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .create-btn, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .create-btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .cart-form .form-wrapper #edit-submit + .create-btn,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .create-btn,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #edit-submit + .create-btn,
  .cart-form .form-wrapper .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .create-btn, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .create-btn, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .cart-form .form-wrapper .field-add-more-submit + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .create-btn, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .field-add-more-submit + .create-btn, .cart-form .form-wrapper .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .create-btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .cart-form .form-wrapper .field-add-more-submit + .create-btn,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .create-btn,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .field-add-more-submit + .create-btn,
  .cart-form .form-wrapper .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .create-btn, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .create-btn, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .create-btn, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .create-btn, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .form-wrapper .button + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .cart-aside-wrapper .form-actions .button + .create-btn, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-wrapper .button + .create-btn, .cart-form .form-wrapper .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .create-btn, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .create-btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .cart-form .form-wrapper .button + .create-btn,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .create-btn,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .create-btn,
  .cart-form .form-wrapper .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .create-btn, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .cart-form .form-wrapper input[type="submit"] + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .create-btn, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper input[type="submit"] + .create-btn, .cart-form .form-wrapper .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .create-btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .create-btn,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .create-btn, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .create-btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .cart-form .form-wrapper .button + .create-btn,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .create-btn,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .create-btn,
  .cart-form .form-wrapper .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .create-btn, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .create-btn, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .create-btn, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .create-btn, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .create-btn, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .create-btn, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .create-btn, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .create-btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .cart-form .form-wrapper .form-submit + .create-btn,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .create-btn,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .create-btn,
  .cart-form .form-wrapper .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .create-btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .cart-form .form-wrapper .form-submit + .create-btn,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .create-btn,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .create-btn,
  .cart-form .form-wrapper .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .create-btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .cart-form .form-wrapper .form-submit + .create-btn,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .create-btn,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .create-btn,
  .cart-form .form-wrapper .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .create-btn, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-form .form-wrapper button + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .create-btn, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper button + .create-btn, .cart-form .form-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .create-btn, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #edit-submit + .create-btn, .cart-form .form-wrapper .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .create-btn, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper a + .create-btn, .cart-form .form-wrapper .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .create-btn, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .create-btn, .cart-form .form-wrapper .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .create-btn, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .create-btn, .cart-form .form-wrapper .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .create-btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .cart-form .form-wrapper .button + .create-btn,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .create-btn,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .create-btn,
  .cart-form .form-wrapper .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .create-btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .form-submit.button + .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .create-btn, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit.button + .create-btn, .cart-form .form-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .create-btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .form-submit.button + .create-btn,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .create-btn,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit.button + .create-btn,
  .cart-form .form-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .create-btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .btn + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .cart-form .form-wrapper .expert-subinfo + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .expert-subinfo + .form-submit,
  .cart-form .form-wrapper .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .cart-form .form-wrapper .view-testimonial + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .view-testimonial + .form-submit,
  .cart-form .form-wrapper .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .cart-form .form-wrapper #edit-login-returning-customer-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #edit-login-returning-customer-submit + .form-submit,
  .cart-form .form-wrapper .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit,
  .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit,
  .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .cart-form .form-wrapper .field-add-more-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .field-add-more-submit + .form-submit,
  .cart-form .form-wrapper .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .cart-form .form-wrapper .field-add-more-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .field-add-more-submit + .form-submit,
  .cart-form .form-wrapper .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .form-submit,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .form-submit,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .form-wrapper .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .cart-aside-wrapper .form-actions .button + .form-submit,
  .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit,
  .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .form-submit,
  .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .cart-form .form-wrapper input[type="submit"] + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit,
  .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper input[type="submit"] + .form-submit,
  .cart-form .form-wrapper .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit,
  .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .form-submit,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit,
  .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit,
  .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .form-submit,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-form .form-wrapper button + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper button + .form-submit,
  .cart-form .form-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .form-submit,
  .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #edit-submit + .form-submit,
  .cart-form .form-wrapper .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper a + .form-submit,
  .cart-form .form-wrapper .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .form-submit,
  .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .button + .form-submit,
  .cart-form .form-wrapper .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .form-submit.button + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit.button + .form-submit,
  .cart-form .form-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .form-submit.button + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit.button + .form-submit,
  .cart-form .form-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .btn + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .node-offline-admission-form-form #edit-actions .expert-subinfo + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .expert-subinfo + .button, .node-offline-admission-form-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .node-offline-admission-form-form #edit-actions .view-testimonial + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .button, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .view-testimonial + .button, .node-offline-admission-form-form #edit-actions .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .node-offline-admission-form-form #edit-actions #edit-login-returning-customer-submit + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions #edit-login-returning-customer-submit + .button, .node-offline-admission-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-reset-password-form .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .node-offline-admission-form-form .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .node-offline-admission-form-form .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form .node-offline-admission-form-form #edit-actions #edit-submit + .button,
  .node-offline-admission-form-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .node-offline-admission-form-form .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .node-offline-admission-form-form .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .node-offline-admission-form-form #edit-actions .field-add-more-submit + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .field-add-more-submit + .button, .node-offline-admission-form-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .node-offline-admission-form-form #edit-actions .field-add-more-submit + .button,
  .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .field-add-more-submit + .button,
  .node-offline-admission-form-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .button, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form #edit-actions #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .button, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .node-offline-admission-form-form #edit-actions .button + .button,
  .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button,
  .node-offline-admission-form-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .node-offline-admission-form-form #edit-actions input[type="submit"] + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions input[type="submit"] + .button, .node-offline-admission-form-form #edit-actions .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .node-offline-admission-form-form #edit-actions .create-btn + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .button, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .create-btn + .button, .node-offline-admission-form-form #edit-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .node-offline-admission-form-form #edit-actions .form-submit + .button,
  .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .form-submit + .button,
  .node-offline-admission-form-form #edit-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form .node-offline-admission-form-form #edit-actions .button + .button,
  .node-offline-admission-form-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .node-offline-admission-form-form .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .button, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .button, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .node-offline-admission-form-form .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .button, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .button, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .node-offline-admission-form-form #edit-actions .form-submit + .button,
  .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .form-submit + .button,
  .node-offline-admission-form-form #edit-actions .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .node-offline-admission-form-form #edit-actions .form-submit + .button,
  .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .form-submit + .button,
  .node-offline-admission-form-form #edit-actions .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .node-offline-admission-form-form #edit-actions .form-submit + .button,
  .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .button,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .form-submit + .button,
  .node-offline-admission-form-form #edit-actions .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .node-offline-admission-form-form #edit-actions button + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions button + .button, .node-offline-admission-form-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .node-offline-admission-form-form #edit-actions #edit-submit + .button, .node-offline-admission-form-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .button, .scholar-form .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .node-offline-admission-form-form .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions a + .button, .node-offline-admission-form-form #edit-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .form-submit + .button, .node-offline-admission-form-form #edit-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .node-offline-admission-form-form #edit-actions .button + .button,
  .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button,
  .node-offline-admission-form-form #edit-actions .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-offline-admission-form-form #edit-actions .form-submit.button + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .form-submit.button + .button, .node-offline-admission-form-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-offline-admission-form-form #edit-actions .form-submit.button + .button,
  .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .form-submit.button + .button,
  .node-offline-admission-form-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .btn + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .node-selfenrolment-checkout-form-form #edit-actions .expert-subinfo + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .expert-subinfo + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .node-selfenrolment-checkout-form-form #edit-actions .view-testimonial + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .button,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .view-testimonial + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .node-selfenrolment-checkout-form-form #edit-actions #edit-login-returning-customer-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions #edit-login-returning-customer-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button,
  .cognito-reset-password-form .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button,
  .cognito-multistep-reset-password-form .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button,
  .contact-form-wrap .node-contact-us-management-form .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .node-selfenrolment-checkout-form-form #edit-actions .field-add-more-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .field-add-more-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .node-selfenrolment-checkout-form-form #edit-actions .field-add-more-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .field-add-more-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .button,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .button,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button,
  .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .button,
  .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .node-selfenrolment-checkout-form-form #edit-actions input[type="submit"] + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button,
  .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions input[type="submit"] + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .node-selfenrolment-checkout-form-form #edit-actions .create-btn + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .button,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .create-btn + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button,
  .node-offline-admission-form-form .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .node-selfenrolment-checkout-form-form .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .button,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .button,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button,
  .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
  .price-cart-wrapper .course-type-btn .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .node-selfenrolment-checkout-form-form .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .button,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .button,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .button,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .node-selfenrolment-checkout-form-form #edit-actions button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .node-selfenrolment-checkout-form-form #edit-actions #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .button,
  .scholar-form .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .node-selfenrolment-checkout-form-form .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .button,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions a + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .button,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .button,
  .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-selfenrolment-checkout-form-form #edit-actions .form-submit.button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit.button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-selfenrolment-checkout-form-form #edit-actions .form-submit.button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .form-submit.button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .btn + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck #block-views-block-current-offers-management-block-1 footer .expert-subinfo + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .expert-subinfo + a, #block-views-block-current-offers-management-block-1 footer .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper #block-views-block-current-offers-management-block-1 footer .view-testimonial + a, #block-views-block-current-offers-management-block-1 .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + a, .testimonial-custom-wrapper #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + a, #block-views-block-current-offers-management-block-1 .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #block-views-block-current-offers-management-block-1 footer #edit-login-returning-customer-submit + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer #edit-login-returning-customer-submit + a, #block-views-block-current-offers-management-block-1 footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #block-views-block-current-offers-management-block-1 footer #edit-submit + a,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + a,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer #edit-submit + a,
  #block-views-block-current-offers-management-block-1 footer .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper #block-views-block-current-offers-management-block-1 footer .field-add-more-submit + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .field-add-more-submit + a, #block-views-block-current-offers-management-block-1 footer .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper #block-views-block-current-offers-management-block-1 footer .field-add-more-submit + a,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .field-add-more-submit + a,
  #block-views-block-current-offers-management-block-1 footer .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + a, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + a, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + a, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + a, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer #block-views-block-current-offers-management-block-1 footer .button + a,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + a,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .button + a,
  #block-views-block-current-offers-management-block-1 footer .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + a, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions #block-views-block-current-offers-management-block-1 footer input[type="submit"] + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer input[type="submit"] + a, #block-views-block-current-offers-management-block-1 footer .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #block-views-block-current-offers-management-block-1 footer .create-btn + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + a, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .create-btn + a, #block-views-block-current-offers-management-block-1 footer .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper #block-views-block-current-offers-management-block-1 footer .form-submit + a,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + a,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .form-submit + a,
  #block-views-block-current-offers-management-block-1 footer .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + a, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions #block-views-block-current-offers-management-block-1 footer .button + a,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + a,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .button + a,
  #block-views-block-current-offers-management-block-1 footer .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + a, .answer-solution-block #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, #block-views-block-current-offers-management-block-1 .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + a, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + a, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form #block-views-block-current-offers-management-block-1 footer .form-submit + a,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + a,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .form-submit + a,
  #block-views-block-current-offers-management-block-1 footer .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form #block-views-block-current-offers-management-block-1 footer .form-submit + a,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + a,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .form-submit + a,
  #block-views-block-current-offers-management-block-1 footer .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data #block-views-block-current-offers-management-block-1 footer .form-submit + a,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + a,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .form-submit + a,
  #block-views-block-current-offers-management-block-1 footer .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + a, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #block-views-block-current-offers-management-block-1 footer button + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer button + a, #block-views-block-current-offers-management-block-1 footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + a, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer #edit-submit + a, #block-views-block-current-offers-management-block-1 footer .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .form-submit + a, #block-views-block-current-offers-management-block-1 footer .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + a, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .button + a, #block-views-block-current-offers-management-block-1 footer .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions #block-views-block-current-offers-management-block-1 footer .button + a,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + a,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .button + a,
  #block-views-block-current-offers-management-block-1 footer .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #block-views-block-current-offers-management-block-1 footer .form-submit.button + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .form-submit.button + a, #block-views-block-current-offers-management-block-1 footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #block-views-block-current-offers-management-block-1 footer .form-submit.button + a,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .form-submit.button + a,
  #block-views-block-current-offers-management-block-1 footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .btn + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .answer-solution-block footer .expert-subinfo + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .expert-subinfo + a, .answer-solution-block footer .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper .answer-solution-block footer .view-testimonial + a, .answer-solution-block .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + a, .testimonial-custom-wrapper .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + a, .answer-solution-block .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .answer-solution-block footer #edit-login-returning-customer-submit + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer #edit-login-returning-customer-submit + a, .answer-solution-block footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .answer-solution-block footer #edit-submit + a,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + a,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer #edit-submit + a,
  .answer-solution-block footer .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .answer-solution-block footer a + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + a, .answer-solution-block footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .answer-solution-block footer .field-add-more-submit + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .field-add-more-submit + a, .answer-solution-block footer .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .answer-solution-block footer .field-add-more-submit + a,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .field-add-more-submit + a,
  .answer-solution-block footer .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .answer-solution-block footer .button + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + a, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .button + a, .answer-solution-block footer .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + a, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer #edit-submit + a, .answer-solution-block footer #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .answer-solution-block footer .form-submit + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + a, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .form-submit + a, .answer-solution-block footer .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .answer-solution-block footer a + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + a, .answer-solution-block footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .answer-solution-block footer .button + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + a, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .button + a, .answer-solution-block footer .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .answer-solution-block footer .button + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .button + a, .answer-solution-block footer .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .answer-solution-block footer .button + a,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + a,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .button + a,
  .answer-solution-block footer .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .answer-solution-block footer .button + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + a, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .button + a, .answer-solution-block footer .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .answer-solution-block footer input[type="submit"] + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer input[type="submit"] + a, .answer-solution-block footer .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .answer-solution-block footer .create-btn + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + a, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .create-btn + a, .answer-solution-block footer .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .answer-solution-block footer .form-submit + a,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + a,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .form-submit + a,
  .answer-solution-block footer .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .answer-solution-block footer .button + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + a, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .button + a, .answer-solution-block footer .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .answer-solution-block footer .button + a,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + a,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .button + a,
  .answer-solution-block footer .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 .answer-solution-block footer a + a, .answer-solution-block .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .answer-solution-block #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .answer-solution-block footer .button + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + a, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .button + a, .answer-solution-block footer .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .answer-solution-block footer .button + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .button + a, .answer-solution-block footer .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .answer-solution-block footer a + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + a, .answer-solution-block footer .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .answer-solution-block footer .form-submit + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .form-submit + a, .answer-solution-block footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .answer-solution-block footer .form-submit + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + a, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .form-submit + a, .answer-solution-block footer .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .answer-solution-block footer .form-submit + a,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + a,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .form-submit + a,
  .answer-solution-block footer .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .answer-solution-block footer .form-submit + a,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + a,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .form-submit + a,
  .answer-solution-block footer .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .answer-solution-block footer .form-submit + a,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + a,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .form-submit + a,
  .answer-solution-block footer .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .answer-solution-block footer .form-submit + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + a, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .form-submit + a, .answer-solution-block footer .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .answer-solution-block footer button + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer button + a, .answer-solution-block footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + a, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer #edit-submit + a, .answer-solution-block footer .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .answer-solution-block footer a + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + a, .answer-solution-block footer .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .answer-solution-block footer .form-submit + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .form-submit + a, .answer-solution-block footer .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .answer-solution-block footer .button + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + a, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .button + a, .answer-solution-block footer .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .answer-solution-block footer .button + a,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + a,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .button + a,
  .answer-solution-block footer .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .answer-solution-block footer .form-submit.button + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .form-submit.button + a, .answer-solution-block footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .answer-solution-block footer .form-submit.button + a,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .form-submit.button + a,
  .answer-solution-block footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .btn + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .find-office-wrapper .views-exposed-form .form-actions .expert-subinfo + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .expert-subinfo + .button, .find-office-wrapper .views-exposed-form .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .find-office-wrapper .views-exposed-form .form-actions .view-testimonial + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .button, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .view-testimonial + .button, .find-office-wrapper .views-exposed-form .form-actions .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .find-office-wrapper .views-exposed-form .form-actions #edit-login-returning-customer-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions #edit-login-returning-customer-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .find-office-wrapper .views-exposed-form .form-actions .field-add-more-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .field-add-more-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .find-office-wrapper .views-exposed-form .form-actions .field-add-more-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .field-add-more-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .button, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .button, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .find-office-wrapper .views-exposed-form .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .find-office-wrapper .views-exposed-form .form-actions .button + .button,
  .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button,
  .find-office-wrapper .views-exposed-form .form-actions .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .find-office-wrapper .views-exposed-form .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .find-office-wrapper .views-exposed-form .form-actions input[type="submit"] + .button, .find-office-wrapper .views-exposed-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cognito-multistep-reset-password-form .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .button, .find-office-wrapper .views-exposed-form .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .find-office-wrapper .views-exposed-form .form-actions .create-btn + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .button, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .create-btn + .button, .find-office-wrapper .views-exposed-form .form-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button + .button,
  .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button,
  .find-office-wrapper .views-exposed-form .form-actions .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .button, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .button, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .button, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .course-listing .course-item .course-item-footer .pay-fee1 .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .find-office-wrapper .views-exposed-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .button, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .button,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button,
  .find-office-wrapper .views-exposed-form .form-actions .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .find-office-wrapper .views-exposed-form .form-actions button + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions button + .button, .find-office-wrapper .views-exposed-form .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .button, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions #edit-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions a + .button, .find-office-wrapper .views-exposed-form .form-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit + .button, .find-office-wrapper .views-exposed-form .form-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .find-office-wrapper .views-exposed-form .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .find-office-wrapper .views-exposed-form .form-actions .button + .button,
  .find-office-wrapper .views-exposed-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .find-office-wrapper .views-exposed-form .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .find-office-wrapper .views-exposed-form .form-actions .form-submit.button + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit.button + .button, .find-office-wrapper .views-exposed-form .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .find-office-wrapper .views-exposed-form .form-actions .form-submit.button + .button,
  .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .form-submit.button + .button,
  .find-office-wrapper .views-exposed-form .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .btn + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .price-cart-wrapper .course-type-btn #edit-actions .expert-subinfo + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .expert-subinfo + .button, .price-cart-wrapper .course-type-btn #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .price-cart-wrapper .course-type-btn #edit-actions .view-testimonial + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .button, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .view-testimonial + .button, .price-cart-wrapper .course-type-btn #edit-actions .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .price-cart-wrapper .course-type-btn #edit-actions #edit-login-returning-customer-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions #edit-login-returning-customer-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-reset-password-form .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .price-cart-wrapper .course-type-btn .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .price-cart-wrapper .course-type-btn .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .price-cart-wrapper .course-type-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .price-cart-wrapper .course-type-btn #edit-actions .field-add-more-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .field-add-more-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .price-cart-wrapper .course-type-btn #edit-actions .field-add-more-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .field-add-more-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .button, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .button, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .price-cart-wrapper .course-type-btn #edit-actions input[type="submit"] + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions input[type="submit"] + .button, .price-cart-wrapper .course-type-btn #edit-actions .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .price-cart-wrapper .course-type-btn #edit-actions .create-btn + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .button, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .create-btn + .button, .price-cart-wrapper .course-type-btn #edit-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .price-cart-wrapper .course-type-btn .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .price-cart-wrapper .course-type-btn .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .button, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .button, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .button, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .button,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .price-cart-wrapper .course-type-btn #edit-actions button + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions button + .button, .price-cart-wrapper .course-type-btn #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .price-cart-wrapper .course-type-btn #edit-actions #edit-submit + .button, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .button, .scholar-form .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .price-cart-wrapper .course-type-btn .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions a + .button, .price-cart-wrapper .course-type-btn #edit-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit + .button, .price-cart-wrapper .course-type-btn #edit-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn #edit-actions .form-submit.button + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit.button + .button, .price-cart-wrapper .course-type-btn #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn #edit-actions .form-submit.button + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .form-submit.button + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .btn + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .price-cart-wrapper .course-type-btn .expert-subinfo + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .expert-subinfo + a, .price-cart-wrapper .course-type-btn .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .price-cart-wrapper .course-type-btn .view-testimonial + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + a, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .view-testimonial + a, .price-cart-wrapper .course-type-btn .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .price-cart-wrapper .course-type-btn #edit-login-returning-customer-submit + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-login-returning-customer-submit + a, .price-cart-wrapper .course-type-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .price-cart-wrapper .course-type-btn #edit-submit + a,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + a,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-submit + a,
  .price-cart-wrapper .course-type-btn .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .price-cart-wrapper .course-type-btn .field-add-more-submit + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .field-add-more-submit + a, .price-cart-wrapper .course-type-btn .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .price-cart-wrapper .course-type-btn .field-add-more-submit + a,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .field-add-more-submit + a,
  .price-cart-wrapper .course-type-btn .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + a, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + a, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + a, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + a, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .price-cart-wrapper .course-type-btn .button + a,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + a,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .button + a,
  .price-cart-wrapper .course-type-btn .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + a, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .price-cart-wrapper .course-type-btn input[type="submit"] + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn input[type="submit"] + a, .price-cart-wrapper .course-type-btn .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .price-cart-wrapper .course-type-btn .create-btn + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + a, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .create-btn + a, .price-cart-wrapper .course-type-btn .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .price-cart-wrapper .course-type-btn .form-submit + a,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + a,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .form-submit + a,
  .price-cart-wrapper .course-type-btn .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + a, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .price-cart-wrapper .course-type-btn .button + a,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + a,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .button + a,
  .price-cart-wrapper .course-type-btn .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + a, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + a, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .price-cart-wrapper .course-type-btn .form-submit + a,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + a,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .form-submit + a,
  .price-cart-wrapper .course-type-btn .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .price-cart-wrapper .course-type-btn .form-submit + a,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + a,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .form-submit + a,
  .price-cart-wrapper .course-type-btn .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .price-cart-wrapper .course-type-btn .form-submit + a,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + a,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .form-submit + a,
  .price-cart-wrapper .course-type-btn .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + a, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .price-cart-wrapper .course-type-btn button + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn button + a, .price-cart-wrapper .course-type-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + a, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-submit + a, .price-cart-wrapper .course-type-btn .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .form-submit + a, .price-cart-wrapper .course-type-btn .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + a, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .button + a, .price-cart-wrapper .course-type-btn .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .price-cart-wrapper .course-type-btn .button + a,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + a,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .button + a,
  .price-cart-wrapper .course-type-btn .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn .form-submit.button + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .form-submit.button + a, .price-cart-wrapper .course-type-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn .form-submit.button + a,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .form-submit.button + a,
  .price-cart-wrapper .course-type-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .btn + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .expert-subinfo + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .expert-subinfo + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .view-testimonial + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .view-testimonial + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-login-returning-customer-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-login-returning-customer-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .field-add-more-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .field-add-more-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .field-add-more-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .field-add-more-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .form-submit, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .form-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit, .cart-form .cart-aside-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .form-submit, .student-verification-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions input[type="submit"] + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit, .cognito-multistep-reset-password-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .create-btn + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .form-submit, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .create-btn + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .form-submit, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit, .find-office-wrapper .views-exposed-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .form-submit, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .course-listing .course-item .course-item-footer .pay-fee1 .form-actions button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .form-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions #edit-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions a + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .form-submit, .product-block .views-row .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .button + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit,
  .wishlist-wrapper .views-row .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit.button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit.button + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit.button + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit.button + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .btn + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .student-attendance-form .expert-subinfo + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .expert-subinfo + .form-submit, .student-attendance-form .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form a + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .student-attendance-form .view-testimonial + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .view-testimonial + .form-submit, .student-attendance-form .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-attendance-form #edit-login-returning-customer-submit + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form #edit-login-returning-customer-submit + .form-submit, .student-attendance-form .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .student-attendance-form #edit-submit + .form-submit,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form #edit-submit + .form-submit,
  .student-attendance-form .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-attendance-form a + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form a + .form-submit, .student-attendance-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .student-attendance-form .field-add-more-submit + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .field-add-more-submit + .form-submit, .student-attendance-form .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .student-attendance-form .field-add-more-submit + .form-submit,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .field-add-more-submit + .form-submit,
  .student-attendance-form .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .student-attendance-form .button + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .form-submit, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .button + .form-submit, .student-attendance-form .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .form-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form #edit-submit + .form-submit, .student-attendance-form #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .student-attendance-form .form-submit + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit, .student-attendance-form .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-attendance-form a + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form a + .form-submit, .student-attendance-form .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .student-attendance-form .button + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .button + .form-submit, .student-attendance-form .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .student-attendance-form .button + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .button + .form-submit, .student-attendance-form .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .student-attendance-form .button + .form-submit,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .button + .form-submit,
  .student-attendance-form .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .student-attendance-form .button + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .form-submit, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .button + .form-submit, .student-attendance-form .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .student-attendance-form input[type="submit"] + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form input[type="submit"] + .form-submit, .student-attendance-form .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .student-attendance-form .create-btn + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .form-submit, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .create-btn + .form-submit, .student-attendance-form .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .student-attendance-form .button + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .button + .form-submit, .student-attendance-form .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .student-attendance-form .button + .form-submit,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .button + .form-submit,
  .student-attendance-form .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .student-attendance-form a + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form a + .form-submit, .student-attendance-form #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .student-attendance-form a + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .form-submit, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form a + .form-submit, .student-attendance-form .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .student-attendance-form .button + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .button + .form-submit, .student-attendance-form .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .student-attendance-form .button + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .button + .form-submit, .student-attendance-form .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .student-attendance-form a + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .form-submit, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form a + .form-submit, .student-attendance-form .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-attendance-form .form-submit + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit, .student-attendance-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .student-attendance-form .form-submit + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit, .student-attendance-form .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-attendance-form button + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form button + .form-submit, .student-attendance-form .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .form-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form #edit-submit + .form-submit, .student-attendance-form .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .student-attendance-form a + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form a + .form-submit, .student-attendance-form .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .student-attendance-form .form-submit + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit, .student-attendance-form .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .student-attendance-form .button + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .form-submit, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .button + .form-submit, .student-attendance-form .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .student-attendance-form .button + .form-submit,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .button + .form-submit,
  .student-attendance-form .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-attendance-form .form-submit.button + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit.button + .form-submit, .student-attendance-form .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-attendance-form .form-submit.button + .form-submit,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit.button + .form-submit,
  .student-attendance-form .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .btn + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .student-upcoming-test-form .expert-subinfo + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .expert-subinfo + .form-submit,
  .student-upcoming-test-form .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .student-upcoming-test-form .view-testimonial + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .view-testimonial + .form-submit,
  .student-upcoming-test-form .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-upcoming-test-form #edit-login-returning-customer-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form #edit-login-returning-customer-submit + .form-submit,
  .student-upcoming-test-form .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit,
  .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit,
  .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .student-upcoming-test-form .field-add-more-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .field-add-more-submit + .form-submit,
  .student-upcoming-test-form .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .student-upcoming-test-form .field-add-more-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .field-add-more-submit + .form-submit,
  .student-upcoming-test-form .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .form-submit,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .form-submit,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit,
  .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit,
  .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .form-submit,
  .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .student-upcoming-test-form input[type="submit"] + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit,
  .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form input[type="submit"] + .form-submit,
  .student-upcoming-test-form .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .student-upcoming-test-form .create-btn + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .create-btn + .form-submit,
  .student-upcoming-test-form .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit,
  .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .form-submit,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit,
  .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit,
  .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .form-submit,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-upcoming-test-form button + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form button + .form-submit,
  .student-upcoming-test-form .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .form-submit,
  .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form #edit-submit + .form-submit,
  .student-upcoming-test-form .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form a + .form-submit,
  .student-upcoming-test-form .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .form-submit,
  .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .button + .form-submit,
  .student-upcoming-test-form .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-upcoming-test-form .form-submit.button + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit.button + .form-submit,
  .student-upcoming-test-form .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-upcoming-test-form .form-submit.button + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit.button + .form-submit,
  .student-upcoming-test-form .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .btn + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .student-timetable-form .expert-subinfo + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .expert-subinfo + .form-submit,
  .student-timetable-form .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form a + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .student-timetable-form .view-testimonial + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .view-testimonial + .form-submit,
  .student-timetable-form .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-timetable-form #edit-login-returning-customer-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form #edit-login-returning-customer-submit + .form-submit,
  .student-timetable-form .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit,
  .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit,
  .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-timetable-form a + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form a + .form-submit,
  .student-timetable-form .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .student-timetable-form .field-add-more-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .field-add-more-submit + .form-submit,
  .student-timetable-form .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .student-timetable-form .field-add-more-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .field-add-more-submit + .form-submit,
  .student-timetable-form .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .student-timetable-form .button + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .form-submit,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .form-submit,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-timetable-form a + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form a + .form-submit,
  .student-timetable-form .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .student-timetable-form .button + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit,
  .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .student-timetable-form .button + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit,
  .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .student-timetable-form .button + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .student-timetable-form .button + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .form-submit,
  .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .student-timetable-form input[type="submit"] + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit,
  .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form input[type="submit"] + .form-submit,
  .student-timetable-form .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .student-timetable-form .create-btn + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .create-btn + .form-submit,
  .student-timetable-form .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .student-timetable-form .button + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit,
  .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .student-timetable-form .button + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .student-timetable-form a + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form a + .form-submit,
  .student-timetable-form #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .student-timetable-form a + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .form-submit,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form a + .form-submit,
  .student-timetable-form .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .student-timetable-form .button + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit,
  .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .student-timetable-form .button + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit,
  .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .student-timetable-form a + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .form-submit,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form a + .form-submit,
  .student-timetable-form .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-timetable-form button + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form button + .form-submit,
  .student-timetable-form .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .form-submit,
  .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form #edit-submit + .form-submit,
  .student-timetable-form .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .student-timetable-form a + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form a + .form-submit,
  .student-timetable-form .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .student-timetable-form .button + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .form-submit,
  .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .student-timetable-form .button + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .button + .form-submit,
  .student-timetable-form .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-timetable-form .form-submit.button + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit.button + .form-submit,
  .student-timetable-form .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-timetable-form .form-submit.button + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit.button + .form-submit,
  .student-timetable-form .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .btn + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .student-result-data .expert-subinfo + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .expert-subinfo + .form-submit,
  .student-result-data .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data a + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .student-result-data .view-testimonial + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .view-testimonial + .form-submit,
  .student-result-data .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .student-result-data #edit-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data #edit-submit + .form-submit,
  .student-result-data .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .student-result-data #edit-login-returning-customer-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data #edit-login-returning-customer-submit + .form-submit,
  .student-result-data .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .student-result-data #edit-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit,
  .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data #edit-submit + .form-submit,
  .student-result-data .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .student-result-data #edit-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit,
  .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data #edit-submit + .form-submit,
  .student-result-data .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .student-result-data #edit-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data #edit-submit + .form-submit,
  .student-result-data .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .student-result-data #edit-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data #edit-submit + .form-submit,
  .student-result-data .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .student-result-data a + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data a + .form-submit,
  .student-result-data .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .student-result-data .field-add-more-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .field-add-more-submit + .form-submit,
  .student-result-data .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .student-result-data .field-add-more-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .field-add-more-submit + .form-submit,
  .student-result-data .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .student-result-data .button + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .form-submit,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .button + .form-submit,
  .student-result-data .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .student-result-data #edit-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .form-submit,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data #edit-submit + .form-submit,
  .student-result-data #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .student-result-data .form-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .student-result-data a + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data a + .form-submit,
  .student-result-data .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .student-result-data .button + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit,
  .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .button + .form-submit,
  .student-result-data .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .student-result-data .button + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit,
  .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .button + .form-submit,
  .student-result-data .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .student-result-data .button + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .button + .form-submit,
  .student-result-data .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .student-result-data .button + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .form-submit,
  .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .button + .form-submit,
  .student-result-data .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .student-result-data input[type="submit"] + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit,
  .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data input[type="submit"] + .form-submit,
  .student-result-data .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .student-result-data .create-btn + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .create-btn + .form-submit,
  .student-result-data .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .student-result-data .form-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .student-result-data .button + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit,
  .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .button + .form-submit,
  .student-result-data .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .student-result-data .button + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .button + .form-submit,
  .student-result-data .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .student-result-data a + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data a + .form-submit,
  .student-result-data #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .student-result-data a + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .form-submit,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data a + .form-submit,
  .student-result-data .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .student-result-data .button + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit,
  .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .button + .form-submit,
  .student-result-data .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .student-result-data .button + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit,
  .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .button + .form-submit,
  .student-result-data .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .student-result-data a + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .form-submit,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data a + .form-submit,
  .student-result-data .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .student-result-data .form-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .student-result-data .form-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .student-result-data .form-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .student-result-data .form-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .student-result-data .form-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-result-data button + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data button + .form-submit,
  .student-result-data .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .student-result-data #edit-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .form-submit,
  .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data #edit-submit + .form-submit,
  .student-result-data .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .student-result-data a + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data a + .form-submit,
  .student-result-data .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .student-result-data .form-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .student-result-data .button + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .form-submit,
  .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .button + .form-submit,
  .student-result-data .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .student-result-data .button + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .button + .form-submit,
  .student-result-data .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-result-data .form-submit.button + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit.button + .form-submit,
  .student-result-data .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-result-data .form-submit.button + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit.button + .form-submit,
  .student-result-data .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .btn + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .centre-gallery-form .center-gallery-formfield .expert-subinfo + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .expert-subinfo + .form-submit, .centre-gallery-form .center-gallery-formfield .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .centre-gallery-form .center-gallery-formfield .view-testimonial + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .view-testimonial + .form-submit, .centre-gallery-form .center-gallery-formfield .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .centre-gallery-form .center-gallery-formfield #edit-login-returning-customer-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield #edit-login-returning-customer-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .centre-gallery-form .center-gallery-formfield .field-add-more-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .field-add-more-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .centre-gallery-form .center-gallery-formfield .field-add-more-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .field-add-more-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .form-submit, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .form-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .centre-gallery-form .center-gallery-formfield .button + .form-submit,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit,
  .centre-gallery-form .center-gallery-formfield .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .form-submit, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .centre-gallery-form .center-gallery-formfield input[type="submit"] + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield input[type="submit"] + .form-submit, .centre-gallery-form .center-gallery-formfield .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .centre-gallery-form .center-gallery-formfield .create-btn + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .form-submit, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .create-btn + .form-submit, .centre-gallery-form .center-gallery-formfield .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit,
  .centre-gallery-form .center-gallery-formfield .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .form-submit, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .form-submit, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit,
  .centre-gallery-form .center-gallery-formfield .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .centre-gallery-form .center-gallery-formfield button + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield button + .form-submit, .centre-gallery-form .center-gallery-formfield .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .form-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield #edit-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield a + .form-submit, .centre-gallery-form .center-gallery-formfield .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .form-submit, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit, .centre-gallery-form .center-gallery-formfield .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .centre-gallery-form .center-gallery-formfield .button + .form-submit,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .button + .form-submit,
  .centre-gallery-form .center-gallery-formfield .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .centre-gallery-form .center-gallery-formfield .form-submit.button + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit.button + .form-submit, .centre-gallery-form .center-gallery-formfield .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .centre-gallery-form .center-gallery-formfield .form-submit.button + .form-submit,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit.button + .form-submit,
  .centre-gallery-form .center-gallery-formfield .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .btn + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .expert-subinfo + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + button, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .expert-subinfo + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .view-testimonial + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + button, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .view-testimonial + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + button, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-login-returning-customer-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-login-returning-customer-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + button, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + button, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + button,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + button, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .field-add-more-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + button, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .field-add-more-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .field-add-more-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + button,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .field-add-more-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + button, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + button, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset input[type="submit"] + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + button, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset input[type="submit"] + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .create-btn + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + button, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .create-btn + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + button,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + button, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + button, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + button, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + button, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + button, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + button,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + button,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + button,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + button, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + button, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset #edit-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit.button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit.button + button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit.button + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .form-submit.button + button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .btn + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form #edit-actions .expert-subinfo + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + #edit-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .expert-subinfo + #edit-submit, .scholar-form #edit-actions .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .scholar-form #edit-actions .view-testimonial + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + #edit-submit, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .view-testimonial + #edit-submit, .scholar-form #edit-actions .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form #edit-actions .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .scholar-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + #edit-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-login-returning-customer-submit + #edit-submit, .scholar-form #edit-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-reset-password-form .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .scholar-form .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + #edit-submit, .cognito-multistep-reset-password-form .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .scholar-form .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form .scholar-form #edit-actions #edit-submit + #edit-submit,
  .scholar-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + #edit-submit,
  .cognito-email-verify-form .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit,
  .scholar-form .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + #edit-submit, .contact-form-wrap .node-contact-us-management-form .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .scholar-form .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + #edit-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form #edit-actions .field-add-more-submit + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + #edit-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .field-add-more-submit + #edit-submit, .scholar-form #edit-actions .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .scholar-form #edit-actions .field-add-more-submit + #edit-submit,
  .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + #edit-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .field-add-more-submit + #edit-submit,
  .scholar-form #edit-actions .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + #edit-submit, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form #edit-actions #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + #edit-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + #edit-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + #edit-submit, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + #edit-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .scholar-form #edit-actions .button + #edit-submit,
  .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + #edit-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .button + #edit-submit,
  .scholar-form #edit-actions .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + #edit-submit, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .scholar-form #edit-actions input[type="submit"] + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + #edit-submit, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions input[type="submit"] + #edit-submit, .scholar-form #edit-actions .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .scholar-form #edit-actions .create-btn + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + #edit-submit, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .create-btn + #edit-submit, .scholar-form #edit-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .scholar-form #edit-actions .form-submit + #edit-submit,
  .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + #edit-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .form-submit + #edit-submit,
  .scholar-form #edit-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form .scholar-form #edit-actions .button + #edit-submit, .scholar-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + #edit-submit, .node-offline-admission-form-form .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .scholar-form .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form .scholar-form #edit-actions .button + #edit-submit,
  .scholar-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + #edit-submit,
  .node-selfenrolment-checkout-form-form .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .scholar-form .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + #edit-submit, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + #edit-submit, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + #edit-submit, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .scholar-form #edit-actions .button + #edit-submit, .scholar-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + #edit-submit, .price-cart-wrapper .course-type-btn .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .scholar-form .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + #edit-submit, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions a + #edit-submit, .scholar-form #edit-actions .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + #edit-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + #edit-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .scholar-form #edit-actions .form-submit + #edit-submit,
  .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + #edit-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .form-submit + #edit-submit,
  .scholar-form #edit-actions .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .scholar-form #edit-actions .form-submit + #edit-submit,
  .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + #edit-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .form-submit + #edit-submit,
  .scholar-form #edit-actions .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .scholar-form #edit-actions .form-submit + #edit-submit,
  .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + #edit-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .form-submit + #edit-submit,
  .scholar-form #edit-actions .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + #edit-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form #edit-actions button + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + #edit-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions button + #edit-submit, .scholar-form #edit-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #edit-actions a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .congratulation-action-btn a + #edit-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-actions a + #edit-submit, .scholar-form #edit-actions .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #edit-actions .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .congratulation-action-btn .form-submit + #edit-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-actions .form-submit + #edit-submit, .scholar-form #edit-actions .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + #edit-submit, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .button + #edit-submit, .scholar-form #edit-actions .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .scholar-form #edit-actions .button + #edit-submit,
  .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + #edit-submit,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .button + #edit-submit,
  .scholar-form #edit-actions .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form #edit-actions .form-submit.button + #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .form-submit.button + #edit-submit, .scholar-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form #edit-actions .form-submit.button + #edit-submit,
  .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + #edit-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .form-submit.button + #edit-submit,
  .scholar-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .btn + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form .congratulation-action-btn .expert-subinfo + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + a, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .expert-subinfo + a, .scholar-form .congratulation-action-btn .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .scholar-form .congratulation-action-btn .view-testimonial + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + a, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .view-testimonial + a, .scholar-form .congratulation-action-btn .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + a, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .scholar-form .congratulation-action-btn #edit-login-returning-customer-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + a, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #edit-login-returning-customer-submit + a, .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + a, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + a, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + a,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + a,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #edit-submit + a,
  .scholar-form .congratulation-action-btn .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + a, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form .congratulation-action-btn .field-add-more-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + a, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .field-add-more-submit + a, .scholar-form .congratulation-action-btn .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .scholar-form .congratulation-action-btn .field-add-more-submit + a,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + a,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .field-add-more-submit + a,
  .scholar-form .congratulation-action-btn .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + a, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + a, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + a, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + a, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + a, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .scholar-form .congratulation-action-btn .button + a,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + a,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + a,
  .scholar-form .congratulation-action-btn .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + a, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .scholar-form .congratulation-action-btn input[type="submit"] + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + a, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn input[type="submit"] + a, .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .scholar-form .congratulation-action-btn .create-btn + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + a, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .create-btn + a, .scholar-form .congratulation-action-btn .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .scholar-form .congratulation-action-btn .form-submit + a,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + a,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + a,
  .scholar-form .congratulation-action-btn .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + a, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .scholar-form .congratulation-action-btn .button + a,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + a,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + a,
  .scholar-form .congratulation-action-btn .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + a, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + a, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + a, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + a, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .scholar-form .congratulation-action-btn .form-submit + a,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + a,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + a,
  .scholar-form .congratulation-action-btn .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .scholar-form .congratulation-action-btn .form-submit + a,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + a,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + a,
  .scholar-form .congratulation-action-btn .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .scholar-form .congratulation-action-btn .form-submit + a,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + a,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + a,
  .scholar-form .congratulation-action-btn .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + a, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form .congratulation-action-btn button + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + a, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn button + a, .scholar-form .congratulation-action-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .congratulation-action-btn #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #edit-actions #edit-submit + a, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .congratulation-action-btn #edit-submit + a, .scholar-form .congratulation-action-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + a, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + a, .scholar-form .congratulation-action-btn .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .scholar-form .congratulation-action-btn .button + a,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + a,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + a,
  .scholar-form .congratulation-action-btn .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .form-submit.button + a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit.button + a, .scholar-form .congratulation-action-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .form-submit.button + a,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + a,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit.button + a,
  .scholar-form .congratulation-action-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .btn + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .scholar-form .congratulation-action-btn .expert-subinfo + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .expert-subinfo + .form-submit, .scholar-form .congratulation-action-btn .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .scholar-form .congratulation-action-btn .view-testimonial + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .view-testimonial + .form-submit, .scholar-form .congratulation-action-btn .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .scholar-form .congratulation-action-btn #edit-login-returning-customer-submit + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #edit-login-returning-customer-submit + .form-submit, .scholar-form .congratulation-action-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + .form-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #edit-submit + .form-submit,
  .scholar-form .congratulation-action-btn .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .scholar-form .congratulation-action-btn .field-add-more-submit + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .field-add-more-submit + .form-submit, .scholar-form .congratulation-action-btn .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .scholar-form .congratulation-action-btn .field-add-more-submit + .form-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .field-add-more-submit + .form-submit,
  .scholar-form .congratulation-action-btn .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .form-submit, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .form-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .scholar-form .congratulation-action-btn .button + .form-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + .form-submit,
  .scholar-form .congratulation-action-btn .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .form-submit, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .scholar-form .congratulation-action-btn input[type="submit"] + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn input[type="submit"] + .form-submit, .scholar-form .congratulation-action-btn .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .scholar-form .congratulation-action-btn .create-btn + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .form-submit, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .create-btn + .form-submit, .scholar-form .congratulation-action-btn .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .scholar-form .congratulation-action-btn .button + .form-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + .form-submit,
  .scholar-form .congratulation-action-btn .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .form-submit, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .form-submit, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit,
  .scholar-form .congratulation-action-btn .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .scholar-form .congratulation-action-btn button + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn button + .form-submit, .scholar-form .congratulation-action-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .congratulation-action-btn #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn #edit-actions #edit-submit + .form-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .congratulation-action-btn #edit-submit + .form-submit, .scholar-form .congratulation-action-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .form-submit, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + .form-submit, .scholar-form .congratulation-action-btn .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .scholar-form .congratulation-action-btn .button + .form-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .button + .form-submit,
  .scholar-form .congratulation-action-btn .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .form-submit.button + .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit.button + .form-submit, .scholar-form .congratulation-action-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .form-submit.button + .form-submit,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit.button + .form-submit,
  .scholar-form .congratulation-action-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .btn + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .product-block .views-row .form-actions .expert-subinfo + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .expert-subinfo + .button, .product-block .views-row .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .product-block .views-row .form-actions .view-testimonial + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .button, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .view-testimonial + .button, .product-block .views-row .form-actions .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .product-block .views-row .form-actions #edit-login-returning-customer-submit + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions #edit-login-returning-customer-submit + .button, .product-block .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .product-block .views-row .form-actions #edit-submit + .button,
  .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions #edit-submit + .button,
  .product-block .views-row .form-actions .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .product-block .views-row .form-actions .field-add-more-submit + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .field-add-more-submit + .button, .product-block .views-row .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .product-block .views-row .form-actions .field-add-more-submit + .button,
  .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .field-add-more-submit + .button,
  .product-block .views-row .form-actions .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .button, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .button, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .product-block .views-row .form-actions .button + .button, .product-block .views-row .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button, .cart-form .cart-aside-wrapper .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .product-block .views-row .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .product-block .views-row .form-actions .button + .button,
  .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .button,
  .product-block .views-row .form-actions .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .product-block .views-row .form-actions .button + .button, .product-block .views-row .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .button, .student-verification-form .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .product-block .views-row .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .product-block .views-row .form-actions input[type="submit"] + .button, .product-block .views-row .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button, .cognito-multistep-reset-password-form .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .button, .product-block .views-row .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .product-block .views-row .form-actions .create-btn + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .button, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .create-btn + .button, .product-block .views-row .form-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .product-block .views-row .form-actions .form-submit + .button,
  .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .form-submit + .button,
  .product-block .views-row .form-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .product-block .views-row .form-actions .button + .button,
  .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .button,
  .product-block .views-row .form-actions .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .button, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .button, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .product-block .views-row .form-actions .button + .button, .product-block .views-row .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button, .find-office-wrapper .views-exposed-form .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .product-block .views-row .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .button, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button, .course-listing .course-item .course-item-footer .pay-fee1 .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .product-block .views-row .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .button, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .product-block .views-row .form-actions .form-submit + .button,
  .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .form-submit + .button,
  .product-block .views-row .form-actions .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .product-block .views-row .form-actions .form-submit + .button,
  .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .form-submit + .button,
  .product-block .views-row .form-actions .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .product-block .views-row .form-actions .form-submit + .button,
  .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .button,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .form-submit + .button,
  .product-block .views-row .form-actions .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .product-block .views-row .form-actions button + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions button + .button, .product-block .views-row .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .button, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions #edit-submit + .button, .product-block .views-row .form-actions .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions a + .button, .product-block .views-row .form-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .form-submit + .button, .product-block .views-row .form-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .product-block .views-row .form-actions .button + .button,
  .product-block .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .product-block .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .product-block .views-row .form-actions .form-submit.button + .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .form-submit.button + .button, .product-block .views-row .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .product-block .views-row .form-actions .form-submit.button + .button,
  .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .form-submit.button + .button,
  .product-block .views-row .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .btn + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .wishlist-wrapper .views-row .form-actions .expert-subinfo + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .button,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .expert-subinfo + .button,
  .wishlist-wrapper .views-row .form-actions .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .wishlist-wrapper .views-row .form-actions .view-testimonial + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .button,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .view-testimonial + .button,
  .wishlist-wrapper .views-row .form-actions .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .button,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .wishlist-wrapper .views-row .form-actions #edit-login-returning-customer-submit + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .button,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions #edit-login-returning-customer-submit + .button,
  .wishlist-wrapper .views-row .form-actions .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .button,
  .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .button,
  .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .button,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .button,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .button,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .wishlist-wrapper .views-row .form-actions .field-add-more-submit + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .field-add-more-submit + .button,
  .wishlist-wrapper .views-row .form-actions .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .wishlist-wrapper .views-row .form-actions .field-add-more-submit + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .button,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .field-add-more-submit + .button,
  .wishlist-wrapper .views-row .form-actions .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .button,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .button,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .button,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .button,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .button,
  .cart-form .cart-aside-wrapper .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .wishlist-wrapper .views-row .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .button,
  .student-verification-form .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .wishlist-wrapper .views-row .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .wishlist-wrapper .views-row .form-actions input[type="submit"] + .button,
  .wishlist-wrapper .views-row .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .button,
  .cognito-multistep-reset-password-form .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .button,
  .wishlist-wrapper .views-row .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .wishlist-wrapper .views-row .form-actions .create-btn + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .button,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .create-btn + .button,
  .wishlist-wrapper .views-row .form-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .button,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .button,
  .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .button,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .button,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .button,
  .find-office-wrapper .views-exposed-form .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .wishlist-wrapper .views-row .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .button,
  .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .button,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .button,
  .course-listing .course-item .course-item-footer .pay-fee1 .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .wishlist-wrapper .views-row .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .button,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .button,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .button,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .button,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .button,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .wishlist-wrapper .views-row .form-actions button + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions button + .button,
  .wishlist-wrapper .views-row .form-actions .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .button,
  .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions #edit-submit + .button,
  .wishlist-wrapper .views-row .form-actions .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .button,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions a + .button,
  .wishlist-wrapper .views-row .form-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .button,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .form-submit + .button,
  .wishlist-wrapper .views-row .form-actions .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .button,
  .product-block .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .wishlist-wrapper .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .wishlist-wrapper .views-row .form-actions .form-submit.button + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .form-submit.button + .button,
  .wishlist-wrapper .views-row .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .wishlist-wrapper .views-row .form-actions .form-submit.button + .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .form-submit.button + .button,
  .wishlist-wrapper .views-row .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .btn + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .expert-subinfo + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit.button, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .expert-subinfo + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .view-testimonial + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit.button, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .view-testimonial + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit.button, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-login-returning-customer-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit.button, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-login-returning-customer-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit.button, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit.button, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit.button,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit.button, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit.button, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit.button, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit.button,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .form-submit.button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .form-submit.button, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit.button, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit.button, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit.button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit.button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit.button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .form-submit.button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn input[type="submit"] + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit.button, .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn input[type="submit"] + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .create-btn + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .form-submit.button, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .create-btn + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit.button,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit.button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit.button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit.button, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .form-submit.button, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit.button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit.button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .form-submit.button, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit.button, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit.button, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit.button,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit.button,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit.button,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit.button, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit.button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .form-submit.button, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit.button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit.button, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .form-submit.button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit.button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit.button,
  .city-page-body .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit.button,
  .important-concept-body .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit.button,
  .city-page-body .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .btn + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .expert-subinfo + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo + .form-submit.button,
  .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .expert-subinfo + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .view-testimonial + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial + .form-submit.button,
  .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .view-testimonial + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit + .form-submit.button,
  .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-login-returning-customer-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit + .form-submit.button,
  .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-login-returning-customer-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit + .form-submit.button,
  .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit + .form-submit.button,
  .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit + .form-submit.button,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit + .form-submit.button,
  .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a + .form-submit.button,
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit + .form-submit.button,
  .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit + .form-submit.button,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .field-add-more-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button + .form-submit.button,
  .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit + .form-submit.button,
  #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit + .form-submit.button,
  .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a + .form-submit.button,
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button + .form-submit.button,
  .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button + .form-submit.button,
  .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button + .form-submit.button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button + .form-submit.button,
  .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn input[type="submit"] + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"] + .form-submit.button,
  .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn input[type="submit"] + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"] + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .create-btn + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn + .form-submit.button,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .create-btn + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit + .form-submit.button,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button + .form-submit.button,
  .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button + .form-submit.button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a + .form-submit.button,
  #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a + .form-submit.button,
  .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button + .form-submit.button,
  .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button + .form-submit.button,
  .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a + .form-submit.button,
  .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit + .form-submit.button,
  .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit + .form-submit.button,
  .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit + .form-submit.button,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit + .form-submit.button,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit + .form-submit.button,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit + .form-submit.button,
  .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + .form-submit.button,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit + .form-submit.button,
  .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #edit-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a + .form-submit.button,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit + .form-submit.button,
  .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button + .form-submit.button,
  .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button + .form-submit.button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit.button,
  .important-concept-body .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit.button,
  .city-page-body .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit.button,
  .important-concept-body .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button + .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button + .form-submit.button {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 479px) {
  /* line 3325, ../../sass/base/_global.scss */
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .btn, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .expert-subinfo, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .testimonial-custom-wrapper footer .view-testimonial, .testimonial-custom-wrapper footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .view-testimonial, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper #edit-submit, .authentication-wrapper .authentication-content-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-login-returning-customer-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-reset-password-form #edit-actions #edit-submit, .cognito-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form #edit-actions #edit-submit, .cognito-multistep-reset-password-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-email-verify-form #edit-actions #edit-submit,
  .cognito-email-verify-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .field-add-more-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .profile-form .btn-wrapper .button, .profile-form .btn-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #user-change-password #edit-submit, #user-change-password .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-data-verification .form-submit, .student-data-verification .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .cart-aside-wrapper .form-actions .button, .cart-form .cart-aside-wrapper .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .layout-region-checkout-secondary .layout-region-checkout-footer .button, .layout-region-checkout-secondary .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-aside-wrapper .layout-region-checkout-footer .button,
  .cart-aside-wrapper .layout-region-checkout-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-verification-form .form-actions .button, .student-verification-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cognito-multistep-reset-password-form .form-actions input[type="submit"], .cognito-multistep-reset-password-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group input[type="submit"], .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .create-btn, .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .create-btn,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .cart-form .form-wrapper .form-submit,
  .cart-form .form-wrapper .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-offline-admission-form-form #edit-actions .button, .node-offline-admission-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .node-selfenrolment-checkout-form-form #edit-actions .button,
  .node-selfenrolment-checkout-form-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #block-views-block-current-offers-management-block-1 footer a, #block-views-block-current-offers-management-block-1 footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .answer-solution-block footer a, .answer-solution-block footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .find-office-wrapper .views-exposed-form .form-actions .button, .find-office-wrapper .views-exposed-form .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn #edit-actions .button, .price-cart-wrapper .course-type-btn #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .price-cart-wrapper .course-type-btn a, .price-cart-wrapper .course-type-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-attendance-form .form-submit, .student-attendance-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-upcoming-test-form .form-submit,
  .student-upcoming-test-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-timetable-form .form-submit,
  .student-timetable-form .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .student-result-data .form-submit,
  .student-result-data .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .centre-gallery-form .center-gallery-formfield .form-submit, .centre-gallery-form .center-gallery-formfield .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form #edit-actions #edit-submit, .scholar-form #edit-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group #edit-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn a, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .scholar-form .congratulation-action-btn .form-submit, .scholar-form .congratulation-action-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-block .views-row .form-actions .button, .product-block .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .wishlist-wrapper .views-row .form-actions .button,
  .wishlist-wrapper .views-row .form-actions .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .button, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button,
  .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .form-submit.button {
    width: 100%;
  }
}

/* line 3351, ../../sass/base/_global.scss */
.default-tab-wrapper {
  width: 100%;
  display: block;
}
/* line 3354, ../../sass/base/_global.scss */
.default-tab-wrapper .default-tab-links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-bottom: 1px solid #cacaca;
  max-width: 500px;
  margin: 20px auto;
}
@media (max-width: 767px) {
  /* line 3354, ../../sass/base/_global.scss */
  .default-tab-wrapper .default-tab-links {
    padding: 0;
  }
}
/* line 3365, ../../sass/base/_global.scss */
.default-tab-wrapper .default-tab-links li {
  position: relative;
  display: inline-block;
  margin: 0 20px;
}
@media (max-width: 767px) {
  /* line 3365, ../../sass/base/_global.scss */
  .default-tab-wrapper .default-tab-links li {
    margin: 0 5px;
  }
}
/* line 3372, ../../sass/base/_global.scss */
.default-tab-wrapper .default-tab-links li span {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
  display: block;
  color: #434343;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/* line 3382, ../../sass/base/_global.scss */
.default-tab-wrapper .default-tab-links li span:hover {
  opacity: 1;
}
/* line 3386, ../../sass/base/_global.scss */
.default-tab-wrapper .default-tab-links li:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  z-index: 1;
  height: 5px;
  background: transparent;
}
/* line 3398, ../../sass/base/_global.scss */
.default-tab-wrapper .default-tab-links li.active:after {
  background: #0098d5;
}
/* line 3401, ../../sass/base/_global.scss */
.default-tab-wrapper .default-tab-links li.active span {
  color: #0098d5;
}

/* line 3412, ../../sass/base/_global.scss */
.testimonial-custom-wrapper {
  text-align: center;
}
@media (max-width: 767px) {
  /* line 3412, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper {
    display: none;
  }
}
/* line 3418, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .item-list {
  position: relative;
}
/* line 3421, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 3424, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .slick-slide {
  padding: 30px 18px;
  height: auto;
}
/* line 3427, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .slick-slide > div {
  height: 100%;
  box-shadow: 0 6px 21px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 6px 21px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 6px 21px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0 6px 21px rgba(0, 0, 0, 0.13);
  position: relative;
}
/* line 3436, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .slick-slider {
  text-align: left;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  /* line 3436, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper .slick-slider {
    margin-bottom: 0;
  }
}
/* line 3443, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .views-field-field-testimonial-image img {
  height: 285px !important;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 3443, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper .views-field-field-testimonial-image img {
    height: 200px !important;
  }
}
/* line 3450, ../../sass/base/_global.scss */
.testimonial-custom-wrapper iframe {
  width: 100%;
  height: 285px !important;
  vertical-align: top;
}
@media (max-width: 991px) {
  /* line 3450, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper iframe {
    height: 250px !important;
  }
}
/* line 3458, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .slick-btn-wrapper {
  position: static;
  display: inline-block;
}
/* line 3461, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .slick-btn-wrapper .slick-arrow {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/class-home-sprite.png");
  background-repeat: no-repeat;
  background-position: -54px -73px;
  position: absolute;
  top: 50%;
  left: 0;
  height: 36px;
  width: 36px;
  margin-top: -40px;
  box-shadow: 0 0px 17px rgba(0, 0, 0, 0.3);
  font-size: 0;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #323236;
}
/* line 3483, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .slick-btn-wrapper .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 3486, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .slick-btn-wrapper .slick-arrow.slick-next {
  left: auto;
  right: 0;
  transform: none;
}
/* line 3491, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .slick-btn-wrapper .slick-arrow.slick-disabled {
  opacity: 0;
}
/* line 3495, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .slick-btn-wrapper .slick-dots {
  display: none !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 6px;
}
/* line 3499, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .slick-btn-wrapper .slick-dots li {
  margin: 0 3.5px;
}
/* line 3501, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .slick-btn-wrapper .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #000000;
  font-size: 0;
  padding: 0;
}
/* line 3510, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .slick-btn-wrapper .slick-dots li.slick-active button {
  background: #f9f9f9;
}
/* line 3517, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .views-field-field-banner-background,
.testimonial-custom-wrapper .views-field-field-upload-single-image {
  position: relative;
}
/* line 3520, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .views-field-field-banner-background a,
.testimonial-custom-wrapper .views-field-field-upload-single-image a {
  display: block;
}
/* line 3522, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .views-field-field-banner-background a img,
.testimonial-custom-wrapper .views-field-field-upload-single-image a img {
  height: 285px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 3522, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper .views-field-field-banner-background a img,
  .testimonial-custom-wrapper .views-field-field-upload-single-image a img {
    height: 200px !important;
  }
}
/* line 3531, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .views-field-field-banner-background .ajax-progress-throbber,
.testimonial-custom-wrapper .views-field-field-upload-single-image .ajax-progress-throbber {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
/* line 3541, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .views-field-field-testimonial-text p {
  color: #808080;
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
  height: 88px;
  overflow: hidden;
}
/* line 3549, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .views-field-field-testimonial-text .text {
  background: #f9f9f9;
  text-align: center;
  padding: 35px;
  height: 385px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  /* line 3549, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper .views-field-field-testimonial-text .text {
    height: 300px !important;
    padding: 15px;
  }
}
/* line 3561, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .views-field-field-testimonial-text .text p {
  font-size: 17px;
  line-height: 1.5;
  position: relative;
  padding: 20px 0;
  height: auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
@media (max-width: 991px) {
  /* line 3561, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper .views-field-field-testimonial-text .text p {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  /* line 3561, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper .views-field-field-testimonial-text .text p {
    font-size: 13px;
  }
}
/* line 3574, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .views-field-field-testimonial-text .text p:before {
  content: " ";
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/quotes-start.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 10px;
  display: inline-block;
  position: relative;
  top: -20px;
  margin-right: 7px;
}
/* line 3588, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .views-field-field-testimonial-text .text p:after {
  content: " ";
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/quotes-end.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 10px;
  display: inline-block;
  position: relative;
  bottom: -20px;
  margin-left: 7px;
}
/* line 3604, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .views-field-field-testimonial-text .video,
.testimonial-custom-wrapper .views-field-field-testimonial-text .pdf,
.testimonial-custom-wrapper .views-field-field-testimonial-text .image {
  padding: 10px 35px 0;
  min-height: 88px;
  text-align: justify;
}
@media (max-width: 479px) {
  /* line 3604, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper .views-field-field-testimonial-text .video,
  .testimonial-custom-wrapper .views-field-field-testimonial-text .pdf,
  .testimonial-custom-wrapper .views-field-field-testimonial-text .image {
    padding: 10px 15px 0;
  }
}
/* line 3615, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .testimonial-student-wrap {
  padding: 30px 25px;
  background: #ffffff;
  min-height: 120px;
  display: table;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 479px) {
  /* line 3615, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper .testimonial-student-wrap {
    padding: 15px;
  }
}
/* line 3625, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .testimonial-student-wrap .simage {
  float: left;
  margin-right: 21px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.13);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
}
/* line 3631, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .testimonial-student-wrap .simage img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  vertical-align: middle;
}
/* line 3639, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .testimonial-student-wrap .stitle {
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  color: #29343e;
}
@media (max-width: 479px) {
  /* line 3639, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper .testimonial-student-wrap .stitle {
    font-size: 13px;
    margin-top: 5px;
  }
}
/* line 3649, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .testimonial-student-wrap .sclass {
  color: #7b7b7b;
  font-size: 16px;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  /* line 3649, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper .testimonial-student-wrap .sclass {
    font-size: 13px;
  }
}
/* line 3658, ../../sass/base/_global.scss */
.testimonial-custom-wrapper .testimonial-student-wrap .sclass:after {
  content: " ";
  width: 36px;
  height: 3px;
  background: #0098d5;
  position: absolute;
  bottom: -9px;
  left: 81px;
}
@media (max-width: 767px) {
  /* line 3412, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper {
    padding: 0;
  }
  /* line 3679, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper .slick-slide {
    padding: 20px 15px 28px;
  }
  /* line 3682, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper footer {
    padding: 0 15px;
    margin-top: -20px;
  }
  /* line 3685, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper footer .view-testimonial {
    min-width: 60%;
  }
}
@media (max-width: 479px) {
  /* line 3691, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper footer {
    padding: 0;
  }
  /* line 3693, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper footer .view-testimonial {
    width: 100%;
  }
}
/* line 3698, ../../sass/base/_global.scss */
.testimonial-custom-wrapper.mobile-testimonial-block {
  display: none;
  padding: 0 20px;
  margin-top: -10px;
}
@media (max-width: 767px) {
  /* line 3698, ../../sass/base/_global.scss */
  .testimonial-custom-wrapper.mobile-testimonial-block {
    display: block !important;
  }
}
/* line 3705, ../../sass/base/_global.scss */
.testimonial-custom-wrapper.mobile-testimonial-block .item-list {
  box-shadow: 0 6px 21px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 6px 21px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 6px 21px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0 6px 21px rgba(0, 0, 0, 0.13);
}
/* line 3710, ../../sass/base/_global.scss */
.testimonial-custom-wrapper.mobile-testimonial-block .item-list .stitle,
.testimonial-custom-wrapper.mobile-testimonial-block .item-list .sclass {
  text-align: left;
}
/* line 3715, ../../sass/base/_global.scss */
.testimonial-custom-wrapper.mobile-testimonial-block footer {
  margin: 25px 0;
}

/* line 3721, ../../sass/base/_global.scss */
.views-testimonial-pdf {
  position: absolute;
  right: 25px;
  bottom: 40px;
}
@media (max-width: 1079px) {
  /* line 3721, ../../sass/base/_global.scss */
  .views-testimonial-pdf {
    right: initial;
    left: 50%;
    transform: TranslateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 10px;
  }
}
/* line 3733, ../../sass/base/_global.scss */
.views-testimonial-pdf a {
  position: relative;
  padding-left: 25px;
  color: #29343e;
  text-decoration: underline;
  font-size: 12px;
  white-space: nowrap;
}
/* line 3740, ../../sass/base/_global.scss */
.views-testimonial-pdf a:before {
  content: '';
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/class-home-sprite.png");
  background-repeat: no-repeat;
  background-position: -109px -10px;
  width: 22px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* line 3762, ../../sass/base/_global.scss */
.ui-widget-overlay {
  opacity: 0.8;
  background: #000000;
}

@media (max-width: 767px) {
  /* line 3767, ../../sass/base/_global.scss */
  .ui-dialog {
    width: 100% !important;
  }
}
/* line 3771, ../../sass/base/_global.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: 0;
  border: none;
  z-index: 1000;
}
/* line 3775, ../../sass/base/_global.scss */
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
/* line 3778, ../../sass/base/_global.scss */
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  margin: 0;
}
/* line 3782, ../../sass/base/_global.scss */
.ui-dialog .ui-dialog-content {
  padding: 0;
}
/* line 3784, ../../sass/base/_global.scss */
.ui-dialog .ui-dialog-content .videos-wrapper {
  margin-top: 5px;
}
/* line 3786, ../../sass/base/_global.scss */
.ui-dialog .ui-dialog-content .videos-wrapper .views-row {
  padding: 0;
}
/* line 3788, ../../sass/base/_global.scss */
.ui-dialog .ui-dialog-content .videos-wrapper .views-row iframe {
  height: 350px;
}
/* line 3793, ../../sass/base/_global.scss */
.ui-dialog .ui-dialog-content .testimonial-custom-wrapper {
  padding: 5px;
  display: block;
}

/* line 3803, ../../sass/base/_global.scss */
.authentication-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 0 !important;
}
/* line 3807, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-welcome-wrapper {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sign-up.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 72vh;
}
/* line 3819, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-welcome-wrapper .welcome-text {
  max-width: 480px;
  padding: 15px;
  text-align: center;
}
/* line 3824, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-welcome-wrapper h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 55px;
  line-height: 1.3;
}
/* line 3829, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-welcome-wrapper h2 span {
  display: block;
}
/* line 3833, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-welcome-wrapper p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
}
/* line 3839, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper {
  width: 50%;
  background: #f9f9f9;
  padding: 55px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 3846, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper form {
  max-width: 395px;
  padding: 15px;
}
/* line 3850, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .mob-wrap {
  position: relative;
}
/* line 3852, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .mob-wrap input[type="text"] {
  padding-right: 85px;
}
/* line 3855, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .mob-wrap .otp-link {
  display: block;
  margin-bottom: 10px;
  position: absolute;
  top: 12px;
  right: 15px;
  text-align: right;
  padding: 0 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
}
/* line 3869, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .mob-wrap .otp-link a {
  color: #0098d5;
}
/* line 3874, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .otp-msg {
  text-align: center;
  text-align: center;
  display: block;
}
/* line 3878, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .otp-msg span {
  padding: 0 10px 10px;
  display: block;
}
/* line 3881, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .otp-msg span:empty {
  display: none;
}
/* line 3885, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .otp-msg:empty {
  display: none;
}
/* line 3889, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper #edit-field-user-otp-wrapper {
  margin-top: 10px;
}
/* line 3892, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper #edit-field-signup-type {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 421, ../../sass/base/_mixins.scss */
.authentication-wrapper .authentication-content-wrapper #edit-field-signup-type input[type='radio'] {
  background: none;
  border: none;
  cursor: pointer;
  height: 12px;
  opacity: 0;
  position: relative;
  top: 2px;
  width: 12px;
  z-index: 100;
}
/* line 432, ../../sass/base/_mixins.scss */
.authentication-wrapper .authentication-content-wrapper #edit-field-signup-type input[type='radio']:checked + label:after {
  display: block;
}
/* line 435, ../../sass/base/_mixins.scss */
.authentication-wrapper .authentication-content-wrapper #edit-field-signup-type input[type='radio']:checked + label:before {
  display: none;
}
/* line 440, ../../sass/base/_mixins.scss */
.authentication-wrapper .authentication-content-wrapper #edit-field-signup-type label {
  cursor: pointer;
  line-height: 18px;
  padding-left: 5px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-right: 15px;
  color: #434343;
  font-size: 14px;
  line-height: 1;
}
/* line 452, ../../sass/base/_mixins.scss */
.authentication-wrapper .authentication-content-wrapper #edit-field-signup-type label:before {
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  content: '';
  border: 1px solid #919191;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 468, ../../sass/base/_mixins.scss */
.authentication-wrapper .authentication-content-wrapper #edit-field-signup-type label:after {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 12px;
  width: 12px;
  content: '';
  border: 5px solid #008fd3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: none;
}
/* line 483, ../../sass/base/_mixins.scss */
.authentication-wrapper .authentication-content-wrapper #edit-field-signup-type label:last-child {
  margin-right: 0px;
}
/* line 3896, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper input[type="text"],
.authentication-wrapper .authentication-content-wrapper input[type="email"],
.authentication-wrapper .authentication-content-wrapper input[type="password"],
.authentication-wrapper .authentication-content-wrapper select {
  width: 100%;
}
/* line 3902, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .js-form-type-radio {
  width: 50%;
}
/* line 3905, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper #edit-submit {
  width: 100%;
  margin: 15px auto;
}
/* line 3910, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .js-form-item {
  margin-bottom: 15px;
}
/* line 3913, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .form-wrapper {
  margin-bottom: 15px;
  padding: 0;
}
/* line 3917, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper #edit-account > div,
.authentication-wrapper .authentication-content-wrapper #edit-pass > div {
  margin-bottom: 15px;
}
/* line 3921, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .link-wrapper {
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  text-align: center;
  font-weight: 700;
}
/* line 3927, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .link-wrapper a {
  color: #0098d5;
}
/* line 3931, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .forgot-wrapper {
  text-align: right;
  margin-bottom: 0px;
}
/* line 3934, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .forgot-wrapper a {
  color: #0098d5;
  font-size: 13px;
  line-height: 1;
}
/* line 3940, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .terms-wrapper {
  font-size: 12px;
  line-height: 1.3;
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
  display: inline;
}
/* line 3947, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .terms-wrapper a {
  color: #0098d5;
}
/* line 3951, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap {
  max-width: 395px;
  margin: auto;
  padding: 15px;
}
/* line 3955, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .checkout-pane-login {
  padding: 0;
}
/* line 3958, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .form-wrapper__returning-customer {
  width: 100%;
  padding: 0;
}
/* line 3962, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .forgot-wrapper,
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap .terms-wrapper {
  padding: 0;
}
/* line 3966, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit {
  width: 100%;
  margin: 15px auto;
}
/* line 3973, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .user-register-form .form-wrapper {
  padding: 0;
}
/* line 3977, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .form-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 3px 3px 0;
}
/* line 3982, ../../sass/base/_global.scss */
.authentication-wrapper .authentication-content-wrapper .form-item-signuptermscondition {
  padding: 0 5px;
}
@media (max-width: 991px) {
  /* line 3987, ../../sass/base/_global.scss */
  .authentication-wrapper .authentication-content-wrapper #edit-field-signup-type label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  /* line 3803, ../../sass/base/_global.scss */
  .authentication-wrapper {
    min-height: auto;
    height: auto;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  /* line 3995, ../../sass/base/_global.scss */
  .authentication-wrapper .authentication-welcome-wrapper {
    width: 100%;
    display: none;
  }
  /* line 3998, ../../sass/base/_global.scss */
  .authentication-wrapper .authentication-welcome-wrapper .welcome-text {
    margin: 0 auto;
  }
  /* line 4001, ../../sass/base/_global.scss */
  .authentication-wrapper .authentication-welcome-wrapper h2 {
    font-size: 33px;
  }
  /* line 4005, ../../sass/base/_global.scss */
  .authentication-wrapper .authentication-content-wrapper {
    width: 100%;
    padding: 15px 0;
  }
  /* line 4008, ../../sass/base/_global.scss */
  .authentication-wrapper .authentication-content-wrapper h2 {
    margin-bottom: 40px;
  }
  /* line 4011, ../../sass/base/_global.scss */
  .authentication-wrapper .authentication-content-wrapper #edit-field-signup-type {
    margin-bottom: 0;
  }
  /* line 4014, ../../sass/base/_global.scss */
  .authentication-wrapper .authentication-content-wrapper .form-wrapper {
    padding: 0;
  }
}
/* line 4020, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-welcome-wrapper {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/bg-student-login-info.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 4026, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-welcome-wrapper .welcome-text {
  text-align: left;
  padding: 85px 15px;
}
@media (max-width: 767px) {
  /* line 4026, ../../sass/base/_global.scss */
  .authentication-wrapper.outstanding-student-info .authentication-welcome-wrapper .welcome-text {
    padding: 40px 15px;
  }
}
/* line 4032, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-welcome-wrapper .welcome-text h1 {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 767px) {
  /* line 4032, ../../sass/base/_global.scss */
  .authentication-wrapper.outstanding-student-info .authentication-welcome-wrapper .welcome-text h1 {
    font-size: 26px;
  }
}
/* line 4039, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-welcome-wrapper .welcome-text h1:after {
  content: "";
  width: 90px;
  height: 1px;
  background: #fff;
  display: block;
  margin-top: 10px;
}
/* line 4048, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-welcome-wrapper .welcome-text ul {
  margin: 40px 0px 10px;
  position: relative;
}
/* line 4051, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-welcome-wrapper .welcome-text ul:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 85%;
  top: 0px;
  background: #fff;
  left: 16px;
}
/* line 4061, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-welcome-wrapper .welcome-text ul li {
  padding-left: 45px;
  position: relative;
  margin-bottom: 30px;
  color: #fff;
}
/* line 4066, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-welcome-wrapper .welcome-text ul li:before {
  content: attr(data-val);
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  background: #2d385e;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
}
/* line 4082, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-welcome-wrapper .welcome-text ul li.active:before {
  color: #2d385e;
  background: #fff;
  border-color: #2d385e;
}
/* line 4088, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-welcome-wrapper .welcome-text ul li h4 {
  font-weight: 400;
  padding-bottom: 7px;
  font-size: 22px;
}
/* line 4093, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-welcome-wrapper .welcome-text ul li p {
  font-size: 14px;
  margin-bottom: 0;
}
/* line 4102, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-content-wrapper h2 {
  position: relative;
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}
/* line 4107, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-content-wrapper h2:after {
  content: "";
  background: #0098d5;
  display: block;
  width: 100px;
  height: 2px;
  margin: 5px auto;
}
/* line 4116, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-content-wrapper input[type='date']::-webkit-clear-button,
.authentication-wrapper.outstanding-student-info .authentication-content-wrapper input[type='date']::-webkit-inner-spin-button,
.authentication-wrapper.outstanding-student-info .authentication-content-wrapper input[type='date']::-webkit-calendar-picker-indicator {
  display: none;
}
/* line 4121, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-content-wrapper input[type="date"]::before {
  content: attr(data-placeholder);
  width: 100%;
}
/* line 4125, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-content-wrapper input[type="date"]:focus::before,
.authentication-wrapper.outstanding-student-info .authentication-content-wrapper input[type="date"]:valid::before {
  display: none;
}
/* line 4129, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-content-wrapper .select-fee {
  max-width: 80%;
}
/* line 4131, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-content-wrapper .select-fee ul {
  padding-top: 30px;
}
/* line 4133, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-content-wrapper .select-fee ul li {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
/* line 4138, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-content-wrapper .select-fee ul li span:first-child {
  padding: 0px 10px;
  font-size: 15px;
}
/* line 4141, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-content-wrapper .select-fee ul li span:first-child a {
  width: 100px;
  border-radius: 4px;
  border: 1px solid #fff;
  display: inline-block;
}
/* line 4146, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-content-wrapper .select-fee ul li span:first-child a:hover {
  background: transparent;
  color: #0093eb;
  border-color: #0093eb;
}
/* line 4153, ../../sass/base/_global.scss */
.authentication-wrapper.outstanding-student-info .authentication-content-wrapper .select-fee ul li + li {
  border-top: 1px solid #ccc;
  padding-top: 8px;
}

/* line 4167, ../../sass/base/_global.scss */
.cognito-reset-password-form, .cognito-multistep-reset-password-form,
.cognito-email-verify-form {
  max-width: 470px;
  margin: 60px auto;
  padding: 15px;
}
@media (max-width: 767px) {
  /* line 4167, ../../sass/base/_global.scss */
  .cognito-reset-password-form, .cognito-multistep-reset-password-form,
  .cognito-email-verify-form {
    margin: 30px auto;
  }
}
/* line 4176, ../../sass/base/_global.scss */
.cognito-reset-password-form .digital-head-title + span, .cognito-multistep-reset-password-form .digital-head-title + span, .cognito-reset-password-form .contact-wrapper .contach-title h2 + span, .contact-wrapper .contach-title .cognito-reset-password-form h2 + span, .cognito-multistep-reset-password-form .contact-wrapper .contach-title h2 + span, .contact-wrapper .contach-title .cognito-multistep-reset-password-form h2 + span, .cognito-reset-password-form .contact-form-wrap .node-contact-us-management-form h2 + span, .contact-form-wrap .node-contact-us-management-form .cognito-reset-password-form h2 + span, .cognito-multistep-reset-password-form .contact-form-wrap .node-contact-us-management-form h2 + span, .contact-form-wrap .node-contact-us-management-form .cognito-multistep-reset-password-form h2 + span,
.cognito-email-verify-form .digital-head-title + span,
.cognito-email-verify-form .contact-wrapper .contach-title h2 + span,
.contact-wrapper .contach-title .cognito-email-verify-form h2 + span,
.cognito-email-verify-form .contact-form-wrap .node-contact-us-management-form h2 + span,
.contact-form-wrap .node-contact-us-management-form .cognito-email-verify-form h2 + span {
  display: block;
  text-align: center;
  margin: 50px 0 30px 0;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
}
/* line 4185, ../../sass/base/_global.scss */
.cognito-reset-password-form .js-form-item, .cognito-multistep-reset-password-form .js-form-item,
.cognito-email-verify-form .js-form-item {
  max-width: 395px;
  margin: 0 auto 15px auto;
}
/* line 4189, ../../sass/base/_global.scss */
.cognito-reset-password-form .form-text, .cognito-multistep-reset-password-form .form-text,
.cognito-email-verify-form .form-text {
  width: 100%;
}
/* line 4192, ../../sass/base/_global.scss */
.cognito-reset-password-form #edit-actions, .cognito-multistep-reset-password-form #edit-actions,
.cognito-email-verify-form #edit-actions {
  max-width: 395px;
  margin: 0 auto 15px auto;
  width: 100%;
}
/* line 4196, ../../sass/base/_global.scss */
.cognito-reset-password-form #edit-actions #edit-submit, .cognito-multistep-reset-password-form #edit-actions #edit-submit,
.cognito-email-verify-form #edit-actions #edit-submit {
  width: 100%;
}
/* line 4201, ../../sass/base/_global.scss */
.cognito-reset-password-form .otp-filed-wrapper, .cognito-multistep-reset-password-form .otp-filed-wrapper,
.cognito-email-verify-form .otp-filed-wrapper {
  position: relative;
}
/* line 4203, ../../sass/base/_global.scss */
.cognito-reset-password-form .otp-filed-wrapper .form-text, .cognito-multistep-reset-password-form .otp-filed-wrapper .form-text,
.cognito-email-verify-form .otp-filed-wrapper .form-text {
  padding-right: 100px;
}
/* line 4206, ../../sass/base/_global.scss */
.cognito-reset-password-form .otp-filed-wrapper .reset-otp-link, .cognito-multistep-reset-password-form .otp-filed-wrapper .reset-otp-link,
.cognito-reset-password-form .otp-filed-wrapper .reset-email-link,
.cognito-multistep-reset-password-form .otp-filed-wrapper .reset-email-link,
.cognito-email-verify-form .otp-filed-wrapper .reset-otp-link,
.cognito-email-verify-form .otp-filed-wrapper .reset-email-link {
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
  padding: 0 10px;
  font-weight: 700;
  position: absolute;
  top: 12px;
  right: 30px;
  color: #0098d5;
}
@media (max-width: 479px) {
  /* line 4206, ../../sass/base/_global.scss */
  .cognito-reset-password-form .otp-filed-wrapper .reset-otp-link, .cognito-multistep-reset-password-form .otp-filed-wrapper .reset-otp-link,
  .cognito-reset-password-form .otp-filed-wrapper .reset-email-link,
  .cognito-multistep-reset-password-form .otp-filed-wrapper .reset-email-link,
  .cognito-email-verify-form .otp-filed-wrapper .reset-otp-link,
  .cognito-email-verify-form .otp-filed-wrapper .reset-email-link {
    right: 15px;
    padding: 0 5px;
  }
}
/* line 4224, ../../sass/base/_global.scss */
.cognito-reset-password-form .otp-filed-wrapper .reset-otp-link a, .cognito-multistep-reset-password-form .otp-filed-wrapper .reset-otp-link a,
.cognito-reset-password-form .otp-filed-wrapper .reset-email-link a,
.cognito-multistep-reset-password-form .otp-filed-wrapper .reset-email-link a,
.cognito-email-verify-form .otp-filed-wrapper .reset-otp-link a,
.cognito-email-verify-form .otp-filed-wrapper .reset-email-link a {
  color: inherit;
}
/* line 4229, ../../sass/base/_global.scss */
.cognito-reset-password-form #edit-cognito-uname--description, .cognito-multistep-reset-password-form #edit-cognito-uname--description,
.cognito-email-verify-form #edit-cognito-uname--description {
  margin: 10px 0;
  border: 1px solid #e7e8e9;
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 13px;
  line-height: 1.5;
  color: #000000;
  position: relative;
}
/* line 4238, ../../sass/base/_global.scss */
.cognito-reset-password-form #edit-cognito-uname--description:before, .cognito-multistep-reset-password-form #edit-cognito-uname--description:before,
.cognito-email-verify-form #edit-cognito-uname--description:before {
  content: " ";
  width: 15px;
  height: 15px;
  border-top: 1px solid #e7e8e9;
  border-right: 1px solid #e7e8e9;
  position: absolute;
  top: -9px;
  left: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #ffffff;
}
/* line 4254, ../../sass/base/_global.scss */
.cognito-reset-password-form .reset-otp-msg, .cognito-multistep-reset-password-form .reset-otp-msg,
.cognito-reset-password-form .reset-email-msg,
.cognito-multistep-reset-password-form .reset-email-msg,
.cognito-email-verify-form .reset-otp-msg,
.cognito-email-verify-form .reset-email-msg {
  font-size: 14px;
  line-height: 1.5;
  color: #e3161a;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 479px) {
  /* line 4254, ../../sass/base/_global.scss */
  .cognito-reset-password-form .reset-otp-msg, .cognito-multistep-reset-password-form .reset-otp-msg,
  .cognito-reset-password-form .reset-email-msg,
  .cognito-multistep-reset-password-form .reset-email-msg,
  .cognito-email-verify-form .reset-otp-msg,
  .cognito-email-verify-form .reset-email-msg {
    text-align: left;
  }
}

/* line 4271, ../../sass/base/_global.scss */
.loader-wrapper {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.7);
  background-size: 198px 198px;
}

/* line 4291, ../../sass/base/_global.scss */
.show-more-btn {
  font-weight: 700;
  color: #008fd3;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  display: none;
}
@media (max-width: 767px) {
  /* line 4291, ../../sass/base/_global.scss */
  .show-more-btn {
    display: block;
  }
}

/* line 4307, ../../sass/base/_global.scss */
.aside-bar-toggle,
.aside-bar-close {
  display: none;
}

@media (max-width: 1023px) {
  /* line 4313, ../../sass/base/_global.scss */
  #sidebar {
    width: 250px;
  }
  /* line 4317, ../../sass/base/_global.scss */
  #sidebar .menu > .menu-item a {
    padding: 18px;
  }
  /* line 4321, ../../sass/base/_global.scss */
  #sidebar .menu > .menu-item.menu-item--active-trail .menu {
    padding-left: 18px;
  }
  /* line 4327, ../../sass/base/_global.scss */
  #sidebar.aside-nav {
    padding: 18px;
  }
}
@media (max-width: 767px) {
  /* line 4334, ../../sass/base/_global.scss */
  #sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
    z-index: 9999;
    padding-top: 55px;
    width: 100%;
    box-shadow: none;
    overflow: auto;
  }
  /* line 4345, ../../sass/base/_global.scss */
  #sidebar.aside-nav {
    padding-top: 55px;
  }
  /* line 4348, ../../sass/base/_global.scss */
  #sidebar .aside-title {
    display: none;
  }

  /* line 4352, ../../sass/base/_global.scss */
  .aside-bar-toggle,
  .aside-bar-close {
    display: block;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.32);
  }
  /* line 4367, ../../sass/base/_global.scss */
  .aside-bar-toggle span,
  .aside-bar-close span {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/refine.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    vertical-align: middle;
  }
  /* line 4379, ../../sass/base/_global.scss */
  .aside-bar-toggle label,
  .aside-bar-close label {
    display: inline-block;
    color: #2b2b2e;
    font-size: 18px;
    line-height: 25px;
    vertical-align: middle;
    font-weight: 700;
    margin: 0;
    padding-left: 5px;
  }

  /* line 4390, ../../sass/base/_global.scss */
  .aside-bar-toggle {
    position: fixed;
    top: 103px;
    right: 0;
    left: 0;
    z-index: 100;
  }

  /* line 4399, ../../sass/base/_global.scss */
  .aside-bar-close span {
    background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/close-menu-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
  }
}
/* line 4414, ../../sass/base/_global.scss */
.contact-wrapper {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/result-page-wave.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #f8fdff;
  background-size: 100%;
  padding: 30px 0 40px 0;
}
@media (max-width: 767px) {
  /* line 4414, ../../sass/base/_global.scss */
  .contact-wrapper {
    padding: 10px 0 30px 0;
  }
}
/* line 4424, ../../sass/base/_global.scss */
.contact-wrapper .contact-inner-wrapper {
  max-width: 1095px;
  margin: auto;
  padding: 0 15px;
}
@media (max-width: 767px) {
  /* line 4428, ../../sass/base/_global.scss */
  .contact-wrapper .contach-title {
    display: none;
  }
}
/* line 4432, ../../sass/base/_global.scss */
.contact-wrapper .contach-title h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 991px) {
  /* line 4432, ../../sass/base/_global.scss */
  .contact-wrapper .contach-title h2 {
    font-size: 33px;
    margin-bottom: 20px;
  }
}
/* line 4443, ../../sass/base/_global.scss */
.contact-wrapper .contact-detail-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 767px) {
  /* line 4443, ../../sass/base/_global.scss */
  .contact-wrapper .contact-detail-wrapper {
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
  }
}
/* line 4450, ../../sass/base/_global.scss */
.contact-wrapper .contact-detail-wrapper .contact-block {
  text-align: center;
  width: 355px;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 4450, ../../sass/base/_global.scss */
  .contact-wrapper .contact-detail-wrapper .contact-block {
    width: 100%;
    padding: 20px;
    text-align: left;
    padding-left: 70px;
  }
}
/* line 4461, ../../sass/base/_global.scss */
.contact-wrapper .contact-detail-wrapper .contact-block h5 {
  margin-bottom: 4px;
  font-size: 14px;
}
/* line 4466, ../../sass/base/_global.scss */
.contact-wrapper .contact-detail-wrapper .contact-block figure {
  background: #5b5b5b;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto 15px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 4466, ../../sass/base/_global.scss */
  .contact-wrapper .contact-detail-wrapper .contact-block figure {
    position: absolute;
    top: 20px;
    left: 0;
    width: 40px;
    height: 40px;
  }
}
/* line 4486, ../../sass/base/_global.scss */
.contact-wrapper .contact-detail-wrapper .contact-block figure img {
  max-width: 40px;
}
@media (max-width: 767px) {
  /* line 4486, ../../sass/base/_global.scss */
  .contact-wrapper .contact-detail-wrapper .contact-block figure img {
    max-width: 18px;
  }
}
/* line 4493, ../../sass/base/_global.scss */
.contact-wrapper .contact-detail-wrapper .contact-block address {
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  max-width: 200px;
  margin: auto;
}
@media (max-width: 767px) {
  /* line 4493, ../../sass/base/_global.scss */
  .contact-wrapper .contact-detail-wrapper .contact-block address {
    margin: 0;
  }
}
/* line 4503, ../../sass/base/_global.scss */
.contact-wrapper .contact-detail-wrapper .contact-block span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
/* line 4508, ../../sass/base/_global.scss */
.contact-wrapper .contact-detail-wrapper .contact-block strong {
  font-weight: 700;
}
/* line 4511, ../../sass/base/_global.scss */
.contact-wrapper .contact-detail-wrapper .contact-block a {
  color: #0098d5;
  font-weight: 700;
}
@media (max-width: 767px) {
  /* line 4516, ../../sass/base/_global.scss */
  .contact-wrapper .contact-detail-wrapper .contact-block:nth-child(2) {
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
  }
}
/* line 4521, ../../sass/base/_global.scss */
.contact-wrapper .contact-detail-wrapper .contact-block:nth-child(2):before, .contact-wrapper .contact-detail-wrapper .contact-block:nth-child(2):after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 1px;
  height: 65%;
  background: #c7c7c7;
}
@media (max-width: 767px) {
  /* line 4521, ../../sass/base/_global.scss */
  .contact-wrapper .contact-detail-wrapper .contact-block:nth-child(2):before, .contact-wrapper .contact-detail-wrapper .contact-block:nth-child(2):after {
    content: none;
  }
}
/* line 4538, ../../sass/base/_global.scss */
.contact-wrapper .contact-detail-wrapper .contact-block:nth-child(2):after {
  content: '';
  right: 0;
  left: initial;
}
@media (max-width: 767px) {
  /* line 4538, ../../sass/base/_global.scss */
  .contact-wrapper .contact-detail-wrapper .contact-block:nth-child(2):after {
    content: none;
  }
}
/* line 4546, ../../sass/base/_global.scss */
.contact-wrapper .contact-detail-wrapper .contact-block:nth-child(2) figure {
  background: #0a3d6a;
}
/* line 4548, ../../sass/base/_global.scss */
.contact-wrapper .contact-detail-wrapper .contact-block:nth-child(2) figure:before {
  content: '';
  width: 92px;
  height: 92px;
  position: absolute;
  top: -4px;
  left: -4px;
  background: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #0a3d6a;
}
@media (max-width: 767px) {
  /* line 4548, ../../sass/base/_global.scss */
  .contact-wrapper .contact-detail-wrapper .contact-block:nth-child(2) figure:before {
    content: none;
  }
}

/* line 4571, ../../sass/base/_global.scss */
.contact-form-wrap {
  padding: 50px 0;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 4571, ../../sass/base/_global.scss */
  .contact-form-wrap {
    padding: 30px 0;
  }
}
/* line 4577, ../../sass/base/_global.scss */
.contact-form-wrap .node-contact-us-management-form {
  margin: auto;
  padding: 0 15px;
}
/* line 4580, ../../sass/base/_global.scss */
.contact-form-wrap .node-contact-us-management-form h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  /* line 4580, ../../sass/base/_global.scss */
  .contact-form-wrap .node-contact-us-management-form h2 {
    font-size: 33px;
  }
}
/* line 4590, ../../sass/base/_global.scss */
.contact-form-wrap .node-contact-us-management-form #edit-actions {
  padding-top: 30px;
}
/* line 4592, ../../sass/base/_global.scss */
.contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit {
  margin: auto;
  display: block;
}
/* line 4598, ../../sass/base/_global.scss */
.contact-form-wrap .node-contact-us-management-form #edit-field-expertlead-learning {
  width: 100%;
}
/* line 4601, ../../sass/base/_global.scss */
.contact-form-wrap .node-contact-us-management-form #edit-field-expertlead-learning-wrapper {
  margin-bottom: 38px;
}
/* line 4604, ../../sass/base/_global.scss */
.contact-form-wrap .node-contact-us-management-form #edit-field-contact-user-type {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 18px;
}
/* line 421, ../../sass/base/_mixins.scss */
.contact-form-wrap .node-contact-us-management-form #edit-field-contact-user-type input[type='radio'] {
  background: none;
  border: none;
  cursor: pointer;
  height: 12px;
  opacity: 0;
  position: relative;
  top: 2px;
  width: 12px;
  z-index: 100;
}
/* line 432, ../../sass/base/_mixins.scss */
.contact-form-wrap .node-contact-us-management-form #edit-field-contact-user-type input[type='radio']:checked + label:after {
  display: block;
}
/* line 435, ../../sass/base/_mixins.scss */
.contact-form-wrap .node-contact-us-management-form #edit-field-contact-user-type input[type='radio']:checked + label:before {
  display: none;
}
/* line 440, ../../sass/base/_mixins.scss */
.contact-form-wrap .node-contact-us-management-form #edit-field-contact-user-type label {
  cursor: pointer;
  line-height: 18px;
  padding-left: 5px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-right: 15px;
  color: #434343;
  font-size: 14px;
  line-height: 1;
}
/* line 452, ../../sass/base/_mixins.scss */
.contact-form-wrap .node-contact-us-management-form #edit-field-contact-user-type label:before {
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  content: '';
  border: 1px solid #919191;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 468, ../../sass/base/_mixins.scss */
.contact-form-wrap .node-contact-us-management-form #edit-field-contact-user-type label:after {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 12px;
  width: 12px;
  content: '';
  border: 5px solid #008fd3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: none;
}
/* line 483, ../../sass/base/_mixins.scss */
.contact-form-wrap .node-contact-us-management-form #edit-field-contact-user-type label:last-child {
  margin-right: 0px;
}
/* line 4608, ../../sass/base/_global.scss */
.contact-form-wrap .node-contact-us-management-form #edit-field-contact-user-type .js-form-item {
  width: 223px;
}
/* line 4612, ../../sass/base/_global.scss */
.contact-form-wrap .node-contact-us-management-form select {
  width: 100%;
}
/* line 4615, ../../sass/base/_global.scss */
.contact-form-wrap .node-contact-us-management-form #edit-field-class-info-wrapper {
  width: 219px;
  float: left;
}
/* line 4628, ../../sass/base/_global.scss */
.contact-form-wrap .node-contact-us-management-form .contact-sub-head {
  color: #838383;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  padding: 20px 0 8px;
  clear: both;
}
/* line 4636, ../../sass/base/_global.scss */
.contact-form-wrap .node-contact-us-management-form #edit-title-wrapper,
.contact-form-wrap .node-contact-us-management-form #edit-field-expertlead-mobile-wrapper,
.contact-form-wrap .node-contact-us-management-form #edit-field-class-info-wrapper {
  width: 337px;
  margin-right: 21px;
  float: left;
  margin-bottom: 20px;
}
/* line 4643, ../../sass/base/_global.scss */
.contact-form-wrap .node-contact-us-management-form #edit-title-wrapper input,
.contact-form-wrap .node-contact-us-management-form #edit-field-expertlead-mobile-wrapper input,
.contact-form-wrap .node-contact-us-management-form #edit-field-class-info-wrapper input {
  width: 100%;
}
/* line 4647, ../../sass/base/_global.scss */
.contact-form-wrap .node-contact-us-management-form #edit-field-expertlead-email-wrapper,
.contact-form-wrap .node-contact-us-management-form #edit-field-common-state-wrapper,
.contact-form-wrap .node-contact-us-management-form #edit-field-result-center-wrapper,
.contact-form-wrap .node-contact-us-management-form #edit-field-stream-info-wrapper {
  width: 337px;
  float: left;
  margin-bottom: 20px;
}
/* line 4654, ../../sass/base/_global.scss */
.contact-form-wrap .node-contact-us-management-form #edit-field-expertlead-email-wrapper input,
.contact-form-wrap .node-contact-us-management-form #edit-field-common-state-wrapper input,
.contact-form-wrap .node-contact-us-management-form #edit-field-result-center-wrapper input,
.contact-form-wrap .node-contact-us-management-form #edit-field-stream-info-wrapper input {
  width: 100%;
}
/* line 4658, ../../sass/base/_global.scss */
.contact-form-wrap .node-contact-us-management-form textarea {
  width: 100%;
  margin-bottom: 5px;
  height: 171px;
}
@media (max-width: 767px) {
  /* line 4658, ../../sass/base/_global.scss */
  .contact-form-wrap .node-contact-us-management-form textarea {
    height: 150px;
  }
}
/* line 4666, ../../sass/base/_global.scss */
.contact-form-wrap .node-contact-us-management-form #edit-field-common-txtarea-wrapper {
  clear: both;
}
@media (max-width: 767px) {
  /* line 4670, ../../sass/base/_global.scss */
  .contact-form-wrap .node-contact-us-management-form #edit-field-expertlead-learning-wrapper {
    margin-bottom: 20px;
  }
  /* line 4673, ../../sass/base/_global.scss */
  .contact-form-wrap .node-contact-us-management-form #edit-field-expertlead-email-wrapper,
  .contact-form-wrap .node-contact-us-management-form #edit-field-common-state-wrapper,
  .contact-form-wrap .node-contact-us-management-form #edit-title-wrapper,
  .contact-form-wrap .node-contact-us-management-form #edit-field-expertlead-mobile-wrapper,
  .contact-form-wrap .node-contact-us-management-form #edit-field-class-info-wrapper,
  .contact-form-wrap .node-contact-us-management-form #edit-field-stream-info-wrapper,
  .contact-form-wrap .node-contact-us-management-form #edit-field-select-course-wrapper,
  .contact-form-wrap .node-contact-us-management-form #edit-field-result-center-wrapper,
  .contact-form-wrap .node-contact-us-management-form #edit-field-class-info-wrapper,
  .contact-form-wrap .node-contact-us-management-form #edit-field-stream-info-wrapper {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
  /* line 4687, ../../sass/base/_global.scss */
  .contact-form-wrap .node-contact-us-management-form .contact-sub-head {
    padding: 10px 0;
  }
  /* line 4691, ../../sass/base/_global.scss */
  .contact-form-wrap .node-contact-us-management-form #edit-field-contact-user-type .js-form-item {
    max-width: 223px;
    width: 50%;
  }
}

/* line 4708, ../../sass/base/_global.scss */
.news-listing-wrapper .aside-nav .js-form-item-field-testimonial-year-value,
.answer-listing-wrapper .aside-nav .js-form-item-field-testimonial-year-value,
.result-listing-wrapper .aside-nav .js-form-item-field-testimonial-year-value,
.testimonial-listing-wrapper .aside-nav .js-form-item-field-testimonial-year-value {
  margin-bottom: 0;
}
/* line 4710, ../../sass/base/_global.scss */
.news-listing-wrapper .aside-nav .js-form-item-field-testimonial-year-value input[type="text"],
.answer-listing-wrapper .aside-nav .js-form-item-field-testimonial-year-value input[type="text"],
.result-listing-wrapper .aside-nav .js-form-item-field-testimonial-year-value input[type="text"],
.testimonial-listing-wrapper .aside-nav .js-form-item-field-testimonial-year-value input[type="text"] {
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
  border: 0;
}

/* line 4722, ../../sass/base/_global.scss */
.profile-form .tabledrag-hide {
  display: none;
}

/* line 4728, ../../sass/base/_global.scss */
.commerce_product_custom #block-classroom-breadcrumbs {
  display: none;
}
/* line 4732, ../../sass/base/_global.scss */
.commerce_product_custom #main #block-classroom-breadcrumbs {
  display: block;
}
@media (max-width: 1023px) {
  /* line 4732, ../../sass/base/_global.scss */
  .commerce_product_custom #main #block-classroom-breadcrumbs {
    display: none;
  }
}

/* line 4742, ../../sass/base/_global.scss */
#views-exposed-form-digital-product-search-page-3 .js-form-item-field-centers {
  margin-bottom: 0;
}
/* line 4744, ../../sass/base/_global.scss */
#views-exposed-form-digital-product-search-page-3 .js-form-item-field-centers label {
  display: none;
}
/* line 4747, ../../sass/base/_global.scss */
#views-exposed-form-digital-product-search-page-3 .js-form-item-field-centers input[type="text"] {
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
  border: 0;
}
/* line 4755, ../../sass/base/_global.scss */
#views-exposed-form-digital-product-search-page-3 .js-form-item-search-api-fulltext {
  display: none;
}

/* line 4762, ../../sass/base/_global.scss */
.cart-aside-wrapper .form-actions #edit-submit {
  display: none;
}

/* line 4769, ../../sass/base/_global.scss */
.grid-layout .package_contain-count {
  display: none;
}
/* line 4773, ../../sass/base/_global.scss */
.grid-layout .course-validity span {
  position: relative;
}
/* line 4774, ../../sass/base/_global.scss */
.grid-layout .course-validity span:first-child {
  display: none;
}
/* line 4778, ../../sass/base/_global.scss */
.grid-layout .course-validity span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: #ffffff;
}
/* line 4793, ../../sass/base/_global.scss */
.grid-layout .grid-action .js-form-type-number {
  display: none;
}

/* line 4800, ../../sass/base/_global.scss */
.course-item-footer .field--type-entity-reference {
  display: none;
}

/* line 4808, ../../sass/base/_global.scss */
body .header-wrapper nav .pop-hde {
  display: none !important;
  vertical-align: middle;
}
/* line 4811, ../../sass/base/_global.scss */
body .header-wrapper nav .pop-hde a {
  box-shadow: 0 3px 5px rgba(5, 114, 165, 0.3);
  -webkit-box-shadow: 0 3px 5px rgba(5, 114, 165, 0.3);
  background: #ffffff;
  padding: 7px 10px !important;
  padding-right: 35px !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #2ca5e4 !important;
  position: relative;
  font-size: 12px !important;
  min-width: 120px;
  min-height: 26px;
}
@media (max-width: 767px) {
  /* line 4811, ../../sass/base/_global.scss */
  body .header-wrapper nav .pop-hde a {
    padding: 7px 7px !important;
    min-width: 110px;
  }
}
@media (max-width: 479px) {
  /* line 4811, ../../sass/base/_global.scss */
  body .header-wrapper nav .pop-hde a {
    padding: 7px 5px !important;
    min-width: 95px;
    font-size: 10px !important;
  }
}
/* line 4832, ../../sass/base/_global.scss */
body .header-wrapper nav .pop-hde a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/arrow-down-1.png");
  background-repeat: no-repeat;
  background-position: -2px -2px;
  width: 14px;
  height: 8px;
}
/* line 4855, ../../sass/base/_global.scss */
body.classroom-front-page .header-wrapper nav .pop-hde {
  display: inline-block;
}

/* Select Stream Functionality on Mobile */
@media (max-width: 991px) {
  /* line 4870, ../../sass/base/_global.scss */
  .classroom-front-page .header-wrapper #header_top .container, .classroom-front-page .header-wrapper #header_top #footer-region > div:nth-child(1), .classroom-front-page .header-wrapper #header_top #footer-region > div:nth-child(2) #block-classroomfooterbottommenu, #footer-region > div:nth-child(2) .classroom-front-page .header-wrapper #header_top #block-classroomfooterbottommenu, .classroom-front-page .header-wrapper #header_top #block-classroom-breadcrumbs nav, #block-classroom-breadcrumbs .classroom-front-page .header-wrapper #header_top nav, .classroom-front-page .header-wrapper #header_top .address-hint, .classroom-front-page .header-wrapper #header_top .quicktabs-wrapper, .classroom-front-page .header-wrapper #header_top .messages__wrapper, .classroom-front-page .header-wrapper #header_top .cart-header-banner .cart-header-container, .cart-header-banner .classroom-front-page .header-wrapper #header_top .cart-header-container, .classroom-front-page .header-wrapper #header_top .cart-form .views-element-container, .cart-form .classroom-front-page .header-wrapper #header_top .views-element-container, .classroom-front-page .header-wrapper #header_top .commerce-checkout-flow, .classroom-front-page .header-wrapper #header_top .static_page_management_custom #content-area, .static_page_management_custom .classroom-front-page .header-wrapper #header_top #content-area,
  .classroom-front-page .header-wrapper #header_top .classroom_content_pages_custom #content-area,
  .classroom_content_pages_custom .classroom-front-page .header-wrapper #header_top #content-area, .classroom-front-page .header-wrapper #header_top .resource-page-wrapper, .classroom-front-page .header-wrapper #header_top .classroom-homemidblock-wrapper, .classroom-front-page .header-wrapper #header_top .current-offers-listing, .classroom-front-page .header-wrapper #header_top .job-details-style, .classroom-front-page .header-wrapper #header_top .student-attendance-form,
  .classroom-front-page .header-wrapper #header_top .student-upcoming-test-form,
  .classroom-front-page .header-wrapper #header_top .student-timetable-form,
  .classroom-front-page .header-wrapper #header_top .student-result-data, .classroom-front-page .header-wrapper #header_top .announcements-details, .classroom-front-page .header-wrapper #header_top .centre-gallery-form, .classroom-front-page .header-wrapper #header_top .student-attendance-wrapper {
    padding-left: 0;
  }
  /* line 4874, ../../sass/base/_global.scss */
  .classroom-front-page .header-wrapper #header_top #header-top-region > div {
    -webkit-flex-flow: nowrap;
    -moz-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    padding-right: 50px;
  }
  /* line 4877, ../../sass/base/_global.scss */
  .classroom-front-page .header-wrapper #header_top #header-top-region > div .views-element-container {
    padding-right: 5px;
  }
  /* line 4881, ../../sass/base/_global.scss */
  .classroom-front-page .header-wrapper #header_top #header-top-region > div .header-top-left li {
    padding: 0 15px;
    margin-right: 0;
  }
  /* line 4884, ../../sass/base/_global.scss */
  .classroom-front-page .header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number {
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  /* line 4891, ../../sass/base/_global.scss */
  .classroom-front-page .header-wrapper #header_top #header-top-region > div #block-classroomtopmenu {
    display: block;
  }
  /* line 4894, ../../sass/base/_global.scss */
  .classroom-front-page .header-wrapper #header_top #header-top-region > div #block-classroomtopmenu .menu li {
    display: none;
  }
  /* line 4896, ../../sass/base/_global.scss */
  .classroom-front-page .header-wrapper #header_top #header-top-region > div #block-classroomtopmenu .menu li.pop-hde {
    display: inline-block;
    margin-left: 0 !important;
  }
  /* line 4903, ../../sass/base/_global.scss */
  .classroom-front-page .header-wrapper #header_top #header-top-region > div #block-useraccountmenu-3 {
    height: 100%;
  }
}
@media (max-width: 479px) {
  /* line 4920, ../../sass/base/_global.scss */
  .classroom-front-page .header-wrapper #header_top #header-top-region > div .header-top-left li {
    padding: 0 8px;
    width: 55px;
  }
  /* line 4923, ../../sass/base/_global.scss */
  .classroom-front-page .header-wrapper #header_top #header-top-region > div .header-top-left li a {
    padding: 5px 0;
    font-size: 12px;
  }
  /* line 4927, ../../sass/base/_global.scss */
  .classroom-front-page .header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number {
    padding-right: 0;
  }
  /* line 4929, ../../sass/base/_global.scss */
  .classroom-front-page .header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number div {
    background-image: none;
    padding-left: 0;
  }
  /* line 4932, ../../sass/base/_global.scss */
  .classroom-front-page .header-wrapper #header_top #header-top-region > div .header-top-left li.contact-number div span {
    font-size: 10px;
    white-space: nowrap;
  }
}
/* line 4948, ../../sass/base/_global.scss */
.contact-form-wrap #edit-field-select-course-wrapper,
.contact-form-wrap #edit-field-common-state-wrapper {
  display: none;
}

/* line 4954, ../../sass/base/_global.scss */
.ga_container {
  display: none;
}

/* line 4962, ../../sass/base/_global.scss */
.coupon-link {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/cbt-logo-aakash.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #026c9e;
  background-size: initial;
  min-width: 110px;
}

/* line 4971, ../../sass/base/_global.scss */
.social-creative-link,
.coupon-link {
  padding: 0 !important;
  height: 34px;
  width: auto !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  /* line 4971, ../../sass/base/_global.scss */
  .social-creative-link,
  .coupon-link {
    height: 38px;
  }
}
/* line 4980, ../../sass/base/_global.scss */
.social-creative-link a,
.coupon-link a {
  text-indent: -9999px;
  display: block !important;
}
@media (max-width: 767px) {
  /* line 4971, ../../sass/base/_global.scss */
  .social-creative-link,
  .coupon-link {
    display: none !important;
  }
}

/* line 4990, ../../sass/base/_global.scss */
#block-aakashmainmenu .mobile-menu {
  display: none;
}
@media (max-width: 767px) {
  /* line 4990, ../../sass/base/_global.scss */
  #block-aakashmainmenu .mobile-menu {
    display: block !important;
    width: 100% !important;
  }
}

/* line 5000, ../../sass/base/_global.scss */
#views-exposed-form-testimonial-management-page-5 .js-form-item-field-common-state-target-id {
  display: none;
}

/* line 5006, ../../sass/base/_global.scss */
#views-exposed-form-result-listing-page-1 .js-form-item-field-class-exams-target-id {
  display: none;
}

/* line 5015, ../../sass/base/_global.scss */
#views-exposed-form-result-listing-page-1 .js-form-item-exam-list label:after,
#views-exposed-form-testimonial-management-page-5 .js-form-item-exam-list label:after {
  content: none;
}

/* line 5028, ../../sass/base/_global.scss */
label.form-required:after,
h4.form-required:after {
  content: " ";
  vertical-align: super;
  display: inline-block;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/required.svg");
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  margin: 0 0.3em;
}

/* line 5049, ../../sass/base/_global.scss */
.user-login-form label.form-required:after,
.user-register-form label.form-required:after,
#node-contact-us-management-form label.form-required:after {
  content: none;
}

/* line 5057, ../../sass/base/_global.scss */
input[readonly] {
  background: #e1e6ec;
  cursor: no-drop;
}

/* line 5063, ../../sass/base/_global.scss */
.ready-only-field {
  position: relative;
}
/* line 5065, ../../sass/base/_global.scss */
.ready-only-field:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: no-drop;
  background: transparent;
}

/* line 5078, ../../sass/base/_global.scss */
.address-hint {
  font-size: 19px;
  line-height: 1;
  color: #434343;
  margin: 30px auto;
}

/* line 5090, ../../sass/base/_global.scss */
nav .js-pager__items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
  -moz-justify-content: right;
  -ms-justify-content: right;
  justify-content: right;
  -ms-flex-pack: right;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
}
/* line 5095, ../../sass/base/_global.scss */
nav .js-pager__items li {
  color: #696969;
  font-size: 13px;
  margin-left: 12px;
}
/* line 5100, ../../sass/base/_global.scss */
nav .js-pager__items li a {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 3px 0 16px rgba(103, 103, 103, 0.13);
  -webkit-box-shadow: 3px 0 16px rgba(103, 103, 103, 0.13);
  -moz-box-shadow: 3px 0 16px rgba(103, 103, 103, 0.13);
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  background: #ffffff;
  color: #757575;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/* line 5114, ../../sass/base/_global.scss */
nav .js-pager__items li a:hover {
  background: #0098d5;
  color: #ffffff;
}
/* line 5120, ../../sass/base/_global.scss */
nav .js-pager__items li.is-active a {
  background: #0098d5;
  color: #ffffff;
}
/* line 5127, ../../sass/base/_global.scss */
nav .js-pager__items li.pager__item--last a, nav .js-pager__items li.pager__item--first a {
  width: 45px;
}

/* line 5138, ../../sass/base/_global.scss */
.no-record-found,
.cart-empty-page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 30px 0;
  color: #e3161a;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 20px;
}
@media (max-width: 767px) {
  /* line 5138, ../../sass/base/_global.scss */
  .no-record-found,
  .cart-empty-page {
    font-size: 16px;
    margin: 15px 0;
  }
}

/* line 5151, ../../sass/base/_global.scss */
.cart-empty-page,
.wishlist-wrapper .no-record-found {
  margin: 15px 0;
}
/* line 5154, ../../sass/base/_global.scss */
.cart-empty-page .empty-cart-wrapper,
.wishlist-wrapper .no-record-found .empty-cart-wrapper {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 1079px) {
  /* line 5154, ../../sass/base/_global.scss */
  .cart-empty-page .empty-cart-wrapper,
  .wishlist-wrapper .no-record-found .empty-cart-wrapper {
    padding: 30px 0;
  }
}
/* line 5160, ../../sass/base/_global.scss */
.cart-empty-page .empty-cart-wrapper .blank-cart-icon,
.wishlist-wrapper .no-record-found .empty-cart-wrapper .blank-cart-icon {
  width: 100px;
  height: 100px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/cart-icon-large.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
}
/* line 5170, ../../sass/base/_global.scss */
.cart-empty-page .empty-cart-wrapper .blank-cart-text,
.wishlist-wrapper .no-record-found .empty-cart-wrapper .blank-cart-text {
  color: #29343e;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin: 50px 0;
}
@media (max-width: 1079px) {
  /* line 5170, ../../sass/base/_global.scss */
  .cart-empty-page .empty-cart-wrapper .blank-cart-text,
  .wishlist-wrapper .no-record-found .empty-cart-wrapper .blank-cart-text {
    margin: 20px 0;
  }
}
/* line 5181, ../../sass/base/_global.scss */
.cart-empty-page .empty-cart-wrapper .blank-cart-btn-wrap a,
.wishlist-wrapper .no-record-found .empty-cart-wrapper .blank-cart-btn-wrap a {
  min-width: 200px;
  display: inline-block;
}

/* line 5190, ../../sass/base/_global.scss */
.wishlist-wrapper .no-record-found .blank-wishlist-icon {
  width: 100px;
  height: 80px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/wishlist-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
}

/* line 5202, ../../sass/base/_global.scss */
.checkout-success-wrapper {
  margin: 0 auto;
}

/* line 5208, ../../sass/base/_global.scss */
.checkout-pane-review .fieldset-wrapper > div > div {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 5211, ../../sass/base/_global.scss */
.checkout-pane-review .fieldset-wrapper > div > div > div {
  display: inline-block;
  width: 130px;
  font-weight: 700;
}
/* line 5214, ../../sass/base/_global.scss */
.checkout-pane-review .fieldset-wrapper > div > div > div p {
  color: #29343e;
  font-size: 15px;
  margin: 0;
}
/* line 5220, ../../sass/base/_global.scss */
.checkout-pane-review .fieldset-wrapper > div > div > div:last-child {
  margin-left: 15px;
  font-weight: 400;
  width: 100%;
  word-break: break-all;
}
/* line 5228, ../../sass/base/_global.scss */
.checkout-pane-review .fieldset-wrapper > div:nth-child(3) {
  background: #fbfbfbd4;
  padding: 1px 10px 1px;
}
/* line 5231, ../../sass/base/_global.scss */
.checkout-pane-review .fieldset-wrapper > div:nth-child(3) div {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 5236, ../../sass/base/_global.scss */
.checkout-pane-review .fieldset-wrapper > div:nth-child(3) > div:nth-child(even) {
  background: #f3f3f3d4;
}
/* line 5239, ../../sass/base/_global.scss */
.checkout-pane-review .fieldset-wrapper > div:nth-child(3) div:first-child {
  width: 60%;
}
/* line 5243, ../../sass/base/_global.scss */
.checkout-pane-review .form-heading {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px !important;
  margin-top: 15px;
}

/* line 5254, ../../sass/base/_global.scss */
.table-layout {
  overflow: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 30px;
}

/* line 5261, ../../sass/base/_global.scss */
table {
  width: 100%;
  font-size: 14px;
}
@media (max-width: 991px) {
  /* line 5261, ../../sass/base/_global.scss */
  table {
    width: 800px;
  }
}
/* line 5269, ../../sass/base/_global.scss */
table tr th {
  color: #000000;
  background: #cacaca;
  text-align: left;
  font-weight: 700;
  border-left: 1px solid #dbdbdb;
}
/* line 5275, ../../sass/base/_global.scss */
table tr th:last-child {
  border-right: 1px solid #dbdbdb;
}
/* line 5279, ../../sass/base/_global.scss */
table tr td {
  border-left: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
/* line 5282, ../../sass/base/_global.scss */
table tr td:last-child {
  border-right: 1px solid #cacaca;
}
/* line 5286, ../../sass/base/_global.scss */
table tr th,
table tr td {
  padding: 15px;
  min-width: 80px;
  color: #000000;
  vertical-align: middle;
}
/* line 5296, ../../sass/base/_global.scss */
table tbody tr td {
  background: #f9f9f9;
}
/* line 5300, ../../sass/base/_global.scss */
table tbody tr:nth-child(2n+1) td {
  background: #ffffff;
}
/* line 5306, ../../sass/base/_global.scss */
table a {
  color: #0098d5;
  font-weight: 700;
}

/* line 5315, ../../sass/base/_global.scss */
.quicktabs-wrapper {
  margin: 30px auto;
}
@media (max-width: 767px) {
  /* line 5315, ../../sass/base/_global.scss */
  .quicktabs-wrapper {
    margin: 20px auto;
  }
}

/* line 5323, ../../sass/base/_global.scss */
.quicktabs-tabs {
  padding: 0 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-bottom: 1px solid #cacaca;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 5323, ../../sass/base/_global.scss */
  .quicktabs-tabs {
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    -ms-justify-content: normal;
    justify-content: normal;
    -ms-flex-pack: normal;
    padding: 0;
  }
}
/* line 5335, ../../sass/base/_global.scss */
.quicktabs-tabs.full-width {
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  -ms-justify-content: normal;
  justify-content: normal;
  -ms-flex-pack: normal;
}
/* line 5338, ../../sass/base/_global.scss */
.quicktabs-tabs li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 767px) {
  /* line 5338, ../../sass/base/_global.scss */
  .quicktabs-tabs li {
    margin: 0 5px;
  }
}
/* line 5345, ../../sass/base/_global.scss */
.quicktabs-tabs li a {
  color: #434343;
  opacity: 1;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  padding: 15px;
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
  white-space: nowrap;
}
/* line 5357, ../../sass/base/_global.scss */
.quicktabs-tabs li:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  z-index: 1;
  height: 5px;
  background: transparent;
}
/* line 5369, ../../sass/base/_global.scss */
.quicktabs-tabs li.active a {
  color: #0098d5;
}
/* line 5372, ../../sass/base/_global.scss */
.quicktabs-tabs li.active:after {
  background: #0098d5;
}

/* line 5380, ../../sass/base/_global.scss */
.class-faq-que-ans h2 {
  width: 100%;
  cursor: pointer;
  margin: 0px;
  background: #f4f8f8;
  font-size: 18px;
  line-height: 1.2;
  color: #0a3d6a;
  font-weight: 700;
  position: relative;
  padding: 15px;
  padding-right: 60px;
  border: 1px solid #dadada;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media (max-width: 767px) {
  /* line 5380, ../../sass/base/_global.scss */
  .class-faq-que-ans h2 {
    font-size: 16px;
  }
}
/* line 5397, ../../sass/base/_global.scss */
.class-faq-que-ans h2:before {
  content: '';
  width: 27px;
  height: 27px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border: 1px solid #0098d5;
}
/* line 5411, ../../sass/base/_global.scss */
.class-faq-que-ans h2:after {
  content: '';
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/toggle-icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 15px;
  height: 15px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/* line 5429, ../../sass/base/_global.scss */
.class-faq-que-ans h2.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 5432, ../../sass/base/_global.scss */
.class-faq-que-ans h2.active:after {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/toggle-icon.png");
  background-repeat: no-repeat;
  background-position: -20px 0;
}
/* line 5441, ../../sass/base/_global.scss */
.class-faq-que-ans .views-row {
  margin-top: 15px;
}
/* line 5443, ../../sass/base/_global.scss */
.class-faq-que-ans .views-row .views-field-body {
  padding: 20px;
  border: 1px solid #dadada;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
}
/* line 5452, ../../sass/base/_global.scss */
.class-faq-que-ans .views-row:first-child .views-field-body {
  display: block;
}

/* line 5463, ../../sass/base/_global.scss */
.class-free-view-wrap {
  margin: 50px auto;
  width: 100%;
  max-width: 420px;
  padding: 0 15px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 5463, ../../sass/base/_global.scss */
  .class-free-view-wrap {
    margin: 30px auto;
  }
}
/* line 5472, ../../sass/base/_global.scss */
.class-free-view-wrap .crs-img {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/dashboard-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 30px 0;
}
/* line 5483, ../../sass/base/_global.scss */
.class-free-view-wrap p {
  font-size: 16px;
}

/* line 5489, ../../sass/base/_global.scss */
#sidebar-first {
  width: 276px;
  padding: 0;
  box-shadow: none;
}
@media (max-width: 991px) {
  /* line 5489, ../../sass/base/_global.scss */
  #sidebar-first {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    z-index: 10;
    background: #ffffff;
    width: 100% !important;
  }
}
/* line 5506, ../../sass/base/_global.scss */
#sidebar-first ul li a {
  font-size: 14px;
  color: #09375f;
  display: block;
  padding: 12px 40px 12px 60px;
  border-bottom: 1px solid #d1dae6;
  position: relative;
}
@media (max-width: 767px) {
  /* line 5506, ../../sass/base/_global.scss */
  #sidebar-first ul li a {
    padding: 10px 30px 10px 60px;
  }
}
/* line 5516, ../../sass/base/_global.scss */
#sidebar-first ul li a:hover, #sidebar-first ul li a.is-active {
  background: #1e98db;
  color: #ffffff;
}
/* line 5520, ../../sass/base/_global.scss */
#sidebar-first ul li a:hover:after, #sidebar-first ul li a.is-active:after {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite-3.png");
  background-repeat: no-repeat;
  background-position: -24px -264px;
  right: 26px;
}
@media (max-width: 767px) {
  /* line 5520, ../../sass/base/_global.scss */
  #sidebar-first ul li a:hover:after, #sidebar-first ul li a.is-active:after {
    right: 15px;
  }
}
/* line 5532, ../../sass/base/_global.scss */
#sidebar-first ul li a:before {
  content: " ";
  width: 30px;
  height: 25px;
  background-image: url("//aakash-prod-digital.s3.ap-south-1.amazonaws.com/html-images/sprite_new_dash.png");
  background-repeat: no-repeat;
  background-position: -5px -6px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* line 5550, ../../sass/base/_global.scss */
#sidebar-first ul li a:after {
  content: " ";
  width: 13px;
  height: 13px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -132px -250px;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 0;
  right: 23px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  /* line 5550, ../../sass/base/_global.scss */
  #sidebar-first ul li a:after {
    right: 11px;
  }
}
/* line 5573, ../../sass/base/_global.scss */
#sidebar-first ul li a.my-home-menu:before {
  background-position: -7px -396px;
}
/* line 5578, ../../sass/base/_global.scss */
#sidebar-first ul li a.my-home-menu:hover:before, #sidebar-first ul li a.my-home-menu.is-active:before {
  background-position: -40px -396px;
}
/* line 5584, ../../sass/base/_global.scss */
#sidebar-first ul li a.profile-menu:before {
  background-position: -7px -424px;
}
/* line 5589, ../../sass/base/_global.scss */
#sidebar-first ul li a.profile-menu:hover:before, #sidebar-first ul li a.profile-menu.is-active:before {
  background-position: -40px -424px;
}
/* line 5595, ../../sass/base/_global.scss */
#sidebar-first ul li a.purchase-menu:before {
  background-position: -7px -452px;
}
/* line 5600, ../../sass/base/_global.scss */
#sidebar-first ul li a.purchase-menu:hover:before, #sidebar-first ul li a.purchase-menu.is-active:before {
  background-position: -40px -452px;
}
/* line 5606, ../../sass/base/_global.scss */
#sidebar-first ul li a.wishlist-menu:before {
  background-position: -7px -480px;
}
/* line 5611, ../../sass/base/_global.scss */
#sidebar-first ul li a.wishlist-menu:hover:before, #sidebar-first ul li a.wishlist-menu.is-active:before {
  background-position: -40px -480px;
}
/* line 5617, ../../sass/base/_global.scss */
#sidebar-first ul li a.dash-pass:before {
  background-position: -7px -133px;
}
/* line 5622, ../../sass/base/_global.scss */
#sidebar-first ul li a.dash-pass:hover:before, #sidebar-first ul li a.dash-pass.is-active:before {
  background-position: -40px -133px;
}
/* line 5628, ../../sass/base/_global.scss */
#sidebar-first ul li a.email-verifiy-dh:before {
  background-position: -9px -3px;
}
/* line 5633, ../../sass/base/_global.scss */
#sidebar-first ul li a.email-verifiy-dh:hover:before, #sidebar-first ul li a.email-verifiy-dh.is-active:before {
  background-position: -45px -3px;
}
/* line 5639, ../../sass/base/_global.scss */
#sidebar-first ul li a.ans-key-dash:before {
  background-position: -7px -203px;
}
/* line 5644, ../../sass/base/_global.scss */
#sidebar-first ul li a.ans-key-dash:hover:before, #sidebar-first ul li a.ans-key-dash.is-active:before {
  background-position: -45px -203px;
}
/* line 5650, ../../sass/base/_global.scss */
#sidebar-first ul li a.assignement-dash:before {
  background-position: -7px -317px;
}
/* line 5655, ../../sass/base/_global.scss */
#sidebar-first ul li a.assignement-dash:hover:before, #sidebar-first ul li a.assignement-dash.is-active:before {
  background-position: -45px -317px;
}
/* line 5661, ../../sass/base/_global.scss */
#sidebar-first ul li a.study-package-dash:before {
  background-position: -10px -34px;
}
/* line 5666, ../../sass/base/_global.scss */
#sidebar-first ul li a.study-package-dash:hover:before, #sidebar-first ul li a.study-package-dash.is-active:before {
  background-position: -46px -34px;
}
/* line 5672, ../../sass/base/_global.scss */
#sidebar-first ul li a.aiims-dash:before {
  background-position: -7px -275px;
}
/* line 5677, ../../sass/base/_global.scss */
#sidebar-first ul li a.aiims-dash:hover:before, #sidebar-first ul li a.aiims-dash.is-active:before {
  background-position: -45px -275px;
}
/* line 5683, ../../sass/base/_global.scss */
#sidebar-first ul li a.aaits-dash:before {
  background-position: -9px -98px;
}
/* line 5688, ../../sass/base/_global.scss */
#sidebar-first ul li a.aaits-dash:hover:before, #sidebar-first ul li a.aaits-dash.is-active:before {
  background-position: -45px -98px;
}
/* line 5694, ../../sass/base/_global.scss */
#sidebar-first ul li a.jeearchive-dash:before {
  background-position: -7px -239px;
}
/* line 5699, ../../sass/base/_global.scss */
#sidebar-first ul li a.jeearchive-dash:hover:before, #sidebar-first ul li a.jeearchive-dash.is-active:before {
  background-position: -45px -239px;
}
/* line 5705, ../../sass/base/_global.scss */
#sidebar-first ul li a.dlpdoubt-dash:before {
  background-position: -7px -65px;
}
/* line 5710, ../../sass/base/_global.scss */
#sidebar-first ul li a.dlpdoubt-dash:hover:before, #sidebar-first ul li a.dlpdoubt-dash.is-active:before {
  background-position: -46px -65px;
}
/* line 5716, ../../sass/base/_global.scss */
#sidebar-first ul li a.modeltest-dash:before {
  background-position: -7px -203px;
}
/* line 5721, ../../sass/base/_global.scss */
#sidebar-first ul li a.modeltest-dash:hover:before, #sidebar-first ul li a.modeltest-dash.is-active:before {
  background-position: -45px -203px;
}
/* line 5727, ../../sass/base/_global.scss */
#sidebar-first ul li a.klvpy-dash:before {
  background-position: -7px -351px;
}
/* line 5732, ../../sass/base/_global.scss */
#sidebar-first ul li a.klvpy-dash:hover:before, #sidebar-first ul li a.klvpy-dash.is-active:before {
  background-position: -45px -351px;
}
/* line 5738, ../../sass/base/_global.scss */
#sidebar-first ul li a.succ-mgmt-dash:before {
  background-position: -7px -167px;
}
/* line 5743, ../../sass/base/_global.scss */
#sidebar-first ul li a.succ-mgmt-dash:hover:before, #sidebar-first ul li a.succ-mgmt-dash.is-active:before {
  background-position: -45px -167px;
}
/* line 5749, ../../sass/base/_global.scss */
#sidebar-first ul li a.attendance:before {
  background-position: -7px -483px;
}
/* line 5754, ../../sass/base/_global.scss */
#sidebar-first ul li a.attendance:hover:before, #sidebar-first ul li a.attendance.is-active:before {
  background-position: -40px -483px;
}
/* line 5760, ../../sass/base/_global.scss */
#sidebar-first ul li a.notifications:before {
  background-position: -5px -125px;
}
/* line 5765, ../../sass/base/_global.scss */
#sidebar-first ul li a.notifications:hover:before, #sidebar-first ul li a.notifications.is-active:before {
  background-position: -17px -177px;
}
/* line 5771, ../../sass/base/_global.scss */
#sidebar-first ul li a.aakash-icon:before {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/aakash-favicon.png");
  background-repeat: no-repeat;
  background-position: -7px -7px;
  width: 25px;
  height: 25px;
}
/* line 5782, ../../sass/base/_global.scss */
#sidebar-first ul li a.aakash-icon:hover:before, #sidebar-first ul li a.aakash-icon.is-active:before {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/aakash-favicon-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position: center !important;
}

/* line 5797, ../../sass/base/_global.scss */
.dashboard-content {
  width: calc(100% - 276px);
  min-height: 500px;
}
@media (max-width: 991px) {
  /* line 5797, ../../sass/base/_global.scss */
  .dashboard-content {
    width: 100%;
    min-height: initial;
  }
}
/* line 5805, ../../sass/base/_global.scss */
.dashboard-content #content-area > div:not(:first-child) {
  padding-left: 30px;
}
@media (max-width: 767px) {
  /* line 5805, ../../sass/base/_global.scss */
  .dashboard-content #content-area > div:not(:first-child) {
    padding-left: 0px;
  }
}

/* line 5814, ../../sass/base/_global.scss */
.tribyte-stream-block {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
/* line 5818, ../../sass/base/_global.scss */
.tribyte-stream-block .btn, .tribyte-stream-block .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .tribyte-stream-block .expert-subinfo, .tribyte-stream-block .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .tribyte-stream-block a, .tribyte-stream-block .testimonial-custom-wrapper footer .view-testimonial, .testimonial-custom-wrapper footer .tribyte-stream-block .view-testimonial, .tribyte-stream-block .authentication-wrapper .authentication-content-wrapper #edit-submit, .authentication-wrapper .authentication-content-wrapper .tribyte-stream-block #edit-submit, .tribyte-stream-block .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .tribyte-stream-block #edit-login-returning-customer-submit, .tribyte-stream-block .cognito-reset-password-form #edit-actions #edit-submit, .cognito-reset-password-form #edit-actions .tribyte-stream-block #edit-submit, .tribyte-stream-block .cognito-multistep-reset-password-form #edit-actions #edit-submit, .cognito-multistep-reset-password-form #edit-actions .tribyte-stream-block #edit-submit,
.tribyte-stream-block .cognito-email-verify-form #edit-actions #edit-submit,
.cognito-email-verify-form #edit-actions .tribyte-stream-block #edit-submit, .tribyte-stream-block .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .tribyte-stream-block #edit-submit, .tribyte-stream-block .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .tribyte-stream-block a, .tribyte-stream-block .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .tribyte-stream-block .field-add-more-submit,
.tribyte-stream-block .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .tribyte-stream-block .field-add-more-submit, .tribyte-stream-block .profile-form .btn-wrapper .button, .profile-form .btn-wrapper .tribyte-stream-block .button, .tribyte-stream-block #user-change-password #edit-submit, #user-change-password .tribyte-stream-block #edit-submit, .tribyte-stream-block .student-data-verification .form-submit, .student-data-verification .tribyte-stream-block .form-submit, .tribyte-stream-block .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .tribyte-stream-block a, .tribyte-stream-block .cart-form .cart-aside-wrapper .form-actions .button, .cart-form .cart-aside-wrapper .form-actions .tribyte-stream-block .button, .tribyte-stream-block .layout-region-checkout-secondary .layout-region-checkout-footer .button, .layout-region-checkout-secondary .layout-region-checkout-footer .tribyte-stream-block .button,
.tribyte-stream-block .cart-aside-wrapper .layout-region-checkout-footer .button,
.cart-aside-wrapper .layout-region-checkout-footer .tribyte-stream-block .button, .tribyte-stream-block .student-verification-form .form-actions .button, .student-verification-form .form-actions .tribyte-stream-block .button, .tribyte-stream-block .cognito-multistep-reset-password-form .form-actions input[type="submit"], .cognito-multistep-reset-password-form .form-actions .tribyte-stream-block input[type="submit"], .tribyte-stream-block .cart-form .form-wrapper .create-btn, .cart-form .form-wrapper .tribyte-stream-block .create-btn,
.tribyte-stream-block .cart-form .form-wrapper .form-submit,
.cart-form .form-wrapper .tribyte-stream-block .form-submit, .tribyte-stream-block .node-offline-admission-form-form #edit-actions .button, .node-offline-admission-form-form #edit-actions .tribyte-stream-block .button,
.tribyte-stream-block .node-selfenrolment-checkout-form-form #edit-actions .button,
.node-selfenrolment-checkout-form-form #edit-actions .tribyte-stream-block .button, .tribyte-stream-block #block-views-block-current-offers-management-block-1 footer a, #block-views-block-current-offers-management-block-1 footer .tribyte-stream-block a, .tribyte-stream-block .answer-solution-block footer a, .answer-solution-block footer .tribyte-stream-block a, .tribyte-stream-block .find-office-wrapper .views-exposed-form .form-actions .button, .find-office-wrapper .views-exposed-form .form-actions .tribyte-stream-block .button, .tribyte-stream-block .price-cart-wrapper .course-type-btn #edit-actions .button, .price-cart-wrapper .course-type-btn #edit-actions .tribyte-stream-block .button, .tribyte-stream-block .price-cart-wrapper .course-type-btn a, .price-cart-wrapper .course-type-btn .tribyte-stream-block a, .tribyte-stream-block .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .tribyte-stream-block .form-submit, .tribyte-stream-block .student-attendance-form .form-submit, .student-attendance-form .tribyte-stream-block .form-submit,
.tribyte-stream-block .student-upcoming-test-form .form-submit,
.student-upcoming-test-form .tribyte-stream-block .form-submit,
.tribyte-stream-block .student-timetable-form .form-submit,
.student-timetable-form .tribyte-stream-block .form-submit,
.tribyte-stream-block .student-result-data .form-submit,
.student-result-data .tribyte-stream-block .form-submit, .tribyte-stream-block .centre-gallery-form .center-gallery-formfield .form-submit, .centre-gallery-form .center-gallery-formfield .tribyte-stream-block .form-submit, .tribyte-stream-block .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .tribyte-stream-block button, .tribyte-stream-block .scholar-form #edit-actions #edit-submit, .scholar-form #edit-actions .tribyte-stream-block #edit-submit, .tribyte-stream-block .scholar-form .congratulation-action-btn a, .scholar-form .congratulation-action-btn .tribyte-stream-block a, .tribyte-stream-block .scholar-form .congratulation-action-btn .form-submit, .scholar-form .congratulation-action-btn .tribyte-stream-block .form-submit, .tribyte-stream-block .product-block .views-row .form-actions .button, .product-block .views-row .form-actions .tribyte-stream-block .button,
.tribyte-stream-block .wishlist-wrapper .views-row .form-actions .button,
.wishlist-wrapper .views-row .form-actions .tribyte-stream-block .button, .tribyte-stream-block .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .tribyte-stream-block .form-submit.button,
.tribyte-stream-block .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .tribyte-stream-block .form-submit.button {
  min-width: auto;
}

/* line 5824, ../../sass/base/_global.scss */
.sidebar-toggle {
  display: none;
  background: #2fbcd9;
  padding: 0 15px;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  line-height: 45px;
  text-align: left;
  width: 100%;
}
/* line 5834, ../../sass/base/_global.scss */
.sidebar-toggle span {
  width: 30px;
  height: 22px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -333px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 5px;
}
@media (max-width: 991px) {
  /* line 5824, ../../sass/base/_global.scss */
  .sidebar-toggle {
    display: block;
  }
}

/* line 5852, ../../sass/base/_global.scss */
.dashboard-layout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  /* line 5852, ../../sass/base/_global.scss */
  .dashboard-layout {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
/* line 5858, ../../sass/base/_global.scss */
.dashboard-layout #sidebar-first {
  background: #f2f2f2;
  box-shadow: 2px 0 5px #ddd;
  -webkit-box-shadow: 2px 0 5px #ddd;
  -moz-box-shadow: 2px 0 5px #ddd;
  -o-box-shadow: 2px 0 5px #ddd;
  -ms-box-shadow: 2px 0 5px #ddd;
}
/* line 5866, ../../sass/base/_global.scss */
.dashboard-layout #block-userdashboardheader {
  padding: 0;
}

/* line 5871, ../../sass/base/_global.scss */
.dashboard-header-wrapper {
  background: #26a9e0;
  padding: 23px 60px 29px 72px;
  margin-bottom: 34px;
}
/* line 5875, ../../sass/base/_global.scss */
.dashboard-header-wrapper h2 {
  font-size: 21px;
  color: #ffffff;
  font-weight: 400;
  border-bottom: 1px solid #61c0e8;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  /* line 5875, ../../sass/base/_global.scss */
  .dashboard-header-wrapper h2 {
    padding: 15px;
    margin-bottom: 0;
  }
}
/* line 5887, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 3px;
}
@media (max-width: 767px) {
  /* line 5887, ../../sass/base/_global.scss */
  .dashboard-header-wrapper .student-profile-wrapper {
    padding-left: 0px;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
/* line 5894, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 48%;
}
@media (max-width: 767px) {
  /* line 5894, ../../sass/base/_global.scss */
  .dashboard-header-wrapper .student-profile-wrapper .student-detail {
    width: 100%;
    border-bottom: 1px solid #61c0e8;
    padding: 15px;
  }
}
/* line 5903, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-detail .student-image {
  height: 50px;
  width: 50px;
  border: 3px solid #c3ebff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
}
/* line 5907, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-detail .student-image img {
  width: 44px;
  height: 44px;
}
/* line 5914, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-detail .student-name {
  font-size: 15px;
  color: #ffffff;
  padding-left: 23px;
  padding-top: 2px;
}
/* line 5919, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-detail .student-name span {
  display: block;
  line-height: 1.5;
}
/* line 5923, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-detail .student-name strong {
  display: block;
}
/* line 5927, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-detail .student-psid {
  width: 100%;
  padding-left: 72px;
}
/* line 5930, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-detail .student-psid select {
  max-width: 200px;
}
/* line 5933, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-detail .student-psid span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 5941, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-detail .student-psid .student-psid-single {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
/* line 5947, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-detail .student-psid .student-psid-single a {
  color: inherit;
}
/* line 5951, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-detail .student-psid .student-psid-toggle {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -34px -91px;
  position: relative;
  top: 6px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/* line 5964, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-detail .student-psid .student-psid-toggle.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 5968, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-detail .student-psid .student-psid-child {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  min-width: 200px;
  background: #ffffff;
  margin-top: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  display: none;
}
/* line 5984, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-detail .student-psid .student-psid-child li {
  display: block;
}
/* line 5986, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-detail .student-psid .student-psid-child li a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 5px 10px;
  color: #29343e;
  display: block;
}
/* line 5993, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-detail .student-psid .student-psid-child li a:hover, .dashboard-header-wrapper .student-profile-wrapper .student-detail .student-psid .student-psid-child li a:focus {
  background: #edf2f9;
}
/* line 6002, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status {
  width: 300px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  /* line 6002, ../../sass/base/_global.scss */
  .dashboard-header-wrapper .student-profile-wrapper .student-profile-status {
    width: 100%;
    padding: 15px;
  }
}
/* line 6009, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .percentage {
  margin-bottom: 29px;
}
/* line 6011, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .percentage > span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  padding-right: 50px;
}
/* line 6018, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-bar {
  height: 8px;
  width: 100%;
  margin-top: 9px;
  background: #ffffff;
  padding: 1px;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
/* line 6026, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-bar .profile-status {
  display: block;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #fdae46;
  background: -moz-linear-gradient(top, #fdae46 0%, #f78601 25%, #e96700 100%);
  background: -webkit-linear-gradient(top, #fdae46 0%, #f78601 25%, #e96700 100%);
  background: linear-gradient(to bottom, #fdae46 0%, #f78601 25%, #e96700 100%);
  filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdae46', endColorstr='#e96700', GradientType=0)";
}
/* line 6035, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-bar .profile-status.profile-complete {
  background: #008000;
}
/* line 6039, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status .profile-bar span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  top: -24px;
  right: 0px;
  z-index: 9;
  padding: 0;
}
/* line 6052, ../../sass/base/_global.scss */
.dashboard-header-wrapper .student-profile-wrapper .student-profile-status a {
  padding: 8px;
  min-width: 180px;
}
@media (max-width: 767px) {
  /* line 5871, ../../sass/base/_global.scss */
  .dashboard-header-wrapper {
    padding: 0;
    margin-bottom: 15px;
  }
}

/* line 6066, ../../sass/base/_global.scss */
.uid-none {
  display: none;
}

/* line 6071, ../../sass/base/_global.scss */
.profile-tab, #quicktabs-user_profile_view {
  margin-bottom: 40px;
  border-bottom: 1px solid #d4ddec;
}
/* line 6074, ../../sass/base/_global.scss */
.profile-tab ul, #quicktabs-user_profile_view ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  max-width: 710px;
  margin: 0 auto -3px;
}
/* line 6080, ../../sass/base/_global.scss */
.profile-tab ul li a, #quicktabs-user_profile_view ul li a {
  padding: 15px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #29343e;
  border-bottom: 5px solid transparent;
}
@media (max-width: 767px) {
  /* line 6080, ../../sass/base/_global.scss */
  .profile-tab ul li a, #quicktabs-user_profile_view ul li a {
    font-weight: 700;
  }
}
@media (max-width: 479px) {
  /* line 6080, ../../sass/base/_global.scss */
  .profile-tab ul li a, #quicktabs-user_profile_view ul li a {
    padding: 12px;
  }
}
/* line 6095, ../../sass/base/_global.scss */
.profile-tab ul li.active a, #quicktabs-user_profile_view ul li.active a {
  color: #26a9e0;
  border-color: #26a9e0;
}

/* line 6104, ../../sass/base/_global.scss */
.profile-tab-content {
  max-width: 710px;
  margin: 0 auto;
}

/* line 6109, ../../sass/base/_global.scss */
.profile-form {
  margin: 0 auto 70px;
}
@media (max-width: 767px) {
  /* line 6109, ../../sass/base/_global.scss */
  .profile-form {
    margin-bottom: 30px;
  }
}
/* line 6114, ../../sass/base/_global.scss */
.profile-form label {
  display: block;
  color: #09375f;
  font-size: 15px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  /* line 6114, ../../sass/base/_global.scss */
  .profile-form label {
    margin-bottom: 10px;
  }
}
/* line 6123, ../../sass/base/_global.scss */
.profile-form .form-field {
  overflow: hidden;
  display: none;
}
@media (max-width: 767px) {
  /* line 6123, ../../sass/base/_global.scss */
  .profile-form .form-field {
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  /* line 6123, ../../sass/base/_global.scss */
  .profile-form .form-field {
    padding: 0 10px;
  }
}
/* line 6132, ../../sass/base/_global.scss */
.profile-form .form-field.active {
  display: block;
}
/* line 6135, ../../sass/base/_global.scss */
.profile-form .form-field .email-password-dash-new-edit {
  width: 100%;
  border-radius: 4px;
  position: relative;
  max-width: 100%;
  font-size: 14px;
}
@media (max-width: 767px) {
  /* line 6135, ../../sass/base/_global.scss */
  .profile-form .form-field .email-password-dash-new-edit {
    max-width: 100%;
    width: 100%;
  }
}
/* line 6145, ../../sass/base/_global.scss */
.profile-form .form-field .email-password-dash-new-edit span {
  color: #09375f;
  font-size: 15px;
  margin-bottom: 6px;
}
/* line 6150, ../../sass/base/_global.scss */
.profile-form .form-field .email-password-dash-new-edit .edit-pass {
  display: flex;
  background: #f4f4f4;
  padding: 13px 15px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  /* line 6156, ../../sass/base/_global.scss */
  .profile-form .form-field .email-password-dash-new-edit .verified-new {
    display: flex;
  }
}
/* line 6160, ../../sass/base/_global.scss */
.profile-form .form-field .email-password-dash-new-edit .verified-new img {
  width: 29px;
  position: absolute;
  right: 9px;
  top: 31px;
}
@media (max-width: 767px) {
  /* line 6156, ../../sass/base/_global.scss */
  .profile-form .form-field .email-password-dash-new-edit .verified-new {
    top: 16px;
  }
}
/* line 6170, ../../sass/base/_global.scss */
.profile-form .form-field .email-password-dash-new-edit .dash-new-profile-btn {
  margin-top: -6px;
  position: absolute;
  background: #1e98db;
  right: 7px;
  color: #fff;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: 14px;
}
@media (max-width: 767px) {
  /* line 6170, ../../sass/base/_global.scss */
  .profile-form .form-field .email-password-dash-new-edit .dash-new-profile-btn {
    margin-top: -7px;
  }
}
/* line 6184, ../../sass/base/_global.scss */
.profile-form .form-field .mail-comp {
  position: relative;
}
/* line 6187, ../../sass/base/_global.scss */
.profile-form .form-field .email-password-dash-new-edit-right {
  right: -349px;
  width: 95%;
  border-radius: 4px;
  position: relative;
  max-width: 100%;
  font-size: 14px;
  position: absolute;
  top: -98px;
}
@media (max-width: 767px) {
  /* line 6187, ../../sass/base/_global.scss */
  .profile-form .form-field .email-password-dash-new-edit-right {
    max-width: 100%;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 20px;
  }
}
/* line 6204, ../../sass/base/_global.scss */
.profile-form .form-field .email-password-dash-new-edit-right span {
  color: #09375f;
  font-size: 15px;
  margin-bottom: 6px;
}
/* line 6209, ../../sass/base/_global.scss */
.profile-form .form-field .email-password-dash-new-edit-right .edit-pass {
  display: flex;
  background: #f4f4f4;
  padding: 13px 15px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  /* line 6215, ../../sass/base/_global.scss */
  .profile-form .form-field .email-password-dash-new-edit-right .verified-new {
    display: flex;
  }
}
/* line 6219, ../../sass/base/_global.scss */
.profile-form .form-field .email-password-dash-new-edit-right .verified-new img {
  width: 29px;
  position: absolute;
  right: 9px;
  top: 31px;
}
@media (max-width: 767px) {
  /* line 6215, ../../sass/base/_global.scss */
  .profile-form .form-field .email-password-dash-new-edit-right .verified-new {
    top: 16px;
  }
}
/* line 6229, ../../sass/base/_global.scss */
.profile-form .form-field .email-password-dash-new-edit-right .dash-new-profile-btn {
  margin-top: -6px;
  position: absolute;
  background: #1e98db;
  right: 7px;
  color: #fff;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: 14px;
}
@media (max-width: 767px) {
  /* line 6229, ../../sass/base/_global.scss */
  .profile-form .form-field .email-password-dash-new-edit-right .dash-new-profile-btn {
    margin-top: -7px;
  }
}
/* line 6243, ../../sass/base/_global.scss */
.profile-form .form-field > div {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 30px;
}
/* line 6244, ../../sass/base/_global.scss */
.profile-form .form-field > div#edit-field-school-detail-wrapper {
  width: 100%;
}
/* line 6251, ../../sass/base/_global.scss */
.profile-form .form-field > div input[type="text"],
.profile-form .form-field > div input[type="email"],
.profile-form .form-field > div input[type="password"],
.profile-form .form-field > div input[type="date"],
.profile-form .form-field > div select {
  width: 100%;
  border-color: #e0e0e0;
}
/* line 6259, ../../sass/base/_global.scss */
.profile-form .form-field > div fieldset {
  width: 100%;
  padding: 0;
}
/* line 6263, ../../sass/base/_global.scss */
.profile-form .form-field > div.user-image-field {
  width: 100%;
  text-align: center;
}
/* line 6266, ../../sass/base/_global.scss */
.profile-form .form-field > div.user-image-field .description,
.profile-form .form-field > div.user-image-field .file--image,
.profile-form .form-field > div.user-image-field .file-size {
  display: none;
}
/* line 6271, ../../sass/base/_global.scss */
.profile-form .form-field > div.user-image-field label {
  color: #000000;
  margin-bottom: 20px;
}
/* line 6275, ../../sass/base/_global.scss */
.profile-form .form-field > div.user-image-field .image-widget {
  height: 108px;
  width: 108px;
  margin: auto;
  border: 4px solid #c3ebff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
}
/* line 6282, ../../sass/base/_global.scss */
.profile-form .form-field > div.user-image-field .image-widget img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 6287, ../../sass/base/_global.scss */
.profile-form .form-field > div.user-image-field .image-widget input {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #ffffff;
  text-indent: 40px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -171px -322px;
  background-color: #197eb5;
  position: absolute;
  right: -13px;
  bottom: 15px;
  cursor: pointer;
}
/* line 6306, ../../sass/base/_global.scss */
.profile-form .form-field > div.user-image-field .image-widget .form-submit {
  background-position: -171px -352px;
}
@media (max-width: 575px) {
  /* line 6243, ../../sass/base/_global.scss */
  .profile-form .form-field > div {
    width: 100%;
  }
}
/* line 6315, ../../sass/base/_global.scss */
.profile-form .form-field #edit-field-useraddress-wrapper {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
/* line 6319, ../../sass/base/_global.scss */
.profile-form .form-field #edit-field-useraddress-wrapper .address-container-inline,
.profile-form .form-field #edit-field-useraddress-wrapper .js-form-item-field-useraddress-0-address-country-code,
.profile-form .form-field #edit-field-useraddress-wrapper #edit-field-useraddress-0 {
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
/* line 6327, ../../sass/base/_global.scss */
.profile-form .form-field #edit-field-useraddress-wrapper #edit-field-useraddress-0 summary {
  color: #09375f;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 6px;
}
/* line 6335, ../../sass/base/_global.scss */
.profile-form .form-field #edit-field-useraddress-wrapper #edit-field-useraddress-0 > div > .js-form-wrapper {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
/* line 6339, ../../sass/base/_global.scss */
.profile-form .form-field #edit-field-useraddress-wrapper #edit-field-useraddress-0 > div > .js-form-wrapper label {
  position: relative;
}
/* line 6341, ../../sass/base/_global.scss */
.profile-form .form-field #edit-field-useraddress-wrapper #edit-field-useraddress-0 > div > .js-form-wrapper label:after {
  content: "*";
  color: #e3161a;
  font-size: 21px;
  margin-left: 5px;
  line-height: 1;
  position: absolute;
}
/* line 6353, ../../sass/base/_global.scss */
.profile-form .form-field #edit-field-useraddress-wrapper .form-wrapper,
.profile-form .form-field #edit-field-useraddress-wrapper .js-form-item {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 575px) {
  /* line 6353, ../../sass/base/_global.scss */
  .profile-form .form-field #edit-field-useraddress-wrapper .form-wrapper,
  .profile-form .form-field #edit-field-useraddress-wrapper .js-form-item {
    width: 100% !important;
  }
}
/* line 6368, ../../sass/base/_global.scss */
.profile-form .radio-wrapper legend {
  display: block;
  color: #09375f;
  font-size: 15px;
  margin-bottom: 5px;
}
/* line 6374, ../../sass/base/_global.scss */
.profile-form .radio-wrapper .fieldset-wrapper {
  min-height: 48px;
}
/* line 6376, ../../sass/base/_global.scss */
.profile-form .radio-wrapper .fieldset-wrapper > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 25px;
}
/* line 421, ../../sass/base/_mixins.scss */
.profile-form .radio-wrapper .fieldset-wrapper > div input[type='radio'] {
  background: none;
  border: none;
  cursor: pointer;
  height: 12px;
  opacity: 0;
  position: relative;
  top: 2px;
  width: 12px;
  z-index: 100;
}
/* line 432, ../../sass/base/_mixins.scss */
.profile-form .radio-wrapper .fieldset-wrapper > div input[type='radio']:checked + label:after {
  display: block;
}
/* line 435, ../../sass/base/_mixins.scss */
.profile-form .radio-wrapper .fieldset-wrapper > div input[type='radio']:checked + label:before {
  display: none;
}
/* line 440, ../../sass/base/_mixins.scss */
.profile-form .radio-wrapper .fieldset-wrapper > div label {
  cursor: pointer;
  line-height: 18px;
  padding-left: 5px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-right: 15px;
  color: #434343;
  font-size: 14px;
  line-height: 1;
}
/* line 452, ../../sass/base/_mixins.scss */
.profile-form .radio-wrapper .fieldset-wrapper > div label:before {
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  content: '';
  border: 1px solid #919191;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 468, ../../sass/base/_mixins.scss */
.profile-form .radio-wrapper .fieldset-wrapper > div label:after {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 12px;
  width: 12px;
  content: '';
  border: 5px solid #008fd3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: none;
}
/* line 483, ../../sass/base/_mixins.scss */
.profile-form .radio-wrapper .fieldset-wrapper > div label:last-child {
  margin-right: 0px;
}
/* line 6380, ../../sass/base/_global.scss */
.profile-form .radio-wrapper .fieldset-wrapper > div input[type="radio"] {
  display: none;
}
/* line 6383, ../../sass/base/_global.scss */
.profile-form .radio-wrapper .fieldset-wrapper > div > div {
  width: 80px;
  padding-right: 30px;
  margin-top: 10px;
}
/* line 6391, ../../sass/base/_global.scss */
.profile-form .form-message {
  clear: both;
  display: block;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 700;
  padding: 0 10px;
  font-size: 15px;
  line-height: 1.5;
}
/* line 6401, ../../sass/base/_global.scss */
.profile-form td {
  position: relative;
  padding-right: 30px;
  padding-left: 0;
}
/* line 6406, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper,
.profile-form #edit-field-user-address-details-wrapper {
  width: 100%;
}
/* line 6409, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper h4.label,
.profile-form #edit-field-user-address-details-wrapper h4.label {
  color: #09375f;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  text-align: left;
}
/* line 6416, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper .tabledrag-toggle-weight-wrapper,
.profile-form #edit-field-marks-grade-obtained-wrapper .file-size,
.profile-form #edit-field-marks-grade-obtained-wrapper .file--image,
.profile-form #edit-field-marks-grade-obtained-wrapper .paragraph-type-title,
.profile-form #edit-field-marks-grade-obtained-wrapper .description,
.profile-form #edit-field-marks-grade-obtained-wrapper .tableresponsive-toggle-columns,
.profile-form #edit-field-marks-grade-obtained-wrapper .field-multiple-drag,
.profile-form #edit-field-user-address-details-wrapper .tabledrag-toggle-weight-wrapper,
.profile-form #edit-field-user-address-details-wrapper .file-size,
.profile-form #edit-field-user-address-details-wrapper .file--image,
.profile-form #edit-field-user-address-details-wrapper .paragraph-type-title,
.profile-form #edit-field-user-address-details-wrapper .description,
.profile-form #edit-field-user-address-details-wrapper .tableresponsive-toggle-columns,
.profile-form #edit-field-user-address-details-wrapper .field-multiple-drag {
  display: none;
}
/* line 6425, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper .paragraphs-dropbutton-wrapper > .form-submit:not(.field-add-more-submit),
.profile-form #edit-field-marks-grade-obtained-wrapper .image-widget .form-submit,
.profile-form #edit-field-user-address-details-wrapper .paragraphs-dropbutton-wrapper > .form-submit:not(.field-add-more-submit),
.profile-form #edit-field-user-address-details-wrapper .image-widget .form-submit {
  width: 34px;
  height: 34px;
  cursor: pointer;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -176px -381px;
  background-color: transparent;
  font-size: 0;
  border: 0;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 99;
}
@media (max-width: 767px) {
  /* line 6425, ../../sass/base/_global.scss */
  .profile-form #edit-field-marks-grade-obtained-wrapper .paragraphs-dropbutton-wrapper > .form-submit:not(.field-add-more-submit),
  .profile-form #edit-field-marks-grade-obtained-wrapper .image-widget .form-submit,
  .profile-form #edit-field-user-address-details-wrapper .paragraphs-dropbutton-wrapper > .form-submit:not(.field-add-more-submit),
  .profile-form #edit-field-user-address-details-wrapper .image-widget .form-submit {
    top: -5px;
    right: -25px;
  }
}
/* line 6448, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .field-add-more-submit {
  min-width: 200px;
  padding: 8px;
}
/* line 6452, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit:hover,
.profile-form #edit-field-user-address-details-wrapper .field-add-more-submit:hover {
  background: #ffffff;
}
/* line 6456, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper .js-form-type-managed-file,
.profile-form #edit-field-user-address-details-wrapper .js-form-type-managed-file {
  position: relative;
}
/* line 6459, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper .js-form-type-managed-file .form-file,
.profile-form #edit-field-user-address-details-wrapper .js-form-type-managed-file .form-file {
  width: 100%;
  height: 19px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -178px -420px;
  background-color: transparent;
  font-size: 0;
  text-indent: 26px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: transparent;
  display: none;
}
/* line 6485, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper .js-form-type-managed-file .custom-file,
.profile-form #edit-field-user-address-details-wrapper .js-form-type-managed-file .custom-file {
  position: relative;
  cursor: pointer;
  color: #26a9e0;
  padding: 10px 0 0 23px;
}
/* line 6490, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper .js-form-type-managed-file .custom-file::before,
.profile-form #edit-field-user-address-details-wrapper .js-form-type-managed-file .custom-file::before {
  content: '';
  width: 100%;
  height: 19px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -178px -420px;
  background-color: transparent;
  position: absolute;
  left: 0;
  z-index: 10;
  margin-right: 30px;
}
/* line 6505, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper .js-form-type-managed-file .image-widget,
.profile-form #edit-field-user-address-details-wrapper .js-form-type-managed-file .image-widget {
  position: relative;
  top: 0;
}
/* line 6508, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper .js-form-type-managed-file .image-widget img,
.profile-form #edit-field-user-address-details-wrapper .js-form-type-managed-file .image-widget img {
  position: relative;
  z-index: 10;
}
/* line 6522, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper .js-form-type-managed-file .image-widget .form-submit,
.profile-form #edit-field-user-address-details-wrapper .js-form-type-managed-file .image-widget .form-submit {
  left: -4px;
  top: -15px;
}
/* line 6528, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper .field-multiple-table,
.profile-form #edit-field-user-address-details-wrapper .field-multiple-table {
  width: 100% !important;
}
/* line 6530, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper .field-multiple-table th,
.profile-form #edit-field-marks-grade-obtained-wrapper .field-multiple-table td,
.profile-form #edit-field-user-address-details-wrapper .field-multiple-table th,
.profile-form #edit-field-user-address-details-wrapper .field-multiple-table td {
  background: transparent;
  padding: 0;
  border: none;
}
/* line 6536, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper .field-multiple-table td,
.profile-form #edit-field-user-address-details-wrapper .field-multiple-table td {
  padding: 10px 0;
}
/* line 6543, ../../sass/base/_global.scss */
.profile-form .paragraphs-dropbutton-wrapper .dropbutton-widget .dropbutton {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 6545, ../../sass/base/_global.scss */
.profile-form .paragraphs-dropbutton-wrapper .dropbutton-widget .dropbutton li {
  margin: 0 5px;
}
/* line 6549, ../../sass/base/_global.scss */
.profile-form .paragraphs-dropbutton-wrapper .dropbutton-widget input {
  background: #26a9e0;
  border: 0px;
  font-size: 13px;
  padding: 5px 10px;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* line 6559, ../../sass/base/_global.scss */
.profile-form .paragraphs-subform {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  /* line 6559, ../../sass/base/_global.scss */
  .profile-form .paragraphs-subform {
    padding: 20px;
    border: 1px solid #e7e8e9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
  }
}
@media (max-width: 479px) {
  /* line 6559, ../../sass/base/_global.scss */
  .profile-form .paragraphs-subform {
    padding: 15px 5px;
  }
}
/* line 6572, ../../sass/base/_global.scss */
.profile-form .paragraphs-subform > div {
  width: 27%;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 6572, ../../sass/base/_global.scss */
  .profile-form .paragraphs-subform > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 6580, ../../sass/base/_global.scss */
.profile-form .paragraphs-subform > div.field--name-field-user-exams-board {
  width: 20%;
}
@media (max-width: 767px) {
  /* line 6580, ../../sass/base/_global.scss */
  .profile-form .paragraphs-subform > div.field--name-field-user-exams-board {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 6587, ../../sass/base/_global.scss */
.profile-form .paragraphs-subform > div.field--name-field-user-class {
  width: 19%;
}
@media (max-width: 767px) {
  /* line 6587, ../../sass/base/_global.scss */
  .profile-form .paragraphs-subform > div.field--name-field-user-class {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 6594, ../../sass/base/_global.scss */
.profile-form .paragraphs-subform > div.field--name-field-icon-image {
  width: 34%;
}
@media (max-width: 767px) {
  /* line 6594, ../../sass/base/_global.scss */
  .profile-form .paragraphs-subform > div.field--name-field-icon-image {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 6605, ../../sass/base/_global.scss */
.profile-form #edit-field-user-address-details-wrapper .paragraphs-subform > div {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 6605, ../../sass/base/_global.scss */
  .profile-form #edit-field-user-address-details-wrapper .paragraphs-subform > div {
    width: 100%;
  }
}
/* line 6614, ../../sass/base/_global.scss */
.profile-form #edit-field-user-address-details-wrapper .paragraphs-dropbutton-wrapper > .form-submit:not(.field-add-more-submit) {
  top: -33px;
}
@media (max-width: 767px) {
  /* line 6614, ../../sass/base/_global.scss */
  .profile-form #edit-field-user-address-details-wrapper .paragraphs-dropbutton-wrapper > .form-submit:not(.field-add-more-submit) {
    top: -5px;
  }
}
/* line 6620, ../../sass/base/_global.scss */
.profile-form #edit-field-user-address-details-wrapper #edit-field-user-address-details-text {
  display: none;
}
/* line 6623, ../../sass/base/_global.scss */
.profile-form #edit-field-user-address-details-wrapper #edit-field-user-address-details > strong {
  display: none;
}
/* line 6628, ../../sass/base/_global.scss */
.profile-form #edit-field-user-date-of-birth-wrapper h4 {
  display: block;
  color: #09375f;
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 400;
  font-weight: normal;
}
@media (max-width: 767px) {
  /* line 6628, ../../sass/base/_global.scss */
  .profile-form #edit-field-user-date-of-birth-wrapper h4 {
    margin-bottom: 10px;
  }
}
/* line 6639, ../../sass/base/_global.scss */
.profile-form #edit-field-user-date-of-birth-wrapper .form-date {
  cursor: pointer;
}
/* line 6643, ../../sass/base/_global.scss */
.profile-form .btn-wrapper {
  text-align: center;
  margin-top: 11px;
}
@media (max-width: 767px) {
  /* line 6643, ../../sass/base/_global.scss */
  .profile-form .btn-wrapper {
    padding: 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
/* line 6651, ../../sass/base/_global.scss */
.profile-form .btn-wrapper .button {
  padding: 8px;
  min-width: 180px;
}
@media (max-width: 767px) {
  /* line 6651, ../../sass/base/_global.scss */
  .profile-form .btn-wrapper .button {
    min-width: 100px;
  }
}
/* line 6662, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper strong,
.profile-form #edit-field-user-address-details-wrapper strong {
  color: #09375f;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
/* line 6669, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper em,
.profile-form #edit-field-user-address-details-wrapper em {
  color: #09375f;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
/* line 6677, ../../sass/base/_global.scss */
.profile-form #edit-field-marks-grade-obtained-wrapper .messages--error em,
.profile-form #edit-field-user-address-details-wrapper .messages--error em {
  font-style: normal;
  color: #696969;
  font-weight: normal;
  font-size: 13px;
  margin: 0;
  display: initial;
}

/* line 6689, ../../sass/base/_global.scss */
#quicktabs-user_profile_view {
  position: relative;
  border: 0;
}
/* line 6693, ../../sass/base/_global.scss */
#quicktabs-user_profile_view:before {
  content: " ";
  border-bottom: 1px solid #d4ddec;
  width: 100%;
  position: absolute;
  top: 51px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  /* line 6693, ../../sass/base/_global.scss */
  #quicktabs-user_profile_view:before {
    content: none;
  }
}
/* line 6707, ../../sass/base/_global.scss */
#quicktabs-user_profile_view .quicktabs-main {
  position: relative;
}
/* line 6710, ../../sass/base/_global.scss */
#quicktabs-user_profile_view .quicktabs-tabpage {
  max-width: 710px;
  margin: 44px auto;
}
@media (max-width: 767px) {
  /* line 6710, ../../sass/base/_global.scss */
  #quicktabs-user_profile_view .quicktabs-tabpage {
    margin: 25px auto;
    position: relative;
  }
}
/* line 6717, ../../sass/base/_global.scss */
#quicktabs-user_profile_view .quicktabs-tabpage .email-password-dash-new {
  width: 60%;
  background: #f4f4f4;
  padding: 11px 12px 10px;
  border-radius: 4px;
  position: relative;
  max-width: 70%;
}
@media (max-width: 767px) {
  /* line 6717, ../../sass/base/_global.scss */
  #quicktabs-user_profile_view .quicktabs-tabpage .email-password-dash-new {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 6728, ../../sass/base/_global.scss */
  #quicktabs-user_profile_view .quicktabs-tabpage .email-password-dash-new .verified-new {
    display: flex;
  }
}
/* line 6732, ../../sass/base/_global.scss */
#quicktabs-user_profile_view .quicktabs-tabpage .email-password-dash-new .verified-new img {
  width: 29px;
  position: absolute;
  right: 11px;
  top: 6px;
}
@media (max-width: 767px) {
  /* line 6728, ../../sass/base/_global.scss */
  #quicktabs-user_profile_view .quicktabs-tabpage .email-password-dash-new .verified-new {
    top: 16px;
  }
}
/* line 6742, ../../sass/base/_global.scss */
#quicktabs-user_profile_view .quicktabs-tabpage .email-password-dash-new .dash-new-profile-btn {
  margin-top: -6px;
  position: absolute;
  background: #1e98db;
  right: 7px;
  color: #fff;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: 14px;
}
@media (max-width: 767px) {
  /* line 6742, ../../sass/base/_global.scss */
  #quicktabs-user_profile_view .quicktabs-tabpage .email-password-dash-new .dash-new-profile-btn {
    margin-top: -36px;
  }
}
/* line 6756, ../../sass/base/_global.scss */
#quicktabs-user_profile_view .quicktabs-tabpage .views-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
/* line 6759, ../../sass/base/_global.scss */
#quicktabs-user_profile_view .quicktabs-tabpage .views-row > div {
  width: 50%;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  /* line 6759, ../../sass/base/_global.scss */
  #quicktabs-user_profile_view .quicktabs-tabpage .views-row > div {
    width: 100%;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #e7e8e9;
    min-height: 50px;
  }
}
/* line 6769, ../../sass/base/_global.scss */
#quicktabs-user_profile_view .quicktabs-tabpage .views-row > div:first-child {
  height: 0;
  width: 0;
}
@media (max-width: 767px) {
  /* line 6769, ../../sass/base/_global.scss */
  #quicktabs-user_profile_view .quicktabs-tabpage .views-row > div:first-child {
    padding: 0;
  }
}
/* line 6779, ../../sass/base/_global.scss */
#quicktabs-user_profile_view .quicktabs-tabpage .views-row + .views-element-container .views-row > div.views-field-field-icon-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  /* line 6779, ../../sass/base/_global.scss */
  #quicktabs-user_profile_view .quicktabs-tabpage .views-row + .views-element-container .views-row > div.views-field-field-icon-image {
    display: block;
  }
}
/* line 6785, ../../sass/base/_global.scss */
#quicktabs-user_profile_view .quicktabs-tabpage .views-row + .views-element-container .views-row > div:first-child {
  height: auto;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 6785, ../../sass/base/_global.scss */
  #quicktabs-user_profile_view .quicktabs-tabpage .views-row + .views-element-container .views-row > div:first-child {
    width: 100%;
    padding: 15px;
  }
}
/* line 6796, ../../sass/base/_global.scss */
#quicktabs-user_profile_view .quicktabs-tabpage .profile-edit-btn {
  position: absolute;
  top: 0;
  right: 15px;
}
@media (max-width: 767px) {
  /* line 6796, ../../sass/base/_global.scss */
  #quicktabs-user_profile_view .quicktabs-tabpage .profile-edit-btn {
    top: -15px;
  }
}
/* line 6806, ../../sass/base/_global.scss */
#quicktabs-user_profile_view .quicktabs-tabpage .profile-edit-btn a {
  font-size: 13px;
  color: #197eb5;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 6811, ../../sass/base/_global.scss */
#quicktabs-user_profile_view .quicktabs-tabpage .profile-edit-btn a:before {
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -177px -301px;
  position: relative;
  top: 5px;
  margin-right: 7px;
}
/* line 6827, ../../sass/base/_global.scss */
#quicktabs-user_profile_view .quicktabs-tabpage span {
  display: inline-block;
  font-size: 14px;
  color: #808080;
}
/* line 6832, ../../sass/base/_global.scss */
#quicktabs-user_profile_view .quicktabs-tabpage .field-content {
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
}
@media (max-width: 767px) {
  /* line 6832, ../../sass/base/_global.scss */
  #quicktabs-user_profile_view .quicktabs-tabpage .field-content {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  /* line 6845, ../../sass/base/_global.scss */
  #quicktabs-user_profile_view .quicktabs-tabs {
    margin-bottom: 40px;
    border-bottom: 1px solid #d4ddec;
  }
}
@media (max-width: 767px) {
  /* line 6850, ../../sass/base/_global.scss */
  #quicktabs-user_profile_view .quicktabs-tabs li {
    padding: 0;
    white-space: initial;
  }
}

/* line 6860, ../../sass/base/_global.scss */
#user-change-password {
  max-width: 320px;
  margin: 0 auto;
}
/* line 6863, ../../sass/base/_global.scss */
#user-change-password .js-form-item {
  position: relative;
  margin-bottom: 20px;
}
/* line 6867, ../../sass/base/_global.scss */
#user-change-password .js-form-item span.error {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  z-index: 1;
}
/* line 6877, ../../sass/base/_global.scss */
#user-change-password .digital-head-title, #user-change-password .contact-wrapper .contach-title h2, .contact-wrapper .contach-title #user-change-password h2, #user-change-password .contact-form-wrap .node-contact-us-management-form h2, .contact-form-wrap .node-contact-us-management-form #user-change-password h2 {
  margin-bottom: 45px;
  font-size: 26px;
}
/* line 6880, ../../sass/base/_global.scss */
#user-change-password .digital-head-title:after, #user-change-password .contact-wrapper .contach-title h2:after, .contact-wrapper .contach-title #user-change-password h2:after, #user-change-password .contact-form-wrap .node-contact-us-management-form h2:after, .contact-form-wrap .node-contact-us-management-form #user-change-password h2:after {
  bottom: -15px;
}
/* line 6884, ../../sass/base/_global.scss */
#user-change-password #edit-submit {
  display: block;
  margin: 30px auto;
  min-width: 180px;
  padding: 8px;
}
@media (max-width: 767px) {
  /* line 6860, ../../sass/base/_global.scss */
  #user-change-password {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  /* line 6896, ../../sass/base/_global.scss */
  .mail-comp {
    width: 100%;
    margin: 0 !important;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
  }
}

/* Purchased Courses block */
/* line 6908, ../../sass/base/_global.scss */
#block-purchasedcoursescustomblock-2 {
  width: 65%;
  float: left;
  padding: 0 25px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  /* line 6908, ../../sass/base/_global.scss */
  #block-purchasedcoursescustomblock-2 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 6908, ../../sass/base/_global.scss */
  #block-purchasedcoursescustomblock-2 {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}

/* line 6923, ../../sass/base/_global.scss */
.dashboard-purchase-course {
  margin: 0 !important;
}
/* line 6925, ../../sass/base/_global.scss */
.dashboard-purchase-course h3 {
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 15px;
  padding: 0;
}
/* line 6931, ../../sass/base/_global.scss */
.dashboard-purchase-course h3:after {
  margin: 0;
  bottom: -15px;
  width: 45px;
}
/* line 6936, ../../sass/base/_global.scss */
.dashboard-purchase-course h3 .psid-ds {
  color: #26a9e0;
}
/* line 6940, ../../sass/base/_global.scss */
.dashboard-purchase-course .views-row {
  margin-bottom: 15px;
}
/* line 6942, ../../sass/base/_global.scss */
.dashboard-purchase-course .views-row .purchase-row-wrap {
  border: 1px solid #dadada;
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 6942, ../../sass/base/_global.scss */
  .dashboard-purchase-course .views-row .purchase-row-wrap {
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
/* line 6955, ../../sass/base/_global.scss */
.dashboard-purchase-course .views-row .purchase-row-wrap .left-wrap {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #09375f;
  margin-right: 15px;
}
@media (max-width: 767px) {
  /* line 6955, ../../sass/base/_global.scss */
  .dashboard-purchase-course .views-row .purchase-row-wrap .left-wrap {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
/* line 6967, ../../sass/base/_global.scss */
.dashboard-purchase-course .views-row .purchase-row-wrap a {
  color: #fff;
}
/* line 6969, ../../sass/base/_global.scss */
.dashboard-purchase-course .views-row .purchase-row-wrap a:hover {
  color: inherit;
}
/* line 6973, ../../sass/base/_global.scss */
.dashboard-purchase-course .views-row .purchase-row-wrap .right-wrap {
  margin-left: auto;
}
@media (max-width: 767px) {
  /* line 6973, ../../sass/base/_global.scss */
  .dashboard-purchase-course .views-row .purchase-row-wrap .right-wrap {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}

/* line 6985, ../../sass/base/_global.scss */
#block-attendanceblock {
  float: left;
  width: 35%;
  margin-top: 42px;
}
@media (max-width: 767px) {
  /* line 6985, ../../sass/base/_global.scss */
  #block-attendanceblock {
    width: 100%;
    margin: 0;
  }
}

/* Attendance Block */
/* line 6998, ../../sass/base/_global.scss */
.attendance-block-wrapper {
  margin-bottom: 25px;
}
/* line 7000, ../../sass/base/_global.scss */
.attendance-block-wrapper .attendance-block {
  border: 1px solid #dadada;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 7000, ../../sass/base/_global.scss */
  .attendance-block-wrapper .attendance-block {
    width: 100%;
    border-width: 2px;
  }
}
/* line 7009, ../../sass/base/_global.scss */
.attendance-block-wrapper .attendance-block > div {
  width: 100%;
  margin-bottom: 15px;
}
/* line 7012, ../../sass/base/_global.scss */
.attendance-block-wrapper .attendance-block > div:last-child {
  margin-bottom: 0;
}
/* line 7015, ../../sass/base/_global.scss */
.attendance-block-wrapper .attendance-block > div a {
  display: block;
  color: #09375f;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  border: 1px solid #dadada;
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 7015, ../../sass/base/_global.scss */
  .attendance-block-wrapper .attendance-block > div a {
    height: 50px;
    line-height: 50px;
  }
}
/* line 7031, ../../sass/base/_global.scss */
.attendance-block-wrapper .attendance-block > div a:hover {
  background: #f9f9f9;
}
/* line 7034, ../../sass/base/_global.scss */
.attendance-block-wrapper .attendance-block > div a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite-2.png");
  background-repeat: no-repeat;
  background-position: -38px -24px;
}

/* Pending Installments Style */
/* line 7059, ../../sass/base/_global.scss */
#block-pendinginstallmentblock-2,
#show-pending-payment {
  padding: 0 25px;
  clear: both;
}
@media (max-width: 991px) {
  /* line 7059, ../../sass/base/_global.scss */
  #block-pendinginstallmentblock-2,
  #show-pending-payment {
    padding: 0;
  }
}
/* line 7066, ../../sass/base/_global.scss */
#block-pendinginstallmentblock-2 h2,
#show-pending-payment h2 {
  text-align: left;
  margin: 30px 0;
  font-weight: 400;
}
/* line 7071, ../../sass/base/_global.scss */
#block-pendinginstallmentblock-2 h2:after,
#show-pending-payment h2:after {
  margin: 0;
  bottom: -15px;
  width: 45px;
}
/* line 7077, ../../sass/base/_global.scss */
#block-pendinginstallmentblock-2 .pending-inst-row-wrap,
#show-pending-payment .pending-inst-row-wrap {
  margin-bottom: 25px;
}
/* line 7079, ../../sass/base/_global.scss */
#block-pendinginstallmentblock-2 .pending-inst-row-wrap h3,
#show-pending-payment .pending-inst-row-wrap h3 {
  color: #29343e;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
}
/* line 7085, ../../sass/base/_global.scss */
#block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-type,
#show-pending-payment .pending-inst-row-wrap .pending-inst-type {
  padding-left: 5px;
}
@media (max-width: 479px) {
  /* line 7085, ../../sass/base/_global.scss */
  #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-type,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-type {
    padding: 0;
  }
}
/* line 7090, ../../sass/base/_global.scss */
#block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-type span,
#show-pending-payment .pending-inst-row-wrap .pending-inst-type span {
  display: inline-block;
  color: #29343e;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  border-left: 1px solid #d4ddec;
  padding: 0 15px;
}
@media (max-width: 479px) {
  /* line 7090, ../../sass/base/_global.scss */
  #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-type span,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-type span {
    padding: 0 5px;
  }
}
/* line 7101, ../../sass/base/_global.scss */
#block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-type span:first-child,
#show-pending-payment .pending-inst-row-wrap .pending-inst-type span:first-child {
  border-left: 0;
}
/* line 7106, ../../sass/base/_global.scss */
#block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info,
#show-pending-payment .pending-inst-row-wrap .pending-inst-info {
  border: 1px solid #d4ddec;
  background: #ffffff;
  margin: 15px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1279px) {
  /* line 7106, ../../sass/base/_global.scss */
  #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
/* line 7116, ../../sass/base/_global.scss */
#block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col,
#show-pending-payment .pending-inst-row-wrap .pending-inst-info .col {
  padding: 25px 15px;
  border-left: 1px solid #d4ddec;
  text-align: center;
  width: 20%;
}
@media (max-width: 1279px) {
  /* line 7116, ../../sass/base/_global.scss */
  #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col {
    width: 50%;
    padding: 15px;
  }
}
/* line 7125, ../../sass/base/_global.scss */
#block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col:first-child,
#show-pending-payment .pending-inst-row-wrap .pending-inst-info .col:first-child {
  border-left: none;
}
@media (max-width: 1279px) {
  /* line 7128, ../../sass/base/_global.scss */
  #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-price-wrap,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-price-wrap {
    min-width: 50%;
    padding-right: 5px;
  }
}
@media (max-width: 479px) {
  /* line 7128, ../../sass/base/_global.scss */
  #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-price-wrap,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-price-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
/* line 7138, ../../sass/base/_global.scss */
#block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-price-wrap span,
#show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-price-wrap span {
  display: block;
  color: #2fbcd9;
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
}
/* line 7144, ../../sass/base/_global.scss */
#block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-price-wrap span:first-child,
#show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-price-wrap span:first-child {
  color: #365878;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
}
/* line 7153, ../../sass/base/_global.scss */
#block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col.col-last,
#show-pending-payment .pending-inst-row-wrap .pending-inst-info .col.col-last {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 60%;
}
@media (max-width: 1279px) {
  /* line 7153, ../../sass/base/_global.scss */
  #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col.col-last,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col.col-last {
    width: 100%;
    border-top: 1px solid #d4ddec;
    border-left: none;
  }
}
@media (max-width: 479px) {
  /* line 7153, ../../sass/base/_global.scss */
  #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col.col-last,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col.col-last {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
/* line 7165, ../../sass/base/_global.scss */
#block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group,
#show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group {
  margin-left: auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
@media (max-width: 479px) {
  /* line 7165, ../../sass/base/_global.scss */
  #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
/* line 7173, ../../sass/base/_global.scss */
#block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a,
#show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a {
  min-width: 140px;
  padding: 8px 10px;
  margin: 0;
  font-size: 13px;
  text-transform: capitalize;
}
/* line 7179, ../../sass/base/_global.scss */
#block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a:nth-of-type(1),
#show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a:nth-of-type(1) {
  background-color: #ffffff !important;
  color: #0098d5;
  border-color: #0098d5;
}
@media (max-width: 767px) {
  /* line 7173, ../../sass/base/_global.scss */
  #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a {
    min-width: 95%;
    padding: 8px;
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  /* line 7173, ../../sass/base/_global.scss */
  #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a {
    min-width: auto;
    width: 100%;
    padding: 8px;
    font-size: 12px;
  }
}
/* line 7195, ../../sass/base/_global.scss */
#block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.invert-btn, #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .cart-form .form-wrapper a.form-submit, .cart-form .form-wrapper #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.form-submit, #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .node-offline-admission-form-form #edit-actions a.button, .node-offline-admission-form-form #edit-actions #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.button,
#block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .node-selfenrolment-checkout-form-form #edit-actions a.button,
.node-selfenrolment-checkout-form-form #edit-actions #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.button, #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.form-submit.button,
#block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.form-submit.button,
#show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.invert-btn,
#show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .cart-form .form-wrapper a.form-submit,
.cart-form .form-wrapper #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.form-submit,
#show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .node-offline-admission-form-form #edit-actions a.button,
.node-offline-admission-form-form #edit-actions #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.button,
#show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .node-selfenrolment-checkout-form-form #edit-actions a.button,
.node-selfenrolment-checkout-form-form #edit-actions #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.button,
#show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.form-submit.button,
#show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.form-submit.button {
  margin-left: 10px;
}
@media (max-width: 767px) {
  /* line 7195, ../../sass/base/_global.scss */
  #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.invert-btn, #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .cart-form .form-wrapper a.form-submit, .cart-form .form-wrapper #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.form-submit, #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .node-offline-admission-form-form #edit-actions a.button, .node-offline-admission-form-form #edit-actions #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.button,
  #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .node-selfenrolment-checkout-form-form #edit-actions a.button,
  .node-selfenrolment-checkout-form-form #edit-actions #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.button, #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.form-submit.button,
  #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.form-submit.button,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.invert-btn,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .cart-form .form-wrapper a.form-submit,
  .cart-form .form-wrapper #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.form-submit,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .node-offline-admission-form-form #edit-actions a.button,
  .node-offline-admission-form-form #edit-actions #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.button,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .node-selfenrolment-checkout-form-form #edit-actions a.button,
  .node-selfenrolment-checkout-form-form #edit-actions #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.button,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.form-submit.button,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.form-submit.button {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  /* line 7195, ../../sass/base/_global.scss */
  #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.invert-btn, #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .cart-form .form-wrapper a.form-submit, .cart-form .form-wrapper #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.form-submit, #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .node-offline-admission-form-form #edit-actions a.button, .node-offline-admission-form-form #edit-actions #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.button,
  #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .node-selfenrolment-checkout-form-form #edit-actions a.button,
  .node-selfenrolment-checkout-form-form #edit-actions #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.button, #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.form-submit.button,
  #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #block-pendinginstallmentblock-2 .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.form-submit.button,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.invert-btn,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .cart-form .form-wrapper a.form-submit,
  .cart-form .form-wrapper #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.form-submit,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .node-offline-admission-form-form #edit-actions a.button,
  .node-offline-admission-form-form #edit-actions #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.button,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .node-selfenrolment-checkout-form-form #edit-actions a.button,
  .node-selfenrolment-checkout-form-form #edit-actions #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.button,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button,
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.form-submit.button,
  #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn a.form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn #show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a.form-submit.button {
    margin-top: 10px !important;
  }
}

/* line 7212, ../../sass/base/_global.scss */
#show-pending-payment {
  float: left;
  clear: none;
  width: 62%;
  padding-right: 0px;
}
@media (max-width: 767px) {
  /* line 7212, ../../sass/base/_global.scss */
  #show-pending-payment {
    width: 100%;
  }
}
/* line 7222, ../../sass/base/_global.scss */
#show-pending-payment .pending-inst-row-wrap .pending-inst-info .col {
  width: 28%;
}
/* line 7224, ../../sass/base/_global.scss */
#show-pending-payment .pending-inst-row-wrap .pending-inst-info .col.col-last {
  width: 44%;
}
/* line 7228, ../../sass/base/_global.scss */
#show-pending-payment .pending-inst-row-wrap .pending-inst-info .col .pending-inst-btn-group a {
  min-width: 100px;
}

/* Purchased History */
/* line 7240, ../../sass/base/_global.scss */
.purchased-products-row {
  padding: 0 30px;
}
@media (max-width: 1279px) {
  /* line 7240, ../../sass/base/_global.scss */
  .purchased-products-row {
    padding: 0 15px;
  }
}
/* line 7245, ../../sass/base/_global.scss */
.purchased-products-row .views-field-field-course-validity {
  display: none;
}

/* line 7250, ../../sass/base/_global.scss */
.product-list-row {
  padding: 20px;
  background: #ffffff;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1279px) {
  /* line 7250, ../../sass/base/_global.scss */
  .product-list-row {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  /* line 7250, ../../sass/base/_global.scss */
  .product-list-row {
    position: relative;
    display: block;
  }
}
/* line 7269, ../../sass/base/_global.scss */
.product-list-row .product-image-col {
  width: 234px;
  min-width: 234px;
  height: 184px;
}
@media (max-width: 767px) {
  /* line 7269, ../../sass/base/_global.scss */
  .product-list-row .product-image-col {
    width: 100px;
    min-width: 100px;
    height: 90px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 479px) {
  /* line 7269, ../../sass/base/_global.scss */
  .product-list-row .product-image-col {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
/* line 7290, ../../sass/base/_global.scss */
.product-list-row .product-image-col img {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 7297, ../../sass/base/_global.scss */
.product-list-row .product-list-col {
  width: 100%;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 7297, ../../sass/base/_global.scss */
  .product-list-row .product-list-col {
    padding-left: 0;
  }
}
/* line 7304, ../../sass/base/_global.scss */
.product-list-row .product-list-col .product-order-info {
  color: #5d6b78;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 767px) {
  /* line 7304, ../../sass/base/_global.scss */
  .product-list-row .product-list-col .product-order-info {
    padding-left: 105px;
  }
}
@media (max-width: 479px) {
  /* line 7304, ../../sass/base/_global.scss */
  .product-list-row .product-list-col .product-order-info {
    padding-left: 0;
  }
}
/* line 7316, ../../sass/base/_global.scss */
.product-list-row .product-list-col .product-title {
  color: #29343e;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
  padding-right: 100px;
  margin: 7px 0;
}
@media (max-width: 1279px) {
  /* line 7316, ../../sass/base/_global.scss */
  .product-list-row .product-list-col .product-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  /* line 7316, ../../sass/base/_global.scss */
  .product-list-row .product-list-col .product-title {
    padding-left: 105px;
    min-height: 70px;
  }
}
@media (max-width: 479px) {
  /* line 7316, ../../sass/base/_global.scss */
  .product-list-row .product-list-col .product-title {
    padding-left: 0;
    min-height: 30px;
  }
}
/* line 7335, ../../sass/base/_global.scss */
.product-list-row .product-list-col .product-mode {
  position: absolute;
  top: 20px;
  right: 0;
}
/* line 7342, ../../sass/base/_global.scss */
.product-list-row .product-list-col .product-mode span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #436380;
  padding: 5px 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
/* line 7353, ../../sass/base/_global.scss */
.product-list-row .product-list-col .product-type-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
@media (max-width: 479px) {
  /* line 7353, ../../sass/base/_global.scss */
  .product-list-row .product-list-col .product-type-info {
    display: block;
  }
}
/* line 7359, ../../sass/base/_global.scss */
.product-list-row .product-list-col .product-type-info li {
  color: #29343e;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  border-left: 1px solid #d4ddec;
  padding: 0 12px;
}
@media (max-width: 479px) {
  /* line 7359, ../../sass/base/_global.scss */
  .product-list-row .product-list-col .product-type-info li {
    border-top: 1px solid #d4ddec;
    border-left: none;
    padding: 5px 0;
  }
}
/* line 7371, ../../sass/base/_global.scss */
.product-list-row .product-list-col .product-type-info li:first-child {
  padding-left: 0;
  border-left: none;
}
/* line 7375, ../../sass/base/_global.scss */
.product-list-row .product-list-col .product-type-info li a {
  color: #2fbcd9;
}
/* line 7380, ../../sass/base/_global.scss */
.product-list-row .product-list-col .product-price-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 22px 0 20px 0;
}
@media (max-width: 1279px) {
  /* line 7380, ../../sass/base/_global.scss */
  .product-list-row .product-list-col .product-price-list {
    margin: 20px 0;
  }
}
@media (max-width: 479px) {
  /* line 7380, ../../sass/base/_global.scss */
  .product-list-row .product-list-col .product-price-list {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 10px 0;
  }
}
/* line 7391, ../../sass/base/_global.scss */
.product-list-row .product-list-col .product-price-list li {
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #2fbcd9;
  text-align: center;
  border-left: 1px solid #d4ddec;
  padding: 0 20px;
}
@media (max-width: 1279px) {
  /* line 7391, ../../sass/base/_global.scss */
  .product-list-row .product-list-col .product-price-list li {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media (max-width: 1079px) {
  /* line 7391, ../../sass/base/_global.scss */
  .product-list-row .product-list-col .product-price-list li {
    font-size: 12px;
    padding: 0 8px;
  }
}
@media (max-width: 479px) {
  /* line 7391, ../../sass/base/_global.scss */
  .product-list-row .product-list-col .product-price-list li {
    width: 50%;
    padding: 5px;
    border-bottom: 1px solid #d4ddec;
  }
}
/* line 7412, ../../sass/base/_global.scss */
.product-list-row .product-list-col .product-price-list li:first-child {
  padding-left: 0;
  border-left: none;
}
@media (max-width: 479px) {
  /* line 7416, ../../sass/base/_global.scss */
  .product-list-row .product-list-col .product-price-list li:nth-child(3) {
    border-left: none;
    border-bottom: none;
  }
}
@media (max-width: 479px) {
  /* line 7422, ../../sass/base/_global.scss */
  .product-list-row .product-list-col .product-price-list li:nth-child(4) {
    border-bottom: none;
  }
}
/* line 7427, ../../sass/base/_global.scss */
.product-list-row .product-list-col .product-price-list li span {
  display: block;
  color: #5d6b78;
  margin-bottom: 12px;
}
@media (max-width: 1079px) {
  /* line 7427, ../../sass/base/_global.scss */
  .product-list-row .product-list-col .product-price-list li span {
    margin-bottom: 8px;
  }
}
/* line 7435, ../../sass/base/_global.scss */
.product-list-row .product-list-col .product-price-list li.discount-col {
  color: #f0444b;
}
/* line 7441, ../../sass/base/_global.scss */
.product-list-row .product-list-col .product-button-col .btn, .product-list-row .product-list-col .product-button-col .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .product-list-row .product-list-col .product-button-col .expert-subinfo, .product-list-row .product-list-col .product-button-col .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .testimonial-custom-wrapper footer .view-testimonial, .testimonial-custom-wrapper footer .product-list-row .product-list-col .product-button-col .view-testimonial, .product-list-row .product-list-col .product-button-col .authentication-wrapper .authentication-content-wrapper #edit-submit, .authentication-wrapper .authentication-content-wrapper .product-list-row .product-list-col .product-button-col #edit-submit, .product-list-row .product-list-col .product-button-col .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .product-list-row .product-list-col .product-button-col #edit-login-returning-customer-submit, .product-list-row .product-list-col .product-button-col .cognito-reset-password-form #edit-actions #edit-submit, .cognito-reset-password-form #edit-actions .product-list-row .product-list-col .product-button-col #edit-submit, .product-list-row .product-list-col .product-button-col .cognito-multistep-reset-password-form #edit-actions #edit-submit, .cognito-multistep-reset-password-form #edit-actions .product-list-row .product-list-col .product-button-col #edit-submit,
.product-list-row .product-list-col .product-button-col .cognito-email-verify-form #edit-actions #edit-submit,
.cognito-email-verify-form #edit-actions .product-list-row .product-list-col .product-button-col #edit-submit, .product-list-row .product-list-col .product-button-col .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .product-list-row .product-list-col .product-button-col #edit-submit, .product-list-row .product-list-col .product-button-col .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .product-list-row .product-list-col .product-button-col .field-add-more-submit,
.product-list-row .product-list-col .product-button-col .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .product-list-row .product-list-col .product-button-col .field-add-more-submit, .product-list-row .product-list-col .product-button-col .profile-form .btn-wrapper .button, .profile-form .btn-wrapper .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col #user-change-password #edit-submit, #user-change-password .product-list-row .product-list-col .product-button-col #edit-submit, .product-list-row .product-list-col .product-button-col .student-data-verification .form-submit, .student-data-verification .product-list-row .product-list-col .product-button-col .form-submit, .product-list-row .product-list-col .product-button-col .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .cart-form .cart-aside-wrapper .form-actions .button, .cart-form .cart-aside-wrapper .form-actions .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col .layout-region-checkout-secondary .layout-region-checkout-footer .button, .layout-region-checkout-secondary .layout-region-checkout-footer .product-list-row .product-list-col .product-button-col .button,
.product-list-row .product-list-col .product-button-col .cart-aside-wrapper .layout-region-checkout-footer .button,
.cart-aside-wrapper .layout-region-checkout-footer .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col .student-verification-form .form-actions .button, .student-verification-form .form-actions .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col .cognito-multistep-reset-password-form .form-actions input[type="submit"], .cognito-multistep-reset-password-form .form-actions .product-list-row .product-list-col .product-button-col input[type="submit"], .product-list-row .product-list-col .product-button-col .cart-form .form-wrapper .create-btn, .cart-form .form-wrapper .product-list-row .product-list-col .product-button-col .create-btn,
.product-list-row .product-list-col .product-button-col .cart-form .form-wrapper .form-submit,
.cart-form .form-wrapper .product-list-row .product-list-col .product-button-col .form-submit, .product-list-row .product-list-col .product-button-col .node-offline-admission-form-form #edit-actions .button, .node-offline-admission-form-form #edit-actions .product-list-row .product-list-col .product-button-col .button,
.product-list-row .product-list-col .product-button-col .node-selfenrolment-checkout-form-form #edit-actions .button,
.node-selfenrolment-checkout-form-form #edit-actions .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col #block-views-block-current-offers-management-block-1 footer a, #block-views-block-current-offers-management-block-1 footer .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .answer-solution-block footer a, .answer-solution-block footer .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .find-office-wrapper .views-exposed-form .form-actions .button, .find-office-wrapper .views-exposed-form .form-actions .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col .price-cart-wrapper .course-type-btn #edit-actions .button, .price-cart-wrapper .course-type-btn #edit-actions .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col .price-cart-wrapper .course-type-btn a, .price-cart-wrapper .course-type-btn .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .product-list-row .product-list-col .product-button-col .form-submit, .product-list-row .product-list-col .product-button-col .student-attendance-form .form-submit, .student-attendance-form .product-list-row .product-list-col .product-button-col .form-submit,
.product-list-row .product-list-col .product-button-col .student-upcoming-test-form .form-submit,
.student-upcoming-test-form .product-list-row .product-list-col .product-button-col .form-submit,
.product-list-row .product-list-col .product-button-col .student-timetable-form .form-submit,
.student-timetable-form .product-list-row .product-list-col .product-button-col .form-submit,
.product-list-row .product-list-col .product-button-col .student-result-data .form-submit,
.student-result-data .product-list-row .product-list-col .product-button-col .form-submit, .product-list-row .product-list-col .product-button-col .centre-gallery-form .center-gallery-formfield .form-submit, .centre-gallery-form .center-gallery-formfield .product-list-row .product-list-col .product-button-col .form-submit, .product-list-row .product-list-col .product-button-col .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .product-list-row .product-list-col .product-button-col button, .product-list-row .product-list-col .product-button-col .scholar-form #edit-actions #edit-submit, .scholar-form #edit-actions .product-list-row .product-list-col .product-button-col #edit-submit, .product-list-row .product-list-col .product-button-col .scholar-form .congratulation-action-btn a, .scholar-form .congratulation-action-btn .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .scholar-form .congratulation-action-btn .form-submit, .scholar-form .congratulation-action-btn .product-list-row .product-list-col .product-button-col .form-submit, .product-list-row .product-list-col .product-button-col .product-block .views-row .form-actions .button, .product-block .views-row .form-actions .product-list-row .product-list-col .product-button-col .button,
.product-list-row .product-list-col .product-button-col .wishlist-wrapper .views-row .form-actions .button,
.wishlist-wrapper .views-row .form-actions .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .product-list-row .product-list-col .product-button-col .form-submit.button,
.product-list-row .product-list-col .product-button-col .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .product-list-row .product-list-col .product-button-col .form-submit.button {
  padding: 8px;
  min-width: 180px;
}
@media (max-width: 575px) {
  /* line 7441, ../../sass/base/_global.scss */
  .product-list-row .product-list-col .product-button-col .btn, .product-list-row .product-list-col .product-button-col .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .product-list-row .product-list-col .product-button-col .expert-subinfo, .product-list-row .product-list-col .product-button-col .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .testimonial-custom-wrapper footer .view-testimonial, .testimonial-custom-wrapper footer .product-list-row .product-list-col .product-button-col .view-testimonial, .product-list-row .product-list-col .product-button-col .authentication-wrapper .authentication-content-wrapper #edit-submit, .authentication-wrapper .authentication-content-wrapper .product-list-row .product-list-col .product-button-col #edit-submit, .product-list-row .product-list-col .product-button-col .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .product-list-row .product-list-col .product-button-col #edit-login-returning-customer-submit, .product-list-row .product-list-col .product-button-col .cognito-reset-password-form #edit-actions #edit-submit, .cognito-reset-password-form #edit-actions .product-list-row .product-list-col .product-button-col #edit-submit, .product-list-row .product-list-col .product-button-col .cognito-multistep-reset-password-form #edit-actions #edit-submit, .cognito-multistep-reset-password-form #edit-actions .product-list-row .product-list-col .product-button-col #edit-submit,
  .product-list-row .product-list-col .product-button-col .cognito-email-verify-form #edit-actions #edit-submit,
  .cognito-email-verify-form #edit-actions .product-list-row .product-list-col .product-button-col #edit-submit, .product-list-row .product-list-col .product-button-col .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .product-list-row .product-list-col .product-button-col #edit-submit, .product-list-row .product-list-col .product-button-col .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .product-list-row .product-list-col .product-button-col .field-add-more-submit,
  .product-list-row .product-list-col .product-button-col .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .product-list-row .product-list-col .product-button-col .field-add-more-submit, .product-list-row .product-list-col .product-button-col .profile-form .btn-wrapper .button, .profile-form .btn-wrapper .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col #user-change-password #edit-submit, #user-change-password .product-list-row .product-list-col .product-button-col #edit-submit, .product-list-row .product-list-col .product-button-col .student-data-verification .form-submit, .student-data-verification .product-list-row .product-list-col .product-button-col .form-submit, .product-list-row .product-list-col .product-button-col .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .cart-form .cart-aside-wrapper .form-actions .button, .cart-form .cart-aside-wrapper .form-actions .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col .layout-region-checkout-secondary .layout-region-checkout-footer .button, .layout-region-checkout-secondary .layout-region-checkout-footer .product-list-row .product-list-col .product-button-col .button,
  .product-list-row .product-list-col .product-button-col .cart-aside-wrapper .layout-region-checkout-footer .button,
  .cart-aside-wrapper .layout-region-checkout-footer .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col .student-verification-form .form-actions .button, .student-verification-form .form-actions .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col .cognito-multistep-reset-password-form .form-actions input[type="submit"], .cognito-multistep-reset-password-form .form-actions .product-list-row .product-list-col .product-button-col input[type="submit"], .product-list-row .product-list-col .product-button-col .cart-form .form-wrapper .create-btn, .cart-form .form-wrapper .product-list-row .product-list-col .product-button-col .create-btn,
  .product-list-row .product-list-col .product-button-col .cart-form .form-wrapper .form-submit,
  .cart-form .form-wrapper .product-list-row .product-list-col .product-button-col .form-submit, .product-list-row .product-list-col .product-button-col .node-offline-admission-form-form #edit-actions .button, .node-offline-admission-form-form #edit-actions .product-list-row .product-list-col .product-button-col .button,
  .product-list-row .product-list-col .product-button-col .node-selfenrolment-checkout-form-form #edit-actions .button,
  .node-selfenrolment-checkout-form-form #edit-actions .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col #block-views-block-current-offers-management-block-1 footer a, #block-views-block-current-offers-management-block-1 footer .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .answer-solution-block footer a, .answer-solution-block footer .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .find-office-wrapper .views-exposed-form .form-actions .button, .find-office-wrapper .views-exposed-form .form-actions .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col .price-cart-wrapper .course-type-btn #edit-actions .button, .price-cart-wrapper .course-type-btn #edit-actions .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col .price-cart-wrapper .course-type-btn a, .price-cart-wrapper .course-type-btn .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .product-list-row .product-list-col .product-button-col .form-submit, .product-list-row .product-list-col .product-button-col .student-attendance-form .form-submit, .student-attendance-form .product-list-row .product-list-col .product-button-col .form-submit,
  .product-list-row .product-list-col .product-button-col .student-upcoming-test-form .form-submit,
  .student-upcoming-test-form .product-list-row .product-list-col .product-button-col .form-submit,
  .product-list-row .product-list-col .product-button-col .student-timetable-form .form-submit,
  .student-timetable-form .product-list-row .product-list-col .product-button-col .form-submit,
  .product-list-row .product-list-col .product-button-col .student-result-data .form-submit,
  .student-result-data .product-list-row .product-list-col .product-button-col .form-submit, .product-list-row .product-list-col .product-button-col .centre-gallery-form .center-gallery-formfield .form-submit, .centre-gallery-form .center-gallery-formfield .product-list-row .product-list-col .product-button-col .form-submit, .product-list-row .product-list-col .product-button-col .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .product-list-row .product-list-col .product-button-col button, .product-list-row .product-list-col .product-button-col .scholar-form #edit-actions #edit-submit, .scholar-form #edit-actions .product-list-row .product-list-col .product-button-col #edit-submit, .product-list-row .product-list-col .product-button-col .scholar-form .congratulation-action-btn a, .scholar-form .congratulation-action-btn .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .scholar-form .congratulation-action-btn .form-submit, .scholar-form .congratulation-action-btn .product-list-row .product-list-col .product-button-col .form-submit, .product-list-row .product-list-col .product-button-col .product-block .views-row .form-actions .button, .product-block .views-row .form-actions .product-list-row .product-list-col .product-button-col .button,
  .product-list-row .product-list-col .product-button-col .wishlist-wrapper .views-row .form-actions .button,
  .wishlist-wrapper .views-row .form-actions .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .product-list-row .product-list-col .product-button-col .form-submit.button,
  .product-list-row .product-list-col .product-button-col .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .product-list-row .product-list-col .product-button-col .form-submit.button {
    width: auto;
  }
}
@media (max-width: 479px) {
  /* line 7441, ../../sass/base/_global.scss */
  .product-list-row .product-list-col .product-button-col .btn, .product-list-row .product-list-col .product-button-col .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .product-list-row .product-list-col .product-button-col .expert-subinfo, .product-list-row .product-list-col .product-button-col .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .testimonial-custom-wrapper footer .view-testimonial, .testimonial-custom-wrapper footer .product-list-row .product-list-col .product-button-col .view-testimonial, .product-list-row .product-list-col .product-button-col .authentication-wrapper .authentication-content-wrapper #edit-submit, .authentication-wrapper .authentication-content-wrapper .product-list-row .product-list-col .product-button-col #edit-submit, .product-list-row .product-list-col .product-button-col .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .product-list-row .product-list-col .product-button-col #edit-login-returning-customer-submit, .product-list-row .product-list-col .product-button-col .cognito-reset-password-form #edit-actions #edit-submit, .cognito-reset-password-form #edit-actions .product-list-row .product-list-col .product-button-col #edit-submit, .product-list-row .product-list-col .product-button-col .cognito-multistep-reset-password-form #edit-actions #edit-submit, .cognito-multistep-reset-password-form #edit-actions .product-list-row .product-list-col .product-button-col #edit-submit,
  .product-list-row .product-list-col .product-button-col .cognito-email-verify-form #edit-actions #edit-submit,
  .cognito-email-verify-form #edit-actions .product-list-row .product-list-col .product-button-col #edit-submit, .product-list-row .product-list-col .product-button-col .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .product-list-row .product-list-col .product-button-col #edit-submit, .product-list-row .product-list-col .product-button-col .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .product-list-row .product-list-col .product-button-col .field-add-more-submit,
  .product-list-row .product-list-col .product-button-col .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit,
  .profile-form #edit-field-user-address-details-wrapper .product-list-row .product-list-col .product-button-col .field-add-more-submit, .product-list-row .product-list-col .product-button-col .profile-form .btn-wrapper .button, .profile-form .btn-wrapper .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col #user-change-password #edit-submit, #user-change-password .product-list-row .product-list-col .product-button-col #edit-submit, .product-list-row .product-list-col .product-button-col .student-data-verification .form-submit, .student-data-verification .product-list-row .product-list-col .product-button-col .form-submit, .product-list-row .product-list-col .product-button-col .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .cart-form .cart-aside-wrapper .form-actions .button, .cart-form .cart-aside-wrapper .form-actions .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col .layout-region-checkout-secondary .layout-region-checkout-footer .button, .layout-region-checkout-secondary .layout-region-checkout-footer .product-list-row .product-list-col .product-button-col .button,
  .product-list-row .product-list-col .product-button-col .cart-aside-wrapper .layout-region-checkout-footer .button,
  .cart-aside-wrapper .layout-region-checkout-footer .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col .student-verification-form .form-actions .button, .student-verification-form .form-actions .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col .cognito-multistep-reset-password-form .form-actions input[type="submit"], .cognito-multistep-reset-password-form .form-actions .product-list-row .product-list-col .product-button-col input[type="submit"], .product-list-row .product-list-col .product-button-col .cart-form .form-wrapper .create-btn, .cart-form .form-wrapper .product-list-row .product-list-col .product-button-col .create-btn,
  .product-list-row .product-list-col .product-button-col .cart-form .form-wrapper .form-submit,
  .cart-form .form-wrapper .product-list-row .product-list-col .product-button-col .form-submit, .product-list-row .product-list-col .product-button-col .node-offline-admission-form-form #edit-actions .button, .node-offline-admission-form-form #edit-actions .product-list-row .product-list-col .product-button-col .button,
  .product-list-row .product-list-col .product-button-col .node-selfenrolment-checkout-form-form #edit-actions .button,
  .node-selfenrolment-checkout-form-form #edit-actions .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col #block-views-block-current-offers-management-block-1 footer a, #block-views-block-current-offers-management-block-1 footer .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .answer-solution-block footer a, .answer-solution-block footer .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .find-office-wrapper .views-exposed-form .form-actions .button, .find-office-wrapper .views-exposed-form .form-actions .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col .price-cart-wrapper .course-type-btn #edit-actions .button, .price-cart-wrapper .course-type-btn #edit-actions .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col .price-cart-wrapper .course-type-btn a, .price-cart-wrapper .course-type-btn .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .product-list-row .product-list-col .product-button-col .form-submit, .product-list-row .product-list-col .product-button-col .student-attendance-form .form-submit, .student-attendance-form .product-list-row .product-list-col .product-button-col .form-submit,
  .product-list-row .product-list-col .product-button-col .student-upcoming-test-form .form-submit,
  .student-upcoming-test-form .product-list-row .product-list-col .product-button-col .form-submit,
  .product-list-row .product-list-col .product-button-col .student-timetable-form .form-submit,
  .student-timetable-form .product-list-row .product-list-col .product-button-col .form-submit,
  .product-list-row .product-list-col .product-button-col .student-result-data .form-submit,
  .student-result-data .product-list-row .product-list-col .product-button-col .form-submit, .product-list-row .product-list-col .product-button-col .centre-gallery-form .center-gallery-formfield .form-submit, .centre-gallery-form .center-gallery-formfield .product-list-row .product-list-col .product-button-col .form-submit, .product-list-row .product-list-col .product-button-col .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .product-list-row .product-list-col .product-button-col button, .product-list-row .product-list-col .product-button-col .scholar-form #edit-actions #edit-submit, .scholar-form #edit-actions .product-list-row .product-list-col .product-button-col #edit-submit, .product-list-row .product-list-col .product-button-col .scholar-form .congratulation-action-btn a, .scholar-form .congratulation-action-btn .product-list-row .product-list-col .product-button-col a, .product-list-row .product-list-col .product-button-col .scholar-form .congratulation-action-btn .form-submit, .scholar-form .congratulation-action-btn .product-list-row .product-list-col .product-button-col .form-submit, .product-list-row .product-list-col .product-button-col .product-block .views-row .form-actions .button, .product-block .views-row .form-actions .product-list-row .product-list-col .product-button-col .button,
  .product-list-row .product-list-col .product-button-col .wishlist-wrapper .views-row .form-actions .button,
  .wishlist-wrapper .views-row .form-actions .product-list-row .product-list-col .product-button-col .button, .product-list-row .product-list-col .product-button-col .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .product-list-row .product-list-col .product-button-col .form-submit.button,
  .product-list-row .product-list-col .product-button-col .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .product-list-row .product-list-col .product-button-col .form-submit.button {
    width: 100%;
  }
}

/* Student Data Verification */
/* line 7458, ../../sass/base/_global.scss */
.student-data-verification-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  overflow: auto;
}

/* line 7470, ../../sass/base/_global.scss */
.student-data-verification {
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 600px;
  padding: 15px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #cacaca;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 7470, ../../sass/base/_global.scss */
  .student-data-verification {
    top: 0;
    transform: TranslateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-bottom: 15px;
  }
}
/* line 7490, ../../sass/base/_global.scss */
.student-data-verification .heading2, .student-data-verification #block-pendinginstallmentblock-2 h2, #block-pendinginstallmentblock-2 .student-data-verification h2,
.student-data-verification #show-pending-payment h2,
#show-pending-payment .student-data-verification h2 {
  margin-bottom: 20px;
  text-align: left;
}
/* line 7493, ../../sass/base/_global.scss */
.student-data-verification .heading2 small, .student-data-verification #block-pendinginstallmentblock-2 h2 small, #block-pendinginstallmentblock-2 .student-data-verification h2 small,
.student-data-verification #show-pending-payment h2 small,
#show-pending-payment .student-data-verification h2 small {
  font-size: 12px;
  font-weight: 500;
}
/* line 7499, ../../sass/base/_global.scss */
.student-data-verification .js-form-item,
.student-data-verification .js-form-wrapper {
  margin-bottom: 15px;
}
/* line 7502, ../../sass/base/_global.scss */
.student-data-verification .js-form-item label,
.student-data-verification .js-form-wrapper label {
  margin-bottom: 5px;
  color: #434343;
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}
/* line 7512, ../../sass/base/_global.scss */
.student-data-verification .address-container-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
/* line 7515, ../../sass/base/_global.scss */
.student-data-verification .address-container-inline .js-form-item {
  width: calc(50% - 7.5px);
  margin: 0 !important;
}
/* line 7520, ../../sass/base/_global.scss */
.student-data-verification .form-submit {
  min-width: 200px;
}

/* line 7529, ../../sass/base/_global.scss */
#highlighted {
  position: relative;
  z-index: 9;
}
/* line 7532, ../../sass/base/_global.scss */
#highlighted .messages__wrapper {
  margin: 5px auto;
}
/* line 7535, ../../sass/base/_global.scss */
#highlighted .messages__wrapper .messages--status {
  padding: 15px 50px;
  max-width: 100%;
  border: 1px solid #01b479;
  background: #ffffff;
  position: relative;
  text-align: left;
  color: #01b479;
  font-size: 14.5px;
  line-height: 1;
  font-weight: 700;
}
/* line 7546, ../../sass/base/_global.scss */
#highlighted .messages__wrapper .messages--status:before {
  content: '';
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -178px -448px;
  background-color: #ffffff;
  position: absolute;
  top: 13px;
  left: 15px;
  z-index: 9;
  width: 20px;
  height: 20px;
}
/* line 7562, ../../sass/base/_global.scss */
#highlighted .messages__wrapper .messages--status a {
  color: #29343e;
  margin-left: 5px;
}
/* line 7567, ../../sass/base/_global.scss */
#highlighted .messages__wrapper .messages--error {
  padding: 15px 50px;
  max-width: 100%;
  border: 1px solid #e3161a;
  background: #ffffff;
  position: relative;
  text-align: left;
  color: #e3161a;
  font-size: 14.5px;
  line-height: 1;
  font-weight: 700;
}
/* line 7578, ../../sass/base/_global.scss */
#highlighted .messages__wrapper .messages--error:before {
  content: '';
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -180px -387px;
  background-color: #ffffff;
  position: absolute;
  top: 13px;
  left: 15px;
  z-index: 9;
  width: 22px;
  height: 22px;
}
/* line 7594, ../../sass/base/_global.scss */
#highlighted .messages__wrapper .messages--error a {
  color: #29343e;
  margin-left: 5px;
}

/* line 7602, ../../sass/base/_global.scss */
.messages__wrapper {
  margin: 5px auto;
}
/* line 7605, ../../sass/base/_global.scss */
.messages__wrapper .messages--status {
  padding: 15px 50px;
  max-width: 100%;
  border: 1px solid #01b479;
  background: #ffffff;
  position: relative;
  text-align: left;
  color: #01b479;
  font-size: 14.5px;
  line-height: 1;
  font-weight: 700;
}
/* line 7616, ../../sass/base/_global.scss */
.messages__wrapper .messages--status:before {
  content: '';
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -178px -448px;
  background-color: #ffffff;
  position: absolute;
  top: 13px;
  left: 15px;
  z-index: 9;
  width: 20px;
  height: 20px;
}
/* line 7632, ../../sass/base/_global.scss */
.messages__wrapper .messages--status a {
  color: #29343e;
  margin-left: 5px;
}
/* line 7637, ../../sass/base/_global.scss */
.messages__wrapper .messages--error {
  padding: 15px 50px;
  max-width: 100%;
  border: 1px solid #e3161a;
  background: #ffffff;
  position: relative;
  text-align: left;
  color: #e3161a;
  font-size: 14.5px;
  line-height: 1;
  font-weight: 700;
}
/* line 7648, ../../sass/base/_global.scss */
.messages__wrapper .messages--error:before {
  content: '';
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -180px -387px;
  background-color: #ffffff;
  position: absolute;
  top: 13px;
  left: 15px;
  z-index: 9;
  width: 22px;
  height: 22px;
}
/* line 7664, ../../sass/base/_global.scss */
.messages__wrapper .messages--error a {
  color: #29343e;
  margin-left: 5px;
}

/* line 7674, ../../sass/base/_global.scss */
.payment-success-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.75);
}
@media (max-width: 479px) {
  /* line 7674, ../../sass/base/_global.scss */
  .payment-success-wrapper {
    padding: 15px;
  }
}
/* line 7688, ../../sass/base/_global.scss */
.payment-success-wrapper .payment-success {
  width: 620px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  /* line 7688, ../../sass/base/_global.scss */
  .payment-success-wrapper .payment-success {
    width: 450px;
    top: 15px;
  }
}
@media (max-width: 479px) {
  /* line 7688, ../../sass/base/_global.scss */
  .payment-success-wrapper .payment-success {
    width: 100%;
  }
}
/* line 7702, ../../sass/base/_global.scss */
.payment-success-wrapper .payment-success .payment-success-body {
  padding: 50px 5px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 7702, ../../sass/base/_global.scss */
  .payment-success-wrapper .payment-success .payment-success-body {
    padding: 20px 0;
  }
}
/* line 7708, ../../sass/base/_global.scss */
.payment-success-wrapper .payment-success .payment-success-body h3 {
  position: relative;
  display: inline-block;
  color: #26a9e0 !important;
  font-size: 34px !important;
  font-weight: 700;
  padding-left: 0px !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  /* line 7708, ../../sass/base/_global.scss */
  .payment-success-wrapper .payment-success .payment-success-body h3 {
    margin-bottom: 15px !important;
    font-size: 30px !important;
    padding-left: 0px !important;
  }
}
@media (max-width: 479px) {
  /* line 7708, ../../sass/base/_global.scss */
  .payment-success-wrapper .payment-success .payment-success-body h3 {
    font-size: 18px !important;
    padding-left: 0px !important;
  }
}
/* line 7725, ../../sass/base/_global.scss */
.payment-success-wrapper .payment-success .payment-success-body h3:before {
  content: '';
  width: 44px;
  height: 44px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/check-icon1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  /* line 7725, ../../sass/base/_global.scss */
  .payment-success-wrapper .payment-success .payment-success-body h3:before {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 479px) {
  /* line 7725, ../../sass/base/_global.scss */
  .payment-success-wrapper .payment-success .payment-success-body h3:before {
    width: 20px;
    height: 20px;
  }
}
/* line 7747, ../../sass/base/_global.scss */
.payment-success-wrapper .payment-success .payment-success-body p {
  color: #29343e;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  /* line 7747, ../../sass/base/_global.scss */
  .payment-success-wrapper .payment-success .payment-success-body p {
    font-size: 16px;
    line-height: 1.2;
  }
}
/* line 7757, ../../sass/base/_global.scss */
.payment-success-wrapper .payment-success .payment-success-body span {
  display: inline-block;
  color: #808080;
  font-size: 15px;
  line-height: 1.5;
}
/* line 7764, ../../sass/base/_global.scss */
.payment-success-wrapper .payment-success .payment-success-footer {
  background: #26a9e0;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.5;
  padding: 8px;
}
@media (max-width: 767px) {
  /* line 7764, ../../sass/base/_global.scss */
  .payment-success-wrapper .payment-success .payment-success-footer {
    font-size: 14px;
  }
}
/* line 7774, ../../sass/base/_global.scss */
.payment-success-wrapper .payment-success .payment-success-footer a {
  display: inline-block;
  text-decoration: underline;
  color: #ffffff;
}
/* line 7780, ../../sass/base/_global.scss */
.payment-success-wrapper .payment-success .close-payment-button {
  position: absolute;
  right: 35px;
  top: 25px;
  width: 30px;
  height: 30px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/close-icon1.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 7780, ../../sass/base/_global.scss */
  .payment-success-wrapper .payment-success .close-payment-button {
    right: 10px;
    top: 10px;
  }
}
/* line 7798, ../../sass/base/_global.scss */
.payment-success-wrapper.not-popup {
  position: relative;
  background: none;
  min-height: 500px;
}
@media (max-width: 1079px) {
  /* line 7798, ../../sass/base/_global.scss */
  .payment-success-wrapper.not-popup {
    min-height: 250px;
  }
}
/* line 7805, ../../sass/base/_global.scss */
.payment-success-wrapper.not-popup .payment-success {
  position: static;
  border: 2px solid #26a9e0;
  margin: 20px 0;
  text-align: center;
}
/* line 7811, ../../sass/base/_global.scss */
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  /* line 7811, ../../sass/base/_global.scss */
  .payment-success-wrapper.not-popup .payment-success .payment-success-body + span {
    margin-bottom: 20px;
  }
}
/* line 7817, ../../sass/base/_global.scss */
.payment-success-wrapper.not-popup .payment-success .payment-success-body + span a {
  display: inline-block;
}

/* line 7830, ../../sass/base/_global.scss */
.cart-header-banner {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/result-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}
@media (max-width: 767px) {
  /* line 7830, ../../sass/base/_global.scss */
  .cart-header-banner {
    padding: 25px 0;
  }
}
/* line 7842, ../../sass/base/_global.scss */
.cart-header-banner .cart-header-container h1 {
  color: #ffffff;
}

/* line 7849, ../../sass/base/_global.scss */
.cart-form {
  padding: 50px 0;
}
/* line 7853, ../../sass/base/_global.scss */
.cart-form .views-element-container form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
}
/* line 7859, ../../sass/base/_global.scss */
.cart-form .views-row {
  width: calc(100% - 380px);
  width: -webkit-calc(100% - 380px);
  padding-right: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1439px) {
  /* line 7859, ../../sass/base/_global.scss */
  .cart-form .views-row {
    padding-right: 20px;
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  /* line 7859, ../../sass/base/_global.scss */
  .cart-form .views-row {
    padding-right: 0px;
    width: 100%;
  }
}
/* line 7873, ../../sass/base/_global.scss */
.cart-form .views-row .grid-layout {
  padding: 10px 20px;
  margin-bottom: 28px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 479px) {
  /* line 7873, ../../sass/base/_global.scss */
  .cart-form .views-row .grid-layout {
    display: block;
    padding: 10px;
    position: relative;
  }
}
/* line 7885, ../../sass/base/_global.scss */
.cart-form .views-row .grid-layout .left-view {
  width: 88px;
  margin-top: 7px;
}
@media (max-width: 479px) {
  /* line 7885, ../../sass/base/_global.scss */
  .cart-form .views-row .grid-layout .left-view {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
/* line 7892, ../../sass/base/_global.scss */
.cart-form .views-row .grid-layout .left-view img {
  min-height: 60px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
}
/* line 7898, ../../sass/base/_global.scss */
.cart-form .views-row .grid-layout .right-view {
  padding-left: 20px;
  width: -webkit-calc(100% - 88px);
  width: -moz-calc(100% - 88px);
  width: -o-calc(100% - 88px);
  width: -ms-calc(100% - 88px);
  width: calc(100% - 88px);
  position: relative;
}
@media (max-width: 479px) {
  /* line 7898, ../../sass/base/_global.scss */
  .cart-form .views-row .grid-layout .right-view {
    padding: 0;
    width: 100%;
    position: static;
  }
}
/* line 7911, ../../sass/base/_global.scss */
.cart-form .views-row .grid-layout .right-view .package_contain-count {
  padding: 8px 0;
}
@media (max-width: 991px) {
  /* line 7913, ../../sass/base/_global.scss */
  .cart-form .views-row .grid-layout .right-view .package_contain-count li {
    padding: 0 8px;
  }
}
/* line 7919, ../../sass/base/_global.scss */
.cart-form .views-row .grid-layout .right-view h4 {
  padding-right: 100px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3;
  color: #29343e;
}
@media (max-width: 991px) {
  /* line 7919, ../../sass/base/_global.scss */
  .cart-form .views-row .grid-layout .right-view h4 {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  /* line 7919, ../../sass/base/_global.scss */
  .cart-form .views-row .grid-layout .right-view h4 {
    padding: 0;
    position: absolute;
    top: 10px;
    bottom: -20px;
    z-index: 1;
    font-size: 12px;
    padding: 0 80px 0 95px;
    max-height: 70px;
    overflow: hidden;
  }
}
/* line 7941, ../../sass/base/_global.scss */
.cart-form .views-row .grid-layout .right-view h4 a {
  color: inherit;
  pointer-events: none;
}
/* line 7944, ../../sass/base/_global.scss */
.cart-form .views-row .grid-layout .right-view h4 a:hover {
  text-decoration: underline;
}
/* line 7949, ../../sass/base/_global.scss */
.cart-form .views-row .grid-layout .right-view .badge {
  font-size: 11px;
  color: #ffffff;
  background: #0098d5;
  padding: 3px 11px;
  position: absolute;
  top: 7px;
  right: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media (max-width: 479px) {
  /* line 7949, ../../sass/base/_global.scss */
  .cart-form .views-row .grid-layout .right-view .badge {
    right: 5px;
  }
}
/* line 7976, ../../sass/base/_global.scss */
.cart-form .cart-aside-wrapper {
  width: 380px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 30px;
}
@media (max-width: 1439px) {
  /* line 7976, ../../sass/base/_global.scss */
  .cart-form .cart-aside-wrapper {
    padding: 20px;
  }
}
@media (max-width: 1439px) {
  /* line 7976, ../../sass/base/_global.scss */
  .cart-form .cart-aside-wrapper {
    width: 300px;
  }
}
@media (max-width: 767px) {
  /* line 7976, ../../sass/base/_global.scss */
  .cart-form .cart-aside-wrapper {
    width: 100%;
    margin-top: 0px;
  }
}
/* line 7991, ../../sass/base/_global.scss */
.cart-form .cart-aside-wrapper .form-actions {
  margin-top: 20px;
}
/* line 7993, ../../sass/base/_global.scss */
.cart-form .cart-aside-wrapper .form-actions .button {
  width: 100%;
  margin: 0 !important;
}

/* line 8002, ../../sass/base/_global.scss */
.grid-action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 8006, ../../sass/base/_global.scss */
.grid-action span,
.grid-action strong {
  display: inline-block;
}
/* line 8010, ../../sass/base/_global.scss */
.grid-action .old-price {
  font-size: 16px;
  color: #434343;
  text-decoration: line-through;
  margin-right: 10px;
}
/* line 8016, ../../sass/base/_global.scss */
.grid-action .offer-price {
  font-size: 21px;
  font-weight: 700;
  color: #29343e;
  margin-right: 6px;
}
/* line 8022, ../../sass/base/_global.scss */
.grid-action .discount-percent {
  font-size: 14px;
  color: #f0444b;
  position: relative;
  top: -3px;
}
/* line 8028, ../../sass/base/_global.scss */
.grid-action a {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  color: #434343;
}
/* line 8034, ../../sass/base/_global.scss */
.grid-action .remove-btn {
  position: relative;
  margin-right: 10px;
}
/* line 8037, ../../sass/base/_global.scss */
.grid-action .remove-btn::before {
  content: " ";
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -101px -281px;
  width: 8px;
  height: 11px;
  display: inline-block;
  margin-right: 4px;
}
/* line 8050, ../../sass/base/_global.scss */
.grid-action .js-form-type-number {
  display: inline-block;
}
/* line 8052, ../../sass/base/_global.scss */
.grid-action .js-form-type-number .form-number {
  width: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-color: #ced9e9;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  -o-appearance: none;
  -ms-appearance: none;
}
/* line 8063, ../../sass/base/_global.scss */
.grid-action .js-form-type-number .form-number::-webkit-inner-spin-button, .grid-action .js-form-type-number .form-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 8070, ../../sass/base/_global.scss */
.grid-action .delete-order-item {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -101px -277px;
  background-color: transparent;
  border: none;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  color: #434343;
  padding: 5px 3px 3px 13px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  /* line 8070, ../../sass/base/_global.scss */
  .grid-action .delete-order-item {
    margin-left: 0px;
  }
}
/* line 8088, ../../sass/base/_global.scss */
.grid-action .save-later {
  position: relative;
  margin-left: 5px;
  padding: 3px;
}
/* line 8092, ../../sass/base/_global.scss */
.grid-action .save-later::before {
  content: " ";
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -101px -300px;
  width: 12px;
  display: inline-block;
  height: 10px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

/* line 8109, ../../sass/base/_global.scss */
.course-validity {
  margin-bottom: 5px;
}
/* line 8111, ../../sass/base/_global.scss */
.course-validity span {
  display: inline-block;
  font-size: 13px;
  color: #29343e;
  font-weight: 700;
}
/* line 8116, ../../sass/base/_global.scss */
.course-validity span a {
  color: inherit;
}
@media (max-width: 767px) {
  /* line 8121, ../../sass/base/_global.scss */
  .course-validity span {
    font-size: 12px;
  }
}

/* Cart Flow layout */
/* line 8130, ../../sass/base/_global.scss */
.cart-flow-layout {
  max-width: 650px;
  margin: 50px auto 0 auto;
}
@media (max-width: 767px) {
  /* line 8130, ../../sass/base/_global.scss */
  .cart-flow-layout {
    margin-top: 35px;
  }
}
/* line 8136, ../../sass/base/_global.scss */
.cart-flow-layout ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 15px;
}
@media (max-width: 479px) {
  /* line 8136, ../../sass/base/_global.scss */
  .cart-flow-layout ul {
    padding: 0 5px;
  }
}
/* line 8142, ../../sass/base/_global.scss */
.cart-flow-layout ul li {
  flex: 1;
  position: relative;
  text-align: center;
}
/* line 8146, ../../sass/base/_global.scss */
.cart-flow-layout ul li:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50%;
  height: 1px;
  background: #e1e6ec;
}
/* line 8158, ../../sass/base/_global.scss */
.cart-flow-layout ul li:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 50%;
  height: 1px;
  background: #e1e6ec;
}
/* line 8170, ../../sass/base/_global.scss */
.cart-flow-layout ul li i {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #65727f;
  color: #ffffff;
  font-weight: 700;
  font-style: normal;
  font-size: 14.5px;
  line-height: 35px;
  border: 1px solid #65727f;
  top: -17.5px;
  z-index: 2;
}
/* line 8187, ../../sass/base/_global.scss */
.cart-flow-layout ul li span {
  display: block;
  color: #65727f;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  margin: -5px auto 0 auto;
}
/* line 8196, ../../sass/base/_global.scss */
.cart-flow-layout ul li:first-child:before {
  content: none;
}
/* line 8199, ../../sass/base/_global.scss */
.cart-flow-layout ul li:first-child i {
  border-color: #0098d5 !important;
  text-indent: -9999px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/tick-icon-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0098d5 !important;
}
/* line 8209, ../../sass/base/_global.scss */
.cart-flow-layout ul li:first-child span {
  color: #0098d5;
}
/* line 8214, ../../sass/base/_global.scss */
.cart-flow-layout ul li:nth-child(2) i {
  border-color: #0098d5;
  color: #0098d5;
  background: #ffffff;
}
/* line 8219, ../../sass/base/_global.scss */
.cart-flow-layout ul li:nth-child(2) span {
  color: #0098d5;
}
/* line 8224, ../../sass/base/_global.scss */
.cart-flow-layout ul li:last-child:after {
  content: none;
}
/* line 8229, ../../sass/base/_global.scss */
.cart-flow-layout ul li.cart-active i {
  border-color: #26a9e0;
  color: #26a9e0;
  background: #ffffff;
}
/* line 8234, ../../sass/base/_global.scss */
.cart-flow-layout ul li.cart-active span {
  color: #26a9e0;
}
/* line 8239, ../../sass/base/_global.scss */
.cart-flow-layout ul li.cart-done i {
  border-color: #26a9e0;
  text-indent: -9999px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/tick-icon-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #26a9e0;
}
/* line 8248, ../../sass/base/_global.scss */
.cart-flow-layout ul li.cart-done span {
  color: #26a9e0;
}

/* Start Checkout Form */
/* line 8259, ../../sass/base/_global.scss */
.commerce-checkout-flow {
  margin: 50px auto 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  /* line 8259, ../../sass/base/_global.scss */
  .commerce-checkout-flow {
    display: block;
    margin-bottom: 25px;
  }
}
/* line 8268, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout .layout-checkout-form {
  width: calc(100% - 380px);
  width: -webkit-calc(100% - 380px);
  padding-right: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1439px) {
  /* line 8268, ../../sass/base/_global.scss */
  .commerce-checkout-flow.checkout-form-layout .layout-checkout-form {
    padding-right: 20px;
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  /* line 8268, ../../sass/base/_global.scss */
  .commerce-checkout-flow.checkout-form-layout .layout-checkout-form {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 0;
  }
}
/* line 8283, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout .layout-checkout-form .layout-region-checkout-main {
  width: 100%;
  padding: 0;
}
/* line 8287, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout .layout-checkout-form .js-form-item {
  position: relative;
}
/* line 8290, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout .layout-checkout-form .js-form-item span.error {
  position: absolute;
  bottom: -15px;
  margin-top: 0;
  padding: 0;
  white-space: nowrap;
}
/* line 8300, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout .cart-edit-btn {
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #29343e;
  position: relative;
  padding-left: 25px;
}
/* line 8307, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout .cart-edit-btn:before {
  content: " ";
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/pencil_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
}
/* line 8325, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout fieldset .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout fieldset .admission-form-label {
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
  color: #29343e;
  padding: 22px 0 15px 0;
  display: block;
}
/* line 8333, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout fieldset .fieldset-legend small,
.commerce-checkout-flow.checkout-form-layout fieldset .admission-form-label small {
  font-size: 12px;
  font-weight: 700;
}
/* line 8339, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout .shipping_addresss_title {
  display: block;
  width: 100%;
  clear: both;
}
/* line 8343, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout .shipping_addresss_title > b {
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
  color: #29343e;
  padding: 22px 0 15px 0;
  display: block;
}
/* line 8352, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout .js-form-type-radio {
  padding: 8px 5px;
  float: left;
  margin-right: 30px;
  margin-left: 15px;
}
/* line 421, ../../sass/base/_mixins.scss */
.commerce-checkout-flow.checkout-form-layout .js-form-type-radio input[type='radio'] {
  background: none;
  border: none;
  cursor: pointer;
  height: 12px;
  opacity: 0;
  position: relative;
  top: 2px;
  width: 12px;
  z-index: 100;
}
/* line 432, ../../sass/base/_mixins.scss */
.commerce-checkout-flow.checkout-form-layout .js-form-type-radio input[type='radio']:checked + label:after {
  display: block;
}
/* line 435, ../../sass/base/_mixins.scss */
.commerce-checkout-flow.checkout-form-layout .js-form-type-radio input[type='radio']:checked + label:before {
  display: none;
}
/* line 440, ../../sass/base/_mixins.scss */
.commerce-checkout-flow.checkout-form-layout .js-form-type-radio label {
  cursor: pointer;
  line-height: 18px;
  padding-left: 5px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-right: 15px;
  color: #434343;
  font-size: 14px;
  line-height: 1;
}
/* line 452, ../../sass/base/_mixins.scss */
.commerce-checkout-flow.checkout-form-layout .js-form-type-radio label:before {
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  content: '';
  border: 1px solid #919191;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 468, ../../sass/base/_mixins.scss */
.commerce-checkout-flow.checkout-form-layout .js-form-type-radio label:after {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 12px;
  width: 12px;
  content: '';
  border: 5px solid #008fd3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: none;
}
/* line 483, ../../sass/base/_mixins.scss */
.commerce-checkout-flow.checkout-form-layout .js-form-type-radio label:last-child {
  margin-right: 0px;
}
/* line 8358, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout .js-form-type-radio label {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #29343e;
  margin-bottom: 0 !important;
}
/* line 8365, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout .js-form-type-radio input[type='radio'] {
  display: none;
}
/* line 8369, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout label {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #29343e;
}
/* line 8375, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout .form-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
/* line 8380, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information {
  margin-top: 15px;
}
/* line 8383, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-info-wrapper {
  margin-bottom: 15px;
}
/* line 8386, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-fname-wrapper,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-address-0-address-country-code,
.commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-locality,
.commerce-checkout-flow.checkout-form-layout #edit-shipping-information-shipping-profile-address-0-address-country-code,
.commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-locality,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-email-wrapper,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-parent-fname-wrapper,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-parent-email-wrapper,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-student-email-wrapper,
.commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-administrative-area,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission-otp-wrapper,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-student-gender-wrapper {
  float: left;
  width: 50%;
  padding-right: 15px;
  margin-bottom: 30px;
  margin-right: 0 !important;
}
@media (max-width: 479px) {
  /* line 8386, ../../sass/base/_global.scss */
  .commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-fname-wrapper,
  .commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-address-0-address-country-code,
  .commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-locality,
  .commerce-checkout-flow.checkout-form-layout #edit-shipping-information-shipping-profile-address-0-address-country-code,
  .commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-locality,
  .commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-email-wrapper,
  .commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-parent-fname-wrapper,
  .commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-parent-email-wrapper,
  .commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-student-email-wrapper,
  .commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-administrative-area,
  .commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission-otp-wrapper,
  .commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-student-gender-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
/* line 8407, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-fname-wrapper label,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-fname-wrapper h4,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-fname-wrapper .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-address-0-address-country-code label,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-address-0-address-country-code h4,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-address-0-address-country-code .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-locality label,
.commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-locality h4,
.commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-locality .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout #edit-shipping-information-shipping-profile-address-0-address-country-code label,
.commerce-checkout-flow.checkout-form-layout #edit-shipping-information-shipping-profile-address-0-address-country-code h4,
.commerce-checkout-flow.checkout-form-layout #edit-shipping-information-shipping-profile-address-0-address-country-code .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-locality label,
.commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-locality h4,
.commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-locality .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-email-wrapper label,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-email-wrapper h4,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-email-wrapper .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-parent-fname-wrapper label,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-parent-fname-wrapper h4,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-parent-fname-wrapper .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-parent-email-wrapper label,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-parent-email-wrapper h4,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-parent-email-wrapper .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-student-email-wrapper label,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-student-email-wrapper h4,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-student-email-wrapper .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-administrative-area label,
.commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-administrative-area h4,
.commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-administrative-area .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission-otp-wrapper label,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission-otp-wrapper h4,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission-otp-wrapper .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-student-gender-wrapper label,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-student-gender-wrapper h4,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-student-gender-wrapper .fieldset-legend {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #29343e;
  margin-bottom: 15px;
  display: block;
  padding: 0;
  font-weight: normal;
}
/* line 8420, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-lname-wrapper,
.commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-address-line1,
.commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-postal-code,
.commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-address-line1,
.commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-postal-code,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-parent-mobile-wrapper,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-phone-wrapper,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-student-dob-wrapper {
  float: left;
  width: 50%;
  padding-left: 15px;
  margin-bottom: 30px;
  margin-right: 0 !important;
}
@media (max-width: 479px) {
  /* line 8420, ../../sass/base/_global.scss */
  .commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-lname-wrapper,
  .commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-address-line1,
  .commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-postal-code,
  .commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-address-line1,
  .commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-postal-code,
  .commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-parent-mobile-wrapper,
  .commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-phone-wrapper,
  .commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-student-dob-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
/* line 8437, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-lname-wrapper label,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-lname-wrapper h4,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-lname-wrapper .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-address-line1 label,
.commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-address-line1 h4,
.commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-address-line1 .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-postal-code label,
.commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-postal-code h4,
.commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-postal-code .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-address-line1 label,
.commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-address-line1 h4,
.commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-address-line1 .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-postal-code label,
.commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-postal-code h4,
.commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-postal-code .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-parent-mobile-wrapper label,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-parent-mobile-wrapper h4,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-parent-mobile-wrapper .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-phone-wrapper label,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-phone-wrapper h4,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-phone-wrapper .fieldset-legend,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-student-dob-wrapper label,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-student-dob-wrapper h4,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission1-student-dob-wrapper .fieldset-legend {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #29343e;
  margin-bottom: 15px;
  display: block;
  padding: 0;
  font-weight: normal;
}
/* line 8450, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-dob-wrapper {
  float: left;
  width: 50%;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  /* line 8450, ../../sass/base/_global.scss */
  .commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-dob-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
/* line 8459, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-student-dob-wrapper h4 {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #29343e;
  margin-bottom: 15px;
}
/* line 8467, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-address-line2,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-customer-landmark-wrapper,
.commerce-checkout-flow.checkout-form-layout #edit-shipping-information-shipping-profile-field-phone-wrapper,
.commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-address-line2,
.commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-administrative-area,
.commerce-checkout-flow.checkout-form-layout #edit-shipping-information-shipping-profile-field-customer-landmark-wrapper {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}
/* line 8476, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout .form-item-payment-information-billing-information-address-0-address-address-line2 label,
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-customer-landmark-wrapper label,
.commerce-checkout-flow.checkout-form-layout #edit-shipping-information-shipping-profile-field-phone-wrapper label,
.commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-address-line2 label,
.commerce-checkout-flow.checkout-form-layout .form-item-shipping-information-shipping-profile-address-0-address-administrative-area label,
.commerce-checkout-flow.checkout-form-layout #edit-shipping-information-shipping-profile-field-customer-landmark-wrapper label {
  margin-bottom: 15px;
  display: block;
}
/* line 8482, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-address-is-same-wrapper .fieldset-legend {
  display: none;
}
/* line 341, ../../sass/base/_mixins.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-address-is-same-wrapper .js-form-type-checkbox input[type='checkbox'] {
  background: none;
  border: none;
  cursor: pointer;
  height: 12px;
  opacity: 0;
  position: relative;
  top: 2px;
  width: 12px;
  z-index: 100;
}
/* line 351, ../../sass/base/_mixins.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-address-is-same-wrapper .js-form-type-checkbox input[type='checkbox']:disabled {
  cursor: default;
}
/* line 353, ../../sass/base/_mixins.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-address-is-same-wrapper .js-form-type-checkbox input[type='checkbox']:disabled + label:before {
  opacity: 0.6;
}
/* line 360, ../../sass/base/_mixins.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-address-is-same-wrapper .js-form-type-checkbox input[type='checkbox']:checked + label:after {
  display: block;
}
/* line 363, ../../sass/base/_mixins.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-address-is-same-wrapper .js-form-type-checkbox input[type='checkbox']:checked + label:before {
  display: none;
}
/* line 368, ../../sass/base/_mixins.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-address-is-same-wrapper .js-form-type-checkbox label {
  cursor: pointer;
  line-height: 18px;
  padding-left: 5px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-right: 15px;
  color: #434343;
  font-size: 14px;
  line-height: 1;
}
/* line 380, ../../sass/base/_mixins.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-address-is-same-wrapper .js-form-type-checkbox label:before {
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  content: '';
  border: 1px solid #919191;
  background: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
/* line 396, ../../sass/base/_mixins.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-address-is-same-wrapper .js-form-type-checkbox label:after {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 12px;
  width: 12px;
  content: '';
  border: 5px solid #008fd3;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: none;
}
/* line 411, ../../sass/base/_mixins.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-address-is-same-wrapper .js-form-type-checkbox label:last-child {
  margin-right: 0px;
}
/* line 8487, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-address-is-same-wrapper .js-form-type-checkbox label {
  padding-left: 30px;
}
/* line 8489, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-address-is-same-wrapper .js-form-type-checkbox label:before {
  left: 0;
  right: initial;
  width: 18px;
  height: 18px;
  border-color: #adb5c0;
}
/* line 8496, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-product-address-is-same-wrapper .js-form-type-checkbox label:after {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -38px -78px;
  left: 0;
  right: initial;
  width: 22px;
  height: 20px;
  transform: none;
  top: 0;
}
/* line 8512, ../../sass/base/_global.scss */
.commerce-checkout-flow.checkout-form-layout input[type="text"],
.commerce-checkout-flow.checkout-form-layout input[type="email"],
.commerce-checkout-flow.checkout-form-layout input[type="password"],
.commerce-checkout-flow.checkout-form-layout input[type="date"],
.commerce-checkout-flow.checkout-form-layout .form-select {
  width: 100%;
  display: block;
}
/* line 8521, ../../sass/base/_global.scss */
.commerce-checkout-flow .layout-checkout-form {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  /* line 8521, ../../sass/base/_global.scss */
  .commerce-checkout-flow .layout-checkout-form {
    display: block;
    margin-bottom: 25px;
  }
}
/* line 8529, ../../sass/base/_global.scss */
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main {
  width: calc(100% - 380px);
  width: -webkit-calc(100% - 380px);
  padding-right: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1439px) {
  /* line 8529, ../../sass/base/_global.scss */
  .commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main {
    padding-right: 20px;
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  /* line 8529, ../../sass/base/_global.scss */
  .commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 0;
  }
}
/* line 8547, ../../sass/base/_global.scss */
.commerce-checkout-flow #shipping-information-wrapper .messages__wrapper {
  text-align: left;
  padding: 0;
  margin: 15px 0;
  float: left;
  width: 100%;
}
/* line 8555, ../../sass/base/_global.scss */
.commerce-checkout-flow.fluid-layout {
  margin: 0;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
/* line 8562, ../../sass/base/_global.scss */
.commerce-checkout-flow .correct_info {
  padding-bottom: 38px;
}
/* line 8564, ../../sass/base/_global.scss */
.commerce-checkout-flow .correct_info .js-form-type-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
}
/* line 8569, ../../sass/base/_global.scss */
.commerce-checkout-flow .correct_info .js-form-type-checkbox input#edit-correct-info .correct_info-msg,
.commerce-checkout-flow .correct_info .js-form-type-checkbox label.option .correct_info-msg {
  font-size: 13px;
  line-height: 1.5;
  display: inline;
}
/* line 8573, ../../sass/base/_global.scss */
.commerce-checkout-flow .correct_info .js-form-type-checkbox input#edit-correct-info .correct_info-msg a,
.commerce-checkout-flow .correct_info .js-form-type-checkbox label.option .correct_info-msg a {
  color: #2fbcd9;
}

/* line 8582, ../../sass/base/_global.scss */
.layout-region-checkout-secondary,
.cart-aside-wrapper {
  width: 380px;
  border: 1px solid #e5e5e5;
  background: #f2f2f2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 30px;
}
@media (max-width: 1439px) {
  /* line 8582, ../../sass/base/_global.scss */
  .layout-region-checkout-secondary,
  .cart-aside-wrapper {
    padding: 20px;
  }
}
@media (max-width: 1439px) {
  /* line 8582, ../../sass/base/_global.scss */
  .layout-region-checkout-secondary,
  .cart-aside-wrapper {
    width: 300px;
  }
}
@media (max-width: 767px) {
  /* line 8582, ../../sass/base/_global.scss */
  .layout-region-checkout-secondary,
  .cart-aside-wrapper {
    width: 100%;
  }
}
/* line 8598, ../../sass/base/_global.scss */
.layout-region-checkout-secondary h3,
.layout-region-checkout-secondary table,
.cart-aside-wrapper h3,
.cart-aside-wrapper table {
  display: none;
}
/* line 8602, ../../sass/base/_global.scss */
.layout-region-checkout-secondary footer,
.cart-aside-wrapper footer {
  margin-bottom: 20px;
}
/* line 8604, ../../sass/base/_global.scss */
.layout-region-checkout-secondary footer .order-total-line,
.cart-aside-wrapper footer .order-total-line {
  padding: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  /* line 8604, ../../sass/base/_global.scss */
  .layout-region-checkout-secondary footer .order-total-line,
  .cart-aside-wrapper footer .order-total-line {
    padding: 10px 15px;
  }
}
/* line 8610, ../../sass/base/_global.scss */
.layout-region-checkout-secondary footer .order-total-line span,
.cart-aside-wrapper footer .order-total-line span {
  font-size: 15px;
  color: #29343e;
}
/* line 8614, ../../sass/base/_global.scss */
.layout-region-checkout-secondary footer .order-total-line .order-total-line-label,
.cart-aside-wrapper footer .order-total-line .order-total-line-label {
  text-align: left;
  padding-right: 2%;
  width: auto;
  white-space: nowrap;
}
/* line 8620, ../../sass/base/_global.scss */
.layout-region-checkout-secondary footer .order-total-line .order-total-line-value,
.cart-aside-wrapper footer .order-total-line .order-total-line-value {
  margin-left: auto;
  text-align: left;
  width: auto;
}
/* line 8625, ../../sass/base/_global.scss */
.layout-region-checkout-secondary footer .order-total-line.order-total-line__total,
.cart-aside-wrapper footer .order-total-line.order-total-line__total {
  border-top: 1px solid #e5e5e5;
  padding-top: 17px;
  margin-top: 15px;
}
/* line 8629, ../../sass/base/_global.scss */
.layout-region-checkout-secondary footer .order-total-line.order-total-line__total span,
.cart-aside-wrapper footer .order-total-line.order-total-line__total span {
  font-size: 17px;
}
/* line 8635, ../../sass/base/_global.scss */
.layout-region-checkout-secondary .layout-region-checkout-footer,
.cart-aside-wrapper .layout-region-checkout-footer {
  width: 100%;
  padding-right: 0;
  text-align: center;
}
/* line 8639, ../../sass/base/_global.scss */
.layout-region-checkout-secondary .layout-region-checkout-footer .button,
.cart-aside-wrapper .layout-region-checkout-footer .button {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 8646, ../../sass/base/_global.scss */
.layout-region-checkout-secondary .layout-region-checkout-footer a,
.cart-aside-wrapper .layout-region-checkout-footer a {
  padding: 5px;
  font-size: 14px;
  text-transform: capitalize;
  color: #2fbcd9;
  display: block;
  margin: 15px 0 0 0 !important;
}

/* line 8658, ../../sass/base/_global.scss */
.price-total-wrapper .order-total-line {
  padding: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  /* line 8658, ../../sass/base/_global.scss */
  .price-total-wrapper .order-total-line {
    padding: 10px 15px;
  }
}
/* line 8664, ../../sass/base/_global.scss */
.price-total-wrapper .order-total-line span {
  font-size: 15px;
  color: #29343e;
}
/* line 8668, ../../sass/base/_global.scss */
.price-total-wrapper .order-total-line .order-total-line-label {
  text-align: left;
  padding-right: 2%;
  width: auto;
  white-space: nowrap;
}
/* line 8674, ../../sass/base/_global.scss */
.price-total-wrapper .order-total-line .order-total-line-value {
  margin-left: auto;
  text-align: left;
  width: auto;
}
/* line 8679, ../../sass/base/_global.scss */
.price-total-wrapper .order-total-line.order-total-line__total {
  border-top: 1px solid #e5e5e5;
  padding-top: 17px;
  margin-top: 15px;
}
/* line 8683, ../../sass/base/_global.scss */
.price-total-wrapper .order-total-line.order-total-line__total span {
  font-size: 17px;
}

/* End Checkout Form */
/* Checkout Review */
/* line 8696, ../../sass/base/_global.scss */
.checkout-pane-review {
  padding-right: 50px;
}
@media (max-width: 991px) {
  /* line 8696, ../../sass/base/_global.scss */
  .checkout-pane-review {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  /* line 8696, ../../sass/base/_global.scss */
  .checkout-pane-review {
    padding-right: 0;
  }
}
/* line 8704, ../../sass/base/_global.scss */
.checkout-pane-review fieldset {
  padding: 15px 0;
  border-top: 1px solid #ced9e9;
  border-bottom: 1px solid #ced9e9;
  margin-bottom: 25px;
}
/* line 8705, ../../sass/base/_global.scss */
.checkout-pane-review fieldset legend {
  float: left;
  clear: both;
}
/* line 8709, ../../sass/base/_global.scss */
.checkout-pane-review fieldset .fieldset-wrapper {
  clear: both;
  padding-left: 25px;
}
/* line 8717, ../../sass/base/_global.scss */
.checkout-pane-review fieldset .fieldset-legend {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #29343e;
}
/* line 8725, ../../sass/base/_global.scss */
.checkout-pane-review fieldset .fieldset-legend a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
}
/* line 8733, ../../sass/base/_global.scss */
.checkout-pane-review fieldset .fieldset-legend a:before {
  content: " ";
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/pencil_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
}
/* line 8750, ../../sass/base/_global.scss */
.checkout-pane-review fieldset .fieldset-legend:after {
  content: " ";
  width: 13px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
}
/* line 8764, ../../sass/base/_global.scss */
.checkout-pane-review fieldset:first-child .fieldset-legend {
  padding-left: 0;
}
/* line 8766, ../../sass/base/_global.scss */
.checkout-pane-review fieldset:first-child .fieldset-legend:after {
  content: none;
}
/* line 8770, ../../sass/base/_global.scss */
.checkout-pane-review fieldset:first-child .fieldset-wrapper {
  padding-left: 0;
}
/* line 8775, ../../sass/base/_global.scss */
.checkout-pane-review .fieldset-wrapper,
.checkout-pane-review .address {
  color: #858c93;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  margin: 10px 0;
}
/* line 8782, ../../sass/base/_global.scss */
.checkout-pane-review .fieldset-wrapper span,
.checkout-pane-review .address span {
  display: inline-block;
}
/* line 8785, ../../sass/base/_global.scss */
.checkout-pane-review .fieldset-wrapper br,
.checkout-pane-review .address br {
  display: none;
}
/* line 8792, ../../sass/base/_global.scss */
.checkout-pane-review #edit-review-payment-information .fieldset-wrapper > div,
.checkout-pane-review #edit-review-shipping-information .fieldset-wrapper > div {
  color: #29343e;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}
/* line 8800, ../../sass/base/_global.scss */
.checkout-pane-review #edit-review-shipping-information-summary-0 {
  display: none;
}

/* line 8808, ../../sass/base/_global.scss */
.ajax-progress-throbber {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
}
/* line 8821, ../../sass/base/_global.scss */
.ajax-progress-throbber .throbber {
  display: none;
}
/* line 8824, ../../sass/base/_global.scss */
.ajax-progress-throbber .message {
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 198px 198px;
}

/* line 8839, ../../sass/base/_global.scss */
.info-btn {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0;
  position: relative;
  cursor: pointer;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -100px -260px;
  vertical-align: top;
  margin-top: 8px;
}

/* Show Price Popup */
/* line 8858, ../../sass/base/_global.scss */
.show-price-popup {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99;
  background: #edf2f9;
  margin-top: 10px;
  width: 280px;
  padding: 10px;
}
@media (max-width: 767px) {
  /* line 8858, ../../sass/base/_global.scss */
  .show-price-popup {
    right: 0;
  }
}
/* line 8876, ../../sass/base/_global.scss */
.show-price-popup:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #edf2f9;
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 99;
}
@media (max-width: 767px) {
  /* line 8876, ../../sass/base/_global.scss */
  .show-price-popup:before {
    right: 0;
    left: initial;
  }
}
/* line 8894, ../../sass/base/_global.scss */
.show-price-popup table {
  width: 100%;
  font-size: 12px;
  line-height: 1;
  color: #29343e;
  text-align: left;
}
/* line 8900, ../../sass/base/_global.scss */
.show-price-popup table th {
  color: #2fbcd9;
  font-weight: 700;
  vertical-align: top;
}
/* line 8905, ../../sass/base/_global.scss */
.show-price-popup table th,
.show-price-popup table td {
  padding: 5px;
  font-weight: 400;
  border: none;
  background: none;
}
/* line 8913, ../../sass/base/_global.scss */
.show-price-popup .show-price-popup-inner {
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
}

/* line 8923, ../../sass/base/_global.scss */
.student-verification-form {
  max-width: 395px;
  padding: 15px;
  margin: 30px auto;
}
@media (max-width: 767px) {
  /* line 8923, ../../sass/base/_global.scss */
  .student-verification-form {
    margin: 20px auto;
  }
}
/* line 8930, ../../sass/base/_global.scss */
.student-verification-form input {
  width: 100%;
}
/* line 8932, ../../sass/base/_global.scss */
.student-verification-form input.form-checkbox {
  width: auto;
  vertical-align: middle;
}
/* line 8937, ../../sass/base/_global.scss */
.student-verification-form .js-form-item,
.student-verification-form .otp-wrap {
  margin-bottom: 15px;
  position: relative;
}
/* line 8943, ../../sass/base/_global.scss */
.student-verification-form .otp-wrap input[type="text"] {
  padding-right: 100px;
}
/* line 8946, ../../sass/base/_global.scss */
.student-verification-form .otp-wrap .global-otp-wrap {
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
  padding: 0 10px;
  font-weight: 500;
  position: absolute;
  top: 12px;
  right: 15px;
  color: #2fbcd9;
  cursor: pointer;
}
/* line 8960, ../../sass/base/_global.scss */
.student-verification-form .otp-wrap .global-otp-wrap a {
  color: inherit;
}
/* line 8966, ../../sass/base/_global.scss */
.student-verification-form .form-actions .button {
  width: 100%;
}
/* line 8971, ../../sass/base/_global.scss */
.student-verification-form .terms-wrapper {
  display: inline !important;
  font-size: 12px;
}
/* line 8974, ../../sass/base/_global.scss */
.student-verification-form .terms-wrapper a {
  color: #2fbcd9;
}

/* line 8985, ../../sass/base/_global.scss */
.static_page_management_custom #content-area,
.classroom_content_pages_custom #content-area {
  padding: 25px 15px;
}
@media (max-width: 767px) {
  /* line 8985, ../../sass/base/_global.scss */
  .static_page_management_custom #content-area,
  .classroom_content_pages_custom #content-area {
    padding: 15px;
  }
}
/* line 8991, ../../sass/base/_global.scss */
.static_page_management_custom #content-area b,
.static_page_management_custom #content-area strong,
.classroom_content_pages_custom #content-area b,
.classroom_content_pages_custom #content-area strong {
  font-weight: 700;
}
/* line 8995, ../../sass/base/_global.scss */
.static_page_management_custom #content-area a,
.classroom_content_pages_custom #content-area a {
  text-decoration: underline;
  color: #000000;
}
/* line 8998, ../../sass/base/_global.scss */
.static_page_management_custom #content-area a:hover,
.classroom_content_pages_custom #content-area a:hover {
  text-decoration: none;
  color: #2fbcd9;
}
/* line 9003, ../../sass/base/_global.scss */
.static_page_management_custom #content-area table,
.classroom_content_pages_custom #content-area table {
  width: 100%;
}
/* line 9006, ../../sass/base/_global.scss */
.static_page_management_custom #content-area ol,
.classroom_content_pages_custom #content-area ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style: decimal outside;
}
/* line 9011, ../../sass/base/_global.scss */
.static_page_management_custom #content-area ol li,
.classroom_content_pages_custom #content-area ol li {
  padding: 0 0 10px;
  text-align: justify;
}
/* line 9015, ../../sass/base/_global.scss */
.static_page_management_custom #content-area ol ul,
.classroom_content_pages_custom #content-area ol ul {
  list-style: circle outside;
}
/* line 9019, ../../sass/base/_global.scss */
.static_page_management_custom #content-area ul,
.classroom_content_pages_custom #content-area ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style: disc outside;
}
/* line 9024, ../../sass/base/_global.scss */
.static_page_management_custom #content-area ul li,
.classroom_content_pages_custom #content-area ul li {
  padding: 0 0 10px;
  text-align: justify;
}
@media (max-width: 767px) {
  /* line 9030, ../../sass/base/_global.scss */
  .static_page_management_custom #content-area ol,
  .static_page_management_custom #content-area ul,
  .classroom_content_pages_custom #content-area ol,
  .classroom_content_pages_custom #content-area ul {
    padding-left: 20px;
  }
}

/* line 9049, ../../sass/base/_global.scss */
.footer-address-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  /* line 9049, ../../sass/base/_global.scss */
  .footer-address-info {
    margin-bottom: 20px;
  }
}
/* line 9054, ../../sass/base/_global.scss */
.footer-address-info figure {
  width: 120px;
  min-width: 120px;
  margin-right: 20px;
}
/* line 9058, ../../sass/base/_global.scss */
.footer-address-info figure img {
  max-width: 100%;
}
/* line 9063, ../../sass/base/_global.scss */
.footer-address-info .address-block h5,
.footer-address-info .address-block h6 {
  margin: 5px 0;
  padding: 0;
  color: #a0a0a0;
}
/* line 9069, ../../sass/base/_global.scss */
.footer-address-info .address-block p {
  margin: 0;
  font-size: 12px;
  color: #adadad;
  line-height: 17px;
}
/* line 9075, ../../sass/base/_global.scss */
.footer-address-info .address-block a {
  color: #ffffff;
}

/* line 9084, ../../sass/base/_global.scss */
.mob_device_custom {
  padding-top: 0 !important;
}
/* line 9086, ../../sass/base/_global.scss */
.mob_device_custom .dialog-off-canvas-main-canvas {
  padding-top: 0 !important;
}
/* line 9089, ../../sass/base/_global.scss */
.mob_device_custom .authentication-wrapper {
  min-height: 100vh;
}
@media (max-width: 767px) {
  /* line 9094, ../../sass/base/_global.scss */
  .mob_device_custom .authentication-wrapper .authentication-content-wrapper {
    min-height: 100vh;
  }
}
/* line 9099, ../../sass/base/_global.scss */
.mob_device_custom .cognito-reset-password-form, .mob_device_custom .cognito-multistep-reset-password-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  min-height: 100vh;
  margin-top: 0;
}

/* line 9114, ../../sass/base/_global.scss */
.cognito-multistep-reset-password-form label {
  display: none;
}
/* line 9117, ../../sass/base/_global.scss */
.cognito-multistep-reset-password-form .form-actions {
  text-align: center;
}
/* line 9123, ../../sass/base/_global.scss */
.cognito-multistep-reset-password-form .otp-filed-wrapper,
.cognito-multistep-reset-password-form .otp-wrap {
  position: relative;
}
/* line 9126, ../../sass/base/_global.scss */
.cognito-multistep-reset-password-form .otp-filed-wrapper .multi-otp-wrap-main,
.cognito-multistep-reset-password-form .otp-filed-wrapper .multi-otp-wrap,
.cognito-multistep-reset-password-form .otp-wrap .multi-otp-wrap-main,
.cognito-multistep-reset-password-form .otp-wrap .multi-otp-wrap {
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
  padding: 0 10px;
  font-weight: 500;
  position: absolute;
  top: 12px;
  right: 30px;
  color: #2fbcd9;
}
@media (max-width: 479px) {
  /* line 9126, ../../sass/base/_global.scss */
  .cognito-multistep-reset-password-form .otp-filed-wrapper .multi-otp-wrap-main,
  .cognito-multistep-reset-password-form .otp-filed-wrapper .multi-otp-wrap,
  .cognito-multistep-reset-password-form .otp-wrap .multi-otp-wrap-main,
  .cognito-multistep-reset-password-form .otp-wrap .multi-otp-wrap {
    right: 15px;
    padding: 0 5px;
  }
}
/* line 9144, ../../sass/base/_global.scss */
.cognito-multistep-reset-password-form .otp-filed-wrapper .multi-otp-wrap-main a,
.cognito-multistep-reset-password-form .otp-filed-wrapper .multi-otp-wrap a,
.cognito-multistep-reset-password-form .otp-wrap .multi-otp-wrap-main a,
.cognito-multistep-reset-password-form .otp-wrap .multi-otp-wrap a {
  color: inherit;
}
/* line 9149, ../../sass/base/_global.scss */
.cognito-multistep-reset-password-form .multi_error_msg,
.cognito-multistep-reset-password-form .success-text-main {
  font-size: 14px;
  line-height: 1.5;
  color: #e3161a;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 479px) {
  /* line 9149, ../../sass/base/_global.scss */
  .cognito-multistep-reset-password-form .multi_error_msg,
  .cognito-multistep-reset-password-form .success-text-main {
    text-align: left;
  }
}
/* line 9161, ../../sass/base/_global.scss */
.cognito-multistep-reset-password-form .success-text-main {
  color: #008000;
  font-size: 14px;
}
/* line 9165, ../../sass/base/_global.scss */
.cognito-multistep-reset-password-form .multi_success_msg.success-text {
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}
/* line 421, ../../sass/base/_mixins.scss */
.cognito-multistep-reset-password-form .forget-radio-wrapper input[type='radio'] {
  background: none;
  border: none;
  cursor: pointer;
  height: 12px;
  opacity: 0;
  position: relative;
  top: 2px;
  width: 12px;
  z-index: 100;
}
/* line 432, ../../sass/base/_mixins.scss */
.cognito-multistep-reset-password-form .forget-radio-wrapper input[type='radio']:checked + label:after {
  display: block;
}
/* line 435, ../../sass/base/_mixins.scss */
.cognito-multistep-reset-password-form .forget-radio-wrapper input[type='radio']:checked + label:before {
  display: none;
}
/* line 440, ../../sass/base/_mixins.scss */
.cognito-multistep-reset-password-form .forget-radio-wrapper label {
  cursor: pointer;
  line-height: 18px;
  padding-left: 5px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-right: 15px;
  color: #434343;
  font-size: 14px;
  line-height: 1;
}
/* line 452, ../../sass/base/_mixins.scss */
.cognito-multistep-reset-password-form .forget-radio-wrapper label:before {
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  content: '';
  border: 1px solid #919191;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 468, ../../sass/base/_mixins.scss */
.cognito-multistep-reset-password-form .forget-radio-wrapper label:after {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 12px;
  width: 12px;
  content: '';
  border: 5px solid #008fd3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: none;
}
/* line 483, ../../sass/base/_mixins.scss */
.cognito-multistep-reset-password-form .forget-radio-wrapper label:last-child {
  margin-right: 0px;
}
/* line 9172, ../../sass/base/_global.scss */
.cognito-multistep-reset-password-form .forget-radio-wrapper label {
  display: block;
}
/* line 9176, ../../sass/base/_global.scss */
.cognito-multistep-reset-password-form .forget-radio-wrapper legend span {
  display: block;
  text-align: center;
  color: #29343e;
  font-size: 14px;
  line-height: 1.5;
}
/* line 9184, ../../sass/base/_global.scss */
.cognito-multistep-reset-password-form .forget-radio-wrapper .fieldset-wrapper > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 20px;
}
/* line 9187, ../../sass/base/_global.scss */
.cognito-multistep-reset-password-form .forget-radio-wrapper .fieldset-wrapper > div > div {
  width: 50%;
}

/* line 9209, ../../sass/base/_global.scss */
.profile-tab-content .form-item-field-first-name-0-value > label,
.profile-tab-content .form-item-field-first-name-0-value h4,
.profile-tab-content .form-item-field-first-name-0-value .fieldset-legend,
.profile-tab-content .form-item-field-last-name-0-value > label,
.profile-tab-content .form-item-field-last-name-0-value h4,
.profile-tab-content .form-item-field-last-name-0-value .fieldset-legend,
.profile-tab-content .form-item-field-user-father-name-0-value > label,
.profile-tab-content .form-item-field-user-father-name-0-value h4,
.profile-tab-content .form-item-field-user-father-name-0-value .fieldset-legend,
.profile-tab-content .form-item-field-user-mother-name-0-value > label,
.profile-tab-content .form-item-field-user-mother-name-0-value h4,
.profile-tab-content .form-item-field-user-mother-name-0-value .fieldset-legend,
.profile-tab-content .form-item-field-user-category > label,
.profile-tab-content .form-item-field-user-category h4,
.profile-tab-content .form-item-field-user-category .fieldset-legend,
.profile-tab-content .form-item-field-user-class > label,
.profile-tab-content .form-item-field-user-class h4,
.profile-tab-content .form-item-field-user-class .fieldset-legend,
.profile-tab-content .form-item-field-useraddress-0-address-country-code > label,
.profile-tab-content .form-item-field-useraddress-0-address-country-code h4,
.profile-tab-content .form-item-field-useraddress-0-address-country-code .fieldset-legend,
.profile-tab-content #edit-field-user-date-of-birth-wrapper > label,
.profile-tab-content #edit-field-user-date-of-birth-wrapper h4,
.profile-tab-content #edit-field-user-date-of-birth-wrapper .fieldset-legend,
.profile-tab-content #edit-field-user-gender--wrapper > label,
.profile-tab-content #edit-field-user-gender--wrapper h4,
.profile-tab-content #edit-field-user-gender--wrapper .fieldset-legend,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-user-exams-board > label,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-user-exams-board h4,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-user-exams-board .fieldset-legend,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-user-class > label,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-user-class h4,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-user-class .fieldset-legend,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-aakash-chapter-name-0-value > label,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-aakash-chapter-name-0-value h4,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-aakash-chapter-name-0-value .fieldset-legend,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-icon-image-0 > label,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-icon-image-0 h4,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-icon-image-0 .fieldset-legend {
  position: relative;
}
/* line 9213, ../../sass/base/_global.scss */
.profile-tab-content .form-item-field-first-name-0-value > label:after,
.profile-tab-content .form-item-field-first-name-0-value h4:after,
.profile-tab-content .form-item-field-first-name-0-value .fieldset-legend:after,
.profile-tab-content .form-item-field-last-name-0-value > label:after,
.profile-tab-content .form-item-field-last-name-0-value h4:after,
.profile-tab-content .form-item-field-last-name-0-value .fieldset-legend:after,
.profile-tab-content .form-item-field-user-father-name-0-value > label:after,
.profile-tab-content .form-item-field-user-father-name-0-value h4:after,
.profile-tab-content .form-item-field-user-father-name-0-value .fieldset-legend:after,
.profile-tab-content .form-item-field-user-mother-name-0-value > label:after,
.profile-tab-content .form-item-field-user-mother-name-0-value h4:after,
.profile-tab-content .form-item-field-user-mother-name-0-value .fieldset-legend:after,
.profile-tab-content .form-item-field-user-category > label:after,
.profile-tab-content .form-item-field-user-category h4:after,
.profile-tab-content .form-item-field-user-category .fieldset-legend:after,
.profile-tab-content .form-item-field-user-class > label:after,
.profile-tab-content .form-item-field-user-class h4:after,
.profile-tab-content .form-item-field-user-class .fieldset-legend:after,
.profile-tab-content .form-item-field-useraddress-0-address-country-code > label:after,
.profile-tab-content .form-item-field-useraddress-0-address-country-code h4:after,
.profile-tab-content .form-item-field-useraddress-0-address-country-code .fieldset-legend:after,
.profile-tab-content #edit-field-user-date-of-birth-wrapper > label:after,
.profile-tab-content #edit-field-user-date-of-birth-wrapper h4:after,
.profile-tab-content #edit-field-user-date-of-birth-wrapper .fieldset-legend:after,
.profile-tab-content #edit-field-user-gender--wrapper > label:after,
.profile-tab-content #edit-field-user-gender--wrapper h4:after,
.profile-tab-content #edit-field-user-gender--wrapper .fieldset-legend:after,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-user-exams-board > label:after,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-user-exams-board h4:after,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-user-exams-board .fieldset-legend:after,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-user-class > label:after,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-user-class h4:after,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-user-class .fieldset-legend:after,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-aakash-chapter-name-0-value > label:after,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-aakash-chapter-name-0-value h4:after,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-aakash-chapter-name-0-value .fieldset-legend:after,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-icon-image-0 > label:after,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-icon-image-0 h4:after,
.profile-tab-content .form-item-field-marks-grade-obtained-0-subform-field-icon-image-0 .fieldset-legend:after {
  content: "*";
  color: #e3161a;
  font-size: 21px;
  margin-left: 5px;
  line-height: 1;
  position: absolute;
}

/* line 9225, ../../sass/base/_global.scss */
.student-details-contaner {
  max-width: 1270px;
  margin: 0 auto;
  padding: 30px 15px;
}
/* line 9229, ../../sass/base/_global.scss */
.student-details-contaner > h2 {
  padding-left: 5px;
  padding-top: 30px;
  padding-bottom: 10px;
}
/* line 9234, ../../sass/base/_global.scss */
.student-details-contaner .student-details-wrapper {
  padding: 0px;
  margin: 0;
}
/* line 9238, ../../sass/base/_global.scss */
.student-details-contaner .student-details-step {
  max-width: 960px;
  margin: 0 auto;
}
/* line 9241, ../../sass/base/_global.scss */
.student-details-contaner .student-details-step ul {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 9246, ../../sass/base/_global.scss */
.student-details-contaner .student-details-step ul li {
  padding: 0px 15px;
  padding-top: 45px;
  position: relative;
  text-align: center;
}
/* line 9251, ../../sass/base/_global.scss */
.student-details-contaner .student-details-step ul li:before {
  content: attr(data-item);
  position: absolute;
  z-index: 8;
  left: 0px;
  top: 0px;
  background: #d2d5db;
  color: #fff;
  border: 1px solid #d2d5db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  right: 0;
  margin: 0 auto;
}
/* line 9268, ../../sass/base/_global.scss */
.student-details-contaner .student-details-step ul li:after {
  content: "";
  width: calc(100% + 15px);
  position: absolute;
  height: 3px;
  border-radius: 10px;
  background: #d2d5db;
  left: auto;
  right: 50%;
  top: 15px;
}
/* line 9280, ../../sass/base/_global.scss */
.student-details-contaner .student-details-step ul li:first-child:after {
  width: 45%;
  margin-right: 0px;
  left: 0px;
  background: transparent;
  z-index: 4;
}
/* line 9289, ../../sass/base/_global.scss */
.student-details-contaner .student-details-step ul li:nth-child(2):after {
  z-index: 3;
}
/* line 9294, ../../sass/base/_global.scss */
.student-details-contaner .student-details-step ul li:nth-child(3):after {
  z-index: 2;
}
/* line 9299, ../../sass/base/_global.scss */
.student-details-contaner .student-details-step ul li:last-child:after {
  z-index: 1;
}
/* line 9304, ../../sass/base/_global.scss */
.student-details-contaner .student-details-step ul li.active:before {
  background: #398be3;
  border-color: #398be3;
}
/* line 9308, ../../sass/base/_global.scss */
.student-details-contaner .student-details-step ul li.active:after {
  background: #398be3;
}
/* line 9312, ../../sass/base/_global.scss */
.student-details-contaner .student-details-step ul li.active:first-child:after {
  background: transparent;
}
@media (max-width: 767px) {
  /* line 9246, ../../sass/base/_global.scss */
  .student-details-contaner .student-details-step ul li {
    width: 22%;
  }
  /* line 9319, ../../sass/base/_global.scss */
  .student-details-contaner .student-details-step ul li strong {
    display: none;
  }
}
/* line 9326, ../../sass/base/_global.scss */
.student-details-contaner .std-pay-btn {
  padding-top: 20px;
}
/* line 9328, ../../sass/base/_global.scss */
.student-details-contaner .std-pay-btn input[type="submit"] {
  background: -moz-linear-gradient(0deg, #009fd2 0%, #3dc4db 100%);
  background: -webkit-linear-gradient(0deg, #009fd2 0%, #3dc4db 100%);
  background: -ms-linear-gradient(0deg, #009fd2 0%, #3dc4db 100%);
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1);
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 50px;
}
/* line 9336, ../../sass/base/_global.scss */
.student-details-contaner .std-pay-btn input[type="submit"]:hover {
  color: #2fbcd9;
  background: #fff;
}
@media (max-width: 767px) {
  /* line 9343, ../../sass/base/_global.scss */
  .student-details-contaner .std-payment-form {
    padding: 0;
  }
  /* line 9345, ../../sass/base/_global.scss */
  .student-details-contaner .std-payment-form .installment-list {
    width: 100%;
  }
  /* line 9348, ../../sass/base/_global.scss */
  .student-details-contaner .std-payment-form .installment-list tr th:nth-child(3),
  .student-details-contaner .std-payment-form .installment-list tr th:nth-child(4),
  .student-details-contaner .std-payment-form .installment-list tr td:nth-child(3),
  .student-details-contaner .std-payment-form .installment-list tr td:nth-child(4) {
    display: none;
  }
  /* line 9354, ../../sass/base/_global.scss */
  .student-details-contaner .std-payment-form .installment-list tr td,
  .student-details-contaner .std-payment-form .installment-list tr th {
    padding: 8px;
    font-size: 12px;
  }
}

/* line 9366, ../../sass/base/_global.scss */
.js-form-type-password {
  position: relative;
}
/* line 9368, ../../sass/base/_global.scss */
.js-form-type-password label.form-required,
.js-form-type-password label {
  display: block;
  height: 13px;
  width: 21px;
  visibility: visible;
  font-size: 0;
  cursor: pointer;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -69px -220px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
  clip: auto;
}
/* line 9388, ../../sass/base/_global.scss */
.js-form-type-password label.form-required:after,
.js-form-type-password label:after {
  content: " ";
  height: 14px;
  width: 2px;
  display: block;
  background: #b6b6b6;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
  display: none;
}
/* line 9404, ../../sass/base/_global.scss */
.js-form-type-password label.form-required.hide-pass:after,
.js-form-type-password label.hide-pass:after {
  display: block;
}
/* line 9409, ../../sass/base/_global.scss */
.js-form-type-password input {
  padding-right: 40px;
}

/* line 9415, ../../sass/base/_global.scss */
.profile-tab-content .messages__wrapper {
  padding: 15px 0;
  margin: 0;
}
/* line 9418, ../../sass/base/_global.scss */
.profile-tab-content .messages__wrapper .messages--error {
  color: #696969;
  font-weight: normal;
  font-size: 13px;
  line-height: inherit;
  padding: 10px;
  text-align: center;
}
/* line 9425, ../../sass/base/_global.scss */
.profile-tab-content .messages__wrapper .messages--error:before {
  display: none;
}
/* line 9428, ../../sass/base/_global.scss */
.profile-tab-content .messages__wrapper .messages--error li {
  margin: 3px 0 0;
  font-size: 13px;
  line-height: inherit;
}
/* line 9434, ../../sass/base/_global.scss */
.profile-tab-content .messages__wrapper .messages--error em.placeholder {
  font-style: normal;
  color: #696969;
  font-weight: normal;
  font-size: 13px;
  margin: 0;
  display: initial;
}
/* line 9446, ../../sass/base/_global.scss */
.profile-tab-content #education-field .messages__wrapper {
  margin-right: 35px;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 9446, ../../sass/base/_global.scss */
  .profile-tab-content #education-field .messages__wrapper {
    margin-right: 0;
  }
}
/* line 9452, ../../sass/base/_global.scss */
.profile-tab-content #education-field .messages__wrapper .messages--error {
  padding: 5px 10px;
}
/* line 9458, ../../sass/base/_global.scss */
.profile-tab-content #education-field #edit-field-marks-grade-obtained-wrapper .js-form-wrapper label:not(.custom-file) {
  position: relative;
}
/* line 9460, ../../sass/base/_global.scss */
.profile-tab-content #education-field #edit-field-marks-grade-obtained-wrapper .js-form-wrapper label:not(.custom-file):after {
  content: "*";
  color: #e3161a;
  font-size: 21px;
  margin-left: 5px;
  line-height: 1;
  position: absolute;
}

/* line 9474, ../../sass/base/_global.scss */
.dashboard-query-strip {
  background: #f5ed4d;
  padding: 10px;
  clear: left;
  margin: 0 0 20px 30px;
  font-size: 14px;
}
/* line 9480, ../../sass/base/_global.scss */
.dashboard-query-strip a {
  color: #000000;
  text-decoration: underline;
}
@media (max-width: 767px) {
  /* line 9474, ../../sass/base/_global.scss */
  .dashboard-query-strip {
    margin: 0 0 20px;
  }
}

/* whatsapp optin popup*/
/* line 9492, ../../sass/base/_global.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 9505, ../../sass/base/_global.scss */
.modal.in .modal-dialog {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* line 9515, ../../sass/base/_global.scss */
.modal .modal-dialog {
  position: relative;
  width: 600px;
  margin: 10px auto;
}
@media (max-width: 767px) {
  /* line 9515, ../../sass/base/_global.scss */
  .modal .modal-dialog {
    width: 90%;
  }
}
/* line 9522, ../../sass/base/_global.scss */
.modal .modal-dialog .modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
/* line 9534, ../../sass/base/_global.scss */
.modal .modal-body {
  position: relative;
  padding: 30px 15px;
  text-align: center;
}
/* line 9538, ../../sass/base/_global.scss */
.modal .modal-body p {
  margin-bottom: 0;
  font-size: 15px;
}
/* line 9543, ../../sass/base/_global.scss */
.modal .modal-footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
/* line 9547, ../../sass/base/_global.scss */
.modal .modal-footer .btn, .modal .modal-footer .talktoexpert-form #talktoexpert-form .sub-clbck .expert-subinfo, .talktoexpert-form #talktoexpert-form .sub-clbck .modal .modal-footer .expert-subinfo, .modal .modal-footer .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group a, .banner-slider-wrapper .banner-inner-wrapper .slider-btn-group .modal .modal-footer a, .modal .modal-footer .testimonial-custom-wrapper footer .view-testimonial, .testimonial-custom-wrapper footer .modal .modal-footer .view-testimonial, .modal .modal-footer .authentication-wrapper .authentication-content-wrapper #edit-submit, .authentication-wrapper .authentication-content-wrapper .modal .modal-footer #edit-submit, .modal .modal-footer .authentication-wrapper .authentication-content-wrapper .akash-form-wrap #edit-login-returning-customer-submit, .authentication-wrapper .authentication-content-wrapper .akash-form-wrap .modal .modal-footer #edit-login-returning-customer-submit, .modal .modal-footer .cognito-reset-password-form #edit-actions #edit-submit, .cognito-reset-password-form #edit-actions .modal .modal-footer #edit-submit, .modal .modal-footer .cognito-multistep-reset-password-form #edit-actions #edit-submit, .cognito-multistep-reset-password-form #edit-actions .modal .modal-footer #edit-submit,
.modal .modal-footer .cognito-email-verify-form #edit-actions #edit-submit,
.cognito-email-verify-form #edit-actions .modal .modal-footer #edit-submit, .modal .modal-footer .contact-form-wrap .node-contact-us-management-form #edit-actions #edit-submit, .contact-form-wrap .node-contact-us-management-form #edit-actions .modal .modal-footer #edit-submit, .modal .modal-footer .dashboard-header-wrapper .student-profile-wrapper .student-profile-status a, .dashboard-header-wrapper .student-profile-wrapper .student-profile-status .modal .modal-footer a, .modal .modal-footer .profile-form #edit-field-marks-grade-obtained-wrapper .field-add-more-submit, .profile-form #edit-field-marks-grade-obtained-wrapper .modal .modal-footer .field-add-more-submit,
.modal .modal-footer .profile-form #edit-field-user-address-details-wrapper .field-add-more-submit,
.profile-form #edit-field-user-address-details-wrapper .modal .modal-footer .field-add-more-submit, .modal .modal-footer .profile-form .btn-wrapper .button, .profile-form .btn-wrapper .modal .modal-footer .button, .modal .modal-footer #user-change-password #edit-submit, #user-change-password .modal .modal-footer #edit-submit, .modal .modal-footer .student-data-verification .form-submit, .student-data-verification .modal .modal-footer .form-submit, .modal .modal-footer .payment-success-wrapper.not-popup .payment-success .payment-success-body + span a, .payment-success-wrapper.not-popup .payment-success .payment-success-body + span .modal .modal-footer a, .modal .modal-footer .cart-form .cart-aside-wrapper .form-actions .button, .cart-form .cart-aside-wrapper .form-actions .modal .modal-footer .button, .modal .modal-footer .layout-region-checkout-secondary .layout-region-checkout-footer .button, .layout-region-checkout-secondary .layout-region-checkout-footer .modal .modal-footer .button,
.modal .modal-footer .cart-aside-wrapper .layout-region-checkout-footer .button,
.cart-aside-wrapper .layout-region-checkout-footer .modal .modal-footer .button, .modal .modal-footer .student-verification-form .form-actions .button, .student-verification-form .form-actions .modal .modal-footer .button, .modal .modal-footer .cognito-multistep-reset-password-form .form-actions input[type="submit"], .cognito-multistep-reset-password-form .form-actions .modal .modal-footer input[type="submit"], .modal .modal-footer .cart-form .form-wrapper .create-btn, .cart-form .form-wrapper .modal .modal-footer .create-btn,
.modal .modal-footer .cart-form .form-wrapper .form-submit,
.cart-form .form-wrapper .modal .modal-footer .form-submit, .modal .modal-footer .node-offline-admission-form-form #edit-actions .button, .node-offline-admission-form-form #edit-actions .modal .modal-footer .button,
.modal .modal-footer .node-selfenrolment-checkout-form-form #edit-actions .button,
.node-selfenrolment-checkout-form-form #edit-actions .modal .modal-footer .button, .modal .modal-footer #block-views-block-current-offers-management-block-1 footer a, #block-views-block-current-offers-management-block-1 footer .modal .modal-footer a, .modal .modal-footer .answer-solution-block footer a, .answer-solution-block footer .modal .modal-footer a, .modal .modal-footer .find-office-wrapper .views-exposed-form .form-actions .button, .find-office-wrapper .views-exposed-form .form-actions .modal .modal-footer .button, .modal .modal-footer .price-cart-wrapper .course-type-btn #edit-actions .button, .price-cart-wrapper .course-type-btn #edit-actions .modal .modal-footer .button, .modal .modal-footer .price-cart-wrapper .course-type-btn a, .price-cart-wrapper .course-type-btn .modal .modal-footer a, .modal .modal-footer .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit, .course-listing .course-item .course-item-footer .pay-fee1 .form-actions .modal .modal-footer .form-submit, .modal .modal-footer .student-attendance-form .form-submit, .student-attendance-form .modal .modal-footer .form-submit,
.modal .modal-footer .student-upcoming-test-form .form-submit,
.student-upcoming-test-form .modal .modal-footer .form-submit,
.modal .modal-footer .student-timetable-form .form-submit,
.student-timetable-form .modal .modal-footer .form-submit,
.modal .modal-footer .student-result-data .form-submit,
.student-result-data .modal .modal-footer .form-submit, .modal .modal-footer .centre-gallery-form .center-gallery-formfield .form-submit, .centre-gallery-form .center-gallery-formfield .modal .modal-footer .form-submit, .modal .modal-footer .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .modal .modal-footer button, .modal .modal-footer .scholar-form #edit-actions #edit-submit, .scholar-form #edit-actions .modal .modal-footer #edit-submit, .modal .modal-footer .scholar-form .congratulation-action-btn a, .scholar-form .congratulation-action-btn .modal .modal-footer a, .modal .modal-footer .scholar-form .congratulation-action-btn .form-submit, .scholar-form .congratulation-action-btn .modal .modal-footer .form-submit, .modal .modal-footer .product-block .views-row .form-actions .button, .product-block .views-row .form-actions .modal .modal-footer .button,
.modal .modal-footer .wishlist-wrapper .views-row .form-actions .button,
.wishlist-wrapper .views-row .form-actions .modal .modal-footer .button, .modal .modal-footer .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button, .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .modal .modal-footer .form-submit.button,
.modal .modal-footer .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .modal .modal-footer .form-submit.button {
  margin: 0 auto;
}
/* line 9551, ../../sass/base/_global.scss */
.modal .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 9554, ../../sass/base/_global.scss */
.modal .modal-header .close {
  margin-top: -2px;
}

/* line 9561, ../../sass/base/_global.scss */
.centers-results .geolocation-common-map-locations {
  display: none;
}

/* line 6, ../../sass/base/_offline.scss */
.page, .node-offline-admission-form-form,
.node-selfenrolment-checkout-form-form, .confirmation-wrap {
  max-width: 1040px;
  margin: auto;
  padding: 0 15px;
}

/* line 12, ../../sass/base/_offline.scss */
.offline-page-wrapper {
  max-width: 1040px;
  margin: auto;
  padding: 0 15px;
}
@media (max-width: 767px) {
  /* line 12, ../../sass/base/_offline.scss */
  .offline-page-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 22, ../../sass/base/_offline.scss */
.off-cart-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  /* line 22, ../../sass/base/_offline.scss */
  .off-cart-form {
    display: block;
  }
}

/* line 33, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row {
  margin-bottom: 18px;
}
/* line 35, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout {
  max-width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  /* line 38, ../../sass/base/_offline.scss */
  .cart-form .off-cart-form .views-row .grid-layout .left-view {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 43, ../../sass/base/_offline.scss */
  .cart-form .off-cart-form .views-row .grid-layout .right-view {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 47, ../../sass/base/_offline.scss */
  .cart-form .off-cart-form .views-row .grid-layout .right-view h4 {
    padding: 0 0px 9px 0px;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  /* line 47, ../../sass/base/_offline.scss */
  .cart-form .off-cart-form .views-row .grid-layout .right-view h4 {
    padding: 0 0px 9px 0px;
    max-height: initial;
    position: static;
    font-size: 14px;
  }
}
/* line 60, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout .right-view .course-validity span {
  position: static;
}
/* line 62, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout .right-view .course-validity span:first-child {
  display: inline-block;
}
/* line 65, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout .right-view .course-validity span:before {
  display: none;
}
/* line 70, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout .right-view .branch-title {
  color: #3ea3d7;
  font-weight: bold;
}
/* line 74, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout .right-view .package_contain-count {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 11px 0;
  background: #f3f7fc;
  padding: 8px;
}
/* line 81, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout .right-view .package_contain-count li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-right: 1px solid #dae1e9;
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 1079px) {
  /* line 81, ../../sass/base/_offline.scss */
  .cart-form .off-cart-form .views-row .grid-layout .right-view .package_contain-count li {
    padding: 0 12px;
  }
}
/* line 90, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout .right-view .package_contain-count li strong {
  color: #2fbcd9;
  margin-right: 5px;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 479px) {
  /* line 90, ../../sass/base/_offline.scss */
  .cart-form .off-cart-form .views-row .grid-layout .right-view .package_contain-count li strong {
    font-size: 10px;
  }
}
/* line 98, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout .right-view .package_contain-count li:before {
  content: " ";
  width: 18px;
  height: 18px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -39px -420px;
  margin-right: 3px;
}
/* line 106, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout .right-view .package_contain-count li:nth-child(2):before {
  background-position: -39px -441px;
}
/* line 110, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout .right-view .package_contain-count li:nth-child(3) {
  border: 0;
}
/* line 112, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout .right-view .package_contain-count li:nth-child(3):before {
  background-position: -39px -465px;
}
/* line 116, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout .right-view .package_contain-count li:nth-child(4) {
  border: 0;
}
/* line 118, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout .right-view .package_contain-count li:nth-child(4):before {
  display: none;
  background-position: -39px -465px;
}
/* line 125, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout .right-view .grid-action {
  margin-bottom: 20px;
}
/* line 127, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout .right-view .grid-action .offline-i-tag {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  color: #5d6b78;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -100px -260px;
  display: none;
}
/* line 139, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout .right-view .grid-action .offline-i-tag .show-price-popup {
  display: none;
  left: initial !important;
  right: 0px !important;
  width: 250px;
}
@media (max-width: 767px) {
  /* line 139, ../../sass/base/_offline.scss */
  .cart-form .off-cart-form .views-row .grid-layout .right-view .grid-action .offline-i-tag .show-price-popup {
    bottom: 38px;
    top: auto;
    right: -169px;
  }
}
/* line 149, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout .right-view .grid-action .offline-i-tag .show-price-popup:before {
  left: initial !important;
  right: 0px !important;
}
@media (max-width: 767px) {
  /* line 149, ../../sass/base/_offline.scss */
  .cart-form .off-cart-form .views-row .grid-layout .right-view .grid-action .offline-i-tag .show-price-popup:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    right: auto;
    left: 65px;
    bottom: -10px;
    top: auto;
  }
}
/* line 160, ../../sass/base/_offline.scss */
.cart-form .off-cart-form .views-row .grid-layout .right-view .grid-action .offline-i-tag .show-price-popup table tbody tr:nth-child(2n+1) td {
  background: #f9f9f9;
}
/* line 170, ../../sass/base/_offline.scss */
.cart-form .form-wrapper {
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
/* line 174, ../../sass/base/_offline.scss */
.cart-form .form-wrapper .create-btn,
.cart-form .form-wrapper .form-submit {
  width: 100%;
  margin: 0 0 15px 0 !important;
}
/* line 180, ../../sass/base/_offline.scss */
.cart-form .form-wrapper .form-submit {
  color: #ffffff;
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  background: -moz-linear-gradient(0deg, #009fd2 0%, #3dc4db 100%);
  background: -webkit-linear-gradient(0deg, #009fd2 0%, #3dc4db 100%);
  background: -ms-linear-gradient(0deg, #009fd2 0%, #3dc4db 100%);
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1);
}
/* line 189, ../../sass/base/_offline.scss */
.cart-form .form-wrapper .form-submit:hover {
  background: #ffffff;
  color: #2fbcd9;
  border: 1px solid #2fbcd9;
}
/* line 195, ../../sass/base/_offline.scss */
.cart-form .form-wrapper #edit-submit {
  display: none;
}

/* line 201, ../../sass/base/_offline.scss */
.order-total-line__total {
  font-weight: 700;
}

/* line 207, ../../sass/base/_offline.scss */
.off-btn-wrap .form-submit a {
  color: #ffffff;
}

/* line 215, ../../sass/base/_offline.scss */
.offline-page-wrapper .offline-cart-form .cart-aside-wrapper {
  width: 310px;
  margin-bottom: 30px;
  position: relative;
  padding: 0px;
  background: transparent;
  border: 0px;
  border-radius: 0;
}
@media (max-width: 1439px) {
  /* line 215, ../../sass/base/_offline.scss */
  .offline-page-wrapper .offline-cart-form .cart-aside-wrapper {
    padding: 0px;
  }
}
/* line 226, ../../sass/base/_offline.scss */
.offline-page-wrapper .offline-cart-form .cart-aside-wrapper .price-total-wrapper {
  background: #f2f6fc;
  border: 1px solid #ced9e9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 13px 0 6px;
  margin-bottom: 21px;
}
/* line 232, ../../sass/base/_offline.scss */
.offline-page-wrapper .offline-cart-form .cart-aside-wrapper .price-total-wrapper .order-total-line {
  padding: 10px 23px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  /* line 232, ../../sass/base/_offline.scss */
  .offline-page-wrapper .offline-cart-form .cart-aside-wrapper .price-total-wrapper .order-total-line {
    padding: 10px 15px;
  }
}
/* line 238, ../../sass/base/_offline.scss */
.offline-page-wrapper .offline-cart-form .cart-aside-wrapper .price-total-wrapper .order-total-line span {
  font-size: 15px;
  color: #29343e;
}
/* line 242, ../../sass/base/_offline.scss */
.offline-page-wrapper .offline-cart-form .cart-aside-wrapper .price-total-wrapper .order-total-line .order-total-line-label {
  text-align: left;
  padding-right: 2%;
  width: auto;
  white-space: nowrap;
}
/* line 247, ../../sass/base/_offline.scss */
.offline-page-wrapper .offline-cart-form .cart-aside-wrapper .price-total-wrapper .order-total-line .order-total-line-label.custom-order-amount {
  white-space: normal;
  word-break: break-word;
  font-weight: 700;
}
/* line 253, ../../sass/base/_offline.scss */
.offline-page-wrapper .offline-cart-form .cart-aside-wrapper .price-total-wrapper .order-total-line .order-total-line-value {
  margin-left: auto;
  width: 42%;
  text-align: right;
}
@media (max-width: 991px) {
  /* line 253, ../../sass/base/_offline.scss */
  .offline-page-wrapper .offline-cart-form .cart-aside-wrapper .price-total-wrapper .order-total-line .order-total-line-value {
    width: 45%;
  }
}
@media (max-width: 767px) {
  /* line 253, ../../sass/base/_offline.scss */
  .offline-page-wrapper .offline-cart-form .cart-aside-wrapper .price-total-wrapper .order-total-line .order-total-line-value {
    width: 130px;
  }
}
/* line 264, ../../sass/base/_offline.scss */
.offline-page-wrapper .offline-cart-form .cart-aside-wrapper .price-total-wrapper .order-total-line.order-total-line__total {
  border-top: 1px solid #ced9e9;
  padding-top: 17px;
  margin-top: 15px;
}
/* line 268, ../../sass/base/_offline.scss */
.offline-page-wrapper .offline-cart-form .cart-aside-wrapper .price-total-wrapper .order-total-line.order-total-line__total span {
  font-size: 17px;
}
/* line 272, ../../sass/base/_offline.scss */
.offline-page-wrapper .offline-cart-form .cart-aside-wrapper .price-total-wrapper .order-total-line.order-total-line-payable {
  font-size: 13px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 286, ../../sass/base/_offline.scss */
.off-btn-wrap .button:hover a {
  color: #2fbcd9;
}

/* checkout page style */
/* line 296, ../../sass/base/_offline.scss */
.node-offline-admission-form-form,
.node-selfenrolment-checkout-form-form {
  background: transparent;
  border: none;
  box-shadow: initial;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  /*.form-managed-file:before {
      content: 'Choose from Gallery';
      cursor: pointer;
      background: url('https://dcx0p3on5z8dw.cloudfront.net/Aakash/s3fs-public/inline-images/srf-btn.png') #fcfcfc;
      background-repeat: no-repeat;
      background-position: 23px 4px;
      padding: 12px 38px 12px 63px;
      border-radius: 4px;
      border: solid 1px #e8e8e8;
      display: flex;
      width: 42%;
      align-items: center;
      margin-top: 15px;
      color: #00b0f5;
      font-weight: 600;
      text-align: center;
      border-radius: 29px;
      font-size: 12px;
  }
  .form-managed-file input[type="file"] {
      display: none;
  }*/
}
@media (max-width: 767px) {
  /* line 296, ../../sass/base/_offline.scss */
  .node-offline-admission-form-form,
  .node-selfenrolment-checkout-form-form {
    display: block;
    margin-top: 35px;
    margin-bottom: 15px;
  }
}
/* line 310, ../../sass/base/_offline.scss */
.node-offline-admission-form-form label.form-required:after,
.node-offline-admission-form-form h4.form-required:after,
.node-selfenrolment-checkout-form-form label.form-required:after,
.node-selfenrolment-checkout-form-form h4.form-required:after {
  content: " ";
  vertical-align: super;
  display: inline-block;
  background-image: url(//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/required.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  /* height: 6px;
  margin: 0 0.3em;*/
}
/* line 322, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .offline-form-label,
.node-selfenrolment-checkout-form-form .offline-form-label {
  font-weight: 900;
  font-size: 19px;
  line-height: 1;
  color: #29343e;
  padding: 4px 0 15px 0;
  display: block;
  clear: both;
}
/* line 329, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .offline-form-label small,
.node-selfenrolment-checkout-form-form .offline-form-label small {
  font-size: 12px;
  font-weight: 500;
}
/* line 334, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-actions,
.node-selfenrolment-checkout-form-form #edit-actions {
  background: transparent;
  border: none;
  box-shadow: initial;
}
/* line 339, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .offline-form,
.node-selfenrolment-checkout-form-form .offline-form {
  padding-right: 50px;
  padding-bottom: 60px;
  position: relative;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
/* line 344, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .offline-form .offline-form-tc,
.node-selfenrolment-checkout-form-form .offline-form .offline-form-tc {
  position: absolute;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  left: 0px;
  right: 0px;
}
/* line 350, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .offline-form .offline-form-tc .js-form-item,
.node-selfenrolment-checkout-form-form .offline-form .offline-form-tc .js-form-item {
  display: flex;
  align-items: center;
  width: 100%;
}
/* line 354, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .offline-form .offline-form-tc .js-form-item label,
.node-selfenrolment-checkout-form-form .offline-form .offline-form-tc .js-form-item label {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  /* line 339, ../../sass/base/_offline.scss */
  .node-offline-admission-form-form .offline-form,
  .node-selfenrolment-checkout-form-form .offline-form {
    padding-right: 20px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  /* line 339, ../../sass/base/_offline.scss */
  .node-offline-admission-form-form .offline-form,
  .node-selfenrolment-checkout-form-form .offline-form {
    padding-right: 0;
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  /* line 368, ../../sass/base/_offline.scss */
  .node-offline-admission-form-form .offline-form .terms-wrapper,
  .node-selfenrolment-checkout-form-form .offline-form .terms-wrapper {
    font-size: 11.55px;
    margin-left: 2px;
  }
}
/* line 376, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-offline-buy-for--wrapper.js-form-item,
.node-selfenrolment-checkout-form-form #edit-field-offline-buy-for--wrapper.js-form-item {
  padding-bottom: 15px;
}
/* line 381, ../../sass/base/_offline.scss */
.node-offline-admission-form-form fieldset .fieldset-legend,
.node-selfenrolment-checkout-form-form fieldset .fieldset-legend {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #29343e;
  padding: 0 0 15px 0;
  display: block;
}
/* line 389, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .js-form-item,
.node-selfenrolment-checkout-form-form .js-form-item {
  position: relative;
}
/* line 391, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .js-form-item label,
.node-offline-admission-form-form .js-form-item h4,
.node-selfenrolment-checkout-form-form .js-form-item label,
.node-selfenrolment-checkout-form-form .js-form-item h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #29343e;
  margin-bottom: 12px;
  display: block;
  padding: 0;
}
/* line 401, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .js-form-type-radio,
.node-selfenrolment-checkout-form-form .js-form-type-radio {
  padding: 8px 5px;
  float: left;
  margin-right: 30px;
  margin-left: 15px;
}
/* line 421, ../../sass/base/_mixins.scss */
.node-offline-admission-form-form .js-form-type-radio input[type='radio'],
.node-selfenrolment-checkout-form-form .js-form-type-radio input[type='radio'] {
  background: none;
  border: none;
  cursor: pointer;
  height: 12px;
  opacity: 0;
  position: relative;
  top: 2px;
  width: 12px;
  z-index: 100;
}
/* line 432, ../../sass/base/_mixins.scss */
.node-offline-admission-form-form .js-form-type-radio input[type='radio']:checked + label:after,
.node-selfenrolment-checkout-form-form .js-form-type-radio input[type='radio']:checked + label:after {
  display: block;
}
/* line 435, ../../sass/base/_mixins.scss */
.node-offline-admission-form-form .js-form-type-radio input[type='radio']:checked + label:before,
.node-selfenrolment-checkout-form-form .js-form-type-radio input[type='radio']:checked + label:before {
  display: none;
}
/* line 440, ../../sass/base/_mixins.scss */
.node-offline-admission-form-form .js-form-type-radio label,
.node-selfenrolment-checkout-form-form .js-form-type-radio label {
  cursor: pointer;
  line-height: 18px;
  padding-left: 5px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-right: 15px;
  color: #434343;
  font-size: 14px;
  line-height: 1;
}
/* line 452, ../../sass/base/_mixins.scss */
.node-offline-admission-form-form .js-form-type-radio label:before,
.node-selfenrolment-checkout-form-form .js-form-type-radio label:before {
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  content: '';
  border: 1px solid #919191;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 468, ../../sass/base/_mixins.scss */
.node-offline-admission-form-form .js-form-type-radio label:after,
.node-selfenrolment-checkout-form-form .js-form-type-radio label:after {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 12px;
  width: 12px;
  content: '';
  border: 5px solid #008fd3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: none;
}
/* line 483, ../../sass/base/_mixins.scss */
.node-offline-admission-form-form .js-form-type-radio label:last-child,
.node-selfenrolment-checkout-form-form .js-form-type-radio label:last-child {
  margin-right: 0px;
}
/* line 407, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .js-form-type-radio label,
.node-selfenrolment-checkout-form-form .js-form-type-radio label {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  color: #29343e;
  margin-bottom: 0 !important;
}
/* line 413, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .js-form-type-radio input[type='radio'],
.node-selfenrolment-checkout-form-form .js-form-type-radio input[type='radio'] {
  display: none;
}
/* line 416, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .js-form-type-radio input[type="text"],
.node-offline-admission-form-form .js-form-type-radio input[type="email"],
.node-offline-admission-form-form .js-form-type-radio input[type="password"],
.node-offline-admission-form-form .js-form-type-radio input[type="date"],
.node-selfenrolment-checkout-form-form .js-form-type-radio input[type="text"],
.node-selfenrolment-checkout-form-form .js-form-type-radio input[type="email"],
.node-selfenrolment-checkout-form-form .js-form-type-radio input[type="password"],
.node-selfenrolment-checkout-form-form .js-form-type-radio input[type="date"] {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border: 1px solid #858c93;
}
/* line 426, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-title-wrapper,
.node-offline-admission-form-form #edit-field-admission-email-wrapper,
.node-offline-admission-form-form #edit-field-cta-name-wrapper,
.node-offline-admission-form-form #edit-field-admission-parent-email-wrapper,
.node-offline-admission-form-form .form-item-field-offline-address-0-address-locality,
.node-offline-admission-form-form .form-item-field-offline-address-0-address-administrative-area,
.node-offline-admission-form-form #edit-field-offline-gender-wrapper,
.node-offline-admission-form-form #edit-field-category-wrapper,
.node-offline-admission-form-form #edit-field-mother-s-name-wrapper,
.node-offline-admission-form-form #edit-field-parent-s-guardian-s-occupa-wrapper,
.node-offline-admission-form-form #edit-field-nationality-wrapper,
.node-offline-admission-form-form #edit-field-blood-group-wrapper,
.node-offline-admission-form-form #edit-field-admission-parent-mobile-no-wrapper,
.node-offline-admission-form-form #edit-field-permanent-address-0-address-country-code,
.node-offline-admission-form-form .js-form-item-field-permanent-address-0-address-locality,
.node-offline-admission-form-form .js-form-item-field-permanent-address-0-address-administrative-area,
.node-offline-admission-form-form #edit-field-date-wrapper,
.node-offline-admission-form-form #edit-field-secondary-mobile-no-wrapper,
.node-offline-admission-form-form #edit-field-attach-original-marksheet-wrapper,
.node-offline-admission-form-form #edit-field-marks-obtained-in-last-cla-wrapper,
.node-offline-admission-form-form #edit-field-expertlead-mobile-wrapper,
.node-offline-admission-form-form #edit-field-exam-board-wrapper,
.node-offline-admission-form-form #edit-field-class-studying-wrapper,
.node-offline-admission-form-form #edit-field-school-city-wrapper,
.node-offline-admission-form-form #edit-field-school-college-name-wrapper,
.node-offline-admission-form-form .js-form-item-field-permanent-address-0-address-address-line1,
.node-offline-admission-form-form .js-form-item-field-permanent-address-0-address-postal-code,
.node-offline-admission-form-form .form-item-field-offline-address-0-address-postal-code,
.node-offline-admission-form-form #edit-field-school-state-wrapper,
.node-offline-admission-form-form #edit-field-ex-aakashian-attach-wrapper,
.node-offline-admission-form-form #edit-field-grades-obtained-in-last-wrapper,
.node-offline-admission-form-form #edit-field-admission-parent-name-wrapper,
.node-offline-admission-form-form .form-item-secondary-mobile-no,
.node-selfenrolment-checkout-form-form #edit-title-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-admission-email-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-cta-name-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-admission-parent-email-wrapper,
.node-selfenrolment-checkout-form-form .form-item-field-offline-address-0-address-locality,
.node-selfenrolment-checkout-form-form .form-item-field-offline-address-0-address-administrative-area,
.node-selfenrolment-checkout-form-form #edit-field-offline-gender-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-category-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-mother-s-name-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-parent-s-guardian-s-occupa-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-nationality-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-blood-group-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-admission-parent-mobile-no-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-permanent-address-0-address-country-code,
.node-selfenrolment-checkout-form-form .js-form-item-field-permanent-address-0-address-locality,
.node-selfenrolment-checkout-form-form .js-form-item-field-permanent-address-0-address-administrative-area,
.node-selfenrolment-checkout-form-form #edit-field-date-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-secondary-mobile-no-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-attach-original-marksheet-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-marks-obtained-in-last-cla-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-expertlead-mobile-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-exam-board-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-class-studying-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-school-city-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-school-college-name-wrapper,
.node-selfenrolment-checkout-form-form .js-form-item-field-permanent-address-0-address-address-line1,
.node-selfenrolment-checkout-form-form .js-form-item-field-permanent-address-0-address-postal-code,
.node-selfenrolment-checkout-form-form .form-item-field-offline-address-0-address-postal-code,
.node-selfenrolment-checkout-form-form #edit-field-school-state-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-ex-aakashian-attach-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-grades-obtained-in-last-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-admission-parent-name-wrapper,
.node-selfenrolment-checkout-form-form .form-item-secondary-mobile-no {
  float: left;
  width: 50%;
  padding-right: 15px;
  margin-bottom: 30px;
  margin-right: 0 !important;
}
@media (max-width: 479px) {
  /* line 426, ../../sass/base/_offline.scss */
  .node-offline-admission-form-form #edit-title-wrapper,
  .node-offline-admission-form-form #edit-field-admission-email-wrapper,
  .node-offline-admission-form-form #edit-field-cta-name-wrapper,
  .node-offline-admission-form-form #edit-field-admission-parent-email-wrapper,
  .node-offline-admission-form-form .form-item-field-offline-address-0-address-locality,
  .node-offline-admission-form-form .form-item-field-offline-address-0-address-administrative-area,
  .node-offline-admission-form-form #edit-field-offline-gender-wrapper,
  .node-offline-admission-form-form #edit-field-category-wrapper,
  .node-offline-admission-form-form #edit-field-mother-s-name-wrapper,
  .node-offline-admission-form-form #edit-field-parent-s-guardian-s-occupa-wrapper,
  .node-offline-admission-form-form #edit-field-nationality-wrapper,
  .node-offline-admission-form-form #edit-field-blood-group-wrapper,
  .node-offline-admission-form-form #edit-field-admission-parent-mobile-no-wrapper,
  .node-offline-admission-form-form #edit-field-permanent-address-0-address-country-code,
  .node-offline-admission-form-form .js-form-item-field-permanent-address-0-address-locality,
  .node-offline-admission-form-form .js-form-item-field-permanent-address-0-address-administrative-area,
  .node-offline-admission-form-form #edit-field-date-wrapper,
  .node-offline-admission-form-form #edit-field-secondary-mobile-no-wrapper,
  .node-offline-admission-form-form #edit-field-attach-original-marksheet-wrapper,
  .node-offline-admission-form-form #edit-field-marks-obtained-in-last-cla-wrapper,
  .node-offline-admission-form-form #edit-field-expertlead-mobile-wrapper,
  .node-offline-admission-form-form #edit-field-exam-board-wrapper,
  .node-offline-admission-form-form #edit-field-class-studying-wrapper,
  .node-offline-admission-form-form #edit-field-school-city-wrapper,
  .node-offline-admission-form-form #edit-field-school-college-name-wrapper,
  .node-offline-admission-form-form .js-form-item-field-permanent-address-0-address-address-line1,
  .node-offline-admission-form-form .js-form-item-field-permanent-address-0-address-postal-code,
  .node-offline-admission-form-form .form-item-field-offline-address-0-address-postal-code,
  .node-offline-admission-form-form #edit-field-school-state-wrapper,
  .node-offline-admission-form-form #edit-field-ex-aakashian-attach-wrapper,
  .node-offline-admission-form-form #edit-field-grades-obtained-in-last-wrapper,
  .node-offline-admission-form-form #edit-field-admission-parent-name-wrapper,
  .node-offline-admission-form-form .form-item-secondary-mobile-no,
  .node-selfenrolment-checkout-form-form #edit-title-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-admission-email-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-cta-name-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-admission-parent-email-wrapper,
  .node-selfenrolment-checkout-form-form .form-item-field-offline-address-0-address-locality,
  .node-selfenrolment-checkout-form-form .form-item-field-offline-address-0-address-administrative-area,
  .node-selfenrolment-checkout-form-form #edit-field-offline-gender-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-category-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-mother-s-name-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-parent-s-guardian-s-occupa-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-nationality-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-blood-group-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-admission-parent-mobile-no-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-permanent-address-0-address-country-code,
  .node-selfenrolment-checkout-form-form .js-form-item-field-permanent-address-0-address-locality,
  .node-selfenrolment-checkout-form-form .js-form-item-field-permanent-address-0-address-administrative-area,
  .node-selfenrolment-checkout-form-form #edit-field-date-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-secondary-mobile-no-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-attach-original-marksheet-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-marks-obtained-in-last-cla-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-expertlead-mobile-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-exam-board-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-class-studying-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-school-city-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-school-college-name-wrapper,
  .node-selfenrolment-checkout-form-form .js-form-item-field-permanent-address-0-address-address-line1,
  .node-selfenrolment-checkout-form-form .js-form-item-field-permanent-address-0-address-postal-code,
  .node-selfenrolment-checkout-form-form .form-item-field-offline-address-0-address-postal-code,
  .node-selfenrolment-checkout-form-form #edit-field-school-state-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-ex-aakashian-attach-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-grades-obtained-in-last-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-admission-parent-name-wrapper,
  .node-selfenrolment-checkout-form-form .form-item-secondary-mobile-no {
    width: 100%;
    padding-right: 0;
  }
}
/* line 469, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-offline-dob-wrapper,
.node-offline-admission-form-form #edit-field-banner-cta-url-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-offline-dob-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-banner-cta-url-wrapper {
  float: left;
  width: 50%;
  padding-left: 15px;
  margin-bottom: 30px;
  margin-right: 0 !important;
}
@media (max-width: 479px) {
  /* line 469, ../../sass/base/_offline.scss */
  .node-offline-admission-form-form #edit-field-offline-dob-wrapper,
  .node-offline-admission-form-form #edit-field-banner-cta-url-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-offline-dob-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-banner-cta-url-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
/* line 482, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-attach-original-marksheet-wrapper .js-form-submit,
.node-selfenrolment-checkout-form-form #edit-field-attach-original-marksheet-wrapper .js-form-submit {
  font-size: 12px;
  border-radius: 36px;
  padding: 7px 11px;
}
/* line 487, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-attach-original-marksheet-wrapper .file-size,
.node-selfenrolment-checkout-form-form #edit-field-attach-original-marksheet-wrapper .file-size {
  display: none;
}
/* line 490, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-attach-original-marksheet-wrapper .file--image,
.node-selfenrolment-checkout-form-form #edit-field-attach-original-marksheet-wrapper .file--image {
  font-size: 12px;
}
/* line 493, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-attach-original-marksheet-wrapper .description,
.node-selfenrolment-checkout-form-form #edit-field-attach-original-marksheet-wrapper .description {
  font-size: 12px;
}
/* line 498, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-ex-aakashian-attach-wrapper .js-form-submit,
.node-selfenrolment-checkout-form-form #edit-field-ex-aakashian-attach-wrapper .js-form-submit {
  font-size: 12px;
  border-radius: 36px;
  padding: 7px 11px;
}
/* line 503, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-ex-aakashian-attach-wrapper .file-size,
.node-selfenrolment-checkout-form-form #edit-field-ex-aakashian-attach-wrapper .file-size {
  display: none;
}
/* line 506, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-ex-aakashian-attach-wrapper .file--image,
.node-selfenrolment-checkout-form-form #edit-field-ex-aakashian-attach-wrapper .file--image {
  font-size: 12px;
}
/* line 509, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-ex-aakashian-attach-wrapper .description,
.node-selfenrolment-checkout-form-form #edit-field-ex-aakashian-attach-wrapper .description {
  font-size: 12px;
}
/* line 513, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-student-photograph-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-student-photograph-wrapper {
  margin-bottom: 30px;
}
/* line 515, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-student-photograph-wrapper .js-form-submit,
.node-selfenrolment-checkout-form-form #edit-field-student-photograph-wrapper .js-form-submit {
  font-size: 12px;
  border-radius: 36px;
  padding: 7px 11px;
}
/* line 520, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-student-photograph-wrapper .file-size,
.node-selfenrolment-checkout-form-form #edit-field-student-photograph-wrapper .file-size {
  display: none;
}
/* line 523, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-student-photograph-wrapper .file--image,
.node-selfenrolment-checkout-form-form #edit-field-student-photograph-wrapper .file--image {
  font-size: 12px;
}
/* line 526, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-student-photograph-wrapper .description,
.node-selfenrolment-checkout-form-form #edit-field-student-photograph-wrapper .description {
  font-size: 12px;
}
/* line 530, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-ex-aakashian-attach-0--description,
.node-offline-admission-form-form #edit-field-attach-original-marksheet-0--description,
.node-offline-admission-form-form #edit-field-student-photograph-0--3gQ3ZmQb6CA--description,
.node-selfenrolment-checkout-form-form #edit-field-ex-aakashian-attach-0--description,
.node-selfenrolment-checkout-form-form #edit-field-attach-original-marksheet-0--description,
.node-selfenrolment-checkout-form-form #edit-field-student-photograph-0--3gQ3ZmQb6CA--description {
  font-size: 12px;
}
/* line 535, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-class-studying-wrapper,
.node-offline-admission-form-form #edit-field-marks-obtained-in-last-cla-wrapper,
.node-offline-admission-form-form .form-item-whats-app,
.node-selfenrolment-checkout-form-form #edit-field-class-studying-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-marks-obtained-in-last-cla-wrapper,
.node-selfenrolment-checkout-form-form .form-item-whats-app {
  clear: both;
}
/* line 540, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .form-item-whats-app,
.node-offline-admission-form-form .form-item-terms-conditions,
.node-selfenrolment-checkout-form-form .form-item-whats-app,
.node-selfenrolment-checkout-form-form .form-item-terms-conditions {
  display: flex;
}
/* line 543, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .form-item-whats-app #edit-whats-app,
.node-offline-admission-form-form .form-item-whats-app #edit-terms-conditions,
.node-offline-admission-form-form .form-item-terms-conditions #edit-whats-app,
.node-offline-admission-form-form .form-item-terms-conditions #edit-terms-conditions,
.node-selfenrolment-checkout-form-form .form-item-whats-app #edit-whats-app,
.node-selfenrolment-checkout-form-form .form-item-whats-app #edit-terms-conditions,
.node-selfenrolment-checkout-form-form .form-item-terms-conditions #edit-whats-app,
.node-selfenrolment-checkout-form-form .form-item-terms-conditions #edit-terms-conditions {
  margin-right: 10px;
}
/* line 548, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-cta-name-wrapper,
.node-offline-admission-form-form #edit-field-parent-s-guardian-s-occupa-wrapper,
.node-offline-admission-form-form #edit-field-attach-original-marksheet-wrapper,
.node-offline-admission-form-form #edit-field-date-wrapper,
.node-offline-admission-form-form #edit-title-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-cta-name-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-parent-s-guardian-s-occupa-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-attach-original-marksheet-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-date-wrapper,
.node-selfenrolment-checkout-form-form #edit-title-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 479px) {
  /* line 548, ../../sass/base/_offline.scss */
  .node-offline-admission-form-form #edit-field-cta-name-wrapper,
  .node-offline-admission-form-form #edit-field-parent-s-guardian-s-occupa-wrapper,
  .node-offline-admission-form-form #edit-field-attach-original-marksheet-wrapper,
  .node-offline-admission-form-form #edit-field-date-wrapper,
  .node-offline-admission-form-form #edit-title-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-cta-name-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-parent-s-guardian-s-occupa-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-attach-original-marksheet-wrapper,
  .node-selfenrolment-checkout-form-form #edit-field-date-wrapper,
  .node-selfenrolment-checkout-form-form #edit-title-wrapper {
    margin-bottom: 30px;
  }
}
/* line 580, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .form-file,
.node-selfenrolment-checkout-form-form .form-file {
  color: transparent;
}
/* line 583, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .form-file::-webkit-file-upload-button,
.node-selfenrolment-checkout-form-form .form-file::-webkit-file-upload-button {
  visibility: hidden;
}
/* line 586, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .form-file::before,
.node-selfenrolment-checkout-form-form .form-file::before {
  content: 'Choose File';
  background: url("https://dcx0p3on5z8dw.cloudfront.net/Aakash/s3fs-public/inline-images/srf-btn.png") #fcfcfc;
  background-repeat: no-repeat;
  background-position: 23px 4px;
  border: solid 1px #e8e8e8;
  display: flex;
  width: 35%;
  margin-bottom: -13px;
  padding: 12px 38px 12px 63px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  align-items: center;
  color: #00b0f5;
  font-weight: 600;
  text-align: center;
  border-radius: 29px;
  font-size: 12px;
}
/* line 607, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-permanent-address-0,
.node-selfenrolment-checkout-form-form #edit-field-permanent-address-0 {
  clear: left;
}
/* line 609, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-permanent-address-0 summary,
.node-selfenrolment-checkout-form-form #edit-field-permanent-address-0 summary {
  font-weight: 900;
  font-size: 19px;
  line-height: 1;
  color: #29343e;
  display: block;
  margin-bottom: 22px;
}
/* line 618, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-offline-address-0,
.node-selfenrolment-checkout-form-form #edit-field-offline-address-0 {
  clear: left;
}
/* line 620, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-offline-address-0 summary,
.node-selfenrolment-checkout-form-form #edit-field-offline-address-0 summary {
  display: none;
}
/* line 624, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-actions,
.node-selfenrolment-checkout-form-form #edit-actions {
  width: 100%;
  padding-right: 0;
  text-align: center;
}
/* line 628, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-actions .button,
.node-selfenrolment-checkout-form-form #edit-actions .button {
  width: 100%;
  margin: 0 0 15px 0 !important;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
/* line 639, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-offline-address-wrapper,
.node-offline-admission-form-form .form-item-field-offline-address-0-address-address-line1,
.node-offline-admission-form-form #edit-field-class-studying-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-offline-address-wrapper,
.node-selfenrolment-checkout-form-form .form-item-field-offline-address-0-address-address-line1,
.node-selfenrolment-checkout-form-form #edit-field-class-studying-wrapper {
  margin-bottom: 30px;
}
/* line 644, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-offline-address-wrapper,
.node-selfenrolment-checkout-form-form #edit-field-offline-address-wrapper {
  clear: left;
}
/* line 647, ../../sass/base/_offline.scss */
.node-offline-admission-form-form #edit-field-offline-address-0-address-container1,
.node-selfenrolment-checkout-form-form #edit-field-offline-address-0-address-container1 {
  overflow: hidden;
}
/* line 650, ../../sass/base/_offline.scss */
.node-offline-admission-form-form input[type="text"],
.node-offline-admission-form-form input[type="email"],
.node-offline-admission-form-form select,
.node-offline-admission-form-form input[type="date"],
.node-selfenrolment-checkout-form-form input[type="text"],
.node-selfenrolment-checkout-form-form input[type="email"],
.node-selfenrolment-checkout-form-form select,
.node-selfenrolment-checkout-form-form input[type="date"] {
  width: 100%;
  display: block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
/* line 658, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .batch-wrapper select,
.node-selfenrolment-checkout-form-form .batch-wrapper select {
  width: 144px;
  padding: 0px 20px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
/* line 665, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .amount-wrap,
.node-selfenrolment-checkout-form-form .amount-wrap {
  background: #f2f6fc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ced9e9;
  padding: 13px 0 6px;
  margin-bottom: 21px;
}
/* line 672, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .payable-amount,
.node-selfenrolment-checkout-form-form .payable-amount {
  padding: 17px 23px 10px;
  border-top: 1px solid #ced9e9;
  margin-top: 15px;
}
/* line 676, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .payable-amount span,
.node-selfenrolment-checkout-form-form .payable-amount span {
  font-weight: 700;
  font-size: 17px;
}
/* line 681, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .total-amount,
.node-selfenrolment-checkout-form-form .total-amount {
  padding: 10px 23px;
  border-bottom: none;
}
/* line 685, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .payable-amount,
.node-offline-admission-form-form .total-amount,
.node-selfenrolment-checkout-form-form .payable-amount,
.node-selfenrolment-checkout-form-form .total-amount {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
/* line 689, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .payable-amount span,
.node-offline-admission-form-form .total-amount span,
.node-selfenrolment-checkout-form-form .payable-amount span,
.node-selfenrolment-checkout-form-form .total-amount span {
  font-size: 15px;
  color: #29343e;
  font-weight: 700;
}
/* line 694, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .payable-amount .custom-order-amount,
.node-offline-admission-form-form .total-amount .custom-order-amount,
.node-selfenrolment-checkout-form-form .payable-amount .custom-order-amount,
.node-selfenrolment-checkout-form-form .total-amount .custom-order-amount {
  white-space: normal;
  word-break: break-word;
  width: 68%;
}
/* line 700, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .order-total-line-label,
.node-selfenrolment-checkout-form-form .order-total-line-label {
  text-align: left;
  padding-right: 2%;
  width: auto;
  white-space: nowrap;
}
/* line 706, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .offline-amount,
.node-selfenrolment-checkout-form-form .offline-amount {
  width: 305px;
  min-width: 305px;
}
@media (max-width: 767px) {
  /* line 706, ../../sass/base/_offline.scss */
  .node-offline-admission-form-form .offline-amount,
  .node-selfenrolment-checkout-form-form .offline-amount {
    width: 100%;
    margin: 25px 0;
    min-width: 100%;
  }
}
/* line 715, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .order-total-line-value,
.node-selfenrolment-checkout-form-form .order-total-line-value {
  width: auto;
  text-align: right;
}
@media (max-width: 991px) {
  /* line 715, ../../sass/base/_offline.scss */
  .node-offline-admission-form-form .order-total-line-value,
  .node-selfenrolment-checkout-form-form .order-total-line-value {
    width: 45%;
  }
}
@media (max-width: 767px) {
  /* line 715, ../../sass/base/_offline.scss */
  .node-offline-admission-form-form .order-total-line-value,
  .node-selfenrolment-checkout-form-form .order-total-line-value {
    width: 130px;
  }
}
/* line 725, ../../sass/base/_offline.scss */
.node-offline-admission-form-form h4,
.node-selfenrolment-checkout-form-form h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #29343e;
  padding: 0 0 11px 0;
  display: block;
}
/* line 733, ../../sass/base/_offline.scss */
.node-offline-admission-form-form .form-no-label,
.node-selfenrolment-checkout-form-form .form-no-label {
  clear: both;
}

/* confirmation page style */
/* line 744, ../../sass/base/_offline.scss */
.confirmation-wrap .fieldset-wrapper > div {
  color: #29343e;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}
/* line 751, ../../sass/base/_offline.scss */
.confirmation-wrap .field-wrap {
  border-bottom: none;
  margin-bottom: 0;
}
/* line 755, ../../sass/base/_offline.scss */
.confirmation-wrap .installment-payment {
  max-width: initial;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
/* line 762, ../../sass/base/_offline.scss */
.confirmation-wrap .installment-payment fieldset {
  margin: 0;
  padding: 0;
  border-top: none;
  border-bottom: none;
}
/* line 767, ../../sass/base/_offline.scss */
.confirmation-wrap .installment-payment fieldset .fieldset-legend {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #29343e;
}
/* line 778, ../../sass/base/_offline.scss */
.confirmation-wrap .checkout-pane-review {
  border-bottom: 1px solid #ced9e9;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

/* line 785, ../../sass/base/_offline.scss */
.commerce-checkout-flow .layout-checkout-form:before,
.commerce-checkout-flow .layout-checkout-form:after {
  display: none;
}

/* line 790, ../../sass/base/_offline.scss */
.commerce-checkout-flow .layout-checkout-form .checkout-pane-review {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

/* line 797, ../../sass/base/_offline.scss */
.offline-payment-page .header-wrapper {
  display: none;
}
/* line 800, ../../sass/base/_offline.scss */
.offline-payment-page .dialog-off-canvas-main-canvas {
  padding-top: 0px !important;
}
@media (max-width: 767px) {
  /* line 805, ../../sass/base/_offline.scss */
  .offline-payment-page .offline-page-wrapper .offline-cart-form .cart-aside-wrapper {
    margin: 0 auto;
  }
}

/* line 814, ../../sass/base/_offline.scss */
.custom-offline-class-logo {
  padding: 20px 10px 15px;
  position: relative;
  z-index: 55;
  text-align: center;
  background-color: #fff;
  min-height: 103px;
}
/* line 821, ../../sass/base/_offline.scss */
.custom-offline-class-logo img {
  height: 64px;
}

/* line 827, ../../sass/base/_offline.scss */
.custom-offline-class-logo.offline-logo:after {
  content: "";
  background-image: url(https://dcx0p3on5z8dw.cloudfront.net/themes/classroom/logo.svg);
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 110px;
  height: 64px;
  position: absolute;
  left: 0px;
  right: 0px;
}

/* line 840, ../../sass/base/_offline.scss */
.custom-fees-details {
  padding: 10px 0px;
}
/* line 842, ../../sass/base/_offline.scss */
.custom-fees-details .fee-title {
  background: #3ea4d8;
  padding: 5px;
  color: #fff;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}
/* line 849, ../../sass/base/_offline.scss */
.custom-fees-details .fee-title:after {
  content: "";
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -38px -94px;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0px;
  z-index: 5;
}
/* line 864, ../../sass/base/_offline.scss */
.custom-fees-details .fee-details .show-price-popup {
  margin: 0px;
  position: static;
  width: 100%;
}
/* line 868, ../../sass/base/_offline.scss */
.custom-fees-details .fee-details .show-price-popup:before {
  display: none;
}
/* line 876, ../../sass/base/_offline.scss */
.custom-fees-details table tr:last-child td {
  font-weight: bold;
}

/* line 885, ../../sass/base/_offline.scss */
.custom-offer-details .offer-price {
  font-size: 21px;
  font-weight: 700;
  color: #29343e;
  margin-right: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 479px) {
  /* line 885, ../../sass/base/_offline.scss */
  .custom-offer-details .offer-price {
    font-size: 18px;
  }
}
/* line 896, ../../sass/base/_offline.scss */
.custom-offer-details .offer-details-title {
  width: 60%;
  display: inline-block;
  padding-right: 20px;
}

/* line 903, ../../sass/base/_offline.scss */
.custom-no-classroom {
  display: none;
}

/* line 907, ../../sass/base/_offline.scss */
.terms-not {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}

/* line 914, ../../sass/base/_offline.scss */
.order-total-line__subtotal .order-total-line-value {
  font-weight: 700;
}

/* line 920, ../../sass/base/_offline.scss */
.node-selfenrolment-checkout-form-form #edit-field-offline-gender-wrapper {
  padding-right: 0;
  padding-left: 15px;
}
/* line 924, ../../sass/base/_offline.scss */
.node-selfenrolment-checkout-form-form #edit-field-offline-dob-wrapper {
  padding-left: 0;
  padding-right: 15px;
  /* float: initial;*/
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 924, ../../sass/base/_offline.scss */
  .node-selfenrolment-checkout-form-form #edit-field-offline-dob-wrapper {
    float: left;
    padding: 0;
  }
}

/* line 936, ../../sass/base/_offline.scss */
.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

/* line 945, ../../sass/base/_offline.scss */
.selfenrollment-confirm .checkout-pane-review {
  max-width: -webkit-calc(100% - 300px);
}
/* line 948, ../../sass/base/_offline.scss */
.selfenrollment-confirm .order-total-line.order-total-line__total.no-border {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

/* line 6, ../../sass/base/_resource.scss */
.btn-grad, .resource-page-wrapper form #edit-actions .button + .button:hover {
  background: #25a8e6;
  background: -moz-linear-gradient(left, #25a8e6 0%, #1fabe5 21%, #05b9e3 79%, #00bce3 100%);
  background: -webkit-linear-gradient(left, #25a8e6 0%, #1fabe5 21%, #05b9e3 79%, #00bce3 100%);
  background: linear-gradient(to right, #25a8e6 0%, #1fabe5 21%, #05b9e3 79%, #00bce3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25a8e6', endColorstr='#00bce3', GradientType=1);
}

/* line 13, ../../sass/base/_resource.scss */
.resource-page-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 13, ../../sass/base/_resource.scss */
  .resource-page-wrapper {
    margin: 0;
  }
}

/* line 26, ../../sass/base/_resource.scss */
.resource-page-wrapper .aside-nav {
  background: #f2f7fd;
  width: 280px;
  padding: 28px;
  position: relative;
}
/* line 31, ../../sass/base/_resource.scss */
.resource-page-wrapper .aside-nav .aside-title {
  font-size: 13px;
  line-height: 1;
  padding: 12px 0;
  color: #77828d;
  padding-top: 0;
  margin-bottom: 10px;
}
/* line 41, ../../sass/base/_resource.scss */
.resource-page-wrapper form .js-form-item {
  margin-bottom: 20px;
}
/* line 43, ../../sass/base/_resource.scss */
.resource-page-wrapper form .js-form-item label {
  color: #434343;
  display: block;
  padding: 0 0 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
/* line 52, ../../sass/base/_resource.scss */
.resource-page-wrapper form .js-form-item-field-testimonial-year-value {
  display: none;
}
/* line 55, ../../sass/base/_resource.scss */
.resource-page-wrapper form #edit-actions {
  padding-top: 20px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 55, ../../sass/base/_resource.scss */
  .resource-page-wrapper form #edit-actions {
    margin-bottom: 20px;
  }
}
/* line 65, ../../sass/base/_resource.scss */
.resource-page-wrapper form #edit-actions .button {
  width: 100%;
  max-width: 160px;
  padding: 12.5px;
}
@media (max-width: 479px) {
  /* line 65, ../../sass/base/_resource.scss */
  .resource-page-wrapper form #edit-actions .button {
    max-width: 50%;
  }
}
/* line 72, ../../sass/base/_resource.scss */
.resource-page-wrapper form #edit-actions .button + .button {
  margin-top: 15px;
  background: transparent;
  color: #0098d5;
  border: 1px solid #0098d5;
}
/* line 77, ../../sass/base/_resource.scss */
.resource-page-wrapper form #edit-actions .button + .button:hover {
  color: #ffffff;
}
/* line 86, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper {
  width: calc(100% - 280px);
  width: -webkit-calc(100% - 280px);
  width: -moz-calc(100% - 280px);
  width: -o-calc(100% - 280px);
  padding: 5px 0 25px 30px;
  background: #ffffff;
  position: relative;
}
@media (max-width: 1079px) {
  /* line 86, ../../sass/base/_resource.scss */
  .resource-page-wrapper .class-resource-listing-wrapper {
    padding: 20px;
    width: calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: -o-calc(100% - 250px);
  }
}
@media (max-width: 767px) {
  /* line 86, ../../sass/base/_resource.scss */
  .resource-page-wrapper .class-resource-listing-wrapper {
    width: 100%;
    padding: 70px 0 20px;
  }
}
/* line 105, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
/* line 109, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list h3 {
  color: #59626b;
  font-size: 17px;
  padding: 0 0 8px 8px;
  margin: 0;
  font-weight: 400;
  clear: both;
  cursor: pointer;
}
/* line 118, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list h3.active::after {
  content: none;
}
/* line 122, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list h3:after {
  content: '+';
  border-radius: 50%;
  border: 1px solid #50a6cb;
  color: #50a6cb;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  margin-left: 10px;
}
/* line 135, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list ul {
  display: none;
}
/* line 137, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list ul li {
  width: 118px;
  height: 97px;
  margin: 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.05);
  border: 1px solid #f2f7fd;
  float: left;
  position: relative;
}
/* line 149, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list ul li:before {
  content: '';
  width: 13px;
  height: 15px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/download-res-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  opacity: 0;
}
/* line 157, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 74px 8px 8px 8px;
  white-space: nowrap;
  color: #29343e;
  font-size: 13px;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  background-color: #f2f7fd;
}
/* line 172, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list ul li a:before {
  content: '';
  width: 100%;
  height: 65px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/default-pdf-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}
/* line 180, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list ul li:hover {
  border-color: #26a9e0;
}
/* line 182, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list ul li:hover:before {
  content: '';
  opacity: 1;
  top: 10px;
}
/* line 187, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list ul li:hover:after {
  background: #26a9e0;
}
/* line 190, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list ul li:hover a {
  color: #ffffff;
  background-color: #26a9e0;
}
/* line 197, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list ul li.Answer-and-Solutions a:before {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/answer-solutions.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}
/* line 204, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list ul li.Prospectus a:before {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/prospectus.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}
/* line 211, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list ul li.Sample-Papers a:before {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sample-paper.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}
/* line 218, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list ul li.Video-Solution a:before {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.62);
}
/* line 227, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list ul li.Video-Solution a img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
/* line 231, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list ul li.Video-Solution a span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1e98db;
  width: 100%;
  height: 32px;
  padding: 10px 8px 6px 8px;
  white-space: nowrap;
  color: #29343e;
  font-size: 13px;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
/* line 244, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list ul li.Video-Solution a:after {
  content: '';
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/play-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 1;
  transform: TranslateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 20px;
  height: 20px;
}
/* line 258, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper .item-list ul li.Video-Solution:hover:before {
  content: '';
  opacity: 0;
}
/* line 267, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 269, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper nav .js-pager__items {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 272, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper nav .js-pager__items li a {
  width: auto;
  min-width: 26px;
}
/* line 277, ../../sass/base/_resource.scss */
.resource-page-wrapper .class-resource-listing-wrapper nav .js-pager__items li.is-active a {
  background: #0098d5;
  color: #ffffff;
}

/* line 5, ../../sass/base/classroom_base.scss */
.classroom-front-page .feed-icon {
  display: none;
}
@media (max-width: 767px) {
  /* line 10, ../../sass/base/classroom_base.scss */
  .classroom-front-page .banner-slider .slick-list {
    padding: 0 20px !important;
  }
  /* line 13, ../../sass/base/classroom_base.scss */
  .classroom-front-page .banner-slider .slick-arrow {
    display: none !important;
  }
}

/* line 23, ../../sass/base/classroom_base.scss */
.class-home-advantage {
  padding: 55px 0;
}
@media (max-width: 991px) {
  /* line 23, ../../sass/base/classroom_base.scss */
  .class-home-advantage {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  /* line 23, ../../sass/base/classroom_base.scss */
  .class-home-advantage {
    padding: 25px 0;
  }
}

/* line 35, ../../sass/base/classroom_base.scss */
.aakash-advantages-block ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
@media (max-width: 991px) {
  /* line 35, ../../sass/base/classroom_base.scss */
  .aakash-advantages-block ul {
    margin-top: 10px;
  }
}
/* line 42, ../../sass/base/classroom_base.scss */
.aakash-advantages-block ul li {
  width: 49%;
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  /* line 42, ../../sass/base/classroom_base.scss */
  .aakash-advantages-block ul li {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  /* line 42, ../../sass/base/classroom_base.scss */
  .aakash-advantages-block ul li {
    border-bottom: 1px dashed #f0f0f0;
    margin-top: 0;
    width: 100%;
    padding-top: 15px;
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 56, ../../sass/base/classroom_base.scss */
  .aakash-advantages-block ul li:nth-child(1), .aakash-advantages-block ul li:nth-child(2) {
    display: flex !important;
  }
}
/* line 62, ../../sass/base/classroom_base.scss */
.aakash-advantages-block ul li figure {
  width: 85px;
  margin-top: -15px;
}
@media (max-width: 767px) {
  /* line 62, ../../sass/base/classroom_base.scss */
  .aakash-advantages-block ul li figure {
    margin: 0;
  }
}
/* line 68, ../../sass/base/classroom_base.scss */
.aakash-advantages-block ul li figure img {
  max-width: 85px;
}
/* line 72, ../../sass/base/classroom_base.scss */
.aakash-advantages-block ul li .aakash-advantages-info {
  padding: 0 20px;
}
/* line 74, ../../sass/base/classroom_base.scss */
.aakash-advantages-block ul li .aakash-advantages-info p {
  font-size: 13px;
  line-height: 1.3;
  color: #434343;
}
/* line 81, ../../sass/base/classroom_base.scss */
.aakash-advantages-block .list-toggle {
  margin-top: 15px;
}

/* line 89, ../../sass/base/classroom_base.scss */
.our-result-wrapper {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/result-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 55px 0;
}
@media (max-width: 991px) {
  /* line 89, ../../sass/base/classroom_base.scss */
  .our-result-wrapper {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  /* line 89, ../../sass/base/classroom_base.scss */
  .our-result-wrapper {
    padding: 25px 0;
  }
}
/* line 98, ../../sass/base/classroom_base.scss */
.our-result-wrapper .talktoexpert-form h2, .talktoexpert-form .our-result-wrapper h2, .our-result-wrapper .head-title, .our-result-wrapper .classroom-front-page #block-views-block-testimonial-management-block-1-3 h2, .classroom-front-page #block-views-block-testimonial-management-block-1-3 .our-result-wrapper h2,
.our-result-wrapper .classroom-front-page #block-views-block-testimonial-management-block-2 h2,
.classroom-front-page #block-views-block-testimonial-management-block-2 .our-result-wrapper h2, .our-result-wrapper .classroom-homemidblock-wrapper .newsevent-block h2, .classroom-homemidblock-wrapper .newsevent-block .our-result-wrapper h2,
.our-result-wrapper .classroom-homemidblock-wrapper .announcement-block h2,
.classroom-homemidblock-wrapper .announcement-block .our-result-wrapper h2, .our-result-wrapper #block-views-block-current-offers-management-block-1 h2, #block-views-block-current-offers-management-block-1 .our-result-wrapper h2, .our-result-wrapper .centers_management_custom #block-views-block-testimonial-management-block-2 h2, .centers_management_custom #block-views-block-testimonial-management-block-2 .our-result-wrapper h2 {
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 102, ../../sass/base/classroom_base.scss */
  .our-result-wrapper .custom-tab-links {
    display: none;
    border: 1px solid #ffffff;
    border-top: 0;
    margin: -2px auto 0 auto;
    width: 60%;
    padding: 0;
  }
  /* line 110, ../../sass/base/classroom_base.scss */
  .our-result-wrapper .custom-tab-links li {
    display: block;
    text-align: center;
  }
  /* line 113, ../../sass/base/classroom_base.scss */
  .our-result-wrapper .custom-tab-links li:after {
    content: none;
  }
  /* line 116, ../../sass/base/classroom_base.scss */
  .our-result-wrapper .custom-tab-links li a {
    padding: 10px 15px;
  }
}
@media (max-width: 479px) {
  /* line 102, ../../sass/base/classroom_base.scss */
  .our-result-wrapper .custom-tab-links {
    width: 100%;
  }
}

/* line 127, ../../sass/base/classroom_base.scss */
.mobile-tab-select {
  display: none;
  width: 60%;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  border: 1px solid #ffffff;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #ffffff;
  margin: 10px auto 0 auto;
}
@media (max-width: 767px) {
  /* line 127, ../../sass/base/classroom_base.scss */
  .mobile-tab-select {
    display: block;
  }
}
@media (max-width: 479px) {
  /* line 127, ../../sass/base/classroom_base.scss */
  .mobile-tab-select {
    width: 100%;
  }
}
/* line 144, ../../sass/base/classroom_base.scss */
.mobile-tab-select:after {
  content: '';
  width: 16px;
  height: 8px;
  position: absolute;
  top: 16px;
  right: 20px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/select-arrow-toggle.png");
  background-repeat: no-repeat;
  background-position: center;
}
/* line 151, ../../sass/base/classroom_base.scss */
.mobile-tab-select label {
  font-size: 16px;
  line-height: 1;
  display: block;
  cursor: pointer;
  padding: 10px 40px;
}

/* line 163, ../../sass/base/classroom_base.scss */
.classroom-front-page #block-views-block-testimonial-management-block-1-3,
.classroom-front-page #block-views-block-testimonial-management-block-2 {
  padding: 55px 0;
}
@media (max-width: 991px) {
  /* line 163, ../../sass/base/classroom_base.scss */
  .classroom-front-page #block-views-block-testimonial-management-block-1-3,
  .classroom-front-page #block-views-block-testimonial-management-block-2 {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  /* line 163, ../../sass/base/classroom_base.scss */
  .classroom-front-page #block-views-block-testimonial-management-block-1-3,
  .classroom-front-page #block-views-block-testimonial-management-block-2 {
    padding: 25px 0;
  }
}

/* line 181, ../../sass/base/classroom_base.scss */
.classroom-homemidblock-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  /* line 181, ../../sass/base/classroom_base.scss */
  .classroom-homemidblock-wrapper {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 0;
  }
}
/* line 188, ../../sass/base/classroom_base.scss */
.classroom-homemidblock-wrapper .newsevent-block,
.classroom-homemidblock-wrapper .announcement-block {
  width: 50%;
  margin: 55px 0;
  padding-left: 45px;
  position: relative;
}
@media (max-width: 991px) {
  /* line 188, ../../sass/base/classroom_base.scss */
  .classroom-homemidblock-wrapper .newsevent-block,
  .classroom-homemidblock-wrapper .announcement-block {
    margin: 30px 0;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  /* line 188, ../../sass/base/classroom_base.scss */
  .classroom-homemidblock-wrapper .newsevent-block,
  .classroom-homemidblock-wrapper .announcement-block {
    margin: 25px 0;
    width: 100%;
    padding: 0 15px;
  }
}
/* line 203, ../../sass/base/classroom_base.scss */
.classroom-homemidblock-wrapper .newsevent-block h2,
.classroom-homemidblock-wrapper .announcement-block h2 {
  text-align: left;
  padding-right: 50px;
  padding-left: 0;
}
/* line 212, ../../sass/base/classroom_base.scss */
.classroom-homemidblock-wrapper .newsevent-block .news-events-list header .viewList,
.classroom-homemidblock-wrapper .newsevent-block .announcements-list header .viewList,
.classroom-homemidblock-wrapper .announcement-block .news-events-list header .viewList,
.classroom-homemidblock-wrapper .announcement-block .announcements-list header .viewList {
  position: absolute;
  top: 15px;
  right: 45px;
  z-index: 1;
}
@media (max-width: 991px) {
  /* line 212, ../../sass/base/classroom_base.scss */
  .classroom-homemidblock-wrapper .newsevent-block .news-events-list header .viewList,
  .classroom-homemidblock-wrapper .newsevent-block .announcements-list header .viewList,
  .classroom-homemidblock-wrapper .announcement-block .news-events-list header .viewList,
  .classroom-homemidblock-wrapper .announcement-block .announcements-list header .viewList {
    top: 8px;
    right: 25px;
  }
}
@media (max-width: 767px) {
  /* line 212, ../../sass/base/classroom_base.scss */
  .classroom-homemidblock-wrapper .newsevent-block .news-events-list header .viewList,
  .classroom-homemidblock-wrapper .newsevent-block .announcements-list header .viewList,
  .classroom-homemidblock-wrapper .announcement-block .news-events-list header .viewList,
  .classroom-homemidblock-wrapper .announcement-block .announcements-list header .viewList {
    right: 15px;
  }
}
/* line 226, ../../sass/base/classroom_base.scss */
.classroom-homemidblock-wrapper .newsevent-block .news-events-list header .viewList,
.classroom-homemidblock-wrapper .announcement-block .news-events-list header .viewList {
  right: 0;
}
@media (max-width: 767px) {
  /* line 226, ../../sass/base/classroom_base.scss */
  .classroom-homemidblock-wrapper .newsevent-block .news-events-list header .viewList,
  .classroom-homemidblock-wrapper .announcement-block .news-events-list header .viewList {
    right: 15px;
  }
}
/* line 233, ../../sass/base/classroom_base.scss */
.classroom-homemidblock-wrapper .newsevent-block .news-events-list .view-more-info-btn,
.classroom-homemidblock-wrapper .announcement-block .news-events-list .view-more-info-btn {
  right: 8px;
}
/* line 238, ../../sass/base/classroom_base.scss */
.classroom-homemidblock-wrapper .announcement-block {
  width: 50%;
  padding-right: 50px;
  padding-left: 0;
  border-right: 1px solid #f0f0f0;
}
@media (max-width: 991px) {
  /* line 238, ../../sass/base/classroom_base.scss */
  .classroom-homemidblock-wrapper .announcement-block {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  /* line 238, ../../sass/base/classroom_base.scss */
  .classroom-homemidblock-wrapper .announcement-block {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 0;
    border-right: none;
  }
}

/* line 258, ../../sass/base/classroom_base.scss */
#block-views-block-current-offers-management-block-1 {
  background: #f9f9f9;
  padding: 55px 0;
}
@media (max-width: 991px) {
  /* line 258, ../../sass/base/classroom_base.scss */
  #block-views-block-current-offers-management-block-1 {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  /* line 258, ../../sass/base/classroom_base.scss */
  #block-views-block-current-offers-management-block-1 {
    padding: 25px 0;
  }
}
/* line 270, ../../sass/base/classroom_base.scss */
#block-views-block-current-offers-management-block-1 footer {
  text-align: center;
  margin-top: 30px;
  width: 100%;
  padding: 0 25px;
}
@media (max-width: 767px) {
  /* line 270, ../../sass/base/classroom_base.scss */
  #block-views-block-current-offers-management-block-1 footer {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  /* line 278, ../../sass/base/classroom_base.scss */
  #block-views-block-current-offers-management-block-1 footer a {
    min-width: 60%;
  }
}
@media (max-width: 479px) {
  /* line 278, ../../sass/base/classroom_base.scss */
  #block-views-block-current-offers-management-block-1 footer a {
    width: 100%;
  }
}

/* line 290, ../../sass/base/classroom_base.scss */
.current-offers-block {
  margin-top: 20px;
}
@media (max-width: 767px) {
  /* line 290, ../../sass/base/classroom_base.scss */
  .current-offers-block {
    padding: 0;
  }
}
/* line 296, ../../sass/base/classroom_base.scss */
.current-offers-block .views-row {
  padding: 10px;
}
@media (max-width: 767px) {
  /* line 296, ../../sass/base/classroom_base.scss */
  .current-offers-block .views-row {
    padding: 5px;
  }
}
/* line 302, ../../sass/base/classroom_base.scss */
.current-offers-block .slick-arrow {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/class-home-sprite.png");
  background-repeat: no-repeat;
  background-position: -54px -73px;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
  height: 36px;
  width: 36px;
  margin-top: -2px;
  box-shadow: 0 0px 17px rgba(0, 0, 0, 0.3);
  font-size: 0;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #323236;
}
/* line 315, ../../sass/base/classroom_base.scss */
.current-offers-block .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 318, ../../sass/base/classroom_base.scss */
.current-offers-block .slick-arrow.slick-next {
  left: auto;
  right: 8px;
  transform: none;
}
/* line 323, ../../sass/base/classroom_base.scss */
.current-offers-block .slick-arrow.slick-disabled {
  opacity: 0;
}

/* line 329, ../../sass/base/classroom_base.scss */
.offer-item {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  width: 100%;
  overflow: hidden;
}
/* line 336, ../../sass/base/classroom_base.scss */
.offer-item .offer-item-header {
  position: relative;
  height: 220px;
  width: 100%;
}
/* line 340, ../../sass/base/classroom_base.scss */
.offer-item .offer-item-header figure {
  position: relative;
  height: inherit;
}
/* line 343, ../../sass/base/classroom_base.scss */
.offer-item .offer-item-header figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 348, ../../sass/base/classroom_base.scss */
.offer-item .offer-item-header figure:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
/* line 354, ../../sass/base/classroom_base.scss */
.offer-item .offer-item-header .offer-item-stream {
  position: absolute;
  top: 23px;
  right: 0;
  z-index: 2;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #0098d5;
  background: #d7f2fc;
  padding: 9px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
/* line 364, ../../sass/base/classroom_base.scss */
.offer-item .offer-item-header .offer-item-title {
  padding: 22px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
/* line 367, ../../sass/base/classroom_base.scss */
.offer-item .offer-item-header .offer-item-title h3 {
  font-size: 24px;
  line-height: 1.1;
  color: #ffffff;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
/* line 374, ../../sass/base/classroom_base.scss */
.offer-item .offer-item-header .offer-item-title p {
  color: #ffffff;
}
/* line 379, ../../sass/base/classroom_base.scss */
.offer-item p {
  color: #404040;
  font-size: 15px;
  line-height: 1.1;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 385, ../../sass/base/classroom_base.scss */
.offer-item .offer-item-body {
  padding: 16px 20px;
  background: #ffffff;
}
/* line 388, ../../sass/base/classroom_base.scss */
.offer-item .offer-item-body .offer-item-des {
  height: 35px;
  overflow: hidden;
}
/* line 391, ../../sass/base/classroom_base.scss */
.offer-item .offer-item-body .offer-item-des p {
  white-space: normal;
  line-height: 1.2;
}
/* line 396, ../../sass/base/classroom_base.scss */
.offer-item .offer-item-body .offer-item-discount {
  margin-top: 20px;
}
/* line 398, ../../sass/base/classroom_base.scss */
.offer-item .offer-item-body .offer-item-discount p {
  color: #010101;
}
/* line 401, ../../sass/base/classroom_base.scss */
.offer-item .offer-item-body .offer-item-discount div {
  color: #d62c26;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
}
/* line 405, ../../sass/base/classroom_base.scss */
.offer-item .offer-item-body .offer-item-discount div span {
  display: inline-block;
  font-size: 15px;
  line-height: 1.1;
  color: #808080;
  font-weight: 400;
  margin-left: 10px;
  position: relative;
  bottom: 2px;
}
/* line 418, ../../sass/base/classroom_base.scss */
.offer-item .offer-item-footer a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.1;
  color: #0098d5;
  font-weight: 700;
  padding: 18px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-top: 1px solid #f3f3f3;
  background: #ffffff;
}
/* line 433, ../../sass/base/classroom_base.scss */
.offer-item:hover .offer-item-footer a {
  background: #0098d5;
  color: #ffffff;
}

/* Current Offers Listing */
/* line 444, ../../sass/base/classroom_base.scss */
.current-offers-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 55px 15px;
}
@media (max-width: 991px) {
  /* line 444, ../../sass/base/classroom_base.scss */
  .current-offers-listing {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  /* line 444, ../../sass/base/classroom_base.scss */
  .current-offers-listing {
    padding: 25px 15px;
  }
}
/* line 455, ../../sass/base/classroom_base.scss */
.current-offers-listing header {
  text-align: center;
  width: 100%;
}
/* line 462, ../../sass/base/classroom_base.scss */
.current-offers-listing .views-row {
  width: calc(25% - 20px);
  margin: 0 10px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  /* line 462, ../../sass/base/classroom_base.scss */
  .current-offers-listing .views-row {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 767px) {
  /* line 462, ../../sass/base/classroom_base.scss */
  .current-offers-listing .views-row {
    width: calc(50% - 20px);
  }
}
@media (max-width: 479px) {
  /* line 462, ../../sass/base/classroom_base.scss */
  .current-offers-listing .views-row {
    width: calc(100% - 20px);
  }
}
/* line 476, ../../sass/base/classroom_base.scss */
.current-offers-listing nav {
  width: 100%;
  margin-top: 20px;
}
/* line 479, ../../sass/base/classroom_base.scss */
.current-offers-listing nav .js-pager__items {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

/* line 488, ../../sass/base/classroom_base.scss */
.answer-solution-block {
  padding: 55px 0;
  padding-top: 0 !important;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/answer-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 166px;
}
@media (max-width: 991px) {
  /* line 488, ../../sass/base/classroom_base.scss */
  .answer-solution-block {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  /* line 488, ../../sass/base/classroom_base.scss */
  .answer-solution-block {
    padding: 25px 0;
  }
}
/* line 502, ../../sass/base/classroom_base.scss */
.answer-solution-block footer {
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 506, ../../sass/base/classroom_base.scss */
  .answer-solution-block footer a {
    min-width: 60%;
  }
}
@media (max-width: 479px) {
  /* line 506, ../../sass/base/classroom_base.scss */
  .answer-solution-block footer a {
    width: 100%;
  }
}
/* line 516, ../../sass/base/classroom_base.scss */
.answer-solution-block .internal-block {
  display: none;
}

/* line 521, ../../sass/base/classroom_base.scss */
.answer-head-wrap,
.internal-main-wrap,
.competitive-main-wrap {
  padding: 0;
  padding-bottom: 5px;
}

/* line 529, ../../sass/base/classroom_base.scss */
.answer-head-wrap {
  padding-top: 55px;
}
@media (max-width: 991px) {
  /* line 529, ../../sass/base/classroom_base.scss */
  .answer-head-wrap {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  /* line 529, ../../sass/base/classroom_base.scss */
  .answer-head-wrap {
    padding-top: 25px;
  }
}

/* line 539, ../../sass/base/classroom_base.scss */
.competitive-main-wrap,
.internal-main-wrap,
.answer-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 30px -7.5px;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 539, ../../sass/base/classroom_base.scss */
  .competitive-main-wrap,
  .internal-main-wrap,
  .answer-listing {
    -webkit-flex-flow: nowrap;
    -moz-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    overflow: auto;
    margin: 15px auto;
  }
}
/* line 554, ../../sass/base/classroom_base.scss */
.competitive-main-wrap .views-row,
.internal-main-wrap .views-row,
.answer-listing .views-row {
  min-height: 170px;
  position: relative;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px;
  margin: 7.5px;
  width: calc(25% - 15px);
  background: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  /* line 554, ../../sass/base/classroom_base.scss */
  .competitive-main-wrap .views-row,
  .internal-main-wrap .views-row,
  .answer-listing .views-row {
    min-width: 225px;
    max-width: 225px;
  }
}
/* line 569, ../../sass/base/classroom_base.scss */
.competitive-main-wrap .views-row .answser-key-outer,
.internal-main-wrap .views-row .answser-key-outer,
.answer-listing .views-row .answser-key-outer {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  height: 100%;
}
/* line 574, ../../sass/base/classroom_base.scss */
.competitive-main-wrap .views-row .answser-key-outer .answser-key-sub-title,
.internal-main-wrap .views-row .answser-key-outer .answser-key-sub-title,
.answer-listing .views-row .answser-key-outer .answser-key-sub-title {
  color: #4e4e4e;
  font-size: 13px;
  line-height: 1.1;
  padding-right: 75px;
  padding-top: 4px;
}
/* line 580, ../../sass/base/classroom_base.scss */
.competitive-main-wrap .views-row .answser-key-outer .answser-key-stream,
.internal-main-wrap .views-row .answser-key-outer .answser-key-stream,
.answer-listing .views-row .answser-key-outer .answser-key-stream {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #0098d5;
  background: #d7f2fc;
  position: absolute;
  top: 12px;
  right: -3px;
  z-index: 2;
  padding: 9px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
/* line 590, ../../sass/base/classroom_base.scss */
.competitive-main-wrap .views-row .answser-key-outer .answser-key-exam-name,
.internal-main-wrap .views-row .answser-key-outer .answser-key-exam-name,
.answer-listing .views-row .answser-key-outer .answser-key-exam-name {
  color: #095392;
  font-size: 14px;
  line-height: 1.1;
  margin-top: 30px;
}
/* line 595, ../../sass/base/classroom_base.scss */
.competitive-main-wrap .views-row .answser-key-outer .answser-key-title,
.internal-main-wrap .views-row .answser-key-outer .answser-key-title,
.answer-listing .views-row .answser-key-outer .answser-key-title {
  display: inline-block;
  text-transform: uppercase;
  color: #010101;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 3px;
}
/* line 606, ../../sass/base/classroom_base.scss */
.competitive-main-wrap .views-row .answser-key-outer .answser-key-info,
.internal-main-wrap .views-row .answser-key-outer .answser-key-info,
.answer-listing .views-row .answser-key-outer .answser-key-info {
  color: #808080;
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: auto;
}
/* line 611, ../../sass/base/classroom_base.scss */
.competitive-main-wrap .views-row .answser-key-outer .answser-key-info span,
.internal-main-wrap .views-row .answser-key-outer .answser-key-info span,
.answer-listing .views-row .answser-key-outer .answser-key-info span {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #808080;
}
/* line 615, ../../sass/base/classroom_base.scss */
.competitive-main-wrap .views-row .answser-key-outer .answser-key-info span:first-child,
.internal-main-wrap .views-row .answser-key-outer .answser-key-info span:first-child,
.answer-listing .views-row .answser-key-outer .answser-key-info span:first-child {
  padding-left: 0;
  margin-left: 0;
  border: none;
}
/* line 622, ../../sass/base/classroom_base.scss */
.competitive-main-wrap .views-row .answser-key-outer .answser-key-pdf,
.competitive-main-wrap .views-row .answser-key-outer .answser-key-path,
.internal-main-wrap .views-row .answser-key-outer .answser-key-pdf,
.internal-main-wrap .views-row .answser-key-outer .answser-key-path,
.answer-listing .views-row .answser-key-outer .answser-key-pdf,
.answer-listing .views-row .answser-key-outer .answser-key-path {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 143, 211, 0.9);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  opacity: 0;
}
/* line 631, ../../sass/base/classroom_base.scss */
.competitive-main-wrap .views-row .answser-key-outer .answser-key-pdf a,
.competitive-main-wrap .views-row .answser-key-outer .answser-key-path a,
.internal-main-wrap .views-row .answser-key-outer .answser-key-pdf a,
.internal-main-wrap .views-row .answser-key-outer .answser-key-path a,
.answer-listing .views-row .answser-key-outer .answser-key-pdf a,
.answer-listing .views-row .answser-key-outer .answser-key-path a {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  padding-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
/* line 642, ../../sass/base/classroom_base.scss */
.competitive-main-wrap .views-row .answser-key-outer .answser-key-pdf a:before,
.competitive-main-wrap .views-row .answser-key-outer .answser-key-path a:before,
.internal-main-wrap .views-row .answser-key-outer .answser-key-pdf a:before,
.internal-main-wrap .views-row .answser-key-outer .answser-key-path a:before,
.answer-listing .views-row .answser-key-outer .answser-key-pdf a:before,
.answer-listing .views-row .answser-key-outer .answser-key-path a:before {
  content: '';
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/download-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-top: -15px;
}
/* line 653, ../../sass/base/classroom_base.scss */
.competitive-main-wrap .views-row .answser-key-outer .answser-key-path,
.internal-main-wrap .views-row .answser-key-outer .answser-key-path,
.answer-listing .views-row .answser-key-outer .answser-key-path {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
/* line 656, ../../sass/base/classroom_base.scss */
.competitive-main-wrap .views-row .answser-key-outer .answser-key-path a:before,
.internal-main-wrap .views-row .answser-key-outer .answser-key-path a:before,
.answer-listing .views-row .answser-key-outer .answser-key-path a:before {
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
}
/* line 666, ../../sass/base/classroom_base.scss */
.competitive-main-wrap .views-row .answser-key-outer:hover .answser-key-pdf,
.competitive-main-wrap .views-row .answser-key-outer:hover .answser-key-path,
.internal-main-wrap .views-row .answser-key-outer:hover .answser-key-pdf,
.internal-main-wrap .views-row .answser-key-outer:hover .answser-key-path,
.answer-listing .views-row .answser-key-outer:hover .answser-key-pdf,
.answer-listing .views-row .answser-key-outer:hover .answser-key-path {
  opacity: 1;
}

/* line 678, ../../sass/base/classroom_base.scss */
.static-template {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
/* line 682, ../../sass/base/classroom_base.scss */
.static-template .sidebar-left {
  background: #f2f2f2;
  width: 295px;
  box-shadow: 2px 0 5px #dddddd;
  -webkit-box-shadow: 2px 0 5px #dddddd;
  -moz-box-shadow: 2px 0 5px #dddddd;
  -o-box-shadow: 2px 0 5px #dddddd;
  -ms-box-shadow: 2px 0 5px #dddddd;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 682, ../../sass/base/classroom_base.scss */
  .static-template .sidebar-left {
    padding-top: 45px !important;
  }
}
/* line 696, ../../sass/base/classroom_base.scss */
.static-template .sidebar-left .menu > .menu-item {
  border-bottom: 1px solid #dadada;
  position: relative;
}
/* line 699, ../../sass/base/classroom_base.scss */
.static-template .sidebar-left .menu > .menu-item a {
  color: #09375f;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.1;
  display: block;
  padding: 18px 50px;
  position: relative;
}
/* line 709, ../../sass/base/classroom_base.scss */
.static-template .sidebar-left .menu > .menu-item.menu-item--collapsed > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/menu-icon-sprite.png");
  background-repeat: no-repeat;
  background-position: -2px -2px;
  width: 18px;
  height: 10px;
}
/* line 721, ../../sass/base/classroom_base.scss */
.static-template .sidebar-left .menu > .menu-item.menu-item--expanded > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/menu-icon-sprite.png");
  background-repeat: no-repeat;
  background-position: -22px -2px;
  width: 18px;
  height: 10px;
}
/* line 731, ../../sass/base/classroom_base.scss */
.static-template .sidebar-left .menu > .menu-item.menu-item--active-trail {
  background: #1e98db;
}
/* line 733, ../../sass/base/classroom_base.scss */
.static-template .sidebar-left .menu > .menu-item.menu-item--active-trail > a {
  color: #ffffff;
}
/* line 736, ../../sass/base/classroom_base.scss */
.static-template .sidebar-left .menu > .menu-item.menu-item--active-trail .menu {
  padding-left: 0 !important;
}
/* line 738, ../../sass/base/classroom_base.scss */
.static-template .sidebar-left .menu > .menu-item.menu-item--active-trail .menu .menu-item {
  border-bottom: none;
}
/* line 740, ../../sass/base/classroom_base.scss */
.static-template .sidebar-left .menu > .menu-item.menu-item--active-trail .menu .menu-item a {
  color: #ffffff;
  font-weight: 400;
  padding-left: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  padding-left: 60px;
}
@media (max-width: 1023px) {
  /* line 740, ../../sass/base/classroom_base.scss */
  .static-template .sidebar-left .menu > .menu-item.menu-item--active-trail .menu .menu-item a {
    padding-left: 25px !important;
  }
}
/* line 749, ../../sass/base/classroom_base.scss */
.static-template .sidebar-left .menu > .menu-item.menu-item--active-trail .menu .menu-item a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/menu-icon-sprite.png");
  background-repeat: no-repeat;
  background-position: -60px -2px;
  width: 18px;
  height: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
/* line 759, ../../sass/base/classroom_base.scss */
.static-template .sidebar-left .menu > .menu-item.menu-item--active-trail .menu .menu-item.menu-item--active-trail, .static-template .sidebar-left .menu > .menu-item.menu-item--active-trail .menu .menu-item:hover {
  background: #3184aa;
}
/* line 762, ../../sass/base/classroom_base.scss */
.static-template .sidebar-left .menu > .menu-item.menu-item--active-trail .menu .menu-item.menu-item--active-trail a, .static-template .sidebar-left .menu > .menu-item.menu-item--active-trail .menu .menu-item:hover a {
  color: #ffffff;
}
/* line 764, ../../sass/base/classroom_base.scss */
.static-template .sidebar-left .menu > .menu-item.menu-item--active-trail .menu .menu-item.menu-item--active-trail a:after, .static-template .sidebar-left .menu > .menu-item.menu-item--active-trail .menu .menu-item:hover a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/menu-icon-sprite.png");
  background-repeat: no-repeat;
  background-position: -60px -2px;
  width: 18px;
  height: 15px;
}
/* line 780, ../../sass/base/classroom_base.scss */
.static-template #content-area {
  width: calc(100% - 295px);
  width: -webkit-calc(100% - 295px);
  width: -moz-calc(100% - 295px);
  width: -o-calc(100% - 295px);
  padding: 25px 55px;
}
@media (max-width: 1023px) {
  /* line 780, ../../sass/base/classroom_base.scss */
  .static-template #content-area {
    padding: 20px;
    width: calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: -o-calc(100% - 250px);
  }
}
@media (max-width: 767px) {
  /* line 780, ../../sass/base/classroom_base.scss */
  .static-template #content-area {
    width: 100%;
    padding: 15px 0;
  }
}
/* line 798, ../../sass/base/classroom_base.scss */
.static-template #content-area p img {
  width: 100%;
  margin: 10px 0;
}

/* line 809, ../../sass/base/classroom_base.scss */
.team-wrapper {
  width: 100%;
}

/* line 813, ../../sass/base/classroom_base.scss */
.team-item {
  padding-top: 25px;
  padding-bottom: 5px;
  border-top: 1px solid #dadada;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  /* line 813, ../../sass/base/classroom_base.scss */
  .team-item {
    position: relative;
    padding-top: 20px;
  }
}
/* line 822, ../../sass/base/classroom_base.scss */
.team-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  /* line 825, ../../sass/base/classroom_base.scss */
  .team-item .team-image-block {
    position: absolute;
    top: 15px;
    left: 0;
  }
}
/* line 829, ../../sass/base/classroom_base.scss */
.team-item .team-image-block figure {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 190px;
  height: 190px;
  padding: 5px;
  background: #ddf0f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  /* line 829, ../../sass/base/classroom_base.scss */
  .team-item .team-image-block figure {
    width: 100px;
    height: 100px;
  }
}
/* line 840, ../../sass/base/classroom_base.scss */
.team-item .team-image-block figure img {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 848, ../../sass/base/classroom_base.scss */
.team-item .team-details-block {
  padding-left: 25px;
}
@media (max-width: 991px) {
  /* line 848, ../../sass/base/classroom_base.scss */
  .team-item .team-details-block {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  /* line 853, ../../sass/base/classroom_base.scss */
  .team-item .team-details-block .team-signature {
    padding-left: 120px;
    min-height: 125px;
    padding-top: 15px;
  }
}
/* line 859, ../../sass/base/classroom_base.scss */
.team-item .team-details-block .team-signature h3 {
  color: #0a3d6a;
}
/* line 862, ../../sass/base/classroom_base.scss */
.team-item .team-details-block .team-signature h5 {
  position: relative;
  font-weight: 400;
  color: #808080;
  padding: 10px 0;
}
/* line 867, ../../sass/base/classroom_base.scss */
.team-item .team-details-block .team-signature h5:before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 1;
  width: 35px;
  height: 3px;
  background: #0098d5;
}
/* line 876, ../../sass/base/classroom_base.scss */
.team-item .team-details-block .team-details {
  height: auto;
  overflow: hidden;
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
}
@media (max-width: 1079px) {
  /* line 876, ../../sass/base/classroom_base.scss */
  .team-item .team-details-block .team-details {
    height: 95px;
  }
}
@media (max-width: 767px) {
  /* line 876, ../../sass/base/classroom_base.scss */
  .team-item .team-details-block .team-details {
    height: 35px;
  }
}
/* line 886, ../../sass/base/classroom_base.scss */
.team-item .team-details-block .team-details.full-content {
  height: auto;
}
/* line 890, ../../sass/base/classroom_base.scss */
.team-item .team-details-block .team-into-toggle {
  font-weight: 700;
  color: #008fd3;
  margin-top: 5px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  display: none;
}
@media (max-width: 1079px) {
  /* line 890, ../../sass/base/classroom_base.scss */
  .team-item .team-details-block .team-into-toggle {
    display: block;
  }
}

@media (max-width: 767px) {
  /* line 908, ../../sass/base/classroom_base.scss */
  .listing-container {
    padding: 0;
  }
}

/* line 914, ../../sass/base/classroom_base.scss */
.listing-page-header {
  width: 100%;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/result-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 22px 0;
}
@media (max-width: 1079px) {
  /* line 914, ../../sass/base/classroom_base.scss */
  .listing-page-header {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  /* line 914, ../../sass/base/classroom_base.scss */
  .listing-page-header {
    background-image: none;
    margin-top: 45px;
  }
}
/* line 925, ../../sass/base/classroom_base.scss */
.listing-page-header ul {
  padding: 0 95px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 1023px) {
  /* line 925, ../../sass/base/classroom_base.scss */
  .listing-page-header ul {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  /* line 925, ../../sass/base/classroom_base.scss */
  .listing-page-header ul {
    border: 2px solid #0098d5;
    padding: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    display: table;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 939, ../../sass/base/classroom_base.scss */
  .listing-page-header ul li {
    display: table-cell;
    text-align: center;
    height: 100%;
  }
}
/* line 945, ../../sass/base/classroom_base.scss */
.listing-page-header ul li a {
  display: block;
  min-width: 115px;
  padding: 0 5px;
}
@media (max-width: 767px) {
  /* line 945, ../../sass/base/classroom_base.scss */
  .listing-page-header ul li a {
    padding: 10px;
    min-width: auto;
    height: 100%;
  }
}
/* line 954, ../../sass/base/classroom_base.scss */
.listing-page-header ul li a figure {
  margin: auto;
  margin-bottom: 10px;
  width: 90px;
  height: 90px;
  padding: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  /* line 954, ../../sass/base/classroom_base.scss */
  .listing-page-header ul li a figure {
    display: none;
  }
}
/* line 965, ../../sass/base/classroom_base.scss */
.listing-page-header ul li a figure span {
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 100%;
  height: 100%;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite-2.png");
  background-repeat: no-repeat;
  background-color: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
/* line 972, ../../sass/base/classroom_base.scss */
.listing-page-header ul li a figure span.fa-chair {
  background-position: -58px 8px;
}
/* line 975, ../../sass/base/classroom_base.scss */
.listing-page-header ul li a figure span.fa-tablet {
  background-position: -58px -55px;
}
/* line 978, ../../sass/base/classroom_base.scss */
.listing-page-header ul li a figure span.fa-book {
  background-position: -55px -122px;
}
/* line 981, ../../sass/base/classroom_base.scss */
.listing-page-header ul li a figure span.fa-prime {
  background-position: -58px -187px;
}
@media (max-width: 767px) {
  /* line 986, ../../sass/base/classroom_base.scss */
  .listing-page-header ul li a div {
    color: #808080;
    text-transform: uppercase;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  /* line 992, ../../sass/base/classroom_base.scss */
  .listing-page-header ul li a div:before {
    content: attr(data-title);
    display: inline-block;
  }
}
/* line 998, ../../sass/base/classroom_base.scss */
.listing-page-header ul li a div h5 {
  opacity: 0.5;
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (max-width: 767px) {
  /* line 998, ../../sass/base/classroom_base.scss */
  .listing-page-header ul li a div h5 {
    display: none;
  }
}
/* line 1014, ../../sass/base/classroom_base.scss */
.listing-page-header ul li a:hover figure span.fa-chair, .listing-page-header ul li a.active figure span.fa-chair {
  background-position-x: -120px !important;
}
/* line 1017, ../../sass/base/classroom_base.scss */
.listing-page-header ul li a:hover figure span.fa-tablet, .listing-page-header ul li a:hover figure span.fa-book, .listing-page-header ul li a:hover figure span.fa-prime, .listing-page-header ul li a.active figure span.fa-tablet, .listing-page-header ul li a.active figure span.fa-book, .listing-page-header ul li a.active figure span.fa-prime {
  background-position-x: -123px !important;
}
/* line 1024, ../../sass/base/classroom_base.scss */
.listing-page-header ul li a:hover h5, .listing-page-header ul li a.active h5 {
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 1028, ../../sass/base/classroom_base.scss */
  .listing-page-header ul li a.active {
    background: #0098d5;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  /* line 1031, ../../sass/base/classroom_base.scss */
  .listing-page-header ul li a.active div {
    color: #ffffff;
  }
}

@media (max-width: 767px) {
  /* line 939, ../../sass/base/classroom_base.scss */
  .listing-page-header ul li {
    border-right: 2px solid #0098d5;
  }
  /* line 1042, ../../sass/base/classroom_base.scss */
  .listing-page-header ul li:nth-child(1) a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  /* line 1047, ../../sass/base/classroom_base.scss */
  .listing-page-header ul li:last-child {
    border: none;
  }
  /* line 1049, ../../sass/base/classroom_base.scss */
  .listing-page-header ul li:last-child a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  /* line 1054, ../../sass/base/classroom_base.scss */
  .listing-page-header ul li a {
    padding: 10px 5px;
  }
}

/* line 1062, ../../sass/base/classroom_base.scss */
.result-listing-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

/* line 1068, ../../sass/base/classroom_base.scss */
.aside-nav,
.pop-up-exposed-form {
  background: #ffffff;
  width: 295px;
  padding: 0 20px 20px 50px;
  box-shadow: 2px 0 5px #dddddd;
  -webkit-box-shadow: 2px 0 5px #dddddd;
  -moz-box-shadow: 2px 0 5px #dddddd;
  -o-box-shadow: 2px 0 5px #dddddd;
  -ms-box-shadow: 2px 0 5px #dddddd;
  position: relative;
}
/* line 1079, ../../sass/base/classroom_base.scss */
.aside-nav .aside-title,
.pop-up-exposed-form .aside-title {
  font-size: 16px;
  line-height: 1;
  padding: 12px 0;
  border-bottom: 1px solid #e7e8e9;
  margin-top: 10px;
}
/* line 1086, ../../sass/base/classroom_base.scss */
.aside-nav fieldset .fieldset-legend,
.pop-up-exposed-form fieldset .fieldset-legend {
  color: #838383;
  padding: 18px 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  display: block;
}
/* line 1093, ../../sass/base/classroom_base.scss */
.aside-nav fieldset .fieldset-wrapper,
.pop-up-exposed-form fieldset .fieldset-wrapper {
  margin-bottom: 15px;
}
/* line 1095, ../../sass/base/classroom_base.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-item,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-item {
  border-top: 1px dashed #e7e8e9;
}
/* line 421, ../../sass/base/_mixins.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-item input[type='radio'],
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-item input[type='radio'] {
  background: none;
  border: none;
  cursor: pointer;
  height: 12px;
  opacity: 0;
  position: relative;
  top: 2px;
  width: 12px;
  z-index: 100;
}
/* line 432, ../../sass/base/_mixins.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-item input[type='radio']:checked + label:after,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-item input[type='radio']:checked + label:after {
  display: block;
}
/* line 435, ../../sass/base/_mixins.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-item input[type='radio']:checked + label:before,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-item input[type='radio']:checked + label:before {
  display: none;
}
/* line 440, ../../sass/base/_mixins.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-item label,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-item label {
  cursor: pointer;
  line-height: 18px;
  padding-left: 5px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-right: 15px;
  color: #434343;
  font-size: 14px;
  line-height: 1;
}
/* line 452, ../../sass/base/_mixins.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-item label:before,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-item label:before {
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  content: '';
  border: 1px solid #919191;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 468, ../../sass/base/_mixins.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-item label:after,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-item label:after {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 12px;
  width: 12px;
  content: '';
  border: 5px solid #008fd3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: none;
}
/* line 483, ../../sass/base/_mixins.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-item label:last-child,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-item label:last-child {
  margin-right: 0px;
}
/* line 1098, ../../sass/base/classroom_base.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-item input[type="radio"],
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-item input[type="radio"] {
  display: none;
}
/* line 1101, ../../sass/base/classroom_base.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-item label,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-item label {
  display: block;
  padding: 18px 30px 18px 0;
}
/* line 1104, ../../sass/base/classroom_base.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-item label:after,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-item label:after {
  right: 0;
  left: initial;
}
/* line 1108, ../../sass/base/classroom_base.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-item label:before,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-item label:before {
  right: 2px;
  left: initial;
}
/* line 1113, ../../sass/base/classroom_base.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-item:last-child,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-item:last-child {
  border-bottom: 1px dashed #e7e8e9;
}
/* line 341, ../../sass/base/_mixins.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-type-checkbox input[type='checkbox'],
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-type-checkbox input[type='checkbox'] {
  background: none;
  border: none;
  cursor: pointer;
  height: 12px;
  opacity: 0;
  position: relative;
  top: 2px;
  width: 12px;
  z-index: 100;
}
/* line 351, ../../sass/base/_mixins.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-type-checkbox input[type='checkbox']:disabled,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-type-checkbox input[type='checkbox']:disabled {
  cursor: default;
}
/* line 353, ../../sass/base/_mixins.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-type-checkbox input[type='checkbox']:disabled + label:before,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-type-checkbox input[type='checkbox']:disabled + label:before {
  opacity: 0.6;
}
/* line 360, ../../sass/base/_mixins.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-type-checkbox input[type='checkbox']:checked + label:after,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-type-checkbox input[type='checkbox']:checked + label:after {
  display: block;
}
/* line 363, ../../sass/base/_mixins.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-type-checkbox input[type='checkbox']:checked + label:before,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-type-checkbox input[type='checkbox']:checked + label:before {
  display: none;
}
/* line 368, ../../sass/base/_mixins.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-type-checkbox label,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-type-checkbox label {
  cursor: pointer;
  line-height: 18px;
  padding-left: 5px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-right: 15px;
  color: #434343;
  font-size: 14px;
  line-height: 1;
}
/* line 380, ../../sass/base/_mixins.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-type-checkbox label:before,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-type-checkbox label:before {
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  content: '';
  border: 1px solid #919191;
  background: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
/* line 396, ../../sass/base/_mixins.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-type-checkbox label:after,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-type-checkbox label:after {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 12px;
  width: 12px;
  content: '';
  border: 5px solid #008fd3;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: none;
}
/* line 411, ../../sass/base/_mixins.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-type-checkbox label:last-child,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-type-checkbox label:last-child {
  margin-right: 0px;
}
/* line 1119, ../../sass/base/classroom_base.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-type-checkbox input[type="checkbox"],
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-type-checkbox input[type="checkbox"] {
  display: none;
}
/* line 1123, ../../sass/base/classroom_base.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-type-checkbox label:after,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-type-checkbox label:after {
  right: 0;
  left: initial;
}
/* line 1127, ../../sass/base/classroom_base.scss */
.aside-nav fieldset .fieldset-wrapper .js-form-type-checkbox label:before,
.pop-up-exposed-form fieldset .fieldset-wrapper .js-form-type-checkbox label:before {
  right: 2px;
  left: initial;
}
/* line 1136, ../../sass/base/classroom_base.scss */
.aside-nav #edit-custom-testimonial-year-value .js-form-item,
.pop-up-exposed-form #edit-custom-testimonial-year-value .js-form-item {
  border-top: 1px dashed #e7e8e9;
}
/* line 421, ../../sass/base/_mixins.scss */
.aside-nav #edit-custom-testimonial-year-value .js-form-item input[type='radio'],
.pop-up-exposed-form #edit-custom-testimonial-year-value .js-form-item input[type='radio'] {
  background: none;
  border: none;
  cursor: pointer;
  height: 12px;
  opacity: 0;
  position: relative;
  top: 2px;
  width: 12px;
  z-index: 100;
}
/* line 432, ../../sass/base/_mixins.scss */
.aside-nav #edit-custom-testimonial-year-value .js-form-item input[type='radio']:checked + label:after,
.pop-up-exposed-form #edit-custom-testimonial-year-value .js-form-item input[type='radio']:checked + label:after {
  display: block;
}
/* line 435, ../../sass/base/_mixins.scss */
.aside-nav #edit-custom-testimonial-year-value .js-form-item input[type='radio']:checked + label:before,
.pop-up-exposed-form #edit-custom-testimonial-year-value .js-form-item input[type='radio']:checked + label:before {
  display: none;
}
/* line 440, ../../sass/base/_mixins.scss */
.aside-nav #edit-custom-testimonial-year-value .js-form-item label,
.pop-up-exposed-form #edit-custom-testimonial-year-value .js-form-item label {
  cursor: pointer;
  line-height: 18px;
  padding-left: 5px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-right: 15px;
  color: #434343;
  font-size: 14px;
  line-height: 1;
}
/* line 452, ../../sass/base/_mixins.scss */
.aside-nav #edit-custom-testimonial-year-value .js-form-item label:before,
.pop-up-exposed-form #edit-custom-testimonial-year-value .js-form-item label:before {
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  content: '';
  border: 1px solid #919191;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 468, ../../sass/base/_mixins.scss */
.aside-nav #edit-custom-testimonial-year-value .js-form-item label:after,
.pop-up-exposed-form #edit-custom-testimonial-year-value .js-form-item label:after {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 12px;
  width: 12px;
  content: '';
  border: 5px solid #008fd3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: none;
}
/* line 483, ../../sass/base/_mixins.scss */
.aside-nav #edit-custom-testimonial-year-value .js-form-item label:last-child,
.pop-up-exposed-form #edit-custom-testimonial-year-value .js-form-item label:last-child {
  margin-right: 0px;
}
/* line 1139, ../../sass/base/classroom_base.scss */
.aside-nav #edit-custom-testimonial-year-value .js-form-item input[type="radio"],
.pop-up-exposed-form #edit-custom-testimonial-year-value .js-form-item input[type="radio"] {
  display: none;
}
/* line 1142, ../../sass/base/classroom_base.scss */
.aside-nav #edit-custom-testimonial-year-value .js-form-item label,
.pop-up-exposed-form #edit-custom-testimonial-year-value .js-form-item label {
  display: block;
  padding: 18px 30px 18px 0;
}
/* line 1145, ../../sass/base/classroom_base.scss */
.aside-nav #edit-custom-testimonial-year-value .js-form-item label:after,
.pop-up-exposed-form #edit-custom-testimonial-year-value .js-form-item label:after {
  right: 0;
  left: initial;
}
/* line 1149, ../../sass/base/classroom_base.scss */
.aside-nav #edit-custom-testimonial-year-value .js-form-item label:before,
.pop-up-exposed-form #edit-custom-testimonial-year-value .js-form-item label:before {
  right: 2px;
  left: initial;
}
/* line 1154, ../../sass/base/classroom_base.scss */
.aside-nav #edit-custom-testimonial-year-value .js-form-item:last-child,
.pop-up-exposed-form #edit-custom-testimonial-year-value .js-form-item:last-child {
  border-bottom: 1px dashed #e7e8e9;
}
/* line 1159, ../../sass/base/classroom_base.scss */
.aside-nav .js-form-type-select,
.aside-nav .js-form-type-textfield,
.pop-up-exposed-form .js-form-type-select,
.pop-up-exposed-form .js-form-type-textfield {
  margin-bottom: 15px;
}
/* line 1162, ../../sass/base/classroom_base.scss */
.aside-nav .js-form-type-select label,
.aside-nav .js-form-type-textfield label,
.pop-up-exposed-form .js-form-type-select label,
.pop-up-exposed-form .js-form-type-textfield label {
  color: #838383;
  padding: 18px 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  display: block;
}
/* line 1170, ../../sass/base/classroom_base.scss */
.aside-nav #edit-actions,
.pop-up-exposed-form #edit-actions {
  padding-top: 20px;
  text-align: center;
}
/* line 1173, ../../sass/base/classroom_base.scss */
.aside-nav #edit-actions .button,
.pop-up-exposed-form #edit-actions .button {
  width: 100%;
  max-width: 250px;
}
/* line 1176, ../../sass/base/classroom_base.scss */
.aside-nav #edit-actions .button + .button,
.pop-up-exposed-form #edit-actions .button + .button {
  margin-top: 15px;
}

/* line 1183, ../../sass/base/classroom_base.scss */
.pop-up-exposed-form {
  position: fixed;
  z-index: 11;
  padding: 20px;
  left: 0;
  top: 100px;
  width: 100%;
  height: calc(100% - 88px);
  overflow: auto;
  background-color: rgba(128, 128, 128, 0.96);
}
@media (max-width: 767px) {
  /* line 1183, ../../sass/base/classroom_base.scss */
  .pop-up-exposed-form {
    top: 135px;
    padding-top: 40px;
    height: calc(100% - 130px);
  }
}
/* line 1198, ../../sass/base/classroom_base.scss */
.pop-up-exposed-form form {
  background-color: #fefefe;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid rgba(136, 136, 136, 0.4);
  width: 50%;
  max-width: 800px;
  box-shadow: 2px 0 5px #ddd;
  -webkit-box-shadow: 2px 0 5px #ddd;
  -moz-box-shadow: 2px 0 5px #ddd;
  -o-box-shadow: 2px 0 5px #ddd;
  -ms-box-shadow: 2px 0 5px #ddd;
}
@media screen and (min-width: 768px) {
  /* line 1198, ../../sass/base/classroom_base.scss */
  .pop-up-exposed-form form {
    margin-top: -10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
  }
}
@media (max-width: 767px) {
  /* line 1198, ../../sass/base/classroom_base.scss */
  .pop-up-exposed-form form {
    width: 90%;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1224, ../../sass/base/classroom_base.scss */
  .pop-up-exposed-form form fieldset .fieldset-wrapper #edit-field-product-stream--wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 30px;
  }
  /* line 1230, ../../sass/base/classroom_base.scss */
  .pop-up-exposed-form form fieldset .fieldset-wrapper #edit-field-product-stream--wrapper .js-form-item {
    border-bottom: 1px dashed #e7e8e9;
  }
  /* line 1233, ../../sass/base/classroom_base.scss */
  .pop-up-exposed-form form fieldset .fieldset-wrapper #edit-field-product-stream--wrapper label {
    font-size: 16px;
    padding: 13px 41px 13px 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 1241, ../../sass/base/classroom_base.scss */
  .pop-up-exposed-form form > .js-form-type-select {
    width: 33%;
    padding-right: 10px;
    float: left;
  }
  /* line 1246, ../../sass/base/classroom_base.scss */
  .pop-up-exposed-form form > .js-form-type-select.form-item-center-list-dropdown {
    padding-right: 0;
  }
}
/* line 1250, ../../sass/base/classroom_base.scss */
.pop-up-exposed-form form > .js-form-type-select label {
  padding: 0 0 10px 0;
}
/* line 1254, ../../sass/base/classroom_base.scss */
.pop-up-exposed-form form #edit-actions {
  clear: both;
}
/* line 1257, ../../sass/base/classroom_base.scss */
.pop-up-exposed-form form #edit-actions .button:disabled {
  background: #a7a7a7;
  opacity: .5;
}

/* line 1266, ../../sass/base/classroom_base.scss */
.right-content-section {
  width: calc(100% - 295px);
  width: -webkit-calc(100% - 295px);
  width: -moz-calc(100% - 295px);
  width: -o-calc(100% - 295px);
  padding: 25px 55px;
  background: #f2f2f2;
}
@media (max-width: 1079px) {
  /* line 1266, ../../sass/base/classroom_base.scss */
  .right-content-section {
    padding: 20px;
    width: calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: -o-calc(100% - 250px);
  }
}
@media (max-width: 767px) {
  /* line 1266, ../../sass/base/classroom_base.scss */
  .right-content-section {
    width: 100%;
    padding: 60px 0 20px 0;
  }
}

/* line 1287, ../../sass/base/classroom_base.scss */
.result-head-section header {
  margin: 50px 0 20px 0;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 1287, ../../sass/base/classroom_base.scss */
  .result-head-section header {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  /* line 1287, ../../sass/base/classroom_base.scss */
  .result-head-section header {
    padding: 0 15px;
  }
}
/* line 1296, ../../sass/base/classroom_base.scss */
.result-head-section header h2 {
  font-size: 21px;
  line-height: 1.1;
  color: #636363;
  font-weight: 400;
}
/* line 1302, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction {
  width: 100%;
  box-shadow: 3px 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 3px 0 15px rgba(0, 0, 0, 0.15);
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/result-page-wave.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #ffffff;
  background-size: 100%;
  padding-bottom: 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
@media (max-width: 991px) {
  /* line 1302, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction {
    padding-bottom: 15px;
  }
}
/* line 1314, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction h1 {
  width: 100%;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  margin: 25px 0;
  padding: 0 15px;
}
@media (max-width: 991px) {
  /* line 1314, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction h1 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
/* line 1325, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction .views-element-container {
  width: 50%;
  padding: 0 90px;
}
@media (max-width: 1439px) {
  /* line 1325, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction .views-element-container {
    padding: 0 50px;
  }
}
@media (max-width: 1079px) {
  /* line 1325, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction .views-element-container {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  /* line 1325, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction .views-element-container {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
}
/* line 1339, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction .views-element-container:nth-of-type(1) {
  border-right: 1px solid #b5c6ca;
}
@media (max-width: 991px) {
  /* line 1339, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction .views-element-container:nth-of-type(1) {
    border-bottom: 1px solid #b5c6ca;
    border-right: none;
  }
}
/* line 1346, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction .views-element-container .views-field-title {
  color: #0098d5;
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 767px) {
  /* line 1346, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction .views-element-container .views-field-title {
    font-size: 42px;
  }
}
/* line 1354, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction .views-element-container .views-field-field-class-exams {
  color: #29343e;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
/* line 1361, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction + .views-element-container .views-row {
  width: 33.33%;
  float: left;
  padding: 20px 15px;
  text-align: center;
  box-shadow: 3px 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 3px 0 8px rgba(0, 0, 0, 0.15);
  min-height: 318px;
}
@media (max-width: 991px) {
  /* line 1361, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction + .views-element-container .views-row {
    padding: 15px;
    width: 100%;
    position: relative;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  /* line 1361, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction + .views-element-container .views-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    text-align: left;
    padding-left: 130px;
    min-height: 115px;
    box-shadow: none;
    border-radius: 0;
    width: calc(100% - 15px);
    margin: 0 7.5px;
  }
}
/* line 1386, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction + .views-element-container .views-row:nth-of-type(1) {
  background: #3ea1d0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 991px) {
  /* line 1386, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction + .views-element-container .views-row:nth-of-type(1) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
  }
}
@media (max-width: 767px) {
  /* line 1386, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction + .views-element-container .views-row:nth-of-type(1) {
    border-radius: 0;
  }
}
/* line 1399, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction + .views-element-container .views-row:nth-of-type(2) {
  background: #42abdd;
}
/* line 1402, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction + .views-element-container .views-row:nth-of-type(3) {
  background: #4cb6e8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 991px) {
  /* line 1402, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction + .views-element-container .views-row:nth-of-type(3) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
@media (max-width: 767px) {
  /* line 1402, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction + .views-element-container .views-row:nth-of-type(3) {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  /* line 1415, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-image {
    position: absolute;
    top: 15px;
    left: 20px;
  }
}
/* line 1419, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-image .field-content {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 5px;
  width: 130px;
  height: 130px;
  overflow: hidden;
  background: #b2ddf2;
  display: inline-block;
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}
/* line 1430, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-image .field-content:before {
  content: '';
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/user.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 120px;
  height: 120px;
}
@media (max-width: 991px) {
  /* line 1430, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-image .field-content:before {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 991px) {
  /* line 1419, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-image .field-content {
    width: 85px;
    height: 85px;
  }
}
/* line 1446, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-image .field-content img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
}
/* line 1454, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-result-rank {
  margin: 13px 0;
}
@media (max-width: 767px) {
  /* line 1454, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-result-rank {
    margin: 10px 0;
  }
}
/* line 1459, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-result-rank span {
  background: #d7f2fc;
  color: #095392;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  min-width: 133px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: inline-block;
  padding: 5px;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 1459, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-result-rank span {
    font-size: 15px;
    line-height: 20px;
    min-width: 90px;
  }
}
/* line 1473, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-result-rank span sup {
  font-size: 15px;
  position: relative;
  top: -12px;
}
@media (max-width: 991px) {
  /* line 1473, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-result-rank span sup {
    font-size: 12px;
    top: -4px;
    font-weight: 400;
  }
}
/* line 1485, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
  margin-top: 23px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  /* line 1485, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-title {
    font-size: 15px;
    margin: 0 0 5px 0;
  }
}
/* line 1496, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-offer-price-discount,
.result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-admission-parent-mobile-no {
  color: #d3ecf8;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  /* line 1496, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-offer-price-discount,
  .result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-admission-parent-mobile-no {
    font-size: 14px;
  }
}
/* line 1503, ../../sass/base/classroom_base.scss */
.result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-offer-price-discount .field-content,
.result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-admission-parent-mobile-no .field-content {
  display: inline-block;
}
@media (max-width: 991px) {
  /* line 1507, ../../sass/base/classroom_base.scss */
  .result-head-section .result-speak-seaction + .views-element-container .views-row .views-field-field-admission-parent-mobile-no {
    margin-top: 10px;
  }
}
/* line 1516, ../../sass/base/classroom_base.scss */
.result-head-section .views-element-container > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

/* line 1524, ../../sass/base/classroom_base.scss */
.result-listing {
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 -7.5px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  /* line 1524, ../../sass/base/classroom_base.scss */
  .result-listing {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  /* line 1524, ../../sass/base/classroom_base.scss */
  .result-listing {
    margin: 0;
    padding-top: 5px;
  }
}
/* line 1537, ../../sass/base/classroom_base.scss */
.result-listing .views-row {
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  padding: 15px;
  margin: 7.5px;
  width: calc(25% - 15px);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  position: relative;
}
@media (max-width: 1279px) {
  /* line 1537, ../../sass/base/classroom_base.scss */
  .result-listing .views-row {
    width: calc(33.33% - 15px);
  }
}
@media (max-width: 991px) {
  /* line 1537, ../../sass/base/classroom_base.scss */
  .result-listing .views-row {
    width: calc(100% - 15px);
  }
}
@media (max-width: 767px) {
  /* line 1537, ../../sass/base/classroom_base.scss */
  .result-listing .views-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    text-align: left;
    padding-left: 130px;
    min-height: 115px;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
  }
}
@media (max-width: 767px) {
  /* line 1565, ../../sass/base/classroom_base.scss */
  .result-listing .views-row .views-field-field-image {
    position: absolute;
    top: 15px;
    left: 20px;
  }
}
/* line 1569, ../../sass/base/classroom_base.scss */
.result-listing .views-row .views-field-field-image .field-content {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 5px;
  width: 85px;
  height: 85px;
  overflow: hidden;
  background: #b2ddf2;
  display: inline-block;
  position: relative;
}
/* line 1578, ../../sass/base/classroom_base.scss */
.result-listing .views-row .views-field-field-image .field-content:before {
  content: '';
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/user.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 75px;
  height: 75px;
}
/* line 1586, ../../sass/base/classroom_base.scss */
.result-listing .views-row .views-field-field-image .field-content img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
  background-color: #ededed;
}
/* line 1595, ../../sass/base/classroom_base.scss */
.result-listing .views-row .views-field-field-result-rank {
  margin: 5px 0;
}
/* line 1597, ../../sass/base/classroom_base.scss */
.result-listing .views-row .views-field-field-result-rank span {
  background: #0098d5;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  min-width: 90px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: inline-block;
  padding: 5px;
  text-align: center;
}
/* line 1607, ../../sass/base/classroom_base.scss */
.result-listing .views-row .views-field-field-result-rank span sup {
  font-size: 12px;
  position: relative;
  top: -4px;
  font-weight: 400;
}
/* line 1615, ../../sass/base/classroom_base.scss */
.result-listing .views-row .views-field-title {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin: 10px 0 5px 0;
}
@media (max-width: 767px) {
  /* line 1615, ../../sass/base/classroom_base.scss */
  .result-listing .views-row .views-field-title {
    margin-top: 0;
  }
}
/* line 1624, ../../sass/base/classroom_base.scss */
.result-listing .views-row .views-field-field-offer-price-discount,
.result-listing .views-row .views-field-field-admission-parent-mobile-no {
  color: #404040;
  font-size: 14px;
  line-height: 1.2;
}
/* line 1628, ../../sass/base/classroom_base.scss */
.result-listing .views-row .views-field-field-offer-price-discount .field-content,
.result-listing .views-row .views-field-field-admission-parent-mobile-no .field-content {
  display: inline-block;
}
/* line 1632, ../../sass/base/classroom_base.scss */
.result-listing .views-row .views-field-field-admission-parent-mobile-no {
  margin-top: 10px;
}
/* line 1636, ../../sass/base/classroom_base.scss */
.result-listing .result-footer-text {
  width: 100%;
  margin: 10px 0;
  padding: 0 5px;
}
@media (max-width: 767px) {
  /* line 1636, ../../sass/base/classroom_base.scss */
  .result-listing .result-footer-text {
    padding: 0 15px;
  }
}
/* line 1643, ../../sass/base/classroom_base.scss */
.result-listing .result-footer-text p {
  color: #808080;
  margin-bottom: 5px;
}

/* line 1653, ../../sass/base/classroom_base.scss */
.news-listing-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

@media (max-width: 767px) {
  /* line 1659, ../../sass/base/classroom_base.scss */
  .news-head-section {
    padding: 0 15px;
    margin-bottom: 0;
  }
}
/* line 1664, ../../sass/base/classroom_base.scss */
.news-head-section h1 {
  font-size: 21px;
  line-height: 1;
  color: #636363;
}
/* line 1668, ../../sass/base/classroom_base.scss */
.news-head-section h2 {
  font-size: initial;
  line-height: 0;
  font-weight: 400;
  color: #000000;
  margin: 5px 0 0 0;
}
@media (max-width: 767px) {
  /* line 1668, ../../sass/base/classroom_base.scss */
  .news-head-section h2 {
    margin-bottom: 15px;
  }
}
/* line 1676, ../../sass/base/classroom_base.scss */
.news-head-section h2 span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}
/* line 1679, ../../sass/base/classroom_base.scss */
.news-head-section h2 span.month {
  text-transform: capitalize;
  padding-right: 2px;
}

/* line 1690, ../../sass/base/classroom_base.scss */
.news-events-list,
.announcements-list {
  width: 100%;
}

/* line 1695, ../../sass/base/classroom_base.scss */
.list-group-row, .news-listing .views-row {
  padding: 18px 60px;
  border-bottom: 1px solid #f0f0f0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  min-height: 80px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 1707, ../../sass/base/classroom_base.scss */
.list-group-row .views-field-field-admission-dob, .news-listing .views-row .views-field-field-admission-dob {
  color: #2a97cf;
  font-size: 13px;
  line-height: 1.1;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 18px;
  left: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #2a97cf;
  overflow: hidden;
  text-align: center;
}
/* line 1718, ../../sass/base/classroom_base.scss */
.list-group-row .views-field-field-admission-dob span, .news-listing .views-row .views-field-field-admission-dob span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-top: 2px;
}
/* line 1725, ../../sass/base/classroom_base.scss */
.list-group-row .views-field-field-event-new, .news-listing .views-row .views-field-field-event-new {
  display: block;
}
/* line 1727, ../../sass/base/classroom_base.scss */
.list-group-row .views-field-field-event-new .new, .news-listing .views-row .views-field-field-event-new .new {
  display: inline-block;
  background: #d62c26;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 2px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 5px 8px 6px 8px;
}
/* line 1737, ../../sass/base/classroom_base.scss */
.list-group-row .views-field-title, .news-listing .views-row .views-field-title {
  clear: both;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
}
/* line 1741, ../../sass/base/classroom_base.scss */
.list-group-row .views-field-title a, .news-listing .views-row .views-field-title a {
  color: inherit;
}
/* line 1745, ../../sass/base/classroom_base.scss */
.list-group-row .view-more-info-btn, .news-listing .views-row .view-more-info-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
}
@media (max-width: 767px) {
  /* line 1745, ../../sass/base/classroom_base.scss */
  .list-group-row .view-more-info-btn, .news-listing .views-row .view-more-info-btn {
    right: 5px;
  }
}
/* line 1753, ../../sass/base/classroom_base.scss */
.list-group-row .view-more-info-btn > div + div, .news-listing .views-row .view-more-info-btn > div + div {
  margin-top: 5px;
}
/* line 1759, ../../sass/base/classroom_base.scss */
.list-group-row .views-field-field-answer-pdf a, .news-listing .views-row .views-field-field-answer-pdf a {
  display: inline-block;
  width: 25px;
  height: 35px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sm-pdf-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  color: transparent;
}
/* line 1769, ../../sass/base/classroom_base.scss */
.list-group-row .views-field-field-answer-link a, .news-listing .views-row .views-field-field-answer-link a {
  font-size: 15px;
  line-height: 1;
  text-decoration: underline;
  color: #2a97cf;
  display: inline-block;
}
/* line 1774, ../../sass/base/classroom_base.scss */
.list-group-row .views-field-field-answer-link a:hover, .news-listing .views-row .views-field-field-answer-link a:hover {
  color: #0098d5;
}

/* line 1782, ../../sass/base/classroom_base.scss */
.announcements-list .views-row {
  position: relative;
}
/* line 1784, ../../sass/base/classroom_base.scss */
.announcements-list .views-row .views-field-sharethis-node {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 1;
}
@media (max-width: 767px) {
  /* line 1784, ../../sass/base/classroom_base.scss */
  .announcements-list .views-row .views-field-sharethis-node {
    right: 15px;
  }
}

/* line 1795, ../../sass/base/classroom_base.scss */
.views-field-sharethis-node .stButton .chicklets {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sharethis_16.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 1805, ../../sass/base/classroom_base.scss */
.news-listing .views-row {
  margin-top: 15px;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  /* line 1805, ../../sass/base/classroom_base.scss */
  .news-listing .views-row {
    margin-top: 0;
    border-radius: 0;
    border: none;
    border-top: 1px solid #e5e5e5;
  }
}
/* line 1821, ../../sass/base/classroom_base.scss */
.news-listing .views-row .list-group-row, .news-listing .views-row .views-row {
  padding: 0 60px;
  border: none;
  position: relative;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  min-height: 45px;
}
/* line 1827, ../../sass/base/classroom_base.scss */
.news-listing .views-row .list-group-row .views-field-field-admission-dob, .news-listing .views-row .views-row .views-field-field-admission-dob {
  top: 0;
}
/* line 1831, ../../sass/base/classroom_base.scss */
.news-listing .views-row .views-field-nothing {
  width: 100%;
}
/* line 1833, ../../sass/base/classroom_base.scss */
.news-listing .views-row .views-field-nothing .view-more {
  color: #0098d5;
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  font-weight: 700;
  margin: 4px 0 0 0;
  text-transform: uppercase;
}
/* line 1842, ../../sass/base/classroom_base.scss */
.news-listing .views-row .event-description {
  display: none;
}
/* line 1844, ../../sass/base/classroom_base.scss */
.news-listing .views-row .event-description p {
  margin-bottom: 5px;
}
/* line 1848, ../../sass/base/classroom_base.scss */
.news-listing .views-row .view-more-info-btn {
  top: 0;
  transform: none;
}
/* line 1852, ../../sass/base/classroom_base.scss */
.news-listing .views-row .views-field-sharethis-node {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 1;
}

/* line 1861, ../../sass/base/classroom_base.scss */
.answer-listing-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  /* line 1865, ../../sass/base/classroom_base.scss */
  .answer-listing-wrapper .ans-head-section {
    padding: 0 15px;
    margin-bottom: 0;
  }
}
/* line 1870, ../../sass/base/classroom_base.scss */
.answer-listing-wrapper .ans-head-section h1 {
  font-size: 21px;
  line-height: 1;
  color: #636363;
}
/* line 1874, ../../sass/base/classroom_base.scss */
.answer-listing-wrapper .ans-head-section h2 {
  font-size: initial;
  line-height: 0;
  font-weight: 400;
  color: #000000;
  margin: 5px 0 0 0;
}
/* line 1879, ../../sass/base/classroom_base.scss */
.answer-listing-wrapper .ans-head-section h2 span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}
/* line 1882, ../../sass/base/classroom_base.scss */
.answer-listing-wrapper .ans-head-section h2 span.month {
  text-transform: capitalize;
  padding-right: 2px;
}
/* line 1889, ../../sass/base/classroom_base.scss */
.answer-listing-wrapper .answer-listing {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
@media (max-width: 767px) {
  /* line 1889, ../../sass/base/classroom_base.scss */
  .answer-listing-wrapper .answer-listing {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
@media (max-width: 1279px) {
  /* line 1896, ../../sass/base/classroom_base.scss */
  .answer-listing-wrapper .answer-listing .views-row {
    width: calc(33.33% - 15px);
  }
}
@media (max-width: 991px) {
  /* line 1896, ../../sass/base/classroom_base.scss */
  .answer-listing-wrapper .answer-listing .views-row {
    width: calc(50% - 15px);
    min-width: initial;
    max-width: initial;
  }
}
@media (max-width: 479px) {
  /* line 1896, ../../sass/base/classroom_base.scss */
  .answer-listing-wrapper .answer-listing .views-row {
    width: calc(100% - 15px);
  }
}
/* line 1911, ../../sass/base/classroom_base.scss */
.answer-listing-wrapper .answer-listing.custom-video-item .views-row .answser-key-outer {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/play-video.png");
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1914, ../../sass/base/classroom_base.scss */
.answer-listing-wrapper .answer-listing.custom-video-item .views-row .answser-key-outer:hover .answser-key-path {
  background: transparent;
  font-size: 0px;
}
/* line 1919, ../../sass/base/classroom_base.scss */
.answer-listing-wrapper .answer-listing.custom-video-item .views-row .answser-key-outer .answser-key-path {
  background: transparent;
  font-size: 0px;
}
/* line 1922, ../../sass/base/classroom_base.scss */
.answer-listing-wrapper .answer-listing.custom-video-item .views-row .answser-key-outer .answser-key-path a {
  font-size: 0px;
}
/* line 1924, ../../sass/base/classroom_base.scss */
.answer-listing-wrapper .answer-listing.custom-video-item .views-row .answser-key-outer .answser-key-path a:before {
  display: none;
}

/* line 1938, ../../sass/base/classroom_base.scss */
.testimonial-listing-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  /* line 1938, ../../sass/base/classroom_base.scss */
  .testimonial-listing-wrapper {
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  /* line 1947, ../../sass/base/classroom_base.scss */
  .testimonial-head-section {
    padding: 0 15px;
    margin-bottom: 0;
  }
}
/* line 1952, ../../sass/base/classroom_base.scss */
.testimonial-head-section h1 {
  font-size: 21px;
  line-height: 1;
  color: #636363;
}
/* line 1956, ../../sass/base/classroom_base.scss */
.testimonial-head-section h2 {
  font-size: initial;
  line-height: 0;
  font-weight: 400;
  color: #000000;
  margin: 5px 0 0 0;
}
/* line 1961, ../../sass/base/classroom_base.scss */
.testimonial-head-section h2 span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}
/* line 1964, ../../sass/base/classroom_base.scss */
.testimonial-head-section h2 span.month {
  text-transform: capitalize;
  padding-right: 2px;
}

/* line 1978, ../../sass/base/classroom_base.scss */
.contact_us_custom #content-area,
.general_custom #content-area,
.franchise_custom #content-area {
  padding: 0;
  width: 100%;
}

/* line 1991, ../../sass/base/classroom_base.scss */
.general_custom .node-form,
.franchise_custom .node-form,
.careers_custom .node-form,
.talent-form-wrapper .node-form {
  margin: 60px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
@media (max-width: 767px) {
  /* line 1991, ../../sass/base/classroom_base.scss */
  .general_custom .node-form,
  .franchise_custom .node-form,
  .careers_custom .node-form,
  .talent-form-wrapper .node-form {
    margin: 30px auto;
  }
}
/* line 1999, ../../sass/base/classroom_base.scss */
.general_custom .node-form .form-wrapper,
.franchise_custom .node-form .form-wrapper,
.careers_custom .node-form .form-wrapper,
.talent-form-wrapper .node-form .form-wrapper {
  margin-bottom: 15px;
  width: 100%;
  padding: 0 10px;
}
@media (max-width: 479px) {
  /* line 1999, ../../sass/base/classroom_base.scss */
  .general_custom .node-form .form-wrapper,
  .franchise_custom .node-form .form-wrapper,
  .careers_custom .node-form .form-wrapper,
  .talent-form-wrapper .node-form .form-wrapper {
    padding: 0;
  }
}
/* line 2006, ../../sass/base/classroom_base.scss */
.general_custom .node-form .form-wrapper label,
.franchise_custom .node-form .form-wrapper label,
.careers_custom .node-form .form-wrapper label,
.talent-form-wrapper .node-form .form-wrapper label {
  color: #434343;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}
/* line 2012, ../../sass/base/classroom_base.scss */
.general_custom .node-form .form-wrapper .form-wrapper,
.franchise_custom .node-form .form-wrapper .form-wrapper,
.careers_custom .node-form .form-wrapper .form-wrapper,
.talent-form-wrapper .node-form .form-wrapper .form-wrapper {
  padding: 0;
}
/* line 2016, ../../sass/base/classroom_base.scss */
.general_custom .node-form h4,
.franchise_custom .node-form h4,
.careers_custom .node-form h4,
.talent-form-wrapper .node-form h4 {
  color: #434343;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: normal;
}
/* line 2023, ../../sass/base/classroom_base.scss */
.general_custom .node-form #edit-title-wrapper,
.general_custom .node-form #edit-field-cta-name-wrapper,
.general_custom .node-form #edit-field-admission-email-wrapper,
.general_custom .node-form #edit-field-admission-parent-mobile-no-wrapper,
.general_custom .node-form #edit-field-city-wrapper,
.general_custom .node-form #edit-field-enquiry-country-wrapper,
.general_custom .node-form #edit-field-location-interested-for-wrapper,
.general_custom .node-form #edit-field-location-wrapper,
.franchise_custom .node-form #edit-title-wrapper,
.franchise_custom .node-form #edit-field-cta-name-wrapper,
.franchise_custom .node-form #edit-field-admission-email-wrapper,
.franchise_custom .node-form #edit-field-admission-parent-mobile-no-wrapper,
.franchise_custom .node-form #edit-field-city-wrapper,
.franchise_custom .node-form #edit-field-enquiry-country-wrapper,
.franchise_custom .node-form #edit-field-location-interested-for-wrapper,
.franchise_custom .node-form #edit-field-location-wrapper,
.careers_custom .node-form #edit-title-wrapper,
.careers_custom .node-form #edit-field-cta-name-wrapper,
.careers_custom .node-form #edit-field-admission-email-wrapper,
.careers_custom .node-form #edit-field-admission-parent-mobile-no-wrapper,
.careers_custom .node-form #edit-field-city-wrapper,
.careers_custom .node-form #edit-field-enquiry-country-wrapper,
.careers_custom .node-form #edit-field-location-interested-for-wrapper,
.careers_custom .node-form #edit-field-location-wrapper,
.talent-form-wrapper .node-form #edit-title-wrapper,
.talent-form-wrapper .node-form #edit-field-cta-name-wrapper,
.talent-form-wrapper .node-form #edit-field-admission-email-wrapper,
.talent-form-wrapper .node-form #edit-field-admission-parent-mobile-no-wrapper,
.talent-form-wrapper .node-form #edit-field-city-wrapper,
.talent-form-wrapper .node-form #edit-field-enquiry-country-wrapper,
.talent-form-wrapper .node-form #edit-field-location-interested-for-wrapper,
.talent-form-wrapper .node-form #edit-field-location-wrapper {
  width: 50%;
}
@media (max-width: 479px) {
  /* line 2023, ../../sass/base/classroom_base.scss */
  .general_custom .node-form #edit-title-wrapper,
  .general_custom .node-form #edit-field-cta-name-wrapper,
  .general_custom .node-form #edit-field-admission-email-wrapper,
  .general_custom .node-form #edit-field-admission-parent-mobile-no-wrapper,
  .general_custom .node-form #edit-field-city-wrapper,
  .general_custom .node-form #edit-field-enquiry-country-wrapper,
  .general_custom .node-form #edit-field-location-interested-for-wrapper,
  .general_custom .node-form #edit-field-location-wrapper,
  .franchise_custom .node-form #edit-title-wrapper,
  .franchise_custom .node-form #edit-field-cta-name-wrapper,
  .franchise_custom .node-form #edit-field-admission-email-wrapper,
  .franchise_custom .node-form #edit-field-admission-parent-mobile-no-wrapper,
  .franchise_custom .node-form #edit-field-city-wrapper,
  .franchise_custom .node-form #edit-field-enquiry-country-wrapper,
  .franchise_custom .node-form #edit-field-location-interested-for-wrapper,
  .franchise_custom .node-form #edit-field-location-wrapper,
  .careers_custom .node-form #edit-title-wrapper,
  .careers_custom .node-form #edit-field-cta-name-wrapper,
  .careers_custom .node-form #edit-field-admission-email-wrapper,
  .careers_custom .node-form #edit-field-admission-parent-mobile-no-wrapper,
  .careers_custom .node-form #edit-field-city-wrapper,
  .careers_custom .node-form #edit-field-enquiry-country-wrapper,
  .careers_custom .node-form #edit-field-location-interested-for-wrapper,
  .careers_custom .node-form #edit-field-location-wrapper,
  .talent-form-wrapper .node-form #edit-title-wrapper,
  .talent-form-wrapper .node-form #edit-field-cta-name-wrapper,
  .talent-form-wrapper .node-form #edit-field-admission-email-wrapper,
  .talent-form-wrapper .node-form #edit-field-admission-parent-mobile-no-wrapper,
  .talent-form-wrapper .node-form #edit-field-city-wrapper,
  .talent-form-wrapper .node-form #edit-field-enquiry-country-wrapper,
  .talent-form-wrapper .node-form #edit-field-location-interested-for-wrapper,
  .talent-form-wrapper .node-form #edit-field-location-wrapper {
    width: 100%;
  }
}
/* line 2038, ../../sass/base/classroom_base.scss */
.general_custom .node-form #edit-field-file-upload-wrapper .description,
.general_custom .node-form #edit-field-answer-pdf-wrapper .description,
.franchise_custom .node-form #edit-field-file-upload-wrapper .description,
.franchise_custom .node-form #edit-field-answer-pdf-wrapper .description,
.careers_custom .node-form #edit-field-file-upload-wrapper .description,
.careers_custom .node-form #edit-field-answer-pdf-wrapper .description,
.talent-form-wrapper .node-form #edit-field-file-upload-wrapper .description,
.talent-form-wrapper .node-form #edit-field-answer-pdf-wrapper .description {
  color: #434343;
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
}
/* line 2042, ../../sass/base/classroom_base.scss */
.general_custom .node-form #edit-field-file-upload-wrapper .description br,
.general_custom .node-form #edit-field-answer-pdf-wrapper .description br,
.franchise_custom .node-form #edit-field-file-upload-wrapper .description br,
.franchise_custom .node-form #edit-field-answer-pdf-wrapper .description br,
.careers_custom .node-form #edit-field-file-upload-wrapper .description br,
.careers_custom .node-form #edit-field-answer-pdf-wrapper .description br,
.talent-form-wrapper .node-form #edit-field-file-upload-wrapper .description br,
.talent-form-wrapper .node-form #edit-field-answer-pdf-wrapper .description br {
  display: none;
}
/* line 2047, ../../sass/base/classroom_base.scss */
.general_custom .node-form #edit-actions,
.franchise_custom .node-form #edit-actions,
.careers_custom .node-form #edit-actions,
.talent-form-wrapper .node-form #edit-actions {
  text-align: center;
  margin-bottom: 0;
  padding-top: 15px;
}
/* line 2051, ../../sass/base/classroom_base.scss */
.general_custom .node-form #edit-actions .button,
.franchise_custom .node-form #edit-actions .button,
.careers_custom .node-form #edit-actions .button,
.talent-form-wrapper .node-form #edit-actions .button {
  min-width: 200px;
}
@media (max-width: 479px) {
  /* line 2051, ../../sass/base/classroom_base.scss */
  .general_custom .node-form #edit-actions .button,
  .franchise_custom .node-form #edit-actions .button,
  .careers_custom .node-form #edit-actions .button,
  .talent-form-wrapper .node-form #edit-actions .button {
    width: 100%;
  }
}

/* line 2066, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper {
  width: 100%;
  margin-top: 15px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
}
/* line 2075, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper .views-testimonial-pdf {
  bottom: initial;
  top: 30px;
  right: 20px;
  transform: none;
}
@media (max-width: 1279px) {
  /* line 2075, ../../sass/base/classroom_base.scss */
  .testimonial-listing .views-row .testimonial-inner-wrapper .views-testimonial-pdf {
    position: static;
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  /* line 2066, ../../sass/base/classroom_base.scss */
  .testimonial-listing .views-row .testimonial-inner-wrapper {
    border-radius: 0;
    border: none;
    border-top: 1px solid #e5e5e5;
    padding: 15px;
  }
}
/* line 2091, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-image {
  width: 250px;
  min-width: 250px;
  height: 135px;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}
@media (max-width: 991px) {
  /* line 2091, ../../sass/base/classroom_base.scss */
  .testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-image {
    width: 150px;
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  /* line 2091, ../../sass/base/classroom_base.scss */
  .testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-image {
    width: 100px;
    min-width: 100px;
    height: 80px;
  }
}
/* line 2106, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-image a {
  display: block;
}
/* line 2109, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  vertical-align: top;
}
/* line 2116, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-content {
  padding-left: 25px;
  width: calc(100% - 250px);
  width: -webkit-calc(100% - 250px);
}
@media (max-width: 991px) {
  /* line 2116, ../../sass/base/classroom_base.scss */
  .testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-content {
    width: calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  /* line 2116, ../../sass/base/classroom_base.scss */
  .testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-content {
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    padding-left: 15px;
  }
}
/* line 2129, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-content .user-detail-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 2131, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-content .user-detail-wrapper .user-image {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  background: #b2ddf2;
  margin-right: 5px;
}
/* line 2139, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-content .user-detail-wrapper .user-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 2146, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-content .user-detail-wrapper .user-detail {
  padding-top: 5px;
}
/* line 2148, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-content .user-detail-wrapper .user-detail .user-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
/* line 2153, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-content .user-detail-wrapper .user-detail .user-rank {
  font-size: 14px;
  text-transform: uppercase;
  color: #808080;
}
/* line 2157, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-content .user-detail-wrapper .user-detail .user-rank span {
  color: #0098d5;
}
/* line 2163, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-content .testimonial-detail {
  margin-top: 15px;
  width: 100%;
}
/* line 2167, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-content .testimonial-detail .testimonial-details.more-info {
  max-height: 42px;
  overflow: hidden;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  /* line 2163, ../../sass/base/classroom_base.scss */
  .testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-content .testimonial-detail {
    margin-top: 5px;
  }
}
/* line 2176, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-content .testimonial-detail p {
  font-size: 16px;
  color: #808080;
  margin-bottom: 5px;
}
/* line 2181, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper .testimonial-content .testimonial-detail a {
  font-size: 13px;
  font-weight: 700;
  color: #0098d5;
  text-transform: uppercase;
}
/* line 2190, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper.no-image .testimonial-image {
  display: none;
}
/* line 2193, ../../sass/base/classroom_base.scss */
.testimonial-listing .views-row .testimonial-inner-wrapper.no-image .testimonial-content {
  width: 100%;
  padding-left: 0;
}

/* line 2206, ../../sass/base/classroom_base.scss */
.success-story-wrap .story-head {
  position: relative;
  text-align: center;
}
/* line 2209, ../../sass/base/classroom_base.scss */
.success-story-wrap .story-head:after {
  content: '';
  position: absolute;
  border-top: 3px solid #828281;
  border-bottom: 3px solid #828281;
  height: 9px;
  left: 0;
  width: 100%;
  top: 41%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* line 2220, ../../sass/base/classroom_base.scss */
.success-story-wrap .story-head h2 {
  background-color: #ffffff;
  padding: 10px 15px 10px 74px;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
  font-size: 43px;
  line-height: 1.5;
  text-transform: capitalize;
}
@media (max-width: 1023px) {
  /* line 2220, ../../sass/base/classroom_base.scss */
  .success-story-wrap .story-head h2 {
    font-size: 26px;
    padding: 10px 15px;
  }
}
/* line 2233, ../../sass/base/classroom_base.scss */
.success-story-wrap .story-head h2:after {
  content: '';
  position: absolute;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/success-heading-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 46px;
  height: 44px;
  left: 12px;
}
@media (max-width: 1023px) {
  /* line 2233, ../../sass/base/classroom_base.scss */
  .success-story-wrap .story-head h2:after {
    content: none;
  }
}
/* line 2246, ../../sass/base/classroom_base.scss */
.success-story-wrap .story-head h2 strong {
  color: #0098d5;
}
/* line 2251, ../../sass/base/classroom_base.scss */
.success-story-wrap .stories-list {
  position: relative;
  float: left;
}
/* line 2254, ../../sass/base/classroom_base.scss */
.success-story-wrap .stories-list:before {
  content: '';
  width: 3px;
  height: 100%;
  position: absolute;
  left: calc(50% - 6.5px);
  top: 25px;
  bottom: 0;
  transform: TranslateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #0a57a8;
}
@media (max-width: 1023px) {
  /* line 2254, ../../sass/base/classroom_base.scss */
  .success-story-wrap .stories-list:before {
    content: none;
  }
}
/* line 2268, ../../sass/base/classroom_base.scss */
.success-story-wrap .stories-list:after {
  content: '';
  width: 3px;
  height: 100%;
  position: absolute;
  right: calc(50% - 15px);
  top: 25px;
  bottom: 0;
  transform: TranslateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #c64238;
}
@media (max-width: 1023px) {
  /* line 2268, ../../sass/base/classroom_base.scss */
  .success-story-wrap .stories-list:after {
    content: none;
  }
}
/* line 2282, ../../sass/base/classroom_base.scss */
.success-story-wrap .stories-list li {
  min-height: 50px;
  width: 50%;
  position: relative;
  list-style-type: none;
}
@media (max-width: 1023px) {
  /* line 2282, ../../sass/base/classroom_base.scss */
  .success-story-wrap .stories-list li {
    width: 100%;
    padding: 0 15px 0 0 !important;
    float: left;
  }
}
/* line 2292, ../../sass/base/classroom_base.scss */
.success-story-wrap .stories-list li:nth-of-type(odd) {
  float: left;
  clear: left;
}
/* line 2295, ../../sass/base/classroom_base.scss */
.success-story-wrap .stories-list li:nth-of-type(odd) .stories-inner {
  padding-right: 30px;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 2295, ../../sass/base/classroom_base.scss */
  .success-story-wrap .stories-list li:nth-of-type(odd) .stories-inner {
    padding-left: 30px;
    padding-right: 0;
  }
}
/* line 2302, ../../sass/base/classroom_base.scss */
.success-story-wrap .stories-list li:nth-of-type(odd) .stories-inner h3 {
  text-align: right;
  padding-right: 105px;
}
/* line 2305, ../../sass/base/classroom_base.scss */
.success-story-wrap .stories-list li:nth-of-type(odd) .stories-inner h3:after {
  position: absolute;
  top: 50%;
  right: -25.6px;
  content: '';
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/blue-border.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 122px;
  height: 28px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 1023px) {
  /* line 2305, ../../sass/base/classroom_base.scss */
  .success-story-wrap .stories-list li:nth-of-type(odd) .stories-inner h3:after {
    position: absolute;
    top: 50%;
    left: -24.8px;
    background-position: left;
    background-size: initial;
    width: 16px;
  }
}
@media (max-width: 1023px) {
  /* line 2302, ../../sass/base/classroom_base.scss */
  .success-story-wrap .stories-list li:nth-of-type(odd) .stories-inner h3 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 2327, ../../sass/base/classroom_base.scss */
.success-story-wrap .stories-list li:nth-of-type(even) {
  float: right;
  clear: right;
  padding-left: 5px;
}
/* line 2331, ../../sass/base/classroom_base.scss */
.success-story-wrap .stories-list li:nth-of-type(even) .stories-inner {
  padding-left: 30px;
  position: relative;
}
/* line 2334, ../../sass/base/classroom_base.scss */
.success-story-wrap .stories-list li:nth-of-type(even) .stories-inner h3 {
  text-align: left;
  padding-left: 105px;
}
@media (max-width: 1023px) {
  /* line 2334, ../../sass/base/classroom_base.scss */
  .success-story-wrap .stories-list li:nth-of-type(even) .stories-inner h3 {
    padding-left: 0;
  }
}
/* line 2340, ../../sass/base/classroom_base.scss */
.success-story-wrap .stories-list li:nth-of-type(even) .stories-inner h3:after {
  content: '';
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/red-border.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -24.8px;
  width: 121px;
  height: 31px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 1023px) {
  /* line 2340, ../../sass/base/classroom_base.scss */
  .success-story-wrap .stories-list li:nth-of-type(even) .stories-inner h3:after {
    position: absolute;
    top: 50%;
    left: -24.8px;
    background-position: right;
    background-size: initial;
    width: 16px;
  }
}
/* line 2357, ../../sass/base/classroom_base.scss */
.success-story-wrap .stories-list li:nth-child(2) {
  padding-top: 90px;
}
@media (max-width: 1023px) {
  /* line 2357, ../../sass/base/classroom_base.scss */
  .success-story-wrap .stories-list li:nth-child(2) {
    padding-top: 0;
  }
}
/* line 2362, ../../sass/base/classroom_base.scss */
.success-story-wrap .stories-list li:nth-child(2):before {
  content: '';
  background: #ffffff;
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 110px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-transform: rotate(182deg);
  -moz-transform: rotate(182deg);
  -ms-transform: rotate(182deg);
  -o-transform: rotate(182deg);
  transform: rotate(182deg);
}
@media (max-width: 1023px) {
  /* line 2362, ../../sass/base/classroom_base.scss */
  .success-story-wrap .stories-list li:nth-child(2):before {
    content: none;
  }
}
/* line 2376, ../../sass/base/classroom_base.scss */
.success-story-wrap .stories-list h3 {
  position: relative;
  line-height: 1.5;
}
/* line 2380, ../../sass/base/classroom_base.scss */
.success-story-wrap .stories-list p {
  text-align: justify;
}
/* line 2384, ../../sass/base/classroom_base.scss */
.success-story-wrap .start-story {
  max-width: 375px;
  display: inline-block;
  position: relative;
  left: calc(50% - 5px);
  transform: TranslateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  padding-top: 85px;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 2384, ../../sass/base/classroom_base.scss */
  .success-story-wrap .start-story {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 2397, ../../sass/base/classroom_base.scss */
.success-story-wrap .start-story:after {
  position: absolute;
  top: -1px;
  left: 50%;
  z-index: 1;
  content: '';
  transform: TranslateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/folder-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 53px;
  height: 84px;
}
/* line 2405, ../../sass/base/classroom_base.scss */
.success-story-wrap .start-story p {
  text-align: center;
}

/* line 2415, ../../sass/base/classroom_base.scss */
.careers_custom .node-form {
  max-width: 100%;
  margin-bottom: 30px;
}
/* line 2418, ../../sass/base/classroom_base.scss */
.careers_custom .node-form #edit-field-expertlead-mobile-wrapper,
.careers_custom .node-form #edit-field-location-wrapper,
.careers_custom .node-form #edit-field-banner-cta-url-wrapper,
.careers_custom .node-form #edit-field-careers-current-city-wrapper,
.careers_custom .node-form #edit-field-post-applied-wrapper {
  width: 50%;
}
@media (max-width: 479px) {
  /* line 2418, ../../sass/base/classroom_base.scss */
  .careers_custom .node-form #edit-field-expertlead-mobile-wrapper,
  .careers_custom .node-form #edit-field-location-wrapper,
  .careers_custom .node-form #edit-field-banner-cta-url-wrapper,
  .careers_custom .node-form #edit-field-careers-current-city-wrapper,
  .careers_custom .node-form #edit-field-post-applied-wrapper {
    width: 100%;
  }
}

/* line 2434, ../../sass/base/classroom_base.scss */
.jobs-listing-wrapper {
  overflow: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 30px;
}

/* line 2441, ../../sass/base/classroom_base.scss */
.job-details-style {
  margin: 30px auto;
}
@media (max-width: 767px) {
  /* line 2441, ../../sass/base/classroom_base.scss */
  .job-details-style {
    margin: 5px auto;
  }
}
/* line 2447, ../../sass/base/classroom_base.scss */
.job-details-style .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
/* line 2450, ../../sass/base/classroom_base.scss */
.job-details-style .content > div {
  margin: 0 10px;
  margin-bottom: 20px;
  width: calc(50% - 20px);
  padding-bottom: 10px;
  border: 1px solid #e7e8e9;
}
@media (max-width: 767px) {
  /* line 2450, ../../sass/base/classroom_base.scss */
  .job-details-style .content > div {
    width: 100%;
  }
}
/* line 2459, ../../sass/base/classroom_base.scss */
.job-details-style .content > div > div {
  color: #000000;
  padding: 10px;
}
/* line 2462, ../../sass/base/classroom_base.scss */
.job-details-style .content > div > div:first-child {
  color: #09375f;
  font-size: 16px;
  font-weight: 700;
  background: #f9f9f9;
}

/* line 2473, ../../sass/base/classroom_base.scss */
.jobs-listing-content {
  margin-top: 30px;
}

/* line 2478, ../../sass/base/classroom_base.scss */
.jobs_custom #content-area {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 2478, ../../sass/base/classroom_base.scss */
  .jobs_custom #content-area {
    padding: 20px 0;
  }
}

/* line 2489, ../../sass/base/classroom_base.scss */
.new-tab-style {
  background-image: none;
  padding: 15px 0;
}
/* line 2493, ../../sass/base/classroom_base.scss */
.new-tab-style .custom-tabs .custom-tab-links {
  border-color: #cacaca;
}
@media (max-width: 1279px) {
  /* line 2493, ../../sass/base/classroom_base.scss */
  .new-tab-style .custom-tabs .custom-tab-links {
    padding: 0;
  }
}
@media (max-width: 767px) {
  /* line 2493, ../../sass/base/classroom_base.scss */
  .new-tab-style .custom-tabs .custom-tab-links {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 2501, ../../sass/base/classroom_base.scss */
  .new-tab-style .custom-tabs .custom-tab-links li {
    text-align: left;
  }
}
/* line 2505, ../../sass/base/classroom_base.scss */
.new-tab-style .custom-tabs .custom-tab-links li a {
  color: #434343;
  opacity: 1;
}
@media (max-width: 1279px) {
  /* line 2505, ../../sass/base/classroom_base.scss */
  .new-tab-style .custom-tabs .custom-tab-links li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /* line 2505, ../../sass/base/classroom_base.scss */
  .new-tab-style .custom-tabs .custom-tab-links li a {
    padding: 12px 10px;
  }
}
/* line 2516, ../../sass/base/classroom_base.scss */
.new-tab-style .custom-tabs .custom-tab-links li.active a {
  color: #0098d5;
}
/* line 2519, ../../sass/base/classroom_base.scss */
.new-tab-style .custom-tabs .custom-tab-links li.active:after {
  background: #0098d5;
}
/* line 2526, ../../sass/base/classroom_base.scss */
.new-tab-style .custom-tabs .custom-tab-content .tab {
  color: #000000;
}
/* line 2528, ../../sass/base/classroom_base.scss */
.new-tab-style .custom-tabs .custom-tab-content .tab p {
  color: #000000;
}
/* line 2531, ../../sass/base/classroom_base.scss */
.new-tab-style .custom-tabs .custom-tab-content .tab h6 {
  margin: 5px 0 10px 0;
}
/* line 2534, ../../sass/base/classroom_base.scss */
.new-tab-style .custom-tabs .custom-tab-content .tab span {
  color: #09375f;
  font-weight: 700;
}
/* line 2538, ../../sass/base/classroom_base.scss */
.new-tab-style .custom-tabs .custom-tab-content .tab a {
  color: #0098d5;
}
/* line 2541, ../../sass/base/classroom_base.scss */
.new-tab-style .custom-tabs .custom-tab-content .tab ul {
  display: block;
  margin-bottom: 30px;
}
/* line 2544, ../../sass/base/classroom_base.scss */
.new-tab-style .custom-tabs .custom-tab-content .tab ul li {
  position: relative;
  padding: 0 0 0 25px;
  text-align: left;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  /* line 2544, ../../sass/base/classroom_base.scss */
  .new-tab-style .custom-tabs .custom-tab-content .tab ul li {
    border-bottom: none;
  }
}
/* line 2552, ../../sass/base/classroom_base.scss */
.new-tab-style .custom-tabs .custom-tab-content .tab ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #0098d5;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: 0;
}
/* line 2560, ../../sass/base/classroom_base.scss */
.new-tab-style .custom-tabs .custom-tab-content .tab ul li span,
.new-tab-style .custom-tabs .custom-tab-content .tab ul li strong {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  text-transform: capitalize;
}
@media (max-width: 1279px) {
  /* line 2569, ../../sass/base/classroom_base.scss */
  .new-tab-style .custom-tabs .custom-tab-content table {
    width: 700px;
  }
}
/* line 2576, ../../sass/base/classroom_base.scss */
.new-tab-style .mobile-tab-select {
  border-color: #cacaca;
  color: #404040;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
}
/* line 2583, ../../sass/base/classroom_base.scss */
.new-tab-style .mobile-tab-select label {
  padding: 10px 40px 10px 10px;
}
/* line 2586, ../../sass/base/classroom_base.scss */
.new-tab-style .mobile-tab-select:after {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/select-arrow-toggle-2.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 2595, ../../sass/base/classroom_base.scss */
.talent-form-header {
  width: 100%;
  padding: 30px 15px;
  background: #0098d5;
  text-align: center;
}
/* line 2600, ../../sass/base/classroom_base.scss */
.talent-form-header h1,
.talent-form-header h2 {
  color: #ffffff;
}

/* line 2608, ../../sass/base/classroom_base.scss */
.talent-form-wrapper .node-talent-nurturing-program-form h3 {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
/* line 2612, ../../sass/base/classroom_base.scss */
.talent-form-wrapper .node-talent-nurturing-program-form h3 span {
  font-size: 14px;
  font-weight: 400;
}
/* line 2617, ../../sass/base/classroom_base.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-expertlead-mobile-wrapper,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-admission-dob-wrapper,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-learning-experience-cat-wrapper,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-admission-parent-name-wrapper,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-banner-cta-url-wrapper,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-class-exams-wrapper,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-expertlead-email-wrapper,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-answer-pdf-wrapper,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-file-upload-wrapper,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-pincode-wrapper {
  width: 50%;
}
@media (max-width: 479px) {
  /* line 2617, ../../sass/base/classroom_base.scss */
  .talent-form-wrapper .node-talent-nurturing-program-form #edit-field-expertlead-mobile-wrapper,
  .talent-form-wrapper .node-talent-nurturing-program-form #edit-field-admission-dob-wrapper,
  .talent-form-wrapper .node-talent-nurturing-program-form #edit-field-learning-experience-cat-wrapper,
  .talent-form-wrapper .node-talent-nurturing-program-form #edit-field-admission-parent-name-wrapper,
  .talent-form-wrapper .node-talent-nurturing-program-form #edit-field-banner-cta-url-wrapper,
  .talent-form-wrapper .node-talent-nurturing-program-form #edit-field-class-exams-wrapper,
  .talent-form-wrapper .node-talent-nurturing-program-form #edit-field-expertlead-email-wrapper,
  .talent-form-wrapper .node-talent-nurturing-program-form #edit-field-answer-pdf-wrapper,
  .talent-form-wrapper .node-talent-nurturing-program-form #edit-field-file-upload-wrapper,
  .talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-pincode-wrapper {
    width: 100%;
  }
}
/* line 2634, ../../sass/base/classroom_base.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-answer-pdf-wrapper .messages__wrapper,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-file-upload-wrapper .messages__wrapper {
  margin: 0 0 15px 0;
  font-size: 12px;
  color: #f0444b;
}
/* line 2638, ../../sass/base/classroom_base.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-answer-pdf-wrapper .messages__wrapper em,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-file-upload-wrapper .messages__wrapper em {
  font-weight: 900;
}
/* line 2641, ../../sass/base/classroom_base.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-answer-pdf-wrapper .messages__wrapper h2,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-answer-pdf-wrapper .messages__wrapper li,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-file-upload-wrapper .messages__wrapper h2,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-file-upload-wrapper .messages__wrapper li {
  font-size: 12px;
}
/* line 2644, ../../sass/base/classroom_base.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-answer-pdf-wrapper .messages__wrapper h2 em,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-answer-pdf-wrapper .messages__wrapper li em,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-file-upload-wrapper .messages__wrapper h2 em,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-file-upload-wrapper .messages__wrapper li em {
  font-weight: 400;
}
/* line 2650, ../../sass/base/classroom_base.scss */
.talent-form-wrapper .node-talent-nurturing-program-form .mob-wrap {
  position: relative;
  width: 50%;
}
@media (max-width: 991px) {
  /* line 2650, ../../sass/base/classroom_base.scss */
  .talent-form-wrapper .node-talent-nurturing-program-form .mob-wrap {
    width: 33%;
  }
}
@media (max-width: 767px) {
  /* line 2650, ../../sass/base/classroom_base.scss */
  .talent-form-wrapper .node-talent-nurturing-program-form .mob-wrap {
    width: 50%;
  }
}
@media (max-width: 479px) {
  /* line 2650, ../../sass/base/classroom_base.scss */
  .talent-form-wrapper .node-talent-nurturing-program-form .mob-wrap {
    width: 100%;
  }
}
/* line 2662, ../../sass/base/classroom_base.scss */
.talent-form-wrapper .node-talent-nurturing-program-form .mob-wrap .otp-link {
  display: block;
  position: absolute;
  top: 40px;
  right: 15px;
  text-align: right;
  padding: 0 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer;
}
/* line 2670, ../../sass/base/classroom_base.scss */
.talent-form-wrapper .node-talent-nurturing-program-form .mob-wrap .otp-link a {
  color: #0098d5;
}
/* line 2674, ../../sass/base/classroom_base.scss */
.talent-form-wrapper .node-talent-nurturing-program-form .mob-wrap #edit-field-expertlead-mobile-wrapper {
  width: 100%;
}
/* line 2677, ../../sass/base/classroom_base.scss */
.talent-form-wrapper .node-talent-nurturing-program-form .mob-wrap #edit-field-source-id-wrapper {
  position: absolute;
  top: 0;
  right: -150px;
  width: 150px;
}
@media (max-width: 991px) {
  /* line 2677, ../../sass/base/classroom_base.scss */
  .talent-form-wrapper .node-talent-nurturing-program-form .mob-wrap #edit-field-source-id-wrapper {
    right: -120px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  /* line 2677, ../../sass/base/classroom_base.scss */
  .talent-form-wrapper .node-talent-nurturing-program-form .mob-wrap #edit-field-source-id-wrapper {
    width: 100%;
    position: static;
  }
}
/* line 2690, ../../sass/base/classroom_base.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-offline-batch-date-time-wrapper,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-location-wrapper,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-medical-aspirants-wrapper,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-engineering-aspiran-wrapper,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-both-aspirants-wrapper {
  width: 33.33%;
}
@media (max-width: 767px) {
  /* line 2690, ../../sass/base/classroom_base.scss */
  .talent-form-wrapper .node-talent-nurturing-program-form #edit-field-offline-batch-date-time-wrapper,
  .talent-form-wrapper .node-talent-nurturing-program-form #edit-field-location-wrapper,
  .talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-medical-aspirants-wrapper,
  .talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-engineering-aspiran-wrapper,
  .talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-both-aspirants-wrapper {
    width: 100%;
  }
}
/* line 2700, ../../sass/base/classroom_base.scss */
.talent-form-wrapper .node-talent-nurturing-program-form select[multiple="multiple"] {
  background-image: none;
  height: 90px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  /* line 2700, ../../sass/base/classroom_base.scss */
  .talent-form-wrapper .node-talent-nurturing-program-form select[multiple="multiple"] {
    height: 42px;
  }
}
/* line 2710, ../../sass/base/classroom_base.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-answer-pdf-wrapper .js-form-item,
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-file-upload-wrapper .js-form-item {
  border: 1px solid #e8e8e8;
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
/* line 2716, ../../sass/base/classroom_base.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-terms-conditions-wrapper {
  margin-top: 15px;
}
/* line 2718, ../../sass/base/classroom_base.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-terms-conditions-wrapper .fieldset-wrapper {
  padding-left: 27px;
  margin-top: 10px;
}
/* line 341, ../../sass/base/_mixins.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-terms-conditions-wrapper .fieldset-wrapper .js-form-type-checkbox input[type='checkbox'] {
  background: none;
  border: none;
  cursor: pointer;
  height: 12px;
  opacity: 0;
  position: relative;
  top: 2px;
  width: 12px;
  z-index: 100;
}
/* line 351, ../../sass/base/_mixins.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-terms-conditions-wrapper .fieldset-wrapper .js-form-type-checkbox input[type='checkbox']:disabled {
  cursor: default;
}
/* line 353, ../../sass/base/_mixins.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-terms-conditions-wrapper .fieldset-wrapper .js-form-type-checkbox input[type='checkbox']:disabled + label:before {
  opacity: 0.6;
}
/* line 360, ../../sass/base/_mixins.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-terms-conditions-wrapper .fieldset-wrapper .js-form-type-checkbox input[type='checkbox']:checked + label:after {
  display: block;
}
/* line 363, ../../sass/base/_mixins.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-terms-conditions-wrapper .fieldset-wrapper .js-form-type-checkbox input[type='checkbox']:checked + label:before {
  display: none;
}
/* line 368, ../../sass/base/_mixins.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-terms-conditions-wrapper .fieldset-wrapper .js-form-type-checkbox label {
  cursor: pointer;
  line-height: 18px;
  padding-left: 5px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-right: 15px;
  color: #434343;
  font-size: 14px;
  line-height: 1;
}
/* line 380, ../../sass/base/_mixins.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-terms-conditions-wrapper .fieldset-wrapper .js-form-type-checkbox label:before {
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  content: '';
  border: 1px solid #919191;
  background: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
/* line 396, ../../sass/base/_mixins.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-terms-conditions-wrapper .fieldset-wrapper .js-form-type-checkbox label:after {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 12px;
  width: 12px;
  content: '';
  border: 5px solid #008fd3;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: none;
}
/* line 411, ../../sass/base/_mixins.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-terms-conditions-wrapper .fieldset-wrapper .js-form-type-checkbox label:last-child {
  margin-right: 0px;
}
/* line 2723, ../../sass/base/classroom_base.scss */
.talent-form-wrapper .node-talent-nurturing-program-form #edit-field-talent-terms-conditions-wrapper .fieldset-wrapper .js-form-type-checkbox input[type="checkbox"] {
  display: none;
}

/* line 2735, ../../sass/base/classroom_base.scss */
.find-office-wrapper {
  width: 100%;
  padding: 0 15px;
}
/* line 2738, ../../sass/base/classroom_base.scss */
.find-office-wrapper h1 {
  text-align: center;
  margin: 30px 0;
}
@media (max-width: 767px) {
  /* line 2738, ../../sass/base/classroom_base.scss */
  .find-office-wrapper h1 {
    margin: 10px 0;
    font-size: 20px;
    text-align: left;
  }
}
/* line 2746, ../../sass/base/classroom_base.scss */
.find-office-wrapper h1 .center-filter-toggle {
  display: none;
  width: 22px;
  height: 22px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/refine.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 10px;
}
/* line 2754, ../../sass/base/classroom_base.scss */
.find-office-wrapper h1 .center-filter-toggle.toggle-close {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/close-menu-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  /* line 2746, ../../sass/base/classroom_base.scss */
  .find-office-wrapper h1 .center-filter-toggle {
    display: inline-block;
  }
}
/* line 2762, ../../sass/base/classroom_base.scss */
.find-office-wrapper .views-exposed-form {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  border: 1px solid #f1f1f1;
  border-top: none;
}
@media (max-width: 767px) {
  /* line 2762, ../../sass/base/classroom_base.scss */
  .find-office-wrapper .views-exposed-form {
    display: none;
  }
}
/* line 2775, ../../sass/base/classroom_base.scss */
.find-office-wrapper .views-exposed-form .form-checkboxes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  background: #f8f8f8;
}
/* line 2779, ../../sass/base/classroom_base.scss */
.find-office-wrapper .views-exposed-form .form-checkboxes .js-form-type-checkbox {
  border: 1px solid #f1f1f1;
  border-right: none;
  margin-right: 0;
  margin-bottom: 0;
  text-align: center;
  padding: 10px 5px;
  cursor: pointer;
}
/* line 2787, ../../sass/base/classroom_base.scss */
.find-office-wrapper .views-exposed-form .form-checkboxes .js-form-type-checkbox:first-child {
  border-left: none;
}
@media (max-width: 767px) {
  /* line 2779, ../../sass/base/classroom_base.scss */
  .find-office-wrapper .views-exposed-form .form-checkboxes .js-form-type-checkbox {
    display: inline-block;
    width: auto;
    padding: 10px 11px;
    border-top: none;
  }
}
/* line 2796, ../../sass/base/classroom_base.scss */
.find-office-wrapper .views-exposed-form .form-checkboxes .js-form-type-checkbox input {
  display: none;
}
/* line 2799, ../../sass/base/classroom_base.scss */
.find-office-wrapper .views-exposed-form .form-checkboxes .js-form-type-checkbox input:checked + label {
  color: #666666;
}
/* line 2801, ../../sass/base/classroom_base.scss */
.find-office-wrapper .views-exposed-form .form-checkboxes .js-form-type-checkbox input:checked + label:after {
  content: "\2713";
  background: #008fd3;
  border: 1px solid #008fd3;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
}
/* line 2812, ../../sass/base/classroom_base.scss */
.find-office-wrapper .views-exposed-form .form-checkboxes .js-form-type-checkbox label {
  font-weight: 500;
  margin: 0;
  color: #999999;
  cursor: pointer;
  position: relative;
}
/* line 2818, ../../sass/base/classroom_base.scss */
.find-office-wrapper .views-exposed-form .form-checkboxes .js-form-type-checkbox label:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #999999;
  position: absolute;
  top: 0;
  left: -25px;
}
@media (max-width: 767px) {
  /* line 2818, ../../sass/base/classroom_base.scss */
  .find-office-wrapper .views-exposed-form .form-checkboxes .js-form-type-checkbox label:after {
    left: 0;
  }
}
@media (max-width: 767px) {
  /* line 2812, ../../sass/base/classroom_base.scss */
  .find-office-wrapper .views-exposed-form .form-checkboxes .js-form-type-checkbox label {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  /* line 2775, ../../sass/base/classroom_base.scss */
  .find-office-wrapper .views-exposed-form .form-checkboxes {
    display: block;
    font-size: 0;
  }
}
/* line 2838, ../../sass/base/classroom_base.scss */
.find-office-wrapper .views-exposed-form label {
  color: #838383;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
/* line 2845, ../../sass/base/classroom_base.scss */
.find-office-wrapper .views-exposed-form .js-form-item,
.find-office-wrapper .views-exposed-form .form-actions {
  margin-bottom: 30px;
  width: calc(37% - 20px);
  margin-right: 20px;
  padding: 10px 0 0 15px;
}
@media (max-width: 767px) {
  /* line 2845, ../../sass/base/classroom_base.scss */
  .find-office-wrapper .views-exposed-form .js-form-item,
  .find-office-wrapper .views-exposed-form .form-actions {
    margin-bottom: 0;
    width: 100%;
    padding: 10px;
  }
}
/* line 2857, ../../sass/base/classroom_base.scss */
.find-office-wrapper .views-exposed-form #find-now {
  font-size: 13px;
  line-height: 1;
  color: #fff;
  background-color: #0098d5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid transparent;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 11.5px 5px;
  text-transform: uppercase;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-top: 8px;
  font-weight: 600;
  width: 100%;
  min-width: 100px;
  width: calc(25% - 36px);
}
/* line 2881, ../../sass/base/classroom_base.scss */
.find-office-wrapper .views-exposed-form #find-now:hover {
  background-color: #fff;
  border: 1px solid #0098d5;
  color: #0098d5;
}
/* line 2887, ../../sass/base/classroom_base.scss */
.find-office-wrapper .views-exposed-form .js-form-item-nid {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  position: absolute;
}
/* line 2893, ../../sass/base/classroom_base.scss */
.find-office-wrapper .views-exposed-form .js-form-item-nid label {
  width: 0;
  height: 0;
  text-indent: -9999px;
}
/* line 2898, ../../sass/base/classroom_base.scss */
.find-office-wrapper .views-exposed-form .js-form-item-nid #edit-nid {
  width: 0;
  height: 0;
  padding: 0;
}
/* line 2904, ../../sass/base/classroom_base.scss */
.find-office-wrapper .views-exposed-form .form-actions {
  width: 26%;
  margin: 0;
  margin-bottom: 30px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  /* line 2904, ../../sass/base/classroom_base.scss */
  .find-office-wrapper .views-exposed-form .form-actions {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 60%;
  }
}
/* line 2914, ../../sass/base/classroom_base.scss */
.find-office-wrapper .views-exposed-form .form-actions .button {
  width: 100%;
  min-width: auto;
  height: 42px;
}

@media (max-width: 767px) {
  /* line 2925, ../../sass/base/classroom_base.scss */
  .centers-result-wrapper .container, .centers-result-wrapper #footer-region > div:nth-child(1), .centers-result-wrapper #footer-region > div:nth-child(2) #block-classroomfooterbottommenu, #footer-region > div:nth-child(2) .centers-result-wrapper #block-classroomfooterbottommenu, .centers-result-wrapper #block-classroom-breadcrumbs nav, #block-classroom-breadcrumbs .centers-result-wrapper nav, .centers-result-wrapper .address-hint, .centers-result-wrapper .quicktabs-wrapper, .centers-result-wrapper #highlighted .messages__wrapper, #highlighted .centers-result-wrapper .messages__wrapper, .centers-result-wrapper .messages__wrapper, .centers-result-wrapper .cart-header-banner .cart-header-container, .cart-header-banner .centers-result-wrapper .cart-header-container, .centers-result-wrapper .cart-form .views-element-container, .cart-form .centers-result-wrapper .views-element-container, .centers-result-wrapper .commerce-checkout-flow, .centers-result-wrapper .static_page_management_custom #content-area, .static_page_management_custom .centers-result-wrapper #content-area,
  .centers-result-wrapper .classroom_content_pages_custom #content-area,
  .classroom_content_pages_custom .centers-result-wrapper #content-area, .centers-result-wrapper .resource-page-wrapper, .centers-result-wrapper .classroom-homemidblock-wrapper, .centers-result-wrapper .current-offers-listing, .centers-result-wrapper .job-details-style, .centers-result-wrapper .student-attendance-form,
  .centers-result-wrapper .student-upcoming-test-form,
  .centers-result-wrapper .student-timetable-form,
  .centers-result-wrapper .student-result-data, .centers-result-wrapper .announcements-details, .centers-result-wrapper .centre-gallery-form, .centers-result-wrapper .student-attendance-wrapper {
    padding: 0;
  }
}

/* line 2932, ../../sass/base/classroom_base.scss */
.centers-results {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  position: relative;
}
/* line 2936, ../../sass/base/classroom_base.scss */
.centers-results .views-element-container {
  width: 355px;
  height: 755px;
  background: #f2f2f2;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 2936, ../../sass/base/classroom_base.scss */
  .centers-results .views-element-container {
    height: 500px;
    width: 280px;
  }
}
@media (max-width: 767px) {
  /* line 2936, ../../sass/base/classroom_base.scss */
  .centers-results .views-element-container {
    width: 100%;
    height: auto;
    background: #ffffff;
    position: static;
  }
}
/* line 2951, ../../sass/base/classroom_base.scss */
.centers-results .views-element-container header {
  color: #636363;
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 10px;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1023px) {
  /* line 2951, ../../sass/base/classroom_base.scss */
  .centers-results .views-element-container header {
    padding: 15px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  /* line 2951, ../../sass/base/classroom_base.scss */
  .centers-results .views-element-container header {
    background: #0a3c68;
    color: #ffffff;
    padding: 0 0 0 15px;
    height: 50px;
    line-height: 50px;
  }
}
/* line 2969, ../../sass/base/classroom_base.scss */
.centers-results .views-element-container header span {
  display: none;
  float: right;
  height: 100%;
  width: 50px;
  cursor: pointer;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/map-info-icons.png");
  background-repeat: no-repeat;
  background-position: 18px -88px;
  background-color: #0098d5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/* line 2977, ../../sass/base/classroom_base.scss */
.centers-results .views-element-container header span.map-toggle {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/map-info-icons.png");
  background-repeat: no-repeat;
  background-position: -22px -87px;
  background-color: #0098d5;
}
@media (max-width: 767px) {
  /* line 2969, ../../sass/base/classroom_base.scss */
  .centers-results .views-element-container header span {
    display: inline-block;
  }
}
/* line 2985, ../../sass/base/classroom_base.scss */
.centers-results .views-element-container > div {
  height: calc(100% - 70px);
  height: -webkit-calc(100% - 70px);
  margin-top: 52px;
  overflow: auto;
}
@media (max-width: 1023px) {
  /* line 2985, ../../sass/base/classroom_base.scss */
  .centers-results .views-element-container > div {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  /* line 2985, ../../sass/base/classroom_base.scss */
  .centers-results .views-element-container > div {
    height: auto;
    margin-top: 52px;
  }
}
/* line 2998, ../../sass/base/classroom_base.scss */
.centers-results .views-element-container .views-row {
  position: relative;
  padding: 15px 15px 15px 40px;
}
@media (max-width: 1023px) {
  /* line 2998, ../../sass/base/classroom_base.scss */
  .centers-results .views-element-container .views-row {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  /* line 2998, ../../sass/base/classroom_base.scss */
  .centers-results .views-element-container .views-row {
    border-bottom: 1px solid #dadada;
    padding-left: 50px;
  }
  /* line 3007, ../../sass/base/classroom_base.scss */
  .centers-results .views-element-container .views-row:last-child {
    border-bottom: none;
  }
}
/* line 3011, ../../sass/base/classroom_base.scss */
.centers-results .views-element-container .views-row .views-field-counter {
  position: absolute;
  top: 10px;
  left: 11px;
  z-index: 1;
}
@media (max-width: 1023px) {
  /* line 3011, ../../sass/base/classroom_base.scss */
  .centers-results .views-element-container .views-row .views-field-counter {
    left: 15px;
    top: 13px;
  }
}
/* line 3017, ../../sass/base/classroom_base.scss */
.centers-results .views-element-container .views-row .views-field-counter span {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 11px;
  line-height: 21px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #808080;
}
/* line 3031, ../../sass/base/classroom_base.scss */
.centers-results .views-field-title .location-title-info,
.centers-results .views-field-title .location-address-info,
.centers-results .views-field-title .location-call-info,
.centers-results .views-field-title .location-email-info,
.centers-results .views-field-title .location-website-info {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
}
/* line 3039, ../../sass/base/classroom_base.scss */
.centers-results .views-field-title .location-title-info p,
.centers-results .views-field-title .location-address-info p,
.centers-results .views-field-title .location-call-info p,
.centers-results .views-field-title .location-email-info p,
.centers-results .views-field-title .location-website-info p {
  margin: 0;
}
/* line 3042, ../../sass/base/classroom_base.scss */
.centers-results .views-field-title .location-title-info a,
.centers-results .views-field-title .location-address-info a,
.centers-results .views-field-title .location-call-info a,
.centers-results .views-field-title .location-email-info a,
.centers-results .views-field-title .location-website-info a {
  color: #008fd3;
}
/* line 3046, ../../sass/base/classroom_base.scss */
.centers-results .views-field-title .location-title-info {
  font-weight: 700;
}
/* line 3049, ../../sass/base/classroom_base.scss */
.centers-results .views-field-title .location-call-info,
.centers-results .views-field-title .location-email-info,
.centers-results .views-field-title .location-website-info {
  position: relative;
  padding-left: 40px;
  margin-top: 15px;
}
/* line 3055, ../../sass/base/classroom_base.scss */
.centers-results .views-field-title .location-call-info:before,
.centers-results .views-field-title .location-email-info:before,
.centers-results .views-field-title .location-website-info:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 5px;
  z-index: 1;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #0098d5;
}
/* line 3065, ../../sass/base/classroom_base.scss */
.centers-results .views-field-title .location-call-info:before {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/map-info-icons.png");
  background-repeat: no-repeat;
  background-position: -2px 0;
}
/* line 3070, ../../sass/base/classroom_base.scss */
.centers-results .views-field-title .location-email-info:before {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/map-info-icons.png");
  background-repeat: no-repeat;
  background-position: -2px -20px;
}
/* line 3075, ../../sass/base/classroom_base.scss */
.centers-results .views-field-title .location-website-info:before {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/map-info-icons.png");
  background-repeat: no-repeat;
  background-position: -2px -40px;
}
/* line 3079, ../../sass/base/classroom_base.scss */
.centers-results .views-field-title .location-website-info-prime {
  display: none;
}
/* line 3083, ../../sass/base/classroom_base.scss */
.centers-results .geolocation-common-map {
  width: calc(100% - 355px);
  width: -webkit-calc(100% - 355px);
  height: 755px;
}
@media (max-width: 1023px) {
  /* line 3083, ../../sass/base/classroom_base.scss */
  .centers-results .geolocation-common-map {
    height: 500px;
    width: calc(100% - 280px);
    width: -webkit-calc(100% - 280px);
  }
}
@media (max-width: 767px) {
  /* line 3083, ../../sass/base/classroom_base.scss */
  .centers-results .geolocation-common-map {
    width: 100%;
    height: 500px;
    display: none;
    order: -1;
  }
}
/* line 3098, ../../sass/base/classroom_base.scss */
.centers-results .geolocation-common-map .geolocation-common-map-container {
  height: 100% !important;
}
/* line 3101, ../../sass/base/classroom_base.scss */
.centers-results .geolocation-common-map .geolocation-common-map-container .gm-style .gm-style-iw-c {
  padding: 0;
}
/* line 3103, ../../sass/base/classroom_base.scss */
.centers-results .geolocation-common-map .geolocation-common-map-container .gm-style .gm-style-iw-c .location-content {
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  max-width: 400px;
}
/* line 3107, ../../sass/base/classroom_base.scss */
.centers-results .geolocation-common-map .geolocation-common-map-container .gm-style .gm-style-iw-c .location-content .location-info {
  padding: 15px 25px;
}
/* line 3111, ../../sass/base/classroom_base.scss */
.centers-results .geolocation-common-map .geolocation-common-map-container .gm-style .gm-style-iw-c .location-content .location-direction a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #0098d5;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  padding: 12px;
  border-top: 1px solid #dadada;
}
/* line 3120, ../../sass/base/classroom_base.scss */
.centers-results .geolocation-common-map .geolocation-common-map-container .gm-style .gm-style-iw-c .location-content .location-direction a span {
  position: relative;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding-left: 50px;
}
/* line 3126, ../../sass/base/classroom_base.scss */
.centers-results .geolocation-common-map .geolocation-common-map-container .gm-style .gm-style-iw-c .location-content .location-direction a span:before {
  content: '';
  width: 50px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/map-info-icons.png");
  background-repeat: no-repeat;
  background-position: -2px -70px;
}
@media (max-width: 767px) {
  /* line 3138, ../../sass/base/classroom_base.scss */
  .centers-results .geolocation-common-map .geolocation-common-map-container .gm-style .gm-style-iw-d {
    max-height: 130px !important;
  }
}

/* line 3151, ../../sass/base/classroom_base.scss */
.products-details-header {
  background: #e0f6ff;
  padding-bottom: 15px;
}
@media (max-width: 1023px) {
  /* line 3151, ../../sass/base/classroom_base.scss */
  .products-details-header {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  /* line 3151, ../../sass/base/classroom_base.scss */
  .products-details-header {
    padding-bottom: 0;
  }
}
/* line 3160, ../../sass/base/classroom_base.scss */
.products-details-header h1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 767px) {
  /* line 3160, ../../sass/base/classroom_base.scss */
  .products-details-header h1 {
    font-size: 18px;
  }
}

/* line 3169, ../../sass/base/classroom_base.scss */
.download-brochure {
  display: none !important;
}

/* line 3173, ../../sass/base/classroom_base.scss */
.course-pdf {
  display: none !important;
}

/* line 3177, ../../sass/base/classroom_base.scss */
.header-block-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
/* line 3180, ../../sass/base/classroom_base.scss */
.header-block-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-left: 42px;
  position: relative;
  margin-right: 35px;
  margin-bottom: 15px;
  min-height: 36px;
}
@media (max-width: 767px) {
  /* line 3180, ../../sass/base/classroom_base.scss */
  .header-block-list li {
    width: 100%;
    margin-left: 0;
  }
}
/* line 3193, ../../sass/base/classroom_base.scss */
.header-block-list li p {
  margin: 0;
  line-height: initial;
}
/* line 3197, ../../sass/base/classroom_base.scss */
.header-block-list li span {
  color: #636363;
  font-size: 12px;
  line-height: 1.2;
}
/* line 3201, ../../sass/base/classroom_base.scss */
.header-block-list li div {
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
}
/* line 3205, ../../sass/base/classroom_base.scss */
.header-block-list li a {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.2;
  color: #000000;
  font-weight: 700;
  display: block;
  margin-top: 5px;
  cursor: pointer;
}
/* line 3213, ../../sass/base/classroom_base.scss */
.header-block-list li a:hover {
  color: #0098d5;
}
/* line 3217, ../../sass/base/classroom_base.scss */
.header-block-list li:last-child {
  margin-right: 0;
}
/* line 3221, ../../sass/base/classroom_base.scss */
.header-block-list li.course-class:before {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/icon_stuent.png");
  background-repeat: no-repeat;
  background-position: center;
}
/* line 3230, ../../sass/base/classroom_base.scss */
.header-block-list li.course-scholarship:before {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/scholarship_icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
/* line 3239, ../../sass/base/classroom_base.scss */
.header-block-list li.download-brochure:before {
  content: '';
  width: 37px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/download-course-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
/* line 3248, ../../sass/base/classroom_base.scss */
.header-block-list li.course-pdf:before {
  content: '';
  width: 37px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/full-brochure-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 3259, ../../sass/base/classroom_base.scss */
.product-details-page {
  padding: 50px 0;
}
@media (max-width: 1439px) {
  /* line 3259, ../../sass/base/classroom_base.scss */
  .product-details-page {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  /* line 3259, ../../sass/base/classroom_base.scss */
  .product-details-page {
    padding-top: 0;
  }
}
/* line 3267, ../../sass/base/classroom_base.scss */
.product-details-page h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #0a3e6a;
  text-transform: uppercase;
  margin: 15px 0;
}
/* line 3274, ../../sass/base/classroom_base.scss */
.product-details-page .product-details-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
}
/* line 3278, ../../sass/base/classroom_base.scss */
.product-details-page .product-details-wrapper .products-details-block {
  width: calc(100% - 380px);
  width: -webkit-calc(100% - 380px);
  padding-right: 50px;
}
@media (max-width: 1439px) {
  /* line 3278, ../../sass/base/classroom_base.scss */
  .product-details-page .product-details-wrapper .products-details-block {
    padding-right: 20px;
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  /* line 3278, ../../sass/base/classroom_base.scss */
  .product-details-page .product-details-wrapper .products-details-block {
    padding-right: 0px;
    width: 100%;
  }
}
/* line 3292, ../../sass/base/classroom_base.scss */
.product-details-page .product-details-wrapper .products-sidebar-block {
  width: 380px;
}
@media (max-width: 1439px) {
  /* line 3292, ../../sass/base/classroom_base.scss */
  .product-details-page .product-details-wrapper .products-sidebar-block {
    width: 300px;
  }
}
@media (max-width: 767px) {
  /* line 3292, ../../sass/base/classroom_base.scss */
  .product-details-page .product-details-wrapper .products-sidebar-block {
    width: 100%;
    margin-top: 0px;
  }
}

/* line 3305, ../../sass/base/classroom_base.scss */
.course-slider {
  float: left;
  width: 50%;
}
@media (max-width: 1079px) {
  /* line 3305, ../../sass/base/classroom_base.scss */
  .course-slider {
    width: 100%;
  }
}
/* line 3311, ../../sass/base/classroom_base.scss */
.course-slider .course-slider-inner {
  width: 100%;
  position: relative;
}
/* line 3314, ../../sass/base/classroom_base.scss */
.course-slider .course-slider-inner img {
  width: 100%;
  height: 292px;
  object-fit: cover;
}
@media (max-width: 1079px) {
  /* line 3314, ../../sass/base/classroom_base.scss */
  .course-slider .course-slider-inner img {
    height: auto;
  }
}

/* line 3378, ../../sass/base/classroom_base.scss */
.course-content-wrapper {
  float: left;
  width: 50%;
  background: #f9f9f9;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 292px;
  overflow: hidden;
}
@media (max-width: 1079px) {
  /* line 3378, ../../sass/base/classroom_base.scss */
  .course-content-wrapper {
    width: 100%;
    height: auto;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #e5e5e5;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  /* line 3378, ../../sass/base/classroom_base.scss */
  .course-content-wrapper {
    margin-top: -5px;
  }
}
/* line 3402, ../../sass/base/classroom_base.scss */
.course-content-wrapper ul li {
  padding-left: 38px;
  border-top: 1px solid #e5e5e5;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 3408, ../../sass/base/classroom_base.scss */
.course-content-wrapper ul li:first-child {
  border-top: none;
  padding-top: 0;
}
/* line 3411, ../../sass/base/classroom_base.scss */
.course-content-wrapper ul li:first-child:before {
  top: 0px;
}
/* line 3415, ../../sass/base/classroom_base.scss */
.course-content-wrapper ul li:before {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  top: 15px;
  left: 0;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite-2.png");
  background-repeat: no-repeat;
}
/* line 3423, ../../sass/base/classroom_base.scss */
.course-content-wrapper ul li.notepad:before {
  background-position: -5px -5px;
}
/* line 3428, ../../sass/base/classroom_base.scss */
.course-content-wrapper ul li.comment:before {
  background-position: -5px -45px;
}
/* line 3433, ../../sass/base/classroom_base.scss */
.course-content-wrapper ul li.books:before {
  background-position: -5px -85px;
}
/* line 3437, ../../sass/base/classroom_base.scss */
.course-content-wrapper ul li p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1079px) {
  /* line 3437, ../../sass/base/classroom_base.scss */
  .course-content-wrapper ul li p {
    white-space: normal;
  }
}

/* line 3448, ../../sass/base/classroom_base.scss */
.additional-benefits {
  margin: 20px 0;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* line 3454, ../../sass/base/classroom_base.scss */
.additional-benefits ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 17px;
}
/* line 3458, ../../sass/base/classroom_base.scss */
.additional-benefits ul li:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite-2.png");
  background-repeat: no-repeat;
  background-position: -40px -5px;
}
@media (max-width: 767px) {
  /* line 3454, ../../sass/base/classroom_base.scss */
  .additional-benefits ul li {
    border: none;
    margin-top: 0;
    width: 100%;
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 3471, ../../sass/base/classroom_base.scss */
  .additional-benefits ul li:nth-child(1), .additional-benefits ul li:nth-child(2) {
    display: flex !important;
  }
}

/* line 3481, ../../sass/base/classroom_base.scss */
.course-features-list {
  margin: 20px 0 30px 0;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
/* line 3486, ../../sass/base/classroom_base.scss */
.course-features-list .course-features-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 20px;
  background: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1023px) {
  /* line 3486, ../../sass/base/classroom_base.scss */
  .course-features-list .course-features-row {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 0 15px;
  }
}
/* line 3495, ../../sass/base/classroom_base.scss */
.course-features-list .course-features-row:nth-child(2n) {
  background: #ffffff;
}
/* line 3498, ../../sass/base/classroom_base.scss */
.course-features-list .course-features-row:last-child {
  border-bottom: none;
}
/* line 3501, ../../sass/base/classroom_base.scss */
.course-features-list .course-features-row div {
  padding: 15px 20px;
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  border-left: 1px solid #e5e5e5;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 3501, ../../sass/base/classroom_base.scss */
  .course-features-list .course-features-row div {
    border-left: none;
    padding-left: 35px;
    width: 100%;
    padding-right: 0;
  }
}
/* line 3513, ../../sass/base/classroom_base.scss */
.course-features-list .course-features-row div p {
  margin: 0;
  width: 100%;
  line-height: 1.45;
}
@media (max-width: 1023px) {
  /* line 3513, ../../sass/base/classroom_base.scss */
  .course-features-list .course-features-row div p {
    max-width: 100%;
  }
}
/* line 3520, ../../sass/base/classroom_base.scss */
.course-features-list .course-features-row div p span {
  display: inline-block;
  float: right;
  padding-left: 10px;
}
/* line 3526, ../../sass/base/classroom_base.scss */
.course-features-list .course-features-row div:first-child {
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  width: 205px;
  min-width: 205px;
  border-left: none;
  padding-left: 35px;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
@media (max-width: 1023px) {
  /* line 3526, ../../sass/base/classroom_base.scss */
  .course-features-list .course-features-row div:first-child {
    width: 100%;
    padding-bottom: 0;
  }
}
/* line 3539, ../../sass/base/classroom_base.scss */
.course-features-list .course-features-row div:first-child:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 0;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite-2.png");
  background-repeat: no-repeat;
}
/* line 3547, ../../sass/base/classroom_base.scss */
.course-features-list .course-features-row div:first-child.clock:before {
  background-position: -5px -125px;
}
/* line 3552, ../../sass/base/classroom_base.scss */
.course-features-list .course-features-row div:first-child.calendar:before {
  background-position: -5px -158px;
}
/* line 3557, ../../sass/base/classroom_base.scss */
.course-features-list .course-features-row div:first-child.time:before {
  background-position: -5px -192px;
}
/* line 3562, ../../sass/base/classroom_base.scss */
.course-features-list .course-features-row div:first-child.test:before {
  background-position: -5px -227px;
}
/* line 3567, ../../sass/base/classroom_base.scss */
.course-features-list .course-features-row div:first-child.user:before {
  background-position: -5px -265px;
}

/* line 3577, ../../sass/base/classroom_base.scss */
.course-desc-wrapper .course-desc-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 -7.5px;
}
/* line 3581, ../../sass/base/classroom_base.scss */
.course-desc-wrapper .course-desc-block .course-desc {
  width: calc(50% - 15px);
  margin: 0 7.5px;
  margin-bottom: 15px;
  background: #f9f9f9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px;
}
@media (max-width: 1023px) {
  /* line 3581, ../../sass/base/classroom_base.scss */
  .course-desc-wrapper .course-desc-block .course-desc {
    width: calc(100%);
  }
}
@media (max-width: 767px) {
  /* line 3581, ../../sass/base/classroom_base.scss */
  .course-desc-wrapper .course-desc-block .course-desc {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 3594, ../../sass/base/classroom_base.scss */
  .course-desc-wrapper .course-desc-block .course-desc:nth-child(1) {
    display: block !important;
  }
}
/* line 3599, ../../sass/base/classroom_base.scss */
.course-desc-wrapper .course-desc-block .course-desc h5 {
  margin-bottom: 20px;
}
/* line 3602, ../../sass/base/classroom_base.scss */
.course-desc-wrapper .course-desc-block .course-desc li {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}
/* line 3606, ../../sass/base/classroom_base.scss */
.course-desc-wrapper .course-desc-block .course-desc li:first-child {
  margin-top: 0;
}
/* line 3609, ../../sass/base/classroom_base.scss */
.course-desc-wrapper .course-desc-block .course-desc li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #0098d5;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 0;
}
/* line 3619, ../../sass/base/classroom_base.scss */
.course-desc-wrapper .course-desc-block .show-more-btn {
  padding: 0 10px;
}

/* line 3625, ../../sass/base/classroom_base.scss */
.price-cart-wrapper {
  border: 1px solid #e5e5e5;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1439px) {
  /* line 3625, ../../sass/base/classroom_base.scss */
  .price-cart-wrapper {
    padding: 20px;
  }
}
/* line 3634, ../../sass/base/classroom_base.scss */
.price-cart-wrapper h5 {
  text-align: center;
}
/* line 3637, ../../sass/base/classroom_base.scss */
.price-cart-wrapper .new-price {
  text-align: center;
  font-size: 33px;
  line-height: 1.2;
  font-weight: 700;
  color: #d62c26;
}
/* line 3642, ../../sass/base/classroom_base.scss */
.price-cart-wrapper .new-price div {
  display: inline-block;
}
/* line 3646, ../../sass/base/classroom_base.scss */
.price-cart-wrapper .discount-percent {
  font-size: 14px;
  line-height: 1.2;
  color: #808080;
  text-align: center;
  margin-top: 10px;
}
/* line 3651, ../../sass/base/classroom_base.scss */
.price-cart-wrapper .discount-percent span {
  color: #000000;
}
/* line 3656, ../../sass/base/classroom_base.scss */
.price-cart-wrapper .course-type-btn #edit-purchased-entity-wrapper {
  display: none;
}
/* line 3659, ../../sass/base/classroom_base.scss */
.price-cart-wrapper .course-type-btn #edit-actions {
  margin-top: 30px;
}
/* line 3661, ../../sass/base/classroom_base.scss */
.price-cart-wrapper .course-type-btn #edit-actions .button {
  width: 100%;
  min-width: auto;
  margin-bottom: 15px;
}
/* line 3666, ../../sass/base/classroom_base.scss */
.price-cart-wrapper .course-type-btn #edit-actions .button#edit-submit {
  display: none;
}
/* line 3671, ../../sass/base/classroom_base.scss */
.price-cart-wrapper .course-type-btn a {
  width: 100%;
  min-width: auto;
  color: #0098d5;
  border-color: #0098d5;
}
/* line 3678, ../../sass/base/classroom_base.scss */
.price-cart-wrapper .course-type-btn a:hover {
  color: #ffffff;
  background: #0098d5;
}

/* Student also bought style  */
/* line 3689, ../../sass/base/classroom_base.scss */
.student_also_bought {
  padding: 55px 0;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/answer-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #f7fafe;
  background-size: 100% 166px;
}
@media (max-width: 991px) {
  /* line 3689, ../../sass/base/classroom_base.scss */
  .student_also_bought {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  /* line 3689, ../../sass/base/classroom_base.scss */
  .student_also_bought {
    padding: 25px 0;
  }
}
/* line 3698, ../../sass/base/classroom_base.scss */
.student_also_bought .section-title {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  /* line 3702, ../../sass/base/classroom_base.scss */
  .student_also_bought .section-title h2 {
    font-size: 24px;
  }
}
/* line 3708, ../../sass/base/classroom_base.scss */
.student_also_bought .views-element-container {
  max-width: 950px;
  margin: 0 auto;
}
/* line 3712, ../../sass/base/classroom_base.scss */
.student_also_bought .product-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  padding: 0 15px;
  overflow: auto;
}
@media (max-width: 991px) {
  /* line 3712, ../../sass/base/classroom_base.scss */
  .student_also_bought .product-block {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    padding: 0;
    padding-bottom: 10px;
  }
}
/* line 3723, ../../sass/base/classroom_base.scss */
.student_also_bought .product-block .views-row {
  margin: 15px;
  width: calc(33.33% - 30px);
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/wave-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  position: relative;
  overflow: hidden;
  height: 308px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  /* line 3723, ../../sass/base/classroom_base.scss */
  .student_also_bought .product-block .views-row {
    min-width: 280px;
    margin: 10px;
    width: 280px;
  }
}
/* line 3741, ../../sass/base/classroom_base.scss */
.student_also_bought .product-block .views-row .views-field-title,
.student_also_bought .product-block .views-row .views-field-field-product-validity-date,
.student_also_bought .product-block .views-row .views-field-field-product-price,
.student_also_bought .product-block .views-row .views-field-nothing {
  padding: 0 25px;
}
/* line 3747, ../../sass/base/classroom_base.scss */
.student_also_bought .product-block .views-row .views-field-title {
  color: #095392;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 80px;
  max-height: 72px;
  overflow: hidden;
  margin-bottom: 5px;
}
/* line 3754, ../../sass/base/classroom_base.scss */
.student_also_bought .product-block .views-row .views-field-title a {
  color: inherit;
}
/* line 3758, ../../sass/base/classroom_base.scss */
.student_also_bought .product-block .views-row .views-field-field-product-price {
  margin-top: auto;
}
/* line 3760, ../../sass/base/classroom_base.scss */
.student_also_bought .product-block .views-row .views-field-field-product-price .field-content {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #000000;
  position: relative;
  padding-left: 18px;
}
/* line 3766, ../../sass/base/classroom_base.scss */
.student_also_bought .product-block .views-row .views-field-field-product-price .field-content:before {
  content: '\20B9';
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
}
/* line 3774, ../../sass/base/classroom_base.scss */
.student_also_bought .product-block .views-row .views-field-field-product-validity-date,
.student_also_bought .product-block .views-row .views-field-nothing {
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.2;
}
/* line 3779, ../../sass/base/classroom_base.scss */
.student_also_bought .product-block .views-row .views-field-embed-customdomain {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* line 3781, ../../sass/base/classroom_base.scss */
.student_also_bought .product-block .views-row .views-field-embed-customdomain a {
  height: 50px;
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #0098d5;
  font-size: 11px;
  font-weight: 700;
  background: #ffffff;
  padding: 18px;
  border-top: 1px solid #50a6cb;
}
/* line 3793, ../../sass/base/classroom_base.scss */
.student_also_bought .product-block .views-row .views-field-embed-customdomain a:hover {
  background: #0098d5;
  color: #ffffff;
}
/* line 3799, ../../sass/base/classroom_base.scss */
.student_also_bought .product-block .views-row .views-field-field-product-type {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #0098d5;
  background: #d7f2fc;
  position: absolute;
  top: 20px;
  right: -3px;
  z-index: 2;
  padding: 9px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

/* line 3817, ../../sass/base/classroom_base.scss */
.course-listing header {
  color: #636363;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 3817, ../../sass/base/classroom_base.scss */
  .course-listing header {
    padding: 0 20px;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  /* line 3827, ../../sass/base/classroom_base.scss */
  .course-listing .views-row {
    padding: 0 20px;
  }
}
/* line 3832, ../../sass/base/classroom_base.scss */
.course-listing .course-item {
  background: #ffffff;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 5px 2px 24px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 5px 2px 24px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
/* line 3839, ../../sass/base/classroom_base.scss */
.course-listing .course-item .course-item-head {
  padding: 20px;
  border-bottom: 1px solid #e7e8e9;
}
/* line 3842, ../../sass/base/classroom_base.scss */
.course-listing .course-item .course-item-head h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #0098d5;
  font-weight: 700;
}
@media (max-width: 991px) {
  /* line 3842, ../../sass/base/classroom_base.scss */
  .course-listing .course-item .course-item-head h3 {
    font-size: 18px;
  }
}
/* line 3849, ../../sass/base/classroom_base.scss */
.course-listing .course-item .course-item-head h3 a {
  color: inherit;
}
/* line 3854, ../../sass/base/classroom_base.scss */
.course-listing .course-item .course-item-head .header-block-list li {
  margin-top: 15px;
  margin-bottom: 0;
}
/* line 3860, ../../sass/base/classroom_base.scss */
.course-listing .course-item .course-features-list {
  margin: 0;
  border: none;
  border-radius: 0;
}
/* line 3864, ../../sass/base/classroom_base.scss */
.course-listing .course-item .course-features-list .course-features-row {
  background: transparent;
  border: none;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
/* line 3868, ../../sass/base/classroom_base.scss */
.course-listing .course-item .course-features-list .course-features-row > div {
  border: none;
  font-size: 14px;
  line-height: 1.2;
  width: 100%;
  padding-left: 35px;
  color: #808080;
  padding-bottom: 0;
}
/* line 3875, ../../sass/base/classroom_base.scss */
.course-listing .course-item .course-features-list .course-features-row > div p {
  color: inherit;
}
/* line 3878, ../../sass/base/classroom_base.scss */
.course-listing .course-item .course-features-list .course-features-row > div:first-child {
  margin-bottom: -15px;
  color: #000000;
}
/* line 3885, ../../sass/base/classroom_base.scss */
.course-listing .course-item .course-item-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 20px;
}
@media (max-width: 991px) {
  /* line 3885, ../../sass/base/classroom_base.scss */
  .course-listing .course-item .course-item-footer {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
@media (max-width: 479px) {
  /* line 3885, ../../sass/base/classroom_base.scss */
  .course-listing .course-item .course-item-footer {
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    border-top: 1px solid #e7e8e9;
    padding: 20px;
    margin-top: 20px;
  }
}
/* line 3898, ../../sass/base/classroom_base.scss */
.course-listing .course-item .course-item-footer .pay-fee1,
.course-listing .course-item .course-item-footer .call-me {
  width: 200px;
}
@media (max-width: 991px) {
  /* line 3898, ../../sass/base/classroom_base.scss */
  .course-listing .course-item .course-item-footer .pay-fee1,
  .course-listing .course-item .course-item-footer .call-me {
    width: 50%;
  }
}
@media (max-width: 479px) {
  /* line 3898, ../../sass/base/classroom_base.scss */
  .course-listing .course-item .course-item-footer .pay-fee1,
  .course-listing .course-item .course-item-footer .call-me {
    width: 100%;
  }
}
/* line 3907, ../../sass/base/classroom_base.scss */
.course-listing .course-item .course-item-footer .pay-fee1 a,
.course-listing .course-item .course-item-footer .pay-fee1 .form-submit,
.course-listing .course-item .course-item-footer .call-me a,
.course-listing .course-item .course-item-footer .call-me .form-submit {
  width: 100%;
  font-weight: 700;
  min-width: auto;
}
/* line 3916, ../../sass/base/classroom_base.scss */
.course-listing .course-item .course-item-footer .pay-fee1 .form-actions .form-submit {
  min-width: auto;
  font-weight: 700;
}
/* line 3923, ../../sass/base/classroom_base.scss */
.course-listing .course-item .course-item-footer .call-me {
  margin: 0 15px;
}
@media (max-width: 991px) {
  /* line 3923, ../../sass/base/classroom_base.scss */
  .course-listing .course-item .course-item-footer .call-me {
    margin: 0;
    padding-left: 15px;
  }
}
@media (max-width: 479px) {
  /* line 3923, ../../sass/base/classroom_base.scss */
  .course-listing .course-item .course-item-footer .call-me {
    padding-left: 0;
    margin-top: 15px;
  }
}
/* line 3933, ../../sass/base/classroom_base.scss */
.course-listing .course-item .course-item-footer .call-me a {
  color: #0098d5;
  border-color: #0098d5;
}
/* line 3936, ../../sass/base/classroom_base.scss */
.course-listing .course-item .course-item-footer .call-me a:hover {
  color: #ffffff;
  background: #0098d5;
}
@media (max-width: 991px) {
  /* line 3942, ../../sass/base/classroom_base.scss */
  .course-listing .course-item .course-item-footer .download-brochure {
    margin-top: 15px;
  }
}
/* line 3946, ../../sass/base/classroom_base.scss */
.course-listing .course-item .course-item-footer .download-brochure a {
  padding: 10px 25px;
  position: relative;
  line-height: 24px;
  color: #0098d5;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}
/* line 3955, ../../sass/base/classroom_base.scss */
.course-listing .course-item .course-item-footer .download-brochure a:before {
  content: '';
  width: 17px;
  height: 24px;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/pdf_icon.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 3971, ../../sass/base/classroom_base.scss */
.student-attendance-form,
.student-upcoming-test-form,
.student-timetable-form,
.student-result-data {
  margin: 30px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  /* line 3971, ../../sass/base/classroom_base.scss */
  .student-attendance-form,
  .student-upcoming-test-form,
  .student-timetable-form,
  .student-result-data {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
/* line 3984, ../../sass/base/classroom_base.scss */
.student-attendance-form .heading2, .student-attendance-form #block-pendinginstallmentblock-2 h2, #block-pendinginstallmentblock-2 .student-attendance-form h2,
.student-attendance-form #show-pending-payment h2,
#show-pending-payment .student-attendance-form h2,
.student-upcoming-test-form .heading2,
.student-upcoming-test-form #block-pendinginstallmentblock-2 h2,
#block-pendinginstallmentblock-2 .student-upcoming-test-form h2,
.student-upcoming-test-form #show-pending-payment h2,
#show-pending-payment .student-upcoming-test-form h2,
.student-timetable-form .heading2,
.student-timetable-form #block-pendinginstallmentblock-2 h2,
#block-pendinginstallmentblock-2 .student-timetable-form h2,
.student-timetable-form #show-pending-payment h2,
#show-pending-payment .student-timetable-form h2,
.student-result-data .heading2,
.student-result-data #block-pendinginstallmentblock-2 h2,
#block-pendinginstallmentblock-2 .student-result-data h2,
.student-result-data #show-pending-payment h2,
#show-pending-payment .student-result-data h2 {
  width: 100%;
  margin-bottom: 15px;
}
/* line 3988, ../../sass/base/classroom_base.scss */
.student-attendance-form .js-form-item,
.student-upcoming-test-form .js-form-item,
.student-timetable-form .js-form-item,
.student-result-data .js-form-item {
  width: 32.5%;
  padding-right: 15px;
}
@media (max-width: 767px) {
  /* line 3988, ../../sass/base/classroom_base.scss */
  .student-attendance-form .js-form-item,
  .student-upcoming-test-form .js-form-item,
  .student-timetable-form .js-form-item,
  .student-result-data .js-form-item {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
/* line 3996, ../../sass/base/classroom_base.scss */
.student-attendance-form .js-form-item label,
.student-upcoming-test-form .js-form-item label,
.student-timetable-form .js-form-item label,
.student-result-data .js-form-item label {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: #838383;
  margin-bottom: 5px;
  display: block;
}
/* line 4004, ../../sass/base/classroom_base.scss */
.student-attendance-form .form-submit,
.student-attendance-form .reset,
.student-upcoming-test-form .form-submit,
.student-upcoming-test-form .reset,
.student-timetable-form .form-submit,
.student-timetable-form .reset,
.student-result-data .form-submit,
.student-result-data .reset {
  width: 16%;
  min-width: auto;
  height: 42px;
  margin-left: auto;
}
@media (max-width: 767px) {
  /* line 4004, ../../sass/base/classroom_base.scss */
  .student-attendance-form .form-submit,
  .student-attendance-form .reset,
  .student-upcoming-test-form .form-submit,
  .student-upcoming-test-form .reset,
  .student-timetable-form .form-submit,
  .student-timetable-form .reset,
  .student-result-data .form-submit,
  .student-result-data .reset {
    width: calc(50% - 7.5px);
    width: -webkit-calc(50% - 7.5px);
    margin-bottom: 15px;
  }
}
/* line 4019, ../../sass/base/classroom_base.scss */
.student-attendance-form .reset,
.student-upcoming-test-form .reset,
.student-timetable-form .reset,
.student-result-data .reset {
  color: #0098d5;
  background: #ffffff !important;
  border-color: #0098d5;
}
/* line 4024, ../../sass/base/classroom_base.scss */
.student-attendance-form .table-layout,
.student-upcoming-test-form .table-layout,
.student-timetable-form .table-layout,
.student-result-data .table-layout {
  margin-top: 30px;
  width: 100%;
}
/* line 4028, ../../sass/base/classroom_base.scss */
.student-attendance-form .view-data,
.student-upcoming-test-form .view-data,
.student-timetable-form .view-data,
.student-result-data .view-data {
  display: block;
  min-width: 70px;
}
/* line 4033, ../../sass/base/classroom_base.scss */
.student-attendance-form .student-result-data .table-layout,
.student-upcoming-test-form .student-result-data .table-layout,
.student-timetable-form .student-result-data .table-layout,
.student-result-data .student-result-data .table-layout {
  margin: 0;
}
@media (max-width: 991px) {
  /* line 4036, ../../sass/base/classroom_base.scss */
  .student-attendance-form .student-result-data table,
  .student-upcoming-test-form .student-result-data table,
  .student-timetable-form .student-result-data table,
  .student-result-data .student-result-data table {
    width: 1500px;
  }
}

/* line 4047, ../../sass/base/classroom_base.scss */
.announcements-details {
  margin: 30px auto;
}
@media (max-width: 767px) {
  /* line 4047, ../../sass/base/classroom_base.scss */
  .announcements-details {
    margin-top: 15px;
  }
}
/* line 4053, ../../sass/base/classroom_base.scss */
.announcements-details .list-group-row, .announcements-details .news-listing .views-row, .news-listing .announcements-details .views-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: nowrap;
  -moz-flex-flow: nowrap;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  padding: 0;
  border: none;
}
@media (max-width: 767px) {
  /* line 4053, ../../sass/base/classroom_base.scss */
  .announcements-details .list-group-row, .announcements-details .news-listing .views-row, .news-listing .announcements-details .views-row {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
/* line 4061, ../../sass/base/classroom_base.scss */
.announcements-details .list-group-row .views-field-field-image, .announcements-details .news-listing .views-row .views-field-field-image, .news-listing .announcements-details .views-row .views-field-field-image {
  min-width: 427px;
  width: 427px;
  margin-right: 25px;
}
@media (max-width: 991px) {
  /* line 4061, ../../sass/base/classroom_base.scss */
  .announcements-details .list-group-row .views-field-field-image, .announcements-details .news-listing .views-row .views-field-field-image, .news-listing .announcements-details .views-row .views-field-field-image {
    min-width: 300px;
    width: 300px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  /* line 4061, ../../sass/base/classroom_base.scss */
  .announcements-details .list-group-row .views-field-field-image, .announcements-details .news-listing .views-row .views-field-field-image, .news-listing .announcements-details .views-row .views-field-field-image {
    min-width: initial;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/* line 4076, ../../sass/base/classroom_base.scss */
.announcements-details .list-group-row .views-field-field-image img, .announcements-details .news-listing .views-row .views-field-field-image img, .news-listing .announcements-details .views-row .views-field-field-image img {
  width: 100%;
  height: auto;
}
/* line 4081, ../../sass/base/classroom_base.scss */
.announcements-details .list-group-row label, .announcements-details .news-listing .views-row label, .news-listing .announcements-details .views-row label {
  display: block;
  margin-bottom: 5px;
  color: #757575;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}
/* line 4087, ../../sass/base/classroom_base.scss */
.announcements-details .list-group-row label span, .announcements-details .news-listing .views-row label span, .news-listing .announcements-details .views-row label span {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  font-weight: 400;
}
/* line 4094, ../../sass/base/classroom_base.scss */
.announcements-details .list-group-row .views-field-field-content, .announcements-details .news-listing .views-row .views-field-field-content, .news-listing .announcements-details .views-row .views-field-field-content {
  width: 100%;
}
/* line 4096, ../../sass/base/classroom_base.scss */
.announcements-details .list-group-row .views-field-field-content .event-description, .announcements-details .news-listing .views-row .views-field-field-content .event-description, .news-listing .announcements-details .views-row .views-field-field-content .event-description {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  margin: 15px 0;
}
/* line 4103, ../../sass/base/classroom_base.scss */
.announcements-details .list-group-row .views-field-field-content .views-field-field-answer-pdf a, .announcements-details .news-listing .views-row .views-field-field-content .views-field-field-answer-pdf a, .news-listing .announcements-details .views-row .views-field-field-content .views-field-field-answer-pdf a {
  margin-top: 0;
}

/* line 4114, ../../sass/base/classroom_base.scss */
.centre-gallery-form {
  padding: 0 15px;
}
/* line 4117, ../../sass/base/classroom_base.scss */
.centre-gallery-form .center-gallery-formfield {
  max-width: 820px;
  width: 100%;
  margin: 30px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  margin-bottom: 0;
}
/* line 4126, ../../sass/base/classroom_base.scss */
.centre-gallery-form .center-gallery-formfield label {
  color: #838383;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
/* line 4133, ../../sass/base/classroom_base.scss */
.centre-gallery-form .center-gallery-formfield .js-form-item,
.centre-gallery-form .center-gallery-formfield #center_select {
  margin-bottom: 30px;
  width: calc(37% - 20px);
  margin-right: 20px;
}
@media (max-width: 767px) {
  /* line 4133, ../../sass/base/classroom_base.scss */
  .centre-gallery-form .center-gallery-formfield .js-form-item,
  .centre-gallery-form .center-gallery-formfield #center_select {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }
}
/* line 4145, ../../sass/base/classroom_base.scss */
.centre-gallery-form .center-gallery-formfield #center_select .js-form-item {
  width: 100%;
  margin: 0;
}
/* line 4150, ../../sass/base/classroom_base.scss */
.centre-gallery-form .center-gallery-formfield .form-submit {
  width: 26%;
  margin: 0;
  margin-bottom: 30px;
  min-width: auto;
  height: 42px;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  /* line 4150, ../../sass/base/classroom_base.scss */
  .centre-gallery-form .center-gallery-formfield .form-submit {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 60%;
  }
}
@media (max-width: 479px) {
  /* line 4150, ../../sass/base/classroom_base.scss */
  .centre-gallery-form .center-gallery-formfield .form-submit {
    width: 100%;
  }
}

/* line 4170, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 990px;
  margin: 30px auto;
}
@media (max-width: 767px) {
  /* line 4170, ../../sass/base/classroom_base.scss */
  .gallery-thumbnail-wrapper {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 20px auto;
    margin-top: 0;
  }
}
/* line 4180, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .gallery-thumbnail {
  width: 130px;
  background: #0098d5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 4180, ../../sass/base/classroom_base.scss */
  .gallery-thumbnail-wrapper .gallery-thumbnail {
    width: 100%;
    border-radius: 0;
    padding: 5px 10px;
  }
}
/* line 4192, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .gallery-thumbnail .slick-slide {
  border: none;
  height: 85px;
  margin: 5px 0;
}
/* line 4196, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .gallery-thumbnail .slick-slide .image-thumb {
  position: relative;
  cursor: pointer;
}
/* line 4199, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .gallery-thumbnail .slick-slide .image-thumb:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
/* line 4205, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .gallery-thumbnail .slick-slide .image-thumb:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/dots-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  opacity: 0.7;
}
/* line 4221, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .gallery-thumbnail .slick-slide.slick-current .image-thumb:before, .gallery-thumbnail-wrapper .gallery-thumbnail .slick-slide.slick-current .image-thumb:after, .gallery-thumbnail-wrapper .gallery-thumbnail .slick-slide:hover .image-thumb:before, .gallery-thumbnail-wrapper .gallery-thumbnail .slick-slide:hover .image-thumb:after {
  content: none;
}
/* line 4227, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .gallery-thumbnail .slick-slide img {
  width: 100%;
  height: 85px;
  object-fit: cover;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
@media (max-width: 767px) {
  /* line 4227, ../../sass/base/classroom_base.scss */
  .gallery-thumbnail-wrapper .gallery-thumbnail .slick-slide img {
    border-radius: 0;
  }
}
/* line 4237, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .gallery-thumbnail .slick-arrow {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/arrow-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
  z-index: 3;
  height: 36px;
  width: 36px;
  box-shadow: 0 0px 17px rgba(126, 92, 92, 0.3);
  font-size: 0;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #323236;
}
@media (max-width: 767px) {
  /* line 4237, ../../sass/base/classroom_base.scss */
  .gallery-thumbnail-wrapper .gallery-thumbnail .slick-arrow {
    top: 50%;
  }
}
/* line 4251, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .gallery-thumbnail .slick-arrow.slick-prev {
  top: -18px;
  transform: translateX(-50%) rotate(-90deg);
}
@media (max-width: 767px) {
  /* line 4251, ../../sass/base/classroom_base.scss */
  .gallery-thumbnail-wrapper .gallery-thumbnail .slick-arrow.slick-prev {
    left: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
}
/* line 4260, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .gallery-thumbnail .slick-arrow.slick-next {
  bottom: -18px;
  transform: translateX(-50%) rotate(90deg);
}
@media (max-width: 767px) {
  /* line 4260, ../../sass/base/classroom_base.scss */
  .gallery-thumbnail-wrapper .gallery-thumbnail .slick-arrow.slick-next {
    left: initial;
    right: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
}
/* line 4272, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .gallery-image-wrapper {
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: -ms-calc(100% - 130px);
  width: -o-calc(100% - 130px);
  width: calc(100% - 130px);
  background: #e0f6ff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #bdbdbd;
  padding: 30px;
}
@media (max-width: 767px) {
  /* line 4272, ../../sass/base/classroom_base.scss */
  .gallery-thumbnail-wrapper .gallery-image-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    padding: 10px;
    border: none;
    border-radius: 0;
  }
}
/* line 4291, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .gallery-image-wrapper .slick-list,
.gallery-thumbnail-wrapper .gallery-image-wrapper .slick-track,
.gallery-thumbnail-wrapper .gallery-image-wrapper .slick-slide {
  height: 100%;
}
/* line 4297, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .gallery-image-wrapper .slick-track > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px;
  background: #303030;
  position: relative;
}
@media (max-width: 767px) {
  /* line 4297, ../../sass/base/classroom_base.scss */
  .gallery-thumbnail-wrapper .gallery-image-wrapper .slick-track > div {
    padding: 0;
  }
}
/* line 4309, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .gallery-image-wrapper .slide-image-main {
  vertical-align: middle;
}
/* line 4311, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .gallery-image-wrapper .slide-image-main .alt-tit {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 5px;
  font-size: 16px;
  background-color: #0098d5;
  color: #ffffff;
}
/* line 4320, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .gallery-image-wrapper .slide-image-main img {
  max-width: 100%;
  max-height: 530px;
}
/* line 4327, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .video-gallery-wrapper .video-gallery-block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  padding: 15px;
}
/* line 4330, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .video-gallery-wrapper .video-gallery-block:before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}
/* line 4336, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .video-gallery-wrapper .video-gallery-iframe {
  max-width: 600px;
  height: 350px;
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  /* line 4336, ../../sass/base/classroom_base.scss */
  .gallery-thumbnail-wrapper .video-gallery-wrapper .video-gallery-iframe {
    height: 230px;
  }
}
/* line 4344, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .video-gallery-wrapper .video-gallery-iframe iframe {
  width: 100%;
  height: 100%;
}
/* line 4348, ../../sass/base/classroom_base.scss */
.gallery-thumbnail-wrapper .video-gallery-wrapper .video-gallery-iframe .close-video {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/close-menu-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  cursor: pointer;
}

/* line 4362, ../../sass/base/classroom_base.scss */
.course_block_heading {
  background: #0098d5;
  padding: 15px 0;
}
/* line 4365, ../../sass/base/classroom_base.scss */
.course_block_heading .block_heading {
  width: 100%;
  position: relative;
  padding-left: 60px;
}
/* line 4369, ../../sass/base/classroom_base.scss */
.course_block_heading .block_heading .logo {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/white_logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 4376, ../../sass/base/classroom_base.scss */
.course_block_heading .block_heading h1 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 4376, ../../sass/base/classroom_base.scss */
  .course_block_heading .block_heading h1 {
    font-size: 16px;
  }
}
/* line 4386, ../../sass/base/classroom_base.scss */
.course_block_heading .block_heading #classroom-breadcrumbs ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  position: relative;
  padding-left: 18px;
  margin-right: 10px;
  letter-spacing: 2px;
  text-transform: capitalize;
}
/* line 4395, ../../sass/base/classroom_base.scss */
.course_block_heading .block_heading #classroom-breadcrumbs ul li:before {
  content: '>';
  width: 4px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 4401, ../../sass/base/classroom_base.scss */
.course_block_heading .block_heading #classroom-breadcrumbs ul li a {
  color: #ffffff;
  display: inline-block;
}
/* line 4405, ../../sass/base/classroom_base.scss */
.course_block_heading .block_heading #classroom-breadcrumbs ul li:first-child {
  padding-left: 0;
}
/* line 4407, ../../sass/base/classroom_base.scss */
.course_block_heading .block_heading #classroom-breadcrumbs ul li:first-child:before {
  content: none;
}

/* line 4420, ../../sass/base/classroom_base.scss */
#views-exposed-form-answer-key-form-management-page-2 {
  padding: 0 20px;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  clear: both;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  /* line 4420, ../../sass/base/classroom_base.scss */
  #views-exposed-form-answer-key-form-management-page-2 {
    padding: 0;
    flex-wrap: wrap;
  }
}
/* line 4431, ../../sass/base/classroom_base.scss */
#views-exposed-form-answer-key-form-management-page-2 .js-form-item-field-akfp-select-product-target-id {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 767px) {
  /* line 4431, ../../sass/base/classroom_base.scss */
  #views-exposed-form-answer-key-form-management-page-2 .js-form-item-field-akfp-select-product-target-id {
    margin-right: 0;
    width: 100%;
  }
}
/* line 4438, ../../sass/base/classroom_base.scss */
#views-exposed-form-answer-key-form-management-page-2 .js-form-item-field-akfp-select-product-target-id label {
  display: block;
  margin-bottom: 16px;
}
/* line 4443, ../../sass/base/classroom_base.scss */
#views-exposed-form-answer-key-form-management-page-2 .form-actions {
  width: 35%;
  padding-top: 30px;
}
@media (max-width: 767px) {
  /* line 4443, ../../sass/base/classroom_base.scss */
  #views-exposed-form-answer-key-form-management-page-2 .form-actions {
    width: 100%;
    padding-top: 20px;
  }
}

/* line 4454, ../../sass/base/classroom_base.scss */
.paid-answer-keys-wrap .views-row {
  float: left;
  width: 23%;
  margin: 0 20px 21px;
}
@media (max-width: 767px) {
  /* line 4454, ../../sass/base/classroom_base.scss */
  .paid-answer-keys-wrap .views-row {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
/* line 4463, ../../sass/base/classroom_base.scss */
.paid-answer-keys-wrap .views-row .views-field-title {
  position: relative;
  color: #2fbcd9;
  padding-left: 38px;
}
/* line 4467, ../../sass/base/classroom_base.scss */
.paid-answer-keys-wrap .views-row .views-field-title a {
  color: inherit;
}
/* line 4469, ../../sass/base/classroom_base.scss */
.paid-answer-keys-wrap .views-row .views-field-title a:hover {
  text-decoration: underline;
}
/* line 4473, ../../sass/base/classroom_base.scss */
.paid-answer-keys-wrap .views-row .views-field-title:before {
  content: ' ';
  position: absolute;
  top: -9px;
  left: 0;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/pdf_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  width: 30px;
  height: 38px;
}
/* line 4482, ../../sass/base/classroom_base.scss */
.paid-answer-keys-wrap .no-record-found {
  clear: both;
  padding-top: 28px;
}
@media (max-width: 767px) {
  /* line 4482, ../../sass/base/classroom_base.scss */
  .paid-answer-keys-wrap .no-record-found {
    padding-top: 10px;
  }
}

/* line 4494, ../../sass/base/classroom_base.scss */
.student-details-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 7.5px;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  margin: 30px 0;
}
@media (max-width: 767px) {
  /* line 4494, ../../sass/base/classroom_base.scss */
  .student-details-wrapper {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 15px;
    margin: 15px 0;
    margin-bottom: 0;
  }
}
/* line 4505, ../../sass/base/classroom_base.scss */
.student-details-wrapper .student-details-col {
  width: calc(50% - 15px);
  width: -webkit-calc(50% - 15px);
  border: 2px solid #1e98db;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 4505, ../../sass/base/classroom_base.scss */
  .student-details-wrapper .student-details-col {
    width: 100%;
  }
}
/* line 4515, ../../sass/base/classroom_base.scss */
.student-details-wrapper .student-details-col h3 {
  color: #ffffff;
  padding: 10px;
  margin: 0;
  background: #1e98db;
  font-size: 16px;
  line-height: 1;
}
/* line 4523, ../../sass/base/classroom_base.scss */
.student-details-wrapper .student-details-col ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  padding: 10px;
}
@media (max-width: 767px) {
  /* line 4523, ../../sass/base/classroom_base.scss */
  .student-details-wrapper .student-details-col ul li {
    padding: 5px;
  }
}
/* line 4530, ../../sass/base/classroom_base.scss */
.student-details-wrapper .student-details-col ul li span {
  min-width: 100px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
}
/* line 4536, ../../sass/base/classroom_base.scss */
.student-details-wrapper .student-details-col ul li p {
  margin: 0;
  padding-left: 5px;
  margin-left: 5px;
}

/* line 4546, ../../sass/base/classroom_base.scss */
.std-payment-form {
  padding: 0 15px;
  margin-bottom: 30px;
}
/* line 4549, ../../sass/base/classroom_base.scss */
.std-payment-form .reponsive-table {
  overflow: auto;
  width: 100%;
}
/* line 4553, ../../sass/base/classroom_base.scss */
.std-payment-form .psid-desc {
  width: 65%;
  margin: 25px auto -6px;
}
@media (max-width: 767px) {
  /* line 4553, ../../sass/base/classroom_base.scss */
  .std-payment-form .psid-desc {
    width: 100%;
  }
}
/* line 4559, ../../sass/base/classroom_base.scss */
.std-payment-form .psid-desc p {
  color: #000;
  margin-bottom: 0;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
}
/* line 4570, ../../sass/base/classroom_base.scss */
.std-payment-form table .chkbox-filed {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 4572, ../../sass/base/classroom_base.scss */
.std-payment-form table .chkbox-filed input[type="checkbox"],
.std-payment-form table .chkbox-filed span {
  display: inline-block;
  margin-right: 5px;
}
/* line 4578, ../../sass/base/classroom_base.scss */
.std-payment-form table .text-filed {
  padding: 0;
}
/* line 4580, ../../sass/base/classroom_base.scss */
.std-payment-form table .text-filed label {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #cacaca;
}
/* line 4584, ../../sass/base/classroom_base.scss */
.std-payment-form table .text-filed label:last-child {
  border-bottom: none;
}
/* line 4590, ../../sass/base/classroom_base.scss */
.std-payment-form .std-pay-btn {
  width: 100%;
  text-align: center;
}
/* line 4593, ../../sass/base/classroom_base.scss */
.std-payment-form .std-pay-btn .payment-insert {
  max-width: 320px;
  width: 100%;
  margin: 15px 0;
}

/* line 4605, ../../sass/base/classroom_base.scss */
.ui-widget.ui-widget-content {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3);
  padding: 25px 22px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: none;
}
/* line 4612, ../../sass/base/classroom_base.scss */
.ui-widget select {
  font-size: 13px;
}

/* line 4618, ../../sass/base/classroom_base.scss */
#scholarship_multistep_form p {
  color: #000000;
  font-size: 14px;
  line-height: 1.3;
}

/* line 4625, ../../sass/base/classroom_base.scss */
.ui-button .ui-icon {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/popup-cross.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 35px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 4634, ../../sass/base/classroom_base.scss */
.ui-button:hover .ui-icon {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/popup-cross.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* line 4641, ../../sass/base/classroom_base.scss */
.ui-dialog .ui-dialog-titlebar-close {
  right: -13px;
  top: -44px;
  width: auto;
  border: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  /* line 4641, ../../sass/base/classroom_base.scss */
  .ui-dialog .ui-dialog-titlebar-close {
    right: 4px;
  }
}
/* line 4651, ../../sass/base/classroom_base.scss */
.ui-dialog .ui-dialog-buttonpane {
  margin-top: 0;
  padding: 0;
  border-width: 0;
}
/* line 4657, ../../sass/base/classroom_base.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  text-align: center;
}

/* line 4671, ../../sass/base/classroom_base.scss */
.scholar_name_mark,
.scholar_email_mark,
.scholar_state_mark,
.scholarship-otp-wrap {
  width: 48%;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  margin-right: 2%;
}

/* line 4682, ../../sass/base/classroom_base.scss */
.scholar_email_mark,
.scholarship-otp-wrap {
  margin-right: 0;
}

/* line 4687, ../../sass/base/classroom_base.scss */
.scholarship-otp-wrap {
  position: relative;
}
/* line 4689, ../../sass/base/classroom_base.scss */
.scholarship-otp-wrap .scholar-global-otp-wrap {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
}
/* line 4693, ../../sass/base/classroom_base.scss */
.scholarship-otp-wrap .scholar-global-otp-wrap a {
  color: #0098d5;
  font-size: 13px;
}
/* line 4698, ../../sass/base/classroom_base.scss */
.scholarship-otp-wrap input {
  padding-right: 45px;
}

/* line 4703, ../../sass/base/classroom_base.scss */
.scholar-error {
  position: absolute;
  right: auto;
  bottom: -14px;
  left: 8px;
  color: #e3161a;
  font-size: 11px;
  width: 80%;
}

/* line 4710, ../../sass/base/classroom_base.scss */
.scholar-form {
  padding-bottom: 50px;
  background-color: #f2f2f2;
  counter-reset: category;
}
/* line 4714, ../../sass/base/classroom_base.scss */
.scholar-form .products-details-header {
  margin-bottom: 50px;
}
/* line 4717, ../../sass/base/classroom_base.scss */
.scholar-form .scholar-congratulation,
.scholar-form .cat-title {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
/* line 4722, ../../sass/base/classroom_base.scss */
.scholar-form .scholar-congratulation h2,
.scholar-form .cat-title h2 {
  font-size: 42px;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 4722, ../../sass/base/classroom_base.scss */
  .scholar-form .scholar-congratulation h2,
  .scholar-form .cat-title h2 {
    font-size: 33px;
  }
}
/* line 4733, ../../sass/base/classroom_base.scss */
.scholar-form #scholarship-calculator-two legend,
.scholar-form #scholarship-calculator-three legend {
  padding: 15px;
  display: block;
  background-color: #0a3e6a;
  color: #ffffff;
  margin-bottom: 10px;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
}
/* line 4744, ../../sass/base/classroom_base.scss */
.scholar-form #scholarship-calculator-two legend .fieldset-legend h2,
.scholar-form #scholarship-calculator-three legend .fieldset-legend h2 {
  font-size: 42px;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 4744, ../../sass/base/classroom_base.scss */
  .scholar-form #scholarship-calculator-two legend .fieldset-legend h2,
  .scholar-form #scholarship-calculator-three legend .fieldset-legend h2 {
    font-size: 29px;
  }
}
/* line 4755, ../../sass/base/classroom_base.scss */
.scholar-form #scholarship-calculator-two #edit-actions #edit-submit,
.scholar-form #scholarship-calculator-three #edit-actions #edit-submit {
  display: none;
}
/* line 4767, ../../sass/base/classroom_base.scss */
.scholar-form .js-form-type-radio {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
}
/* line 4771, ../../sass/base/classroom_base.scss */
.scholar-form .js-form-type-radio:before {
  counter-increment: category;
  content: counter(category);
  height: 27px;
  width: 27px;
  background: #0a3e6a;
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 12px;
  color: #ffffff;
}
/* line 4786, ../../sass/base/classroom_base.scss */
.scholar-form .js-form-type-radio.selected {
  -webkit-transform: Scale(1.03);
  -moz-transform: Scale(1.03);
  -ms-transform: Scale(1.03);
  -o-transform: Scale(1.03);
  transform: Scale(1.03);
}
/* line 4789, ../../sass/base/classroom_base.scss */
.scholar-form .js-form-type-radio label {
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 1.1;
  padding-right: 135px;
  cursor: pointer;
}
/* line 4795, ../../sass/base/classroom_base.scss */
.scholar-form .js-form-type-radio label:before {
  right: 16px;
  width: 100px;
  height: 39px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-color: #0098d5;
  content: 'SELECT';
  padding: 11px 24px;
  background-color: #0098d5;
  color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  font-weight: 500;
}
@media (max-width: 767px) {
  /* line 4789, ../../sass/base/classroom_base.scss */
  .scholar-form .js-form-type-radio label {
    padding-right: 17px;
    padding-bottom: 40px;
  }
  /* line 4820, ../../sass/base/classroom_base.scss */
  .scholar-form .js-form-type-radio label:before {
    border-top: 1px solid #e8e8e8;
    width: 100%;
    color: #0098d5;
    background: none;
    width: 100%;
    text-align: center;
    bottom: 0;
    top: auto;
    left: 0;
    font-size: 14px;
  }
}
/* line 4834, ../../sass/base/classroom_base.scss */
.scholar-form .js-form-type-radio input[type='radio'] {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: none;
}
/* line 4840, ../../sass/base/classroom_base.scss */
.scholar-form .form-item-categories,
.scholar-form .form-item-sub-categories,
.scholar-form .js-form-type-radio {
  padding: 17px 0 17px 56px;
  background-color: #ffffff;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* line 4851, ../../sass/base/classroom_base.scss */
.scholar-form #edit-actions {
  margin-top: 25px;
  text-align: right;
  padding-bottom: 25px;
  display: inline-block;
}
/* line 4856, ../../sass/base/classroom_base.scss */
.scholar-form #edit-actions #edit-submit {
  color: #0098d5;
  border-color: #0098d5;
}
/* line 4861, ../../sass/base/classroom_base.scss */
.scholar-form #edit-actions #edit-submit:hover {
  color: #ffffff !important;
  background-color: #0098d5 !important;
  border-color: #0098d5 !important;
}
@media (max-width: 767px) {
  /* line 4851, ../../sass/base/classroom_base.scss */
  .scholar-form #edit-actions {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }
}
/* line 4874, ../../sass/base/classroom_base.scss */
.scholar-form .scholarship-condition > strong {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
/* line 4880, ../../sass/base/classroom_base.scss */
.scholar-form .scholarship-condition p {
  color: #808080;
  font-size: 14px;
  line-height: 18px;
}
/* line 4885, ../../sass/base/classroom_base.scss */
.scholar-form .fieldgroup {
  margin-bottom: 20px;
}
/* line 4888, ../../sass/base/classroom_base.scss */
.scholar-form .congratulation-content {
  text-align: center;
}
/* line 4890, ../../sass/base/classroom_base.scss */
.scholar-form .congratulation-content .congratulation-image {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/calculator-congratulation.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: center;
  display: block;
  width: 141px;
  height: 141px;
  margin: 0 auto 20px;
}
/* line 4897, ../../sass/base/classroom_base.scss */
.scholar-form .congratulation-content strong {
  display: block;
  font-size: 33px;
  color: #0098d5;
}
/* line 4902, ../../sass/base/classroom_base.scss */
.scholar-form .congratulation-content p {
  font-size: 18px;
  color: #000000;
}
/* line 4907, ../../sass/base/classroom_base.scss */
.scholar-form .congratulation-action-btn {
  text-align: center;
}
@media (max-width: 575px) {
  /* line 4916, ../../sass/base/classroom_base.scss */
  .scholar-form .congratulation-action-btn a {
    width: 100%;
    display: block;
  }
  /* line 4920, ../../sass/base/classroom_base.scss */
  .scholar-form .congratulation-action-btn .form-submit {
    width: 100%;
    margin: 15px 0 0 !important;
  }
}

/* line 4929, ../../sass/base/classroom_base.scss */
.centers_management_custom .banner-wrapper {
  display: none;
}
/* line 4932, ../../sass/base/classroom_base.scss */
.centers_management_custom .centers-heading {
  text-align: center;
  margin: 15px auto;
}
/* line 4936, ../../sass/base/classroom_base.scss */
.centers_management_custom #block-views-block-testimonial-management-block-2 {
  padding: 55px 0;
}
@media (max-width: 991px) {
  /* line 4936, ../../sass/base/classroom_base.scss */
  .centers_management_custom #block-views-block-testimonial-management-block-2 {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  /* line 4936, ../../sass/base/classroom_base.scss */
  .centers_management_custom #block-views-block-testimonial-management-block-2 {
    padding: 25px 0;
  }
}

/* line 4951, ../../sass/base/classroom_base.scss */
.total-course-fee-table tr {
    /*  td{
    &:first-child{
  width: 324px;
  @include breakpoint(mobile) {
    width: 448px;
  }
 }
}*/
}
/* line 4961, ../../sass/base/classroom_base.scss */
.total-course-fee-table tr td:nth-child(2) {
  width: 112px;
}
@media (max-width: 767px) {
  /* line 4961, ../../sass/base/classroom_base.scss */
  .total-course-fee-table tr td:nth-child(2) {
    width: 155px;
  }
}
/* line 4968, ../../sass/base/classroom_base.scss */
.total-course-fee-table tr td {
  font-weight: bold;
  font-size: 15px;
  width: 324px;
}
@media (max-width: 767px) {
  /* line 4968, ../../sass/base/classroom_base.scss */
  .total-course-fee-table tr td {
    width: 448px;
  }
}
/* line 4975, ../../sass/base/classroom_base.scss */
.total-course-fee-table tr td:last-child {
  width: 143px;
}
@media (max-width: 767px) {
  /* line 4975, ../../sass/base/classroom_base.scss */
  .total-course-fee-table tr td:last-child {
    width: 197px;
  }
}

/* line 4988, ../../sass/base/classroom_base.scss */
.admission-otp-main-wrap {
  position: relative;
}
/* line 4990, ../../sass/base/classroom_base.scss */
.admission-otp-main-wrap .admission-otp-wrap {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 10px;
  font-weight: 500;
  position: absolute;
  top: 42px;
  right: 15px;
  color: #2fbcd9;
  cursor: pointer;
}
@media (max-width: 479px) {
  /* line 4990, ../../sass/base/classroom_base.scss */
  .admission-otp-main-wrap .admission-otp-wrap {
    right: 15px;
    padding: 0 5px;
  }
}
/* line 5001, ../../sass/base/classroom_base.scss */
.admission-otp-main-wrap .admission-otp-wrap a {
  color: inherit;
}
/* line 5005, ../../sass/base/classroom_base.scss */
.admission-otp-main-wrap .admission-error-text {
  color: #008000;
  margin-top: 5px;
}

/* line 5011, ../../sass/base/classroom_base.scss */
.commerce-checkout-flow.checkout-form-layout #edit-payment-information-billing-information-field-admission-otp-wrapper + .admission-form-label {
  clear: both;
}

/* line 5015, ../../sass/base/classroom_base.scss */
.title-career {
  color: #434343;
  position: absolute;
  left: 387px;
  top: 30px;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  z-index: -99999;
}

/* line 5025, ../../sass/base/classroom_base.scss */
#installment-payment {
  padding: 10px 0px;
}
/* line 5027, ../../sass/base/classroom_base.scss */
#installment-payment legend {
  margin-bottom: 15px;
  font-weight: bold;
}
/* line 5030, ../../sass/base/classroom_base.scss */
#installment-payment legend span {
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  font-size: 20px;
}
/* line 5037, ../../sass/base/classroom_base.scss */
#installment-payment #edit-payment-method {
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 479px) {
  /* line 5037, ../../sass/base/classroom_base.scss */
  #installment-payment #edit-payment-method {
    display: block;
  }
}
/* line 5043, ../../sass/base/classroom_base.scss */
#installment-payment #edit-payment-method .js-form-item {
  text-transform: capitalize;
  padding-right: 15px;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 5043, ../../sass/base/classroom_base.scss */
  #installment-payment #edit-payment-method .js-form-item {
    display: block;
  }
}
/* line 5051, ../../sass/base/classroom_base.scss */
#installment-payment #edit-payment-method .js-form-item input[type="radio"] {
  display: none;
}
/* line 5054, ../../sass/base/classroom_base.scss */
#installment-payment #edit-payment-method .js-form-item label {
  padding: 6px;
  position: relative;
  padding-left: 26px;
  min-width: 210px;
  padding-bottom: 40px;
  display: inline-block;
}
/* line 5062, ../../sass/base/classroom_base.scss */
#installment-payment #edit-payment-method .js-form-item label:before {
  position: absolute;
  top: 6px;
  left: 2px;
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  content: '';
  border: 1px solid #919191;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 5076, ../../sass/base/classroom_base.scss */
#installment-payment #edit-payment-method .js-form-item label:after {
  content: "";
  background-image: url(//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/all-geteway-image.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 80%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
/* line 5089, ../../sass/base/classroom_base.scss */
#installment-payment #edit-payment-method .js-form-item label[for="edit-payment-method-hdfc"] {
  text-transform: uppercase;
}
/* line 5092, ../../sass/base/classroom_base.scss */
#installment-payment #edit-payment-method .js-form-item input[type='radio']:checked + label:before {
  border: 5px solid #008fd3;
}

/* line 5100, ../../sass/base/classroom_base.scss */
.gateway-selection-page .dashboard-content {
  width: 100%;
}

/* line 5105, ../../sass/base/classroom_base.scss */
.payment-gateway-wrapper {
  padding: 40px 0px;
}
/* line 5107, ../../sass/base/classroom_base.scss */
.payment-gateway-wrapper .payment-heading {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: center;
}
/* line 5113, ../../sass/base/classroom_base.scss */
.payment-gateway-wrapper .gateway-selection-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 5116, ../../sass/base/classroom_base.scss */
.payment-gateway-wrapper .gateway-selection-wrap #installment-payment {
  background: rgba(235, 235, 235, 0.85);
  padding: 10px 15px 20px;
  text-align: left;
}
@media (max-width: 479px) {
  /* line 5120, ../../sass/base/classroom_base.scss */
  .payment-gateway-wrapper .gateway-selection-wrap #installment-payment .js-form-item {
    padding-right: 0 !important;
    text-align: center;
  }
}
/* line 5125, ../../sass/base/classroom_base.scss */
.payment-gateway-wrapper .gateway-selection-wrap #installment-payment .js-form-item legend span {
  font-weight: 500;
  padding-bottom: 20px;
}
@media (max-width: 479px) {
  /* line 5125, ../../sass/base/classroom_base.scss */
  .payment-gateway-wrapper .gateway-selection-wrap #installment-payment .js-form-item legend span {
    text-align: center;
  }
}
/* line 5132, ../../sass/base/classroom_base.scss */
.payment-gateway-wrapper .gateway-selection-wrap #installment-payment .js-form-item label {
  padding: 20px 20px 70px 49px !important;
  border: 2px solid #dddddd;
  border-radius: 3px;
  cursor: pointer;
  background: #f5f5f5;
  text-align: left;
}
/* line 5139, ../../sass/base/classroom_base.scss */
.payment-gateway-wrapper .gateway-selection-wrap #installment-payment .js-form-item label:before {
  left: 20px !important;
  top: 20px !important;
}
/* line 5143, ../../sass/base/classroom_base.scss */
.payment-gateway-wrapper .gateway-selection-wrap #installment-payment .js-form-item label:after {
  background-position: 48% 56px !important;
}
/* line 5147, ../../sass/base/classroom_base.scss */
.payment-gateway-wrapper .gateway-selection-wrap #installment-payment .js-form-item input[type='radio']:checked + label {
  border: 2px solid #0f99db;
  background: #f1fcff;
}
/* line 5151, ../../sass/base/classroom_base.scss */
.payment-gateway-wrapper .gateway-selection-wrap #installment-payment .js-form-item:last-child {
  padding-right: 0px !important;
}
/* line 5155, ../../sass/base/classroom_base.scss */
.payment-gateway-wrapper .gateway-selection-wrap #installment-payment > .js-form-item {
  padding-right: 0px !important;
}
/* line 5159, ../../sass/base/classroom_base.scss */
.payment-gateway-wrapper .gateway-selection-wrap div#edit-actions {
  text-align: center;
}
/* line 5161, ../../sass/base/classroom_base.scss */
.payment-gateway-wrapper .gateway-selection-wrap div#edit-actions input {
  background: -moz-linear-gradient(0deg, #009fd2 0%, #3dc4db 100%);
  background: -webkit-linear-gradient(0deg, #009fd2 0%, #3dc4db 100%);
  background: -ms-linear-gradient(0deg, #009fd2 0%, #3dc4db 100%);
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1);
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 50px;
  border: 1px solid #3dc4db;
}
/* line 5170, ../../sass/base/classroom_base.scss */
.payment-gateway-wrapper .gateway-selection-wrap div#edit-actions input:hover {
  background: transparent;
  color: #21a6e5;
}

/* line 5181, ../../sass/base/classroom_base.scss */
.centers-results .views-field-title .location-courses:before {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/Aakash/s3fs-public/inline-images/book.png");
  background-position: center;
  background-size: contain;
}

@media (max-width: 767px) {
  /* line 5190, ../../sass/base/classroom_base.scss */
  .header-block-list li.course-download-brochure {
    text-align: left;
    margin-left: 0px;
  }
}
/* line 5196, ../../sass/base/classroom_base.scss */
.banner-slider-wrapper_multi-dimension .multi-dimension-image img {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

/* line 5212, ../../sass/base/classroom_base.scss */
.banner-slider-wrapper {
  height: 65vh;
  max-height: 500px;
  min-height: 400px;
  position: relative;
  background-size: cover;
  padding: 0 55px;
}

/* line 5221, ../../sass/base/classroom_base.scss */
.banner-slider-wrapper_multi-dimension {
  height: 65vh;
  max-height: 500px;
  min-height: 400px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 5229, ../../sass/base/classroom_base.scss */
  .banner-slider-wrapper_multi-dimension .multi-dimension-image img {
    height: 420px;
    /*object-fit:contain;*/
  }
}
@media (max-width: 767px) {
  /* line 5236, ../../sass/base/classroom_base.scss */
  .banner-slider-wrapper_multi-dimension {
    height: 420px;
  }
}
@media (max-width: 479px) {
  /* line 5242, ../../sass/base/classroom_base.scss */
  .banner-slider-wrapper_multi-dimension {
    height: 400px;
  }
  /* line 5244, ../../sass/base/classroom_base.scss */
  .banner-slider-wrapper_multi-dimension .multi-dimension-image {
    margin-top: 4%;
    margin-bottom: 4%;
  }
}
/*@media (max-width: 479px) {
  .banner-slider-wrapper_multi-dimension .multi-dimension-image img {
    height: 370px;
    object-fit:contain;
  }
}*/
@media (max-width: 1279px) {
  /* line 5260, ../../sass/base/classroom_base.scss */
  .banner-slider-wrapper {
    height: 425px;
  }
}
@media (max-width: 767px) {
  /* line 5266, ../../sass/base/classroom_base.scss */
  .banner-slider-wrapper {
    height: 420px;
    padding: 15px;
  }
}
@media (max-width: 479px) {
  /* line 5273, ../../sass/base/classroom_base.scss */
  .banner-slider-wrapper {
    height: 400px;
  }
}
/* line 5279, ../../sass/base/classroom_base.scss */
.classroom-homemidblock-wrapper .newsevent-block,
.classroom-homemidblock-wrapper .announcement-block {
  margin: 30px 0;
}

/* line 5285, ../../sass/base/classroom_base.scss */
.student-title {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 1 !important;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
}

/* line 5294, ../../sass/base/classroom_base.scss */
.sample-wrap {
  padding: 30px 0 23px;
}
/* line 5296, ../../sass/base/classroom_base.scss */
.sample-wrap h2 {
  font-size: 19px;
  line-height: 1.1;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 29px;
}
/* line 5303, ../../sass/base/classroom_base.scss */
.sample-wrap h3 {
  font-size: 16px;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-weight: 500;
  padding: 10px 40px 10px 10px;
  width: 100%;
  cursor: pointer;
  position: relative;
  background: #f4f8f8;
  border: 1px solid #dadada;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* line 5318, ../../sass/base/classroom_base.scss */
.sample-wrap h3:before {
  content: '';
  width: 27px;
  height: 27px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 9px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border: 1px solid #0098d5;
}
/* line 5336, ../../sass/base/classroom_base.scss */
.sample-wrap h3:after {
  content: '';
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/dlp/images/toggle-icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 15px;
  height: 15px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/* line 5358, ../../sass/base/classroom_base.scss */
.sample-wrap h3.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 5361, ../../sass/base/classroom_base.scss */
.sample-wrap h3.active:after {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/dlp/images/toggle-icon.png");
  background-repeat: no-repeat;
  background-position: -20px 0;
}
/* line 5368, ../../sass/base/classroom_base.scss */
.sample-wrap ul {
  display: none;
  padding-left: 20px !important;
  padding-right: 20px;
  border: 1px solid #dadada;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  list-style: none !important;
}
/* line 5377, ../../sass/base/classroom_base.scss */
.sample-wrap ul li {
  font-size: 14px;
  line-height: 1.1;
  color: #26aada;
  position: relative;
  padding-left: 19px !important;
}
/* line 5383, ../../sass/base/classroom_base.scss */
.sample-wrap ul li:first-child {
  padding-top: 20px !important;
}
/* line 5385, ../../sass/base/classroom_base.scss */
.sample-wrap ul li:first-child:before {
  top: 24px;
}
/* line 5389, ../../sass/base/classroom_base.scss */
.sample-wrap ul li:last-child {
  margin-bottom: 20px;
}
/* line 5392, ../../sass/base/classroom_base.scss */
.sample-wrap ul li:before {
  content: ' ';
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #26aada;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 5404, ../../sass/base/classroom_base.scss */
.sample-wrap ul li a {
  text-decoration: none !important;
  color: inherit !important;
}
/* line 5407, ../../sass/base/classroom_base.scss */
.sample-wrap ul li a:hover {
  text-decoration: underline;
}
/* line 5413, ../../sass/base/classroom_base.scss */
.sample-wrap .sample-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
/* line 5424, ../../sass/base/classroom_base.scss */
.sample-wrap .sample-block > div {
  width: 49%;
  margin-bottom: 18px;
}
/* line 5427, ../../sass/base/classroom_base.scss */
.sample-wrap .sample-block > div:nth-child(odd) {
  padding-right: 25px;
}

@media (max-width: 767px) {
  /* line 5435, ../../sass/base/classroom_base.scss */
  .sample-wrap {
    padding: 25px 0 8px;
  }
}
@media (max-width: 767px) {
  /* line 5441, ../../sass/base/classroom_base.scss */
  .sample-wrap h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* line 5447, ../../sass/base/classroom_base.scss */
  .sample-wrap h3 {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  /* line 5454, ../../sass/base/classroom_base.scss */
  .sample-wrap .sample-block > div {
    width: 100%;
    min-height: initial;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  /* line 5462, ../../sass/base/classroom_base.scss */
  .sample-wrap .sample-block > div:nth-child(odd) {
    padding-right: 0px;
  }
}
/* line 5467, ../../sass/base/classroom_base.scss */
.our-dispatch-wrapper .item-list {
  margin-bottom: 18px;
}

/* line 5471, ../../sass/base/classroom_base.scss */
.mob-wrap_contact_us {
  position: relative;
  display: inline-block;
  float: left;
}
/* line 5475, ../../sass/base/classroom_base.scss */
.mob-wrap_contact_us .otp-link {
  position: absolute;
  top: 14px;
  right: 35px;
  font-size: 14px;
  font-weight: 900;
}
/* line 5481, ../../sass/base/classroom_base.scss */
.mob-wrap_contact_us .otp-link a {
  color: #0098d5;
}
/* line 5485, ../../sass/base/classroom_base.scss */
.mob-wrap_contact_us .otp-msg {
  position: absolute;
  bottom: 3px;
  left: 10px;
  font-size: 13px;
}

/* line 5493, ../../sass/base/classroom_base.scss */
label[for="edit-contact-us-otp"] {
  display: none;
}

/* line 5497, ../../sass/base/classroom_base.scss */
.otp-wrap .remove-bottom-margin-mb {
  float: none;
}

/* line 5504, ../../sass/base/classroom_base.scss */
.installment-list tr td label {
  display: inline-block;
}
/* line 5507, ../../sass/base/classroom_base.scss */
.installment-list tr td input[type="text"] {
  display: inline-block;
  width: 90%;
}

/* product Block */
/* line 5520, ../../sass/base/classroom_base.scss */
.product-block .views-row,
.wishlist-wrapper .views-row {
  width: 100%;
  position: relative;
  padding: 20px;
  margin-bottom: 28px;
  padding-left: 275px;
  padding-right: 185px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  min-height: 245px;
  background: #ffffff;
}
@media (max-width: 991px) {
  /* line 5520, ../../sass/base/classroom_base.scss */
  .product-block .views-row,
  .wishlist-wrapper .views-row {
    padding-left: 235px;
  }
}
@media (max-width: 1023px) {
  /* line 5520, ../../sass/base/classroom_base.scss */
  .product-block .views-row,
  .wishlist-wrapper .views-row {
    padding-right: 15px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  /* line 5520, ../../sass/base/classroom_base.scss */
  .product-block .views-row,
  .wishlist-wrapper .views-row {
    padding-left: 15px;
  }
}
@media (max-width: 479px) {
  /* line 5520, ../../sass/base/classroom_base.scss */
  .product-block .views-row,
  .wishlist-wrapper .views-row {
    padding-left: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
}
/* line 5549, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-product-listing-image,
.wishlist-wrapper .views-row .views-field-field-product-listing-image {
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 1;
}
/* line 5556, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-product-listing-image .field-content,
.wishlist-wrapper .views-row .views-field-field-product-listing-image .field-content {
  display: flex;
}
@media (max-width: 479px) {
  /* line 5556, ../../sass/base/classroom_base.scss */
  .product-block .views-row .views-field-field-product-listing-image .field-content,
  .wishlist-wrapper .views-row .views-field-field-product-listing-image .field-content {
    max-width: 85%;
    margin: 0 auto;
    position: relative;
  }
  /* line 5562, ../../sass/base/classroom_base.scss */
  .product-block .views-row .views-field-field-product-listing-image .field-content img,
  .wishlist-wrapper .views-row .views-field-field-product-listing-image .field-content img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 5549, ../../sass/base/classroom_base.scss */
  .product-block .views-row .views-field-field-product-listing-image,
  .wishlist-wrapper .views-row .views-field-field-product-listing-image {
    width: 200px;
  }
}
@media (max-width: 767px) {
  /* line 5549, ../../sass/base/classroom_base.scss */
  .product-block .views-row .views-field-field-product-listing-image,
  .wishlist-wrapper .views-row .views-field-field-product-listing-image {
    width: 150px;
  }
}
@media (max-width: 479px) {
  /* line 5549, ../../sass/base/classroom_base.scss */
  .product-block .views-row .views-field-field-product-listing-image,
  .wishlist-wrapper .views-row .views-field-field-product-listing-image {
    position: static;
    width: 100%;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    margin-bottom: 10px;
    text-align: center;
  }
}
/* line 5580, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-product-listing-image img,
.wishlist-wrapper .views-row .views-field-field-product-listing-image img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* line 5584, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-title,
.wishlist-wrapper .views-row .views-field-title {
  font-weight: 900;
  font-size: 19px;
  line-height: 1.5;
  color: #29343e;
}
@media (max-width: 767px) {
  /* line 5584, ../../sass/base/classroom_base.scss */
  .product-block .views-row .views-field-title,
  .wishlist-wrapper .views-row .views-field-title {
    padding-left: 170px;
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  /* line 5584, ../../sass/base/classroom_base.scss */
  .product-block .views-row .views-field-title,
  .wishlist-wrapper .views-row .views-field-title {
    padding-left: 0px;
  }
}
/* line 5596, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-title a,
.wishlist-wrapper .views-row .views-field-title a {
  color: inherit;
}
/* line 5598, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-title a:hover,
.wishlist-wrapper .views-row .views-field-title a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  /* line 5603, ../../sass/base/classroom_base.scss */
  .product-block .views-row .views-field-field-product-validity-date,
  .wishlist-wrapper .views-row .views-field-field-product-validity-date {
    padding-left: 170px !important;
  }
}
@media (max-width: 479px) {
  /* line 5603, ../../sass/base/classroom_base.scss */
  .product-block .views-row .views-field-field-product-validity-date,
  .wishlist-wrapper .views-row .views-field-field-product-validity-date {
    padding-left: 0px !important;
  }
}
/* line 5611, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-product-validity-date,
.wishlist-wrapper .views-row .views-field-field-product-validity-date {
  display: inline-block;
  font-size: 13px;
  color: #29343e;
  font-weight: 500;
}
/* line 5617, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-course-validity,
.product-block .views-row .views-field-field-product-course-type,
.wishlist-wrapper .views-row .views-field-field-course-validity,
.wishlist-wrapper .views-row .views-field-field-product-course-type {
  font-size: 13px;
  line-height: 1;
  color: #29343e;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
  border-left: 1px solid #c7c7c7;
  padding-left: 5px;
  margin-left: 5px;
}
/* line 5628, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-course-validity span,
.product-block .views-row .views-field-field-product-course-type span,
.wishlist-wrapper .views-row .views-field-field-course-validity span,
.wishlist-wrapper .views-row .views-field-field-product-course-type span {
  display: inline-block;
}
/* line 5631, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-course-validity .field-content,
.product-block .views-row .views-field-field-product-course-type .field-content,
.wishlist-wrapper .views-row .views-field-field-course-validity .field-content,
.wishlist-wrapper .views-row .views-field-field-product-course-type .field-content {
  display: inline-block;
  padding-left: 2px;
}
@media (max-width: 479px) {
  /* line 5617, ../../sass/base/classroom_base.scss */
  .product-block .views-row .views-field-field-course-validity,
  .product-block .views-row .views-field-field-product-course-type,
  .wishlist-wrapper .views-row .views-field-field-course-validity,
  .wishlist-wrapper .views-row .views-field-field-product-course-type {
    padding-left: 0px;
    margin: 3px 0;
    border-left: 0;
  }
}
/* line 5641, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-product-short-desc,
.wishlist-wrapper .views-row .views-field-field-product-short-desc {
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
  color: #525b66;
  font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  /* line 5641, ../../sass/base/classroom_base.scss */
  .product-block .views-row .views-field-field-product-short-desc,
  .wishlist-wrapper .views-row .views-field-field-product-short-desc {
    padding-left: 170px;
    min-height: 100px;
    max-height: initial;
  }
}
@media (max-width: 479px) {
  /* line 5641, ../../sass/base/classroom_base.scss */
  .product-block .views-row .views-field-field-product-short-desc,
  .wishlist-wrapper .views-row .views-field-field-product-short-desc {
    padding-left: 0px;
    min-height: initial;
  }
}
/* line 5657, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-product-short-desc a,
.wishlist-wrapper .views-row .views-field-field-product-short-desc a {
  color: #2fbcd9;
  text-decoration: underline;
}
/* line 5662, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-variations,
.wishlist-wrapper .views-row .views-field-variations {
  margin-bottom: 15px;
}
/* line 5664, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-variations .field--type-entity-reference,
.wishlist-wrapper .views-row .views-field-variations .field--type-entity-reference {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 1;
}
@media (max-width: 1023px) {
  /* line 5664, ../../sass/base/classroom_base.scss */
  .product-block .views-row .views-field-variations .field--type-entity-reference,
  .wishlist-wrapper .views-row .views-field-variations .field--type-entity-reference {
    position: static;
    margin: 10px 0;
  }
}
/* line 5675, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-variations .field--type-entity-reference .fieldset-legend,
.wishlist-wrapper .views-row .views-field-variations .field--type-entity-reference .fieldset-legend {
  display: none;
}
/* line 5678, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-variations .field--type-entity-reference .js-form-item,
.wishlist-wrapper .views-row .views-field-variations .field--type-entity-reference .js-form-item {
  display: inline-block;
}
/* line 5681, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-variations .field--type-entity-reference label,
.wishlist-wrapper .views-row .views-field-variations .field--type-entity-reference label {
  cursor: pointer;
  font-size: 12.5px;
  color: #5d6b78;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background: #d4ddec;
  padding: 3px 17px;
  margin-left: 5px;
}
/* line 5690, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-variations .field--type-entity-reference input[type="radio"],
.wishlist-wrapper .views-row .views-field-variations .field--type-entity-reference input[type="radio"] {
  display: none;
}
/* line 5692, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-variations .field--type-entity-reference input[type="radio"]:checked + label,
.wishlist-wrapper .views-row .views-field-variations .field--type-entity-reference input[type="radio"]:checked + label {
  background: #436380;
  color: #ffffff;
}
/* line 5699, ../../sass/base/classroom_base.scss */
.product-block .views-row .form-actions,
.wishlist-wrapper .views-row .form-actions {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  /* line 5699, ../../sass/base/classroom_base.scss */
  .product-block .views-row .form-actions,
  .wishlist-wrapper .views-row .form-actions {
    position: absolute;
    bottom: 15px;
    left: 235px;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  /* line 5699, ../../sass/base/classroom_base.scss */
  .product-block .views-row .form-actions,
  .wishlist-wrapper .views-row .form-actions {
    left: 15px;
  }
}
@media (max-width: 479px) {
  /* line 5699, ../../sass/base/classroom_base.scss */
  .product-block .views-row .form-actions,
  .wishlist-wrapper .views-row .form-actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    left: 0;
    padding: 0 15px;
  }
}
/* line 5719, ../../sass/base/classroom_base.scss */
.product-block .views-row .form-actions .button,
.wishlist-wrapper .views-row .form-actions .button {
  min-width: 140px;
  padding: 8px;
  margin-left: 15px !important;
}
/* line 5724, ../../sass/base/classroom_base.scss */
.product-block .views-row .form-actions .button:first-child,
.wishlist-wrapper .views-row .form-actions .button:first-child {
  margin-left: 0 !important;
  background-image: -moz-linear-gradient(0deg, #009fd2 0%, #3dc4db 100%);
  background-image: -webkit-linear-gradient(0deg, #009fd2 0%, #3dc4db 100%);
  background-image: -ms-linear-gradient(0deg, #009fd2 0%, #3dc4db 100%);
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  border: 1px solid #2fbcd9;
}
/* line 5732, ../../sass/base/classroom_base.scss */
.product-block .views-row .form-actions .button:first-child:hover,
.wishlist-wrapper .views-row .form-actions .button:first-child:hover {
  background-color: #ffffff;
  color: #2fbcd9;
  border: 1px solid #2fbcd9;
  background-image: none;
}
@media (max-width: 575px) {
  /* line 5719, ../../sass/base/classroom_base.scss */
  .product-block .views-row .form-actions .button,
  .wishlist-wrapper .views-row .form-actions .button {
    margin-top: 0 !important;
  }
}
@media (max-width: 479px) {
  /* line 5719, ../../sass/base/classroom_base.scss */
  .product-block .views-row .form-actions .button,
  .wishlist-wrapper .views-row .form-actions .button {
    margin-left: 10px !important;
    margin-top: 10px !important;
    min-width: 100px;
  }
}
/* line 5763, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-variations-1,
.wishlist-wrapper .views-row .views-field-variations-1 {
  position: absolute;
  top: 70px;
  right: 15px;
}
@media (max-width: 1023px) {
  /* line 5763, ../../sass/base/classroom_base.scss */
  .product-block .views-row .views-field-variations-1,
  .wishlist-wrapper .views-row .views-field-variations-1 {
    position: static;
    margin-bottom: 10px;
  }
}
/* line 5775, ../../sass/base/classroom_base.scss */
.product-block .views-row .batch-wrapper,
.wishlist-wrapper .views-row .batch-wrapper {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
@media (max-width: 991px) {
  /* line 5775, ../../sass/base/classroom_base.scss */
  .product-block .views-row .batch-wrapper,
  .wishlist-wrapper .views-row .batch-wrapper {
    position: static;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  /* line 5775, ../../sass/base/classroom_base.scss */
  .product-block .views-row .batch-wrapper,
  .wishlist-wrapper .views-row .batch-wrapper {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  /* line 5792, ../../sass/base/classroom_base.scss */
  .product-block .views-row .batch-wrapper > div,
  .wishlist-wrapper .views-row .batch-wrapper > div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 5797, ../../sass/base/classroom_base.scss */
  .product-block .views-row .batch-wrapper select,
  .wishlist-wrapper .views-row .batch-wrapper select {
    width: 90%;
    margin-bottom: 5px;
  }
}
/* line 5803, ../../sass/base/classroom_base.scss */
.product-block .views-row .batch-wrapper label,
.wishlist-wrapper .views-row .batch-wrapper label {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 5803, ../../sass/base/classroom_base.scss */
  .product-block .views-row .batch-wrapper label,
  .wishlist-wrapper .views-row .batch-wrapper label {
    white-space: nowrap;
  }
}
/* line 5810, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-product-package-contains > div,
.wishlist-wrapper .views-row .views-field-field-product-package-contains > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 11px 0;
  background: #f3f7fc;
  padding: 14px 0;
}
/* line 5816, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-product-package-contains > div ol,
.product-block .views-row .views-field-field-product-package-contains > div ul,
.wishlist-wrapper .views-row .views-field-field-product-package-contains > div ol,
.wishlist-wrapper .views-row .views-field-field-product-package-contains > div ul {
  display: inherit;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
/* line 5821, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-product-package-contains > div li,
.wishlist-wrapper .views-row .views-field-field-product-package-contains > div li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-right: 1px solid #dae1e9;
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 1079px) {
  /* line 5821, ../../sass/base/classroom_base.scss */
  .product-block .views-row .views-field-field-product-package-contains > div li,
  .wishlist-wrapper .views-row .views-field-field-product-package-contains > div li {
    padding: 0 12px;
  }
}
/* line 5831, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-product-package-contains > div li strong,
.wishlist-wrapper .views-row .views-field-field-product-package-contains > div li strong {
  color: #2fbcd9;
  margin-right: 5px;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 479px) {
  /* line 5831, ../../sass/base/classroom_base.scss */
  .product-block .views-row .views-field-field-product-package-contains > div li strong,
  .wishlist-wrapper .views-row .views-field-field-product-package-contains > div li strong {
    font-size: 10px;
  }
}
/* line 5840, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-product-package-contains > div li::before,
.wishlist-wrapper .views-row .views-field-field-product-package-contains > div li::before {
  content: " ";
  width: 18px;
  height: 18px;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -39px -420px;
  margin-right: 3px;
}
/* line 5852, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-product-package-contains > div li:nth-child(2):before,
.wishlist-wrapper .views-row .views-field-field-product-package-contains > div li:nth-child(2):before {
  background-position: -39px -441px;
}
/* line 5856, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-product-package-contains > div li:nth-child(3),
.wishlist-wrapper .views-row .views-field-field-product-package-contains > div li:nth-child(3) {
  border: 0;
}
/* line 5858, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-product-package-contains > div li:nth-child(3):before,
.wishlist-wrapper .views-row .views-field-field-product-package-contains > div li:nth-child(3):before {
  background-position: -39px -465px;
}
/* line 5862, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-product-package-contains > div li:nth-child(4),
.wishlist-wrapper .views-row .views-field-field-product-package-contains > div li:nth-child(4) {
  border: 0;
}
/* line 5864, ../../sass/base/classroom_base.scss */
.product-block .views-row .views-field-field-product-package-contains > div li:nth-child(4):before,
.wishlist-wrapper .views-row .views-field-field-product-package-contains > div li:nth-child(4):before {
  display: none;
  background-position: -39px -465px;
}
@media (max-width: 767px) {
  /* line 5810, ../../sass/base/classroom_base.scss */
  .product-block .views-row .views-field-field-product-package-contains > div,
  .wishlist-wrapper .views-row .views-field-field-product-package-contains > div {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 7px 0;
    margin: 0;
  }
  /* line 5877, ../../sass/base/classroom_base.scss */
  .product-block .views-row .views-field-field-product-package-contains > div li,
  .wishlist-wrapper .views-row .views-field-field-product-package-contains > div li {
    margin: 5px 0;
    padding: 0 7px;
    font-size: 12px;
  }
}

/* Price Filter Group */
/* line 5891, ../../sass/base/classroom_base.scss */
.price-filter-group span {
  display: block;
}
@media (max-width: 991px) {
  /* line 5891, ../../sass/base/classroom_base.scss */
  .price-filter-group span {
    display: inline-block;
    margin-right: 15px;
  }
}
/* line 5897, ../../sass/base/classroom_base.scss */
.price-filter-group span div {
  display: inline-block;
}
/* line 5901, ../../sass/base/classroom_base.scss */
.price-filter-group .main-price {
  color: #29343e;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  /* line 5901, ../../sass/base/classroom_base.scss */
  .price-filter-group .main-price {
    font-size: 18px;
  }
  /* line 5909, ../../sass/base/classroom_base.scss */
  .price-filter-group .main-price .show-price-popup {
    left: 0;
    right: initial;
  }
  /* line 5912, ../../sass/base/classroom_base.scss */
  .price-filter-group .main-price .show-price-popup:before {
    left: 0;
    right: initial;
  }
}
@media (max-width: 479px) {
  /* line 5919, ../../sass/base/classroom_base.scss */
  .price-filter-group .main-price .show-price-popup {
    left: -85px;
    right: initial;
  }
  /* line 5922, ../../sass/base/classroom_base.scss */
  .price-filter-group .main-price .show-price-popup:before {
    left: 80px;
    right: initial;
  }
}
/* line 5929, ../../sass/base/classroom_base.scss */
.price-filter-group .list-price {
  color: #5d6b78;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 5px;
  display: inline-block;
}
/* line 5936, ../../sass/base/classroom_base.scss */
.price-filter-group .list-price div {
  text-decoration: line-through;
}
/* line 5940, ../../sass/base/classroom_base.scss */
.price-filter-group .discount-percent {
  font-size: 15px;
  color: #f0444b;
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 0 !important;
}
/* line 5947, ../../sass/base/classroom_base.scss */
.price-filter-group .discount-percent div {
  display: inline-block;
  position: relative;
}
/* line 5950, ../../sass/base/classroom_base.scss */
.price-filter-group .discount-percent div:after {
  content: ' % Off';
}
/* line 5955, ../../sass/base/classroom_base.scss */
.price-filter-group .info-btn {
  margin: 0 0 0 5px;
}

/* line 5963, ../../sass/base/classroom_base.scss */
.aakash-in-media {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 5963, ../../sass/base/classroom_base.scss */
  .aakash-in-media {
    margin: 15px auto;
  }
}
/* line 5970, ../../sass/base/classroom_base.scss */
.aakash-in-media .views-row {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px;
  margin: 7.5px;
  width: calc(33% - 15px);
}
@media (max-width: 991px) {
  /* line 5970, ../../sass/base/classroom_base.scss */
  .aakash-in-media .views-row {
    width: 100%;
    min-width: 100%;
    margin: 10px auto;
  }
}
/* line 5981, ../../sass/base/classroom_base.scss */
.aakash-in-media .views-row a {
  text-align: center;
  display: block;
  color: #4e4e4e;
  font-weight: bold;
  font-size: 16px;
}
/* line 5988, ../../sass/base/classroom_base.scss */
.aakash-in-media .views-row img {
  max-width: 100%;
  height: auto;
  margin: 10px auto 0;
  display: block;
  width: auto;
}
/* line 5995, ../../sass/base/classroom_base.scss */
.aakash-in-media .views-row .views-field {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 2px 0 0;
  font-size: 14px;
  width: 100%;
}
/* line 6001, ../../sass/base/classroom_base.scss */
.aakash-in-media .views-row .views-field span {
  padding-right: 4px;
}
/* line 6003, ../../sass/base/classroom_base.scss */
.aakash-in-media .views-row .views-field span.field-content {
  padding: 0;
  width: 100%;
}
/* line 6009, ../../sass/base/classroom_base.scss */
.aakash-in-media .views-row .views-field-field-image {
  border-top: 1px solid #eaeaea;
  margin-top: 10px;
}

@media (max-width: 991px) {
  /* line 6016, ../../sass/base/classroom_base.scss */
  .media-corporate-release {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    overflow: auto;
  }
}
/* line 6022, ../../sass/base/classroom_base.scss */
.media-corporate-release .views-row a {
  font-size: 14px;
  display: block;
  padding: 15px 0;
}
/* line 6027, ../../sass/base/classroom_base.scss */
.media-corporate-release .views-row .views-field-field-aim-year-month {
  border-bottom: 1px solid #eaeaea;
  font-weight: bold;
  padding-bottom: 15px;
  margin-top: 20px;
}
/* line 6034, ../../sass/base/classroom_base.scss */
.media-corporate-release .views-row :first-child .views-field-field-aim-year-month {
  margin-top: 0;
}

/* line 6045, ../../sass/base/classroom_base.scss */
.student-attendance .dashboard-content {
  background: #f3f3f3;
}

/* line 6050, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper {
  padding: 30px 15px;
}
/* line 6053, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .calendar-preview {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 6056, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .calendar-preview .back-arrow,
.student-attendance-wrapper .calendar-preview .forward-arrow {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -128.5px -302px;
  width: 13px;
  height: 7px;
  padding: 0 10px;
  cursor: pointer;
}
/* line 6067, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .calendar-preview .back-arrow.disable,
.student-attendance-wrapper .calendar-preview .forward-arrow.disable {
  filter: grayscale(100%);
}
/* line 6071, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .calendar-preview .back-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 6074, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .calendar-preview .forward-arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 6077, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .calendar-preview #calendar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: auto;
}
/* line 6080, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .calendar-preview #calendar::-webkit-scrollbar {
  display: none;
}
/* line 6083, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .calendar-preview #calendar .day {
  margin: 20px 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #ffffff;
  color: #adadad;
  border: none;
  min-width: 40px;
  padding: 5px;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 6083, ../../sass/base/classroom_base.scss */
  .student-attendance-wrapper .calendar-preview #calendar .day {
    margin: 20px 3px;
  }
}
/* line 6096, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .calendar-preview #calendar .day.future {
  color: #26a9e0;
  border: 1px solid #26a9e0;
  background: #ffffff;
}
/* line 6101, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .calendar-preview #calendar .day.active {
  background: #26a9e0;
  color: #ffffff;
}
/* line 6105, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .calendar-preview #calendar .day.today {
  position: relative;
  color: #26a9e0;
  border: 1px solid #26a9e0;
}
/* line 6109, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .calendar-preview #calendar .day.today.active {
  color: #ffffff;
}
/* line 6112, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .calendar-preview #calendar .day.today:before {
  content: 'Today';
  color: #26a9e0;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  font-size: 12px;
}
/* line 6126, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper #month_name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 5px;
  align-items: center;
  color: #26a9e0;
  cursor: pointer;
  margin-bottom: 10px;
}
/* line 6134, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper #month_name i {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/menu-icon-sprite.png");
  background-repeat: no-repeat;
  background-position: -41px -4px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 12px;
  height: 10px;
  margin-right: 5px;
}
/* line 6145, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper #month_name h4 {
  margin: 0;
}
/* line 6150, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .no_class {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  padding: 245px 0 20px;
  color: #26a9e0;
  position: relative;
  margin-top: 30px;
}
/* line 6158, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .no_class:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/no-classes.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 335px;
  height: 224px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 6150, ../../sass/base/classroom_base.scss */
  .student-attendance-wrapper .attendance-card-wrapper .no_class {
    padding-top: 200px;
  }
  /* line 6176, ../../sass/base/classroom_base.scss */
  .student-attendance-wrapper .attendance-card-wrapper .no_class:before {
    width: 250px;
    height: 180px;
  }
}
/* line 6182, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card {
  background: #ffffff;
  margin: 10px 10px 30px;
  padding: 15px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
/* line 6190, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card h3 {
  color: #434343;
  margin-bottom: 15px;
  max-width: 80%;
  font-size: 19px;
  letter-spacing: 0.1px;
}
@media (max-width: 767px) {
  /* line 6190, ../../sass/base/classroom_base.scss */
  .student-attendance-wrapper .attendance-card-wrapper .timetable-card h3 {
    font-size: 16px;
  }
}
/* line 6200, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .timing {
  color: #757575;
  font-size: 13.5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 6205, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .timing .from-time {
  padding: 0 5px 0 0;
}
/* line 6208, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .timing .to-time {
  padding: 0 5px;
}
/* line 6212, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card.active {
  background: #26a9e0;
  color: #ffffff;
}
/* line 6215, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card.active h3,
.student-attendance-wrapper .attendance-card-wrapper .timetable-card.active .timing {
  color: #ffffff;
}
/* line 6219, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card.active .clock {
  border-color: #ffffff;
}
/* line 6221, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card.active .clock:after, .student-attendance-wrapper .attendance-card-wrapper .timetable-card.active .clock:before {
  border-color: #ffffff;
}
/* line 6226, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card.active .pin {
  border-color: #ffffff;
}
/* line 6228, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card.active .pin:after {
  border-color: #ffffff;
}
/* line 6233, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card.active .user:before, .student-attendance-wrapper .attendance-card-wrapper .timetable-card.active .user:after {
  border-color: #ffffff;
  color: #ffffff;
}
/* line 6240, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card.active .extended-view > div {
  color: #ffffff;
}
/* line 6244, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card.active .extended-view .faculty-profile .profile-pic {
  color: #26a9e0;
  background: #ffffff;
}
/* line 6251, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card.active .action .btn-join {
  border: 1px solid #ffffff;
  color: #ffffff;
}
/* line 6257, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .action {
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 2;
}
/* line 6264, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .action .btn-join {
  border: 1px solid #26a9e0;
  color: #26a9e0;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* line 6272, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .attendance {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}
/* line 6282, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .attendance:before {
  position: absolute;
  top: 1px;
  left: -14px;
  color: #ffffff;
  width: 11px;
  height: 11px;
  line-height: 12px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-weight: 700;
}
/* line 6297, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .time-spent {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #434343;
}
/* line 6309, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .present,
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .absent,
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .missed {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  font-size: 12px;
}
/* line 6319, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .present:before,
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .absent:before,
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .missed:before {
  color: #ffffff;
  width: 12px;
  height: 12px;
  display: inline-block;
  line-height: 12px;
  text-align: center;
  font-weight: bold;
  margin-right: 2px;
}
/* line 6330, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .present {
  color: #74d089;
}
/* line 6332, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .present:before {
  content: '\2713';
  background: #74d089;
}
/* line 6337, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .absent {
  color: #e4535b;
}
/* line 6339, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .absent:before {
  content: '\00d7';
  background: #e4535b;
}
/* line 6344, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .missed {
  color: #e65e0f;
}
/* line 6346, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .missed:before {
  content: '\00d7';
  background: #e65e0f;
}
/* line 6351, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .extended-view {
  display: none;
}
/* line 6353, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .extended-view.active {
  display: block;
}
/* line 6356, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .extended-view > div {
  margin: 12px 0;
  font-size: 13.5px;
  color: #757575;
}
/* line 6362, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .class-type {
  margin: 25px 0;
  font-size: 15px;
}
/* line 6366, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .location,
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .loc-id {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 6369, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .location span,
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .loc-id span {
  padding-left: 4px;
}
/* line 6390, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .faculty-profile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 6393, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .faculty-profile .profile-pic {
  background: #26a9e0;
  color: #ffffff;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-right: 10px;
  font-weight: 700;
}
/* line 6406, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .faculty-profile .profile-detail h5 {
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  /* line 6406, ../../sass/base/classroom_base.scss */
  .student-attendance-wrapper .attendance-card-wrapper .timetable-card .faculty-profile .profile-detail h5 {
    font-size: 15px;
  }
}
/* line 6414, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .faculty-profile .profile-detail h6 {
  font-weight: normal;
  font-size: 13px;
}
/* line 6420, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .clock {
  border-radius: 100%;
  height: 19px;
  width: 19px;
  margin: 0 8px 0 0;
  border: 2px solid #c7c7c7;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
/* line 6429, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .clock:after, .student-attendance-wrapper .attendance-card-wrapper .timetable-card .clock:before {
  content: '';
  position: absolute;
  border-left: none;
  width: 0;
  border: 1px solid #c7c7c7;
}
/* line 6437, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .clock:after {
  height: 5px;
  left: 6px;
  top: 3px;
}
/* line 6442, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .clock:before {
  height: 2px;
  left: 9px;
  top: 7px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 6449, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .pin {
  width: 17px;
  height: 17px;
  margin-right: 8px;
  border-radius: 50% 50% 50% 0;
  border: 2px solid #c7c7c7;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 6456, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .pin:after {
  content: '';
  width: 4px;
  height: 4px;
  margin: 2px 0 0 3px;
  border: 2px solid #c7c7c7;
  position: absolute;
  border-radius: 50%;
}
/* line 6466, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .user {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 5px;
}
/* line 6473, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .user:before {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid #c7c7c7;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 4px;
}
/* line 6483, ../../sass/base/classroom_base.scss */
.student-attendance-wrapper .attendance-card-wrapper .timetable-card .user:after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #c7c7c7;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
@media (max-width: 767px) {
  /* line 6050, ../../sass/base/classroom_base.scss */
  .student-attendance-wrapper {
    padding: 30px 0;
  }
}

/* self enrollment */
/* line 6505, ../../sass/base/classroom_base.scss */
#selfpsid h3 {
  text-align: center;
  background: #edefef;
  padding: 16px 4px;
  font-size: 16px;
  color: #413f3f;
  margin-top: 25px;
}

/* line 6515, ../../sass/base/classroom_base.scss */
#selfcart .cart-header-banner {
  padding: 16px 0;
}
/* line 6518, ../../sass/base/classroom_base.scss */
#selfcart .cart-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 6523, ../../sass/base/classroom_base.scss */
#selfcart .cart-header-container .operate-button-self .self-btn-go {
  background: #3da2d5;
  padding: 7px 17px;
  margin-right: 19px;
  font-size: 14px;
  border-radius: 62px;
  border: 2px solid #fff;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 6523, ../../sass/base/classroom_base.scss */
  #selfcart .cart-header-container .operate-button-self .self-btn-go {
    padding: 7px 11px;
    margin-right: 9px;
    font-size: 11px;
  }
}
/* line 6536, ../../sass/base/classroom_base.scss */
#selfcart .cart-header-container .operate-button-self .self-btn-go:hover {
  background: #fff;
  color: #03709c;
}
/* line 6541, ../../sass/base/classroom_base.scss */
#selfcart .cart-header-container .operate-button-self .self-btn-next {
  background: #fff;
  padding: 7px 26px;
  margin-right: 19px;
  font-size: 14px;
  border-radius: 62px;
  border: 2px solid #fff;
  color: #03709c;
}
@media (max-width: 767px) {
  /* line 6541, ../../sass/base/classroom_base.scss */
  #selfcart .cart-header-container .operate-button-self .self-btn-next {
    padding: 7px 20px;
    margin-right: 0px;
    font-size: 11px;
  }
}
/* line 6554, ../../sass/base/classroom_base.scss */
#selfcart .cart-header-container .operate-button-self .self-btn-next:hover {
  background: #3da2d5;
  color: #fff;
}
/* line 6560, ../../sass/base/classroom_base.scss */
#selfcart .cart-header-container h1 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 0;
}

/* line 6568, ../../sass/base/classroom_base.scss */
.psid-row {
  width: 55%;
  margin: 10px auto 0;
}
/* line 421, ../../sass/base/_mixins.scss */
.psid-row input[type='radio'] {
  background: none;
  border: none;
  cursor: pointer;
  height: 12px;
  opacity: 0;
  position: relative;
  top: 2px;
  width: 12px;
  z-index: 100;
}
/* line 432, ../../sass/base/_mixins.scss */
.psid-row input[type='radio']:checked + label:after {
  display: block;
}
/* line 435, ../../sass/base/_mixins.scss */
.psid-row input[type='radio']:checked + label:before {
  display: none;
}
/* line 440, ../../sass/base/_mixins.scss */
.psid-row label {
  cursor: pointer;
  line-height: 18px;
  padding-left: 5px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-right: 15px;
  color: #434343;
  font-size: 14px;
  line-height: 1;
}
/* line 452, ../../sass/base/_mixins.scss */
.psid-row label:before {
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  content: '';
  border: 1px solid #919191;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 468, ../../sass/base/_mixins.scss */
.psid-row label:after {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 12px;
  width: 12px;
  content: '';
  border: 5px solid #008fd3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: none;
}
/* line 483, ../../sass/base/_mixins.scss */
.psid-row label:last-child {
  margin-right: 0px;
}
@media (max-width: 767px) {
  /* line 6568, ../../sass/base/classroom_base.scss */
  .psid-row {
    width: 100%;
  }
}
/* line 6575, ../../sass/base/classroom_base.scss */
.psid-row label {
  padding-left: 0;
}
/* line 6578, ../../sass/base/classroom_base.scss */
.psid-row .radio {
  flex: 1;
}
/* line 6581, ../../sass/base/classroom_base.scss */
.psid-row .radio:checked + label {
  border-color: #26a9e0;
}
/* line 6583, ../../sass/base/classroom_base.scss */
.psid-row .radio:checked + label:after {
  display: none !important;
}
/* line 6586, ../../sass/base/classroom_base.scss */
.psid-row .radio:checked + label .row-header {
  background: #26a9e0;
  color: #ffffff;
}
/* line 6589, ../../sass/base/classroom_base.scss */
.psid-row .radio:checked + label .row-header:hover {
  background: #26a9e0;
  color: #ffffff;
}
/* line 6597, ../../sass/base/classroom_base.scss */
.psid-row .second-column {
  border: 2px solid #e5e5e5;
  color: #434343;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: block;
  width: 100%;
}
/* line 6605, ../../sass/base/classroom_base.scss */
.psid-row .second-column:before, .psid-row .second-column:after {
  left: 15px;
  top: 18px;
  right: initial;
  width: 18px;
  height: 18px;
  display: none;
}
/* line 6614, ../../sass/base/classroom_base.scss */
.psid-row .second-column:after {
  width: 10px;
  height: 10px;
}
/* line 6618, ../../sass/base/classroom_base.scss */
.psid-row .second-column:hover {
  border: 2px solid #26a9e0;
  background: #fcfcfc;
}
/* line 6623, ../../sass/base/classroom_base.scss */
.psid-row .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 14px;
}
/* line 6628, ../../sass/base/classroom_base.scss */
.psid-row .row span:first-child {
  position: relative;
  width: 40%;
  flex: 0.6;
}
@media (max-width: 767px) {
  /* line 6628, ../../sass/base/classroom_base.scss */
  .psid-row .row span:first-child {
    width: 43%;
  }
}
/* line 6635, ../../sass/base/classroom_base.scss */
.psid-row .row span:first-child:after {
  content: ':';
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
/* line 6644, ../../sass/base/classroom_base.scss */
.psid-row .row span:last-child {
  padding-left: 10px;
  flex: 1;
  word-break: break-word;
}
/* line 6649, ../../sass/base/classroom_base.scss */
.psid-row .row > div {
  flex: 1;
  padding: 0 10px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
/* line 6654, ../../sass/base/classroom_base.scss */
.psid-row .row > div select {
  margin-top: 2px;
  margin-right: 54px;
  height: 34px;
}
@media (max-width: 767px) {
  /* line 6654, ../../sass/base/classroom_base.scss */
  .psid-row .row > div select {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  /* line 6649, ../../sass/base/classroom_base.scss */
  .psid-row .row > div {
    margin-bottom: 20px;
  }
}
/* line 6667, ../../sass/base/classroom_base.scss */
.psid-row .row.full-row > div {
  flex-wrap: wrap;
}
/* line 6671, ../../sass/base/classroom_base.scss */
.psid-row .row.row-header {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  padding: 10px 0 10px 10px;
  background: #eee;
}
@media (max-width: 767px) {
  /* line 6671, ../../sass/base/classroom_base.scss */
  .psid-row .row.row-header {
    margin-bottom: 15px;
  }
  /* line 6682, ../../sass/base/classroom_base.scss */
  .psid-row .row.row-header > div {
    margin-bottom: 5px;
  }
  /* line 6684, ../../sass/base/classroom_base.scss */
  .psid-row .row.row-header > div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 6623, ../../sass/base/classroom_base.scss */
  .psid-row .row {
    flex-direction: column;
    margin-bottom: 0;
  }
}
/* line 6695, ../../sass/base/classroom_base.scss */
.psid-row:focus {
  border: 2px solid #26a9e0;
}
/* line 6698, ../../sass/base/classroom_base.scss */
.psid-row .error-psid {
  color: #008000;
  font-size: 12px;
}

/* line 6704, ../../sass/base/classroom_base.scss */
.self-enrollment-cart {
  /*  .total-course-fee-table {
  tr td:last-child {
    width:142px;
  }
}*/
}
/* line 6707, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .cart-student-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 10px;
}
/* line 6712, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .cart-student-details > div {
  flex: 1;
}
@media (max-width: 767px) {
  /* line 6715, ../../sass/base/classroom_base.scss */
  .self-enrollment-cart.offline-page-wrapper .offline-cart-form .cart-student-details h4 {
    font-size: 12px;
  }
}
/* line 6721, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form h2 {
  text-align: center;
  background: #edefef;
  padding: 16px 4px;
  font-size: 16px;
  color: #413f3f;
  margin-top: 25px;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  /* line 6721, ../../sass/base/classroom_base.scss */
  .self-enrollment-cart.offline-page-wrapper .offline-cart-form h2 {
    font-size: 13px;
  }
}
/* line 6733, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form {
  margin-top: 30px;
}
/* line 6736, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .grid-layout {
  padding: 10px;
}
/* line 6738, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .grid-layout .right-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 767px) {
  /* line 6738, ../../sass/base/classroom_base.scss */
  .self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .grid-layout .right-view {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  /* line 6746, ../../sass/base/classroom_base.scss */
  .self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .grid-layout .right-view .course-details {
    flex: initial;
  }
}
/* line 6751, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .grid-layout .right-view .course-details h4 {
  padding-right: 0;
}
/* line 6755, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .grid-layout .right-view .course-details .course-validity span {
  font-size: 12px;
  font-weight: normal;
}
/* line 6761, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .grid-layout .right-view .grid-action {
  margin-bottom: 0;
  flex-direction: column;
  align-items: baseline;
}
/* line 6765, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .grid-layout .right-view .grid-action .offer-price {
  margin-right: 0;
}
/* line 6768, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .grid-layout .right-view .grid-action .old-price {
  font-size: 13px;
  margin-right: 12px;
  margin-left: 11px;
}
/* line 6773, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .grid-layout .right-view .grid-action .total-discount-per {
  font-size: 13px;
  color: #434343;
}
/* line 6777, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .grid-layout .right-view .grid-action .product-price-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*flex-direction: column;*/
  align-items: center;
}
@media (max-width: 767px) {
  /* line 6777, ../../sass/base/classroom_base.scss */
  .self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .grid-layout .right-view .grid-action .product-price-wrapper {
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
    align-items: start;
  }
}
@media (max-width: 767px) {
  /* line 6736, ../../sass/base/classroom_base.scss */
  .self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .grid-layout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  /* line 6790, ../../sass/base/classroom_base.scss */
  .self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .grid-layout .left-view {
    display: block;
  }
}
/* line 6795, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs {
  margin-top: 30px;
  color: #4e4e4e;
}
/* line 6798, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list {
  border: 1px solid #c7c7c7;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* line 6804, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list h3 {
  padding: 10px;
  cursor: pointer;
  position: relative;
}
/* line 6808, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list h3:after {
  content: '';
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -136px -200px;
  position: absolute;
  top: 40%;
  right: 10px;
  bottom: 10px;
  width: 9px;
  height: 14px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 6825, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list h3.active:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 6829, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list h3 span {
  font-size: 12px;
  padding-top: 5px;
  display: block;
  font-weight: normal;
}
/* line 6836, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list ul {
  border-top: 1px solid #c7c7c7;
  padding: 20px 5px 0;
  width: 100%;
  display: none;
}
/* line 6841, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list ul:blank {
  border-top: none;
}
/* line 6844, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list ul ul {
  border-top: none;
  display: block;
  padding: 0 10px;
}
/* line 6849, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list ul h5 {
  padding: 0 5px 10px;
}
/* line 6854, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list.active ul {
  display: block;
}
/* line 6858, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
}
/* line 421, ../../sass/base/_mixins.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list li input[type='radio'] {
  background: none;
  border: none;
  cursor: pointer;
  height: 12px;
  opacity: 0;
  position: relative;
  top: 2px;
  width: 12px;
  z-index: 100;
}
/* line 432, ../../sass/base/_mixins.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list li input[type='radio']:checked + label:after {
  display: block;
}
/* line 435, ../../sass/base/_mixins.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list li input[type='radio']:checked + label:before {
  display: none;
}
/* line 440, ../../sass/base/_mixins.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list li label {
  cursor: pointer;
  line-height: 18px;
  padding-left: 5px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-right: 15px;
  color: #434343;
  font-size: 14px;
  line-height: 1;
}
/* line 452, ../../sass/base/_mixins.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list li label:before {
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  content: '';
  border: 1px solid #919191;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 468, ../../sass/base/_mixins.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list li label:after {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 12px;
  width: 12px;
  content: '';
  border: 5px solid #008fd3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: none;
}
/* line 483, ../../sass/base/_mixins.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list li label:last-child {
  margin-right: 0px;
}
/* line 6864, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list li label {
  flex: 2;
  line-height: inherit;
}
/* line 6869, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list.empty-category {
  pointer-events: none;
}
/* line 6872, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-tabs .item-list.empty-category h3::after {
  content: none;
}
/* line 6880, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-lumpsum .item-list {
  border: 1px solid #c7c7c7;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* line 6885, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-lumpsum .item-list div {
  padding: 15px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #c7c7c7;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 421, ../../sass/base/_mixins.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-lumpsum .item-list div input[type='radio'] {
  background: none;
  border: none;
  cursor: pointer;
  height: 12px;
  opacity: 0;
  position: relative;
  top: 2px;
  width: 12px;
  z-index: 100;
}
/* line 432, ../../sass/base/_mixins.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-lumpsum .item-list div input[type='radio']:checked + label:after {
  display: block;
}
/* line 435, ../../sass/base/_mixins.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-lumpsum .item-list div input[type='radio']:checked + label:before {
  display: none;
}
/* line 440, ../../sass/base/_mixins.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-lumpsum .item-list div label {
  cursor: pointer;
  line-height: 18px;
  padding-left: 5px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-right: 15px;
  color: #434343;
  font-size: 14px;
  line-height: 1;
}
/* line 452, ../../sass/base/_mixins.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-lumpsum .item-list div label:before {
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  content: '';
  border: 1px solid #919191;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 468, ../../sass/base/_mixins.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-lumpsum .item-list div label:after {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 12px;
  width: 12px;
  content: '';
  border: 5px solid #008fd3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: none;
}
/* line 483, ../../sass/base/_mixins.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-lumpsum .item-list div label:last-child {
  margin-right: 0px;
}
/* line 6891, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-lumpsum .item-list div:last-child {
  border-bottom: none;
}
/* line 6894, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-lumpsum .item-list div label {
  flex: 2;
}
/* line 6897, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-lumpsum .item-list div span {
  width: 30px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  /* line 6897, ../../sass/base/classroom_base.scss */
  .self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .category-lumpsum .item-list div span {
    margin-left: 0;
  }
}
/* line 6907, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .tab-heading {
  padding: 10px;
  line-height: inherit;
}
@media (max-width: 767px) {
  /* line 6907, ../../sass/base/classroom_base.scss */
  .self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .tab-heading {
    font-size: 15px;
  }
}
/* line 6913, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .views-row .tab-heading span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}
/* line 6921, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .upload-doc {
  position: relative;
  padding-right: 25px;
  color: #26a9e0;
}
/* line 6925, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .upload-doc.disabled {
  color: #808080;
  pointer-events: none;
}
/* line 6928, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .upload-doc.disabled:after {
  background-color: #808080;
}
/* line 6932, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .upload-doc:after {
  content: '';
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -36px -177px;
  background-color: #26a9e0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  max-width: 12px;
  max-height: 13px;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 6950, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .off-cart-form .upload-span {
  margin-left: 10px;
  display: inline-block;
  width: 5%;
}
/* line 6957, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .cart-aside-wrapper-main.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}
/* line 6964, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .cart-aside-wrapper-main .std-pay-btn {
  width: 100%;
}
/* line 6968, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .cart-aside-wrapper-main .fee-components span {
  font-size: 13px;
}
/* line 6971, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .cart-aside-wrapper-main .fee-components .order-total-line {
  padding: 5px 23px;
}
/* line 6976, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .cart-aside-wrapper-main .order-total-line__subtotal .order-total-line-value {
  font-weight: normal;
}
/* line 6981, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .cart-aside-wrapper-main .order-total-line__total span {
  font-size: 14px !important;
}
/* line 6985, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .cart-aside-wrapper-main .order-total-line__total.savings span {
  font-size: 13px !important;
}
/* line 6990, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .cart-aside-wrapper-main .slefenrolment-pay-offer-section {
  background: linear-gradient(to top, #f2f3f5, #f2f3f5);
  padding: 21px 22px;
  border-radius: 4px;
  margin-top: 14px;
}
/* line 6995, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .cart-aside-wrapper-main .slefenrolment-pay-offer-section h6 {
  margin-bottom: 14px;
  color: #6a6a6a;
  margin-top: 0px;
}
/* line 7000, ../../sass/base/classroom_base.scss */
.self-enrollment-cart.offline-page-wrapper .offline-cart-form .cart-aside-wrapper-main .slefenrolment-pay-offer-section p {
  font-size: 14px;
  line-height: 30px;
  color: #747373;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 6706, ../../sass/base/classroom_base.scss */
  .self-enrollment-cart.offline-page-wrapper .offline-cart-form {
    padding: 50px 15px;
  }
  /* line 7010, ../../sass/base/classroom_base.scss */
  .self-enrollment-cart.offline-page-wrapper .offline-cart-form .cart-aside-wrapper {
    width: 100%;
  }
}
/* line 7016, ../../sass/base/classroom_base.scss */
.self-enrollment-cart .shows-price-popup-inner {
  /*overflow-x:auto;*/
  max-width: 100%;
}
/* line 7019, ../../sass/base/classroom_base.scss */
.self-enrollment-cart .shows-price-popup-inner table {
  font-size: 14px;
}
/* line 7028, ../../sass/base/classroom_base.scss */
.self-enrollment-cart .savings,
.self-enrollment-cart .discount,
.self-enrollment-cart .lump-discount {
  display: none;
}
/* line 7034, ../../sass/base/classroom_base.scss */
.self-enrollment-cart .input-disabled input,
.self-enrollment-cart .input-disabled label {
  pointer-events: none;
}
/* line 7039, ../../sass/base/classroom_base.scss */
.self-enrollment-cart .installment-1 td,
.self-enrollment-cart .installment-3 td,
.self-enrollment-cart .installment-5 td {
  background-color: #f9f9f9;
}
/* line 7044, ../../sass/base/classroom_base.scss */
.self-enrollment-cart .installment-2 td,
.self-enrollment-cart .installment-4 td,
.self-enrollment-cart .installment-6 td {
  background-color: #ffffff;
}
/* line 7057, ../../sass/base/classroom_base.scss */
.self-enrollment-cart .shows-price-popup-inner .installment-1:first-of-type,
.self-enrollment-cart .shows-price-popup-inner .installment-2:first-of-type,
.self-enrollment-cart .shows-price-popup-inner .installment-3:first-of-type,
.self-enrollment-cart .shows-price-popup-inner .installment-4:first-of-type,
.self-enrollment-cart .shows-price-popup-inner .installment-5:first-of-type,
.self-enrollment-cart .shows-price-popup-inner .installment-6:first-of-type {
  pointer-events: initial;
}

/* line 7064, ../../sass/base/classroom_base.scss */
.self-enrollment-lising {
  background: #f2f2f2;
}
/* line 7067, ../../sass/base/classroom_base.scss */
.self-enrollment-lising .course-message p {
  font-weight: 500;
  margin-top: -5px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  /* line 7067, ../../sass/base/classroom_base.scss */
  .self-enrollment-lising .course-message p {
    padding: 0 20px;
    font-size: 12px;
  }
}
/* line 7078, ../../sass/base/classroom_base.scss */
.self-enrollment-lising .best-seller span {
  font-size: 13px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 15px;
  background-color: #e7e8e9;
  color: #434343;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 7078, ../../sass/base/classroom_base.scss */
  .self-enrollment-lising .best-seller span {
    margin-right: 5px;
  }
}
/* line 7092, ../../sass/base/classroom_base.scss */
.self-enrollment-lising .header-block-list {
  padding: 0 20px;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  margin-top: 15px;
}
/* line 7098, ../../sass/base/classroom_base.scss */
.self-enrollment-lising .course-item .course-features-list {
  padding: 0;
  flex: 1;
  overflow: initial;
}
@media (max-width: 767px) {
  /* line 7098, ../../sass/base/classroom_base.scss */
  .self-enrollment-lising .course-item .course-features-list {
    margin-bottom: 20px;
  }
}
/* line 7105, ../../sass/base/classroom_base.scss */
.self-enrollment-lising .course-item .course-features-list .course-features-row {
  padding: 0;
}
/* line 7107, ../../sass/base/classroom_base.scss */
.self-enrollment-lising .course-item .course-features-list .course-features-row div {
  padding: 11px 10px 0 30px;
}
/* line 7109, ../../sass/base/classroom_base.scss */
.self-enrollment-lising .course-item .course-features-list .course-features-row div.calendar {
  margin-bottom: 0;
  color: #000000;
  position: relative;
}
/* line 7113, ../../sass/base/classroom_base.scss */
.self-enrollment-lising .course-item .course-features-list .course-features-row div.calendar::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite-2.png");
  background-repeat: no-repeat;
  background-position: -5px -158px;
  width: 30px;
  height: 30px;
}
/* line 7134, ../../sass/base/classroom_base.scss */
.self-enrollment-lising .right-content-section {
  margin: 0 auto;
  padding-top: 15px;
}
/* line 7138, ../../sass/base/classroom_base.scss */
.self-enrollment-lising .info-text {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 7138, ../../sass/base/classroom_base.scss */
  .self-enrollment-lising .info-text {
    padding: 0 20px;
  }
}

/* line 7148, ../../sass/base/classroom_base.scss */
.authentication-wrapper .authentication-welcome-wrapper .welcome-text.self-text {
  text-align: center;
}
/* line 7150, ../../sass/base/classroom_base.scss */
.authentication-wrapper .authentication-welcome-wrapper .welcome-text.self-text h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
/* line 7154, ../../sass/base/classroom_base.scss */
.authentication-wrapper .authentication-welcome-wrapper .welcome-text.self-text p {
  font-size: 18px;
}
/* line 7160, ../../sass/base/classroom_base.scss */
.authentication-wrapper .authentication-content-wrapper h2 {
  margin-bottom: 10px !important;
}
/* line 7164, ../../sass/base/classroom_base.scss */
.authentication-wrapper .self-text-subtitle {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/* line 7172, ../../sass/base/classroom_base.scss */
.self-upload-form {
  text-align: center;
}

/* line 7176, ../../sass/base/classroom_base.scss */
.upload-success-message {
  text-align: center;
  position: relative;
  padding-top: 60px;
  font-size: 15px;
}
/* line 7181, ../../sass/base/classroom_base.scss */
.upload-success-message:before {
  content: '';
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -39px -360px;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

/* line 7200, ../../sass/base/classroom_base.scss */
.node-selfenrolment-checkout-form-form .offline-form {
  min-width: calc(100% - 300px);
}
/* line 7203, ../../sass/base/classroom_base.scss */
.node-selfenrolment-checkout-form-form .offline-amount {
  background-color: #f2f6fc;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* line 7208, ../../sass/base/classroom_base.scss */
.node-selfenrolment-checkout-form-form .offline-amount .no-border {
  padding: 10px 0;
  border: none;
}
/* line 7211, ../../sass/base/classroom_base.scss */
.node-selfenrolment-checkout-form-form .offline-amount .no-border .payable-amount {
  border-top: none;
  margin-top: 0;
  padding: 0;
}
/* line 7215, ../../sass/base/classroom_base.scss */
.node-selfenrolment-checkout-form-form .offline-amount .no-border .payable-amount span {
  font-size: 17px;
}
/* line 7220, ../../sass/base/classroom_base.scss */
.node-selfenrolment-checkout-form-form .offline-amount .button {
  box-shadow: none;
  border-radius: 0;
}

/* line 7228, ../../sass/base/classroom_base.scss */
.selfenrolmentcouses-form .button {
  width: 100%;
}

/* line 7233, ../../sass/base/classroom_base.scss */
.taxes-text {
  font-size: 12px;
}

/* line 7238, ../../sass/base/classroom_base.scss */
.line-top-btm {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/* line 7243, ../../sass/base/classroom_base.scss */
.discount-popup {
  display: flex;
  margin-bottom: 14px;
  font-size: 14px;
}

@media (max-width: 767px) {
  /* line 7249, ../../sass/base/classroom_base.scss */
  .shows-price-popup {
    overflow: auto;
  }
}

/* line 7255, ../../sass/base/classroom_base.scss */
.concession-p p {
  font-size: 12px;
  margin-top: 10px;
}

/* line 7260, ../../sass/base/classroom_base.scss */
.price-box-new {
  background: #fff !important;
  border-top: 3px solid #0098d5 !important;
  padding-bottom: 0px !important;
}
/* line 7264, ../../sass/base/classroom_base.scss */
.price-box-new .new-total-cousre-fee {
  border-top: 1px solid #ddebff;
  background: #f2f6fc;
  padding-bottom: 13px !important;
  padding-top: 13px !important;
}
/* line 7270, ../../sass/base/classroom_base.scss */
.price-box-new .balance-amt-fee {
  background: #dbdbdb;
}
/* line 7273, ../../sass/base/classroom_base.scss */
.price-box-new .order-total-line__total-new {
  border-top: 1px solid #ced9e9;
  padding-top: 15px !important;
  /* margin-top: 15px; */
  padding-bottom: 13px !important;
  font-weight: bold !important;
}
/* line 7280, ../../sass/base/classroom_base.scss */
.price-box-new .text-clr {
  color: #686868 !important;
}

/* line 7286, ../../sass/base/classroom_base.scss */
.mkt-container, .city-page-body,
.important-concept-body {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 7292, ../../sass/base/classroom_base.scss */
.city-page-body,
.important-concept-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 30px 15px !important;
}
@media (max-width: 991px) {
  /* line 7292, ../../sass/base/classroom_base.scss */
  .city-page-body,
  .important-concept-body {
    padding: 20px 15px !important;
  }
}
/* line 7302, ../../sass/base/classroom_base.scss */
.city-page-body .heading-city h1,
.important-concept-body .heading-city h1 {
  position: relative;
  text-align: left;
  margin: 0 0 36px 0;
  font-size: 34px;
  line-height: 1;
  color: #29343e;
}
/* line 7309, ../../sass/base/classroom_base.scss */
.city-page-body .heading-city h1:after,
.important-concept-body .heading-city h1:after {
  content: " ";
  width: 58px;
  height: 3px;
  background: #f0444b;
  margin: auto;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  /* line 7309, ../../sass/base/classroom_base.scss */
  .city-page-body .heading-city h1:after,
  .important-concept-body .heading-city h1:after {
    bottom: -10px;
  }
}
@media (max-width: 767px) {
  /* line 7302, ../../sass/base/classroom_base.scss */
  .city-page-body .heading-city h1,
  .important-concept-body .heading-city h1 {
    font-size: 24px;
  }
}
/* line 7327, ../../sass/base/classroom_base.scss */
.city-page-body .heading-city h2,
.important-concept-body .heading-city h2 {
  position: relative;
  text-align: left;
  margin: 36px 0 36px 0;
  font-size: 32px;
  line-height: 1;
  color: #29343e;
}
/* line 7334, ../../sass/base/classroom_base.scss */
.city-page-body .heading-city h2:after,
.important-concept-body .heading-city h2:after {
  content: " ";
  width: 58px;
  height: 3px;
  background: #f0444b;
  margin: auto;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  /* line 7327, ../../sass/base/classroom_base.scss */
  .city-page-body .heading-city h2,
  .important-concept-body .heading-city h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  /* line 7351, ../../sass/base/classroom_base.scss */
  .city-page-body .right_barsku,
  .important-concept-body .right_barsku {
    margin-top: 20px !important;
  }
}
/* line 7356, ../../sass/base/classroom_base.scss */
.city-page-body .form-position-bottom-city,
.important-concept-body .form-position-bottom-city {
  margin-top: 100px;
}
@media (max-width: 767px) {
  /* line 7356, ../../sass/base/classroom_base.scss */
  .city-page-body .form-position-bottom-city,
  .important-concept-body .form-position-bottom-city {
    position: static;
    transform: none;
    padding: 0;
    order: -1;
    margin-top: 0 !important;
  }
}
/* line 7367, ../../sass/base/classroom_base.scss */
.city-page-body .city-banner-wrapper img,
.important-concept-body .city-banner-wrapper img {
  width: 100%;
}
/* line 7372, ../../sass/base/classroom_base.scss */
.city-page-body .mkt-form-block.pdf-marketing-form,
.important-concept-body .mkt-form-block.pdf-marketing-form {
  position: fixed;
  top: 0;
  right: 0 !important;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
/* line 7382, ../../sass/base/classroom_base.scss */
.city-page-body .mkt-form-block.pdf-marketing-form .mkt-form-outer,
.important-concept-body .mkt-form-block.pdf-marketing-form .mkt-form-outer {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  animation: auto;
  max-width: calc(100% - 30px);
}
/* line 7396, ../../sass/base/classroom_base.scss */
.city-page-body .city-custom-layout p,
.important-concept-body .city-custom-layout p {
  font-family: 'Roboto', sans-serif;
  color: #59626b !important;
  line-height: 23px;
}
/* line 7402, ../../sass/base/classroom_base.scss */
.city-page-body ul li,
.important-concept-body ul li {
  padding: 10px 0;
}
/* line 7405, ../../sass/base/classroom_base.scss */
.city-page-body .testimonial-wrapper,
.important-concept-body .testimonial-wrapper {
  box-shadow: 0 6px 21px #00000024;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 18px;
}
/* line 7410, ../../sass/base/classroom_base.scss */
.city-page-body .testimonial-wrapper .image-wrapper,
.important-concept-body .testimonial-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 767px) {
  /* line 7410, ../../sass/base/classroom_base.scss */
  .city-page-body .testimonial-wrapper .image-wrapper,
  .important-concept-body .testimonial-wrapper .image-wrapper {
    width: 100%;
  }
}
/* line 7416, ../../sass/base/classroom_base.scss */
.city-page-body .testimonial-wrapper .text-wrapper,
.important-concept-body .testimonial-wrapper .text-wrapper {
  width: 44%;
  margin: 2% 0 0 3%;
}
@media (max-width: 767px) {
  /* line 7416, ../../sass/base/classroom_base.scss */
  .city-page-body .testimonial-wrapper .text-wrapper,
  .important-concept-body .testimonial-wrapper .text-wrapper {
    width: 100%;
    width: 100%;
    padding: 9px 9px;
    margin: 0;
  }
}
/* line 7425, ../../sass/base/classroom_base.scss */
.city-page-body .testimonial-wrapper .text-wrapper p,
.important-concept-body .testimonial-wrapper .text-wrapper p {
  font-family: 'Roboto', sans-serif;
  color: #59626b !important;
  line-height: 23px;
  text-align: justify;
}
/* line 7432, ../../sass/base/classroom_base.scss */
.city-page-body .testimonial-wrapper .testimonial-student-wrap,
.important-concept-body .testimonial-wrapper .testimonial-student-wrap {
  display: flex;
}
/* line 7435, ../../sass/base/classroom_base.scss */
.city-page-body .testimonial-wrapper .simage,
.important-concept-body .testimonial-wrapper .simage {
  margin-right: 21 px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
}
/* line 7442, ../../sass/base/classroom_base.scss */
.city-page-body .testimonial-wrapper .simage img,
.important-concept-body .testimonial-wrapper .simage img {
  width: 50 px;
  height: 50 px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 7450, ../../sass/base/classroom_base.scss */
.city-page-body .testimonial-wrapper .sname,
.important-concept-body .testimonial-wrapper .sname {
  color: #29343e;
  margin-top: 7px;
  position: relative;
}
/* line 7454, ../../sass/base/classroom_base.scss */
.city-page-body .testimonial-wrapper .sname p,
.important-concept-body .testimonial-wrapper .sname p {
  margin-bottom: 0px;
  line-height: 20px;
  margin-left: 10px;
  font-size: 16px;
}
/* line 7460, ../../sass/base/classroom_base.scss */
.city-page-body .testimonial-wrapper .sname:after,
.important-concept-body .testimonial-wrapper .sname:after {
  content: " ";
  width: 36px;
  height: 3px;
  background: #f0444b;
  position: absolute;
  bottom: 9px;
  left: 15px;
}
/* line 7472, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block form,
.important-concept-body .city-form-block form {
  background: #fff;
  padding: 20px;
}
/* line 7475, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block form > div,
.important-concept-body .city-form-block form > div {
  width: 100%;
  margin-bottom: 15px;
}
/* line 7478, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block form > div input[type="text"],
.city-page-body .city-form-block form > div input[type="email"],
.city-page-body .city-form-block form > div input[type="password"],
.city-page-body .city-form-block form > div input[type="date"],
.city-page-body .city-form-block form > div select,
.city-page-body .city-form-block form > div textarea,
.important-concept-body .city-form-block form > div input[type="text"],
.important-concept-body .city-form-block form > div input[type="email"],
.important-concept-body .city-form-block form > div input[type="password"],
.important-concept-body .city-form-block form > div input[type="date"],
.important-concept-body .city-form-block form > div select,
.important-concept-body .city-form-block form > div textarea {
  height: 32px !important;
  padding: 7px 15px !important;
}
/* line 7488, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block form input[type="submit"],
.important-concept-body .city-form-block form input[type="submit"] {
  width: 100%;
  border-radius: 3px;
}
/* line 7492, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block form .mob-wrap,
.important-concept-body .city-form-block form .mob-wrap {
  position: relative;
  font-size: 13px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  /* line 7492, ../../sass/base/classroom_base.scss */
  .city-page-body .city-form-block form .mob-wrap,
  .important-concept-body .city-form-block form .mob-wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 479px) {
  /* line 7492, ../../sass/base/classroom_base.scss */
  .city-page-body .city-form-block form .mob-wrap,
  .important-concept-body .city-form-block form .mob-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 7502, ../../sass/base/classroom_base.scss */
  .city-page-body .city-form-block form .mob-wrap .js-form-item,
  .important-concept-body .city-form-block form .mob-wrap .js-form-item {
    width: 100%;
  }
}
/* line 7507, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block form .mob-wrap .cp-otp-link,
.city-page-body .city-form-block form .mob-wrap .ip-otp-link,
.important-concept-body .city-form-block form .mob-wrap .cp-otp-link,
.important-concept-body .city-form-block form .mob-wrap .ip-otp-link {
  position: absolute;
  top: 8px;
  right: 7px;
  font-size: 12px;
}
/* line 7513, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block form .mob-wrap .cp-otp-link a,
.city-page-body .city-form-block form .mob-wrap .ip-otp-link a,
.important-concept-body .city-form-block form .mob-wrap .cp-otp-link a,
.important-concept-body .city-form-block form .mob-wrap .ip-otp-link a {
  color: #2fbcd9;
}
/* line 7519, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block form .mob-wrap .cp-otp-msg .cp-error-text,
.city-page-body .city-form-block form .mob-wrap .cp-otp-msg .ip-error-text,
.city-page-body .city-form-block form .mob-wrap .ip-otp-msg .cp-error-text,
.city-page-body .city-form-block form .mob-wrap .ip-otp-msg .ip-error-text,
.important-concept-body .city-form-block form .mob-wrap .cp-otp-msg .cp-error-text,
.important-concept-body .city-form-block form .mob-wrap .cp-otp-msg .ip-error-text,
.important-concept-body .city-form-block form .mob-wrap .ip-otp-msg .cp-error-text,
.important-concept-body .city-form-block form .mob-wrap .ip-otp-msg .ip-error-text {
  color: #f0444b;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 7527, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block form .mob-wrap .cp-otp-msg .cp-success-text,
.city-page-body .city-form-block form .mob-wrap .cp-otp-msg .ip-success-text,
.city-page-body .city-form-block form .mob-wrap .ip-otp-msg .cp-success-text,
.city-page-body .city-form-block form .mob-wrap .ip-otp-msg .ip-success-text,
.important-concept-body .city-form-block form .mob-wrap .cp-otp-msg .cp-success-text,
.important-concept-body .city-form-block form .mob-wrap .cp-otp-msg .ip-success-text,
.important-concept-body .city-form-block form .mob-wrap .ip-otp-msg .cp-success-text,
.important-concept-body .city-form-block form .mob-wrap .ip-otp-msg .ip-success-text {
  color: #f0444b;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  /* line 7536, ../../sass/base/classroom_base.scss */
  .city-page-body .city-form-block form .otp-mob-wrap,
  .important-concept-body .city-form-block form .otp-mob-wrap {
    width: auto;
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 479px) {
  /* line 7536, ../../sass/base/classroom_base.scss */
  .city-page-body .city-form-block form .otp-mob-wrap,
  .important-concept-body .city-form-block form .otp-mob-wrap {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 7544, ../../sass/base/classroom_base.scss */
  .city-page-body .city-form-block form .otp-mob-wrap .js-form-item,
  .important-concept-body .city-form-block form .otp-mob-wrap .js-form-item {
    width: 100%;
  }
}
/* line 7551, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper,
.important-concept-body .city-form-block .mkt-form-wrapper {
  width: 100%;
  box-shadow: 0 0 31px rgba(117, 117, 117, 0.4);
  -webkit-box-shadow: 0 0 31px rgba(117, 117, 117, 0.4);
  -moz-box-shadow: 0 0 31px rgba(117, 117, 117, 0.4);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 7559, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .mkt-form-header,
.important-concept-body .city-form-block .mkt-form-wrapper .mkt-form-header {
  padding: 20px;
  text-align: center;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/market-form-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #09375f;
  background-size: cover;
  color: #fff !important;
  padding: 15px ​0px 15px 0px !important;
  margin: 0px !important;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 7572, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .mkt-form-header h3,
.important-concept-body .city-form-block .mkt-form-wrapper .mkt-form-header h3 {
  color: #0098d5;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
}
/* line 7579, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .mkt-form-header h4,
.important-concept-body .city-form-block .mkt-form-wrapper .mkt-form-header h4 {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}
/* line 7585, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .mkt-form-header h5,
.important-concept-body .city-form-block .mkt-form-wrapper .mkt-form-header h5 {
  color: #ffdf68;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}
/* line 7592, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .mkt-form-header h6,
.important-concept-body .city-form-block .mkt-form-wrapper .mkt-form-header h6 {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}
/* line 7597, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .mkt-form-header h6 span,
.important-concept-body .city-form-block .mkt-form-wrapper .mkt-form-header h6 span {
  color: #01eab7;
  font-weight: 700;
}
/* line 7603, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form {
  background: #ffffff;
  padding: 20px;
}
@media (max-width: 991px) {
  /* line 7603, ../../sass/base/classroom_base.scss */
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
/* line 7612, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form > .js-form-item, .city-page-body .city-form-block .mkt-form-wrapper .lead-form > div,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form > .js-form-item,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form > div {
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  /* line 7612, ../../sass/base/classroom_base.scss */
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form > .js-form-item, .city-page-body .city-form-block .mkt-form-wrapper .lead-form > div,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form > .js-form-item,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form > div {
    width: calc(50% - 10px);
  }
}
@media (max-width: 479px) {
  /* line 7612, ../../sass/base/classroom_base.scss */
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form > .js-form-item, .city-page-body .city-form-block .mkt-form-wrapper .lead-form > div,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form > .js-form-item,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form > div {
    width: 100%;
  }
}
/* line 7622, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form > .js-form-item.js-form-type-radio, .city-page-body .city-form-block .mkt-form-wrapper .lead-form > div.js-form-type-radio,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form > .js-form-item.js-form-type-radio,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form > div.js-form-type-radio {
  display: inline-block;
  width: 28%;
}
/* line 7627, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mob-wrap,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mob-wrap {
  position: relative;
  font-size: 13px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  /* line 7627, ../../sass/base/classroom_base.scss */
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mob-wrap,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mob-wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 479px) {
  /* line 7627, ../../sass/base/classroom_base.scss */
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mob-wrap,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mob-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 7637, ../../sass/base/classroom_base.scss */
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mob-wrap .js-form-item,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mob-wrap .js-form-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 7643, ../../sass/base/classroom_base.scss */
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .otp-mob-wrap,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .otp-mob-wrap {
    width: auto;
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 479px) {
  /* line 7643, ../../sass/base/classroom_base.scss */
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .otp-mob-wrap,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .otp-mob-wrap {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 7651, ../../sass/base/classroom_base.scss */
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .otp-mob-wrap .js-form-item,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .otp-mob-wrap .js-form-item {
    width: 100%;
  }
}
/* line 7657, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form label,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form label {
  display: block;
}
/* line 7660, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-date,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-date {
  position: relative;
}
/* line 7662, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-date label,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-date label {
  display: none;
}
/* line 7665, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-date input[type='date']::-webkit-clear-button,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-date input[type='date']::-webkit-inner-spin-button,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-date input[type='date']::-webkit-calendar-picker-indicator,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-date input[type='date']::-webkit-clear-button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-date input[type='date']::-webkit-inner-spin-button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-date input[type='date']::-webkit-calendar-picker-indicator {
  display: none;
}
/* line 7670, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-date input[type='date']::-moz-clear-button,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-date input[type='date']::-moz-inner-spin-button,
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-date input[type='date']::-moz-calendar-picker-indicator,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-date input[type='date']::-moz-clear-button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-date input[type='date']::-moz-inner-spin-button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-date input[type='date']::-moz-calendar-picker-indicator {
  display: none;
}
/* line 7675, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-date input[type="date"],
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-date input[type="date"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 7680, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn {
  width: 100%;
}
/* line 7683, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button {
  width: 100%;
  min-width: auto;
  white-space: normal;
  line-height: 1.4;
}
@media (max-width: 991px) {
  /* line 7683, ../../sass/base/classroom_base.scss */
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button {
    width: 50%;
    min-width: 250px;
  }
}
@media (max-width: 479px) {
  /* line 7683, ../../sass/base/classroom_base.scss */
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn .form-submit.button {
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 991px) {
  /* line 7680, ../../sass/base/classroom_base.scss */
  .city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn,
  .important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
/* line 7707, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .mkt-otp-msg span,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .mkt-otp-msg span {
  color: #f0444b;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
/* line 421, ../../sass/base/_mixins.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-radio input[type='radio'],
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-radio input[type='radio'] {
  background: none;
  border: none;
  cursor: pointer;
  height: 12px;
  opacity: 0;
  position: relative;
  top: 2px;
  width: 12px;
  z-index: 100;
}
/* line 432, ../../sass/base/_mixins.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-radio input[type='radio']:checked + label:after,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-radio input[type='radio']:checked + label:after {
  display: block;
}
/* line 435, ../../sass/base/_mixins.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-radio input[type='radio']:checked + label:before,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-radio input[type='radio']:checked + label:before {
  display: none;
}
/* line 440, ../../sass/base/_mixins.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-radio label,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-radio label {
  cursor: pointer;
  line-height: 18px;
  padding-left: 5px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-right: 15px;
  color: #434343;
  font-size: 14px;
  line-height: 1;
}
/* line 452, ../../sass/base/_mixins.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-radio label:before,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-radio label:before {
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  content: '';
  border: 1px solid #919191;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 468, ../../sass/base/_mixins.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-radio label:after,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-radio label:after {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 12px;
  width: 12px;
  content: '';
  border: 5px solid #008fd3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: none;
}
/* line 483, ../../sass/base/_mixins.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-radio label:last-child,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form .js-form-type-radio label:last-child {
  margin-right: 0px;
}
/* line 7717, ../../sass/base/classroom_base.scss */
.city-page-body .city-form-block .mkt-form-wrapper .lead-form #edit-mkt-usertype,
.important-concept-body .city-form-block .mkt-form-wrapper .lead-form #edit-mkt-usertype {
  padding-left: 24px;
}
