@charset "utf-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: 0 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a:active,
a:focus,
a:hover {
  outline: 0;
  outline-style: none;
  outline-width: 0;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label,
select {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
body {
  margin: 0;
  padding: 0;
  background:white;
  font-family: Montserrat, sans-serif !important;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
html {
  overflow-x: hidden;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.clr {
  font-size: 0;
  height: 0;
  line-height: 0;
  clear: both;
}
.left {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  float: left;
}
.right {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  float: right;
}
a {
  text-decoration: none;
  box-shadow: none;
  transition: all 0.4s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
  box-shadow: none;
  border-bottom: none;
}
a:focus {
  text-decoration: none;
  box-shadow: none;
  border-bottom: none;
}
strong {
  font-weight: 600;
}
.clearfix:after,
.clearfix:before {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.full-img {
  width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  letter-spacing: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
.text-center {
  text-align: center;
}
.text-transform {
  text-transform: uppercase;
}
.image-left {
  float: left;
  margin: 0 25px 15px 0;
}
.image-right {
  float: right;
  margin: 0 0 15px 25px;
}
.alignleft {
  float: left;
  margin: 0 25px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 25px;
}
.image-left img,
.image-right img {
  border: 0 solid #fff;
}
.image-middle {
  margin: 0 auto 20px;
}
.image-responsive {
  width: 100%;
}
.container {
  max-width: 1200px;
}
.upsc-wrapper {
  width: 100%;
  height: auto;
  padding: 10px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 777;
  text-align: left;
  color: #000;
}
.upsc-wrapper-main {
  width: 830px;
  height: auto;
  padding: 0;
  margin: 0 auto;
}
.upsc-wrapper-main-left {
  width: 414px;
  float: left;
  height: auto;
  padding: 65px 0 50px 0;
  margin: 0;
}
.upsc-wrapper-main-left h4 {
  color: #2e2633;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.upsc-wrapper-main-left h2 {
  font-size: 30px;
  line-height: 46.7px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #002BFF;
}
.upsc-wrapper-main-left h6 {
  color: #2e2633;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 36px;
}
.upsc-wrapper-main-left-box {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
}
.upsc-wrapper-main-left-box img {
  /*width: 100%;*/
  height: auto;
}
.upsc-wrapper-main-left-box .imgoverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #2e2633;
  opacity: 0.8;
}
.upscx--wrapper-main-left-botext {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 777;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #fff;
  text-align: center;
  padding: 0 26px;
}
.upscx--wrapper-main-left-botext p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 27px;
  text-transform: capitalize;
}
.upscx--wrapper-main-left-botext p strong {
  font-weight: 800;
}
.upscx--wrapper-main-left-botext h6 {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-transform: capitalize;
}
.upscx--wrapper-main-left-botext h6 strong {
  font-weight: 800;
}
.upscx--wrapper-main-left-botext h5 {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-transform: capitalize;
}
.upscx--wrapper-main-left-botext h5 strong {
  font-weight: 800;
}
.upsc-wrapper-main-right {
  width: 375px;
  float: right;
  height: auto;
  padding: 30px 0 0 0;
  margin: 0;
}
.upsc-wrapper-main-right01 {
  width: 375px;
  background:#002BFF;
  min-height: 300px;
  box-shadow: 6px 6px 28px -8px rgba(81, 46, 136, 0.2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
  position: fixed;
}
.upsc-wrapper-main-right01 h2 {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
  padding: 0 40px;
}
.limited-seats{
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 30px;
  color: white;
}
.upsc-wrapper-main-right01 h4 {
  text-align: center;
  color: #ff1d1d;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 32px;
}
.upsc-wrapper-main-rightbox {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 18px auto;
  border: 0 solid red;
}
.upsc-wrapper-main-rightbox label {
  color: white;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}
.upsc-wrapper-main-rightbox select {
  width: 100%;
  margin: 0 0 3px;
  padding: 0 10px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  color: #000;
  font-weight: 300;
  border: #c9c9c9 solid 1px;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
  letter-spacing: 1px;
}
.upsc-wrapper-main-rightbox .blocking-span {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.upsc-wrapper-main-rightbox input[type="email"],
.upsc-wrapper-main-rightbox input[type="tel"],
.upsc-wrapper-main-rightbox input[type="text"] {
  margin: 0 0 3px;
  padding: 0 18px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: white;
  font-weight: 300;
  border: #c9c9c9 solid 1px;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.upsc-wrapper-main-rightbox h6 {
  color: white;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
  padding: 0 18px;
}
.upsc-wrapper-main-rightbox input[type="submit"] {
  background: linear-gradient(89.9deg, #433ee9 0.07%, #8e14ff 99.92%);
  opacity: 0.5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  font-weight: 500;
  display: block;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
}
.upsc-wrapper-main-rightbox input[type="submit"].valid-submit {
  opacity: 1;
}
.upsc-wrapper-main-rightbox button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  color:black;
  font-size: 14px;
  line-height: 45px;
  font-weight: 600;
  display: block;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
}
.upsc-wrapper-main-rightbox button span {
  font-size: 14px;
}
.upsc-wrapper-main-rightbox button.valid-submit {
  opacity: 1;
}
.upsc-wrapper-main-rightbox .floating-label {
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 14px;
  transition: 0.2s ease all;
  font-size: 14px;
  line-height: 21px;
  color: #2e2633;
  font-weight: 400;
  opacity: 0.3;
}
.upsc-wrapper-main-rightbox input:focus ~ .floating-label,
.upsc-wrapper-main-rightbox input:not(:focus):valid ~ .floating-label {
  top: -10px;
  opacity: 1;
  left: 10px;
  background: #FF3A58;
  font-size: 12px;
  color: white;
  font-weight: 400;
  padding: 0 6px;
  display: inline-block;
}
.upsc-wrapper-main-rightbox input:focus{
    background-color: transparent;
    border: 2px solid #FFFFFF
}
.upsc-wrapper-main-rightbox input:valid{
    background-color: transparent;
    border: 2px solid #FFFFFF
}
.upsc-wrapper-main-rightbox textarea:focus ~ .floating-label,
.upsc-wrapper-main-rightbox textarea:not(:focus):valid ~ .floating-label {
  top: -10px;
  opacity: 1;
  left: 10px;
  background: #fff;
  font-size: 12px;
  color: #a1a1a1;
  font-weight: 400;
  padding: 0 6px;
  display: inline-block;
}
.upsc-wrapper-main-rightbox input[type="email"]:focus ~ .floating-label,
.upsc-wrapper-main-rightbox
  input[type="email"]:not(:focus):valid
  ~ .floating-label {
  top: -10px;
  opacity: 1;
  background: #fff;
  left: 10px;
  font-size: 12px;
  color: #a1a1a1;
  font-weight: 400;
  padding: 0 6px;
  display: inline-block;
}
.upsc-wrapper-main-rightbox .error {
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: -14px;
  transition: 0.2s ease all;
  font-size: 10px;
  line-height: 15px;
  color: rgb(255, 29, 29);
  font-weight: 800;
}
.upsc-wrapper-main-rightbox input:focus ~ .error,
.upsc-wrapper-main-rightbox input:not(:focus):valid ~ .error {
  left: 0;
  bottom: -14px;
  /* background: #fff; */
  font-size: 10px;
  color: #ff1d1d; 
  font-weight: 800;
  padding: 0 0;
  display: inline-block;
}
.upsc-wrapper-main-rightbox textarea:focus ~ .error,
.upsc-wrapper-main-rightbox textarea:not(:focus):valid ~ .error {
  left: 0;
  bottom: -14px;
  background: #fff;
  font-size: 10px;
  color: #ff1d1d;
  font-weight: 400;
  padding: 0 0;
  display: inline-block;
}
.upsc-wrapper-main-rightbox input[type="email"]:focus ~ .error,
.upsc-wrapper-main-rightbox input[type="email"]:not(:focus):valid ~ .error {
  top: -10px;
  background: #fff;
  left: 10px;
  font-size: 12px;
  color: #a1a1a1;
  font-weight: 400;
  padding: 0 6px;
  display: inline-block;
}
.upsc-wrapper-main-rightbox p {
  color: #ff1d1d;
  font-size: 10px;
  line-height: normal;
  font-weight: 400;
  display: none;
}
.upsc-wrapper-main-rightbox p {
  color: #ff1d1d;
  font-size: 10px;
  line-height: normal;
  font-weight: 400;
  display: none;
}
.mobiletitel-text {
  padding: 25px 0;
  text-align: center;
  display: none;
}
.mobiletitel-text h4 {
  color: #2e2633;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 7px;
}
.mobiletitel-text h2 {
  color: #002BFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}
.copyright-section {
  padding: 20px 0;
  text-align: center;
  display: none;
}
.copyright-section p {
  color: #2e2633;
  font-size: 9px;
  line-height: normal;
  font-weight: 400;
}
.custom-select {
  position: relative;
  font-family: Arial;
}
.custom-select select {
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  margin-top: 0;
  line-height: 0;
  opacity: 0;
}
.select-selected {
  background: #fff;
  border: #c9c9c9 solid 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 27px !important;
  right: 20px;
  width: 10px;
  height: 6px;
  background: url(../images/Vector.png) no-repeat;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.select-selected {
  color: rgba(51, 51, 51, 0.9);
  padding: 8px 16px;
  border: #c9c9c9 solid 1px;
  height: 48px;
  margin-top: -17px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
}
.select-items div {
  color: #2e2633;
  padding: 10px 16px;
  border-top: transparent solid 1px;
  border-bottom: transparent solid 1px;
  height: 40px;
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}
.select-items div:hover {
  border-top: #c9c9c9 solid 1px;
  border-bottom: #c9c9c9 solid 1px;
  background: #ffece5;
}
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: #c9c9c9 solid 1px;
}
.select-hide {
  display: none;
}
.same-as-selected,
.select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.error-item .select-selected {
  border: #ff1d1d solid 1px;
  background: #ffece5;
}
.upscthankyou-wrapper-section {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}
.upscthankyou-wrapper-section-wrapper {
  max-width: 830px;
  height: auto;
  padding: 25px 0;
  margin: 0 auto;
  background: #fff;
}
.upscthankyou-wrapper-section-wrapper h1 {
  color: #2e2633;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}
.upscthankyou-wrapper-section-wrapper h1 strong {
  font-weight: 600;
}
.thankyou-textbox {
  width: 830px;
  background: #fff0f2;
  padding: 30px 50px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.thankyou-textbox p {
  color: #2e2633;
  text-align: center;
  font-size: 20px;
  line-height: 31px;
  font-weight: 600;
}
.thankyoubox01 {
  max-width: 750px;
  height: auto;
  padding: 0;
  margin: 15px auto 0 auto;
}
.thankyoubox01-left {
  width: 205px;
  float: left;
  height: auto;
  padding: 0;
  margin: 0;
}
.thankyoubox01-right {
  width: 497px;
  float: right;
  height: auto;
  padding: 0;
  margin: 0;
}
.thankyoubox01-right h3 {
  color: #2e2633;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 16px;
}
.thankyoubox01-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.thankyoubox01-right ul li {
  color: #2e2633;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 10px;
}
.thankyoubox01-right ul li img {
  vertical-align: middle;
  margin-right: 10px;
  float: left;
  margin-bottom: 10px;
}
.thankyou-video-section {
  max-width: 544px;
  height: auto;
  padding: 0;
  margin: 30px auto 50px auto;
  border: 0 solid red;
  text-align: center;
}
.thankyou-video-section h4 {
  color: #2e2633;
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 30px;
}
.thankyou-video-section-box {
  width: 100%;
  border: 5px solid rgba(76, 175, 80, 0.1);
  min-height: 316px;
  padding: 0;
  margin: 0 auto 0 auto;
}
.thankyou-video-section-box iframe {
  width: 100%;
  height: 306px;
}
.featurebox-section {
  max-width: 830px;
  height: auto;
  padding: 0;
  margin: 0 auto 0 auto;
  background: #ffece5;
  position: relative;
}
.featurebox-section::before {
  width: 200%;
  height: 100%;
  content: "";
  position: absolute;
  left: -199%;
  top: 0;
  background: #ffece5;
}
.featurebox-section::after {
  width: 200%;
  height: 100%;
  content: "";
  position: absolute;
  right: -199%;
  top: 0;
  background: #ffece5;
}
.featurebox-section-left {
  width: 353px;
  float: left;
  height: auto;
  padding: 0;
  margin: 0;
}
.featurebox-section-right {
  width: 422px;
  float: right;
  height: auto;
  padding: 55px 20px 0 0;
  margin: 0;
  text-align: right;
}
.ourstar-student-section {
  width: 546px;
  height: auto;
  padding: 0;
  margin: 30px auto;
}
.ourstar-student-section h2 {
  color: #2e2633;
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.ourstar-student-section01 {
  width: 100%;
  min-height: 220px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.full-img-text {
  background: #002bff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  min-height: 220px;
  padding: 30px 52px;
  color: #fff;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.full-img-text01 {
  width: 100%;
  display: table;
  height: auto;
  padding: 0;
  margin: 0 auto 18px auto;
}
.full-img-text01-left {
  width: 65px;
  float: left;
  height: auto;
  padding: 0;
  margin: 0;
}
.full-img-text01-right {
  width: 285px;
  float: left;
  height: auto;
  padding: 0;
  margin: 0 0 0 20px;
}
.full-img-text01-right h5 {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 4px;
}
.full-img-text01-right h4 {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.full-img-text p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.bx-pager {
  width: 100%;
  text-align: center;
  padding: 25px 0 0 0;
}
.bx-pager .bx-pager-item {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 7px;
}
.bx-pager .bx-pager-item .bx-pager-link {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #002bff;
  color: #6d27f6;
  font-size: 2px;
  line-height: 10px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bx-pager .bx-pager-item .active {
  opacity: 0.3;
}
.featurebox-section-right h6 a {
  background: linear-gradient(89.9deg, #433ee9 0.07%, #8e14ff 99.92%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 13px 47px 15px 78px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  position: relative;
}
.featurebox-section-right h6 a::after {
  background: url(../images/download-icon.png) no-repeat;
  width: 16px;
  height: 18px;
  content: "";
  position: absolute;
  left: 48px;
  top: 14px;
}
.featurebox-section-right h6 {
  margin-bottom: 35px;
}
.featurebox-section-right p {
  color: #2e2633;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 23px;
}
.featurebox-section-right h3 {
  color: #2e2633;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 16px;
}
.morebox-sec {
  max-width: 540px;
  height: auto;
  padding: 0;
  margin: 47px auto 13px auto;
  border: 0 solid red;
}
.morebox-sec h2 {
  color: #2e2633;
  font-size: 24px;
  line-height: 37px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.morebox-sec01 {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 15px auto;
  display: table;
}
.morebox-sec01-left {
  width: 48%;
  float: left;
  height: auto;
  text-align: right;
  padding: 0;
  margin: 0;
}
.morebox-sec01-left p {
  width: 300px;
  height: 45px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
  padding: 0;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}
.morebox-sec01-right {
  width: 48%;
  float: right;
  height: auto;
  text-align: left;
  padding: 0;
  margin: 0;
}
.morebox-sec01-right p {
  width: 300px;
  height: 45px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  padding: 0 32px 0 20px;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}
.morebox-sec02 {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 15px auto;
  display: table;
}
.morebox-sec02-left {
  width: 48%;
  float: left;
  height: auto;
  text-align: right;
  padding: 0;
  margin: 0;
}
.morebox-sec02-left p {
  width: 300px;
  height: 45px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
  padding: 0 20px 0 32px;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}
.morebox-sec02-right {
  width: 48%;
  float: right;
  height: auto;
  text-align: left;
  padding: 0;
  margin: 0;
}
.morebox-sec02-right p {
  width: 300px;
  height: 45px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  padding: 0 32px 0 20px;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}
.morebox-sec03 {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 15px auto;
  display: table;
}
.morebox-sec03-left {
  width: 48%;
  float: left;
  height: auto;
  text-align: right;
  padding: 0;
  margin: 0;
}
.morebox-sec03-left p {
  width: 300px;
  height: 45px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
  padding: 0;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}
.morebox-sec03-right {
  width: 48%;
  float: right;
  height: auto;
  text-align: left;
  padding: 0;
  margin: 0;
}
.morebox-sec03-right p {
  width: 300px;
  height: 45px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  padding: 0;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}
.footerbtn-section {
  width: 265px;
  height: auto;
  padding: 0;
  margin: 30px auto 0 auto;
  display: table;
  border: 0 solid red;
}
.footerbtn-section-left {
  width: 125px;
  float: left;
  height: auto;
  padding: 0;
  margin: 0;
}
.footerbtn-section-right {
  width: 125px;
  float: right;
  height: auto;
  padding: 0;
  margin: 0;
}
.chatsection {
  width: 100px;
  position: fixed;
  right: 5%;
  bottom: 4%;
  text-align: center;
  display: table;
}
.chatsection ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.chatsection ul li {
  display: inline-block;
  padding: 0;
  margin: 0 3px;
}
.featurebox-sectionmobile-text {
  text-align: center;
  display: none;
}
.featurebox-sectionmobile-text h4 {
  color: #2e2633;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}
.featurebox-sectionmobile-text p {
  color: #333;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
}
.dial-code-box {
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 48px;
  color: black;
}
#input_phone_label {
  left: 46px !important;
}
.upsc-wrapper-main-rightbox input[type="tel"] {
  padding: 0 18px 0 38px !important;
}
.error-item input[type="email"],
.error-item input[type="tel"],
.error-item input[type="text"] {
  
}
.error-item input:focus ~ .floating-label,
.error-item input:not(:focus):valid ~ .floating-label {
  top: -10px;
  opacity: 1;
  left: 10px;
  /* background: #fff; */
  font-size: 12px;
  /* color: #ff1d1d; */
  font-weight: 400;
  padding: 0 6px;
  display: inline-block;
}
.error-item textarea:focus ~ .floating-label,
.error-item textarea:not(:focus):valid ~ .floating-label {
  top: -10px;
  opacity: 1;
  left: 10px;
  background: #fff;
  font-size: 12px;
  color: #ff1d1d;
  font-weight: 400;
  padding: 0 6px;
  display: inline-block;
}
.error-item input[type="email"]:focus ~ .floating-label,
.error-iteminput[type="email"]:not(:focus):valid ~ .floating-label {
  top: -10px;
  opacity: 1;
  background: #fff;
  left: 10px;
  font-size: 12px;
  color: #ff1d1d;
  font-weight: 400;
  padding: 0 6px;
  display: inline-block;
}
p.alert {
  margin: 10px 0;
  font-size: 12px;
}
.bg-wight {
  background: #fff;
  overflow-x: hidden;
}
.thankyou-textbox-main {
  box-shadow: 6px 6px 28px -8px rgba(81, 46, 136, 0.2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-bottom: 18px;
}
.upsc-wrapper-main-rightbox
  input:focus
  ~ span#input_phone_label.floating-label {
  left: 10px !important;
}
.upsc-wrapper-main-rightbox
  input:not(:focus):valid
  ~ span#input_phone_label.floating-label {
  left: 10px !important;
}
.upsc-wrapper-main-rightbox .blocking-span.custom-select {
  margin-bottom: 0;
}
.tfw-select-active {
  background: #FFFFFF;
  opacity: 0.9;
}
.select-arrow-active.tfw-select-active {
  background: #fff;
}
.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 56%;
}
.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  background-position: left center;
  background-size: 100% 100% !important;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.8s, height 0s;
  -moz-transition: opacity 0.8s, height 0s;
  transition: opacity 0.8s, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #fff;
  border-radius: 100%;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -24px 0 0 -12px;
  border-left: 40px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.videoPoster:focus:before,
.videoPoster:hover:before {
  border-color: red;
}
.videoPoster:focus:after,
.videoPoster:hover:after {
  border-left-color: red;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 0.8s;
  -moz-transition-delay: 0s, 0.8s;
  transition-delay: 0s, 0.8s;
}
.chi {
  width: 50px;
  height: 30px;
  position: absolute;
  left: 4px;
  top: 4px;
}
.chi .select-selected {
  border: none !important;
  padding: 0 5px 0 10px !important;
  height: 30px;
}
.chi .select-selected::after {
  top: 17px !important;
  right: 9px !important;
}
.chi-m input[type="tel"] {
  padding: 0 18px 0 68px !important;
}
.chi-m #input_phone_label {
  left: 65px !important;
}
.chi .select-selected {
  border-right: 1px solid #c8c8c8 !important;
}
.chi label#child_age-error {
  bottom: -22px;
  width: 300px;
}
.form-main {
  position: relative;
}
.formotp-section {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 666;
}
.formotp-section p {
  color: #2e2633;
  font-size: 14px;
  line-height: 21.96px;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 0 4%;
}
.formotp-section h5 {
  padding-left: 4%;
  color: #2e2633;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
}
.formotp-section h5 a {
  margin-left: 20px;
  color: #ff3a58;
  font-weight: 400 !important;
}
.otpmain {
  width: auto;
  display: table;
  margin: 130px auto 0 auto;
}
#partitioned {
  padding-left: 10px;
  letter-spacing: 55px;
  border: 0;
  background-image: linear-gradient(
    to left,
    #919191 70%,
    rgba(145, 145, 145, 0) 0
  );
  background-position: bottom;
  background-size: 70px 1px;
  background-repeat: repeat-x;
  background-position-x: 36px;
  width: 303px;
  min-width: 305px;
  font-size: 24px;
  font-weight: 600;
  color: #4d4d4d;
}
#divInner {
  left: 0;
  position: sticky;
}
#divOuter {
  width: 262px;
  overflow: hidden;
}
.sib_signup_box_inside_3 label {
  margin: 6px 0 16px 0;
}
#input_child_age_label {
  margin-left: 49px;
}
.upsc-wrapper-main-rightbox
  input:focus
  ~ span#input_child_age_label.floating-label {
  left: -37px !important;
}
.upsc-wrapper-main-rightbox
  input:not(:focus):valid
  ~ span#input_child_age_label.floating-label {
  left: -37px !important;
}
.left-contentainer {
  float: left;
}
.right-contentainer {
  float: right;
  color: #ff3a58;
  font-weight: 500;
}
.error {
  color: red;
}
#partitioned-error {
  font-size: 12px;
  display: block;
}
#otp-verification-error {
  font-size: 12px;
  display: block;
}
.upscthankyou-wrapper-section {
  background: #fff0f2;
}
.ready-for-otp {
  visibility: hidden;
  height: 300px;
}
