

/* @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body{
      /* font-family: "Source Sans 3", sans-serif; */
      font-family: "Noto Sans", sans-serif;
}

header {
    position: absolute;
    width: 100%;
}
.owl-carousel .item {
  margin: 10px;
}

.owl-carousel .card {
  border-radius: 10px;
  overflow: hidden;
}

.bg-hero-gradient-desktop{
      background-color: #f6f6f6;
      background-image: url("../images/elements.png") , url("../images/elements-2.png");
      background-position: top left 430px, bottom 25px left 5px;
      background-repeat: no-repeat no-repeat;
    min-height: 100vh;

}
.right-girl{
  position: relative;
}

.decorative-element {
position: absolute;
    left: 0;
    top: -52px;
    width: 100%;
    z-index: 1;
}
.girl-img{
position: relative;
    z-index: 2;
    right: 80px;
    top: 50px;
    width: 384px;
}

.btn-admission {
  background-color: #ff5d29;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 6px;
  border: none;
}

.book-your-spot {
  background: #0066cc;
  color: #fff;
  padding: 9px 15px;
  border-radius: 8px;
  font-size: 1.1rem;
  text-decoration: none;
  display: inline-block;
}

.book-your-spot:hover {
  background: #004999;
  color: #fff;
}








/* Section background */
.explore-life {
 background: #f1f2f2;
 padding-bottom: 70px !important;
}
.explore-life h3 {
  color: #1f4d9e;
  font-size: 35px;
}


/* Card styling */
.life-card {
  background: #ddd;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  width: 240px;
  margin: auto;
  transition: transform 0.3s ease;
}


/* Footer */
.life-footer {
   background: #ff5d29;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Tilt effects */
.tilt-left {
  transform: rotate(-8deg);
}
.tilt-center {
  transform: rotate(0deg);
}
.tilt-right {
  transform: rotate(8deg);
}

/* Smooth hover effect */
.life-card:hover {
  transform: scale(1.05);
  z-index: 2;
}

/* Owl dots styling */
.owl-dots {
  margin-top: 20px;
}
.owl-dot span {
  background: #ccc !important;
}
.owl-dot.active span {
  background: #f47921 !important;
}



/* testimonials */
.testimonial-content h6 {
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.testimonial-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  font-style: italic;
}

.testimonial-card,
.testimonial-card::before,
.testimonial-avatar {
  display: none !important;
}

/* Video item styling */
.video-item {
  max-width: 640px;
  margin: 0 auto;
}

.video-item iframe {
  border-radius: 12px;
  border: none;
}

/* Owl Carousel Arrows */
.testimonials .owl-nav {
  margin-top: 20px;
  text-align: center;
}

.testimonials .owl-nav button {
  background: #1d4ba8;
  border: none;
  margin: 0 10px;
  padding: 8px 15px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

.testimonials .owl-nav button:hover {
  background: #f47921;
}

.blue-divider{
  height: 20px;
  margin: 0;
  padding: 0;
}
.blue-grey-divider{
  margin-top: -1px;
}
.core-values {
background: #00387e;
}
.core-wrapper img{
  width: 85%;
}

.core-values h3 {
 color: #fff;
  font-size: 35px;
  margin-bottom: 40px;
}


/* Coaching Section */
.coaching-section {
  background: #f1f2f2;
  /* padding: 10px 0; */
  text-align: center;
}

/* .coaching-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  justify-content: center;
} */

.coaching-card {
      background: #ff5d29;
    color: #fff;
    /* padding: 14px 20px; */
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-size: 15px;
}
.coaching-img{
      border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}


.coaching-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 cards in mobile */
  gap: 20px;
  justify-items: center;
}

@media (min-width: 768px) {
  .coaching-grid {
    grid-template-columns: repeat(3, 1fr); /* 3 cards in tablet/desktop */
    padding: 0 52px 0 52px;
  }
}
  .transport-section {
      display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f2f2;
    }
.transfortation-text{
  color: #2455a2;
    font-size: 48px;
}

    /* Responsive */
    @media (max-width: 768px) {
      .transport-section {
        flex-direction: column;
        text-align: center;
      }
      .transport-image img {
        max-width: 200px;
      }
    }


.admission-section {
      text-align: center;
      padding: 40px 20px;
    }

    .admission-section h2 {
      font-size: 35px;
      font-weight: bold;
      color: #2455a2;
      margin-bottom: 10px;
    }

    .admission-section p {
      font-size: 20px;
      color: #2455a2;
    }
  .step-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
}

.step-card:hover {
  transform: scale(1.05); /* zoom effect */
}

.step-card img {
  width: 100%;
  height: auto;
  display: block;
}

    .ktgs-learning {
  text-align: center;
  padding: 50px 30px;
}

.ktgs-learning .heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1e3d9f;
}
.orange-text{
color: #ff5d29;
}

/* Card wrapper */
.card-wrapper {
  display: flex;
  justify-content: center;
  min-height: 377px;
}

/* Card */
.card {
  border-radius: 20px;
  color: #fff;
  width: 280px;
  height: 320px;
  display: flex;
  flex-direction: column;
 /* justify-content: space-between;  */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

/* Card header (tab style) */
.card-header {
  background: #ff5d29;
  color: #ffffff;
  border-radius: 0 0 20px 20px;
  padding: 12px;
  font-weight: 700;
}
.card-header-blue {
  background: #1e3d9f;
    color: #ffffff;
  padding: 12px;
}
.card-header-blue h3{
  margin: 0;
  font-size: 23px;
  font-weight: 600;
}
.card-header h3 {
  margin: 0;
  font-size: 23px;
  font-weight: 600;
}
.card-header-blue small{
   font-size: 16px;
  font-weight: 500;
}
.card-header  small {
  font-size: 16px;
  font-weight: 500;
}

/* Card body */
.card ul {
  text-align: left;
  padding: 20px;
  list-style: none;
      padding-bottom: 0px;
}

.card ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.4;
  color: #1e3d9f;
}

.card ul li::before {
  content: "▪";
  position: absolute;
  left: 0;
  color: #1e3d9f;
  font-size: 16px;
}

/* Card footer */
.card-footer {
  background: #fff;
  color: #1e3d9f;
  font-size: 13px;
  padding: 8px 12px;
  margin: 15px;
  border-radius: 8px;
  font-weight: 500;
}

/* Colors */
.blue-card {
  background:  #f6f6f6;
}

.darkblue-card {
  background: #e0e0e0;
}


/* partner */
     .partner-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 150px;
    }
    .partner-logo img {
      max-height: 100px;
      max-width: 200px;
      object-fit: contain;
    }
    .owl-nav button {
      background: #2455a2 !important;
      color: #fff !important;
      border-radius: 50% !important;
      width: 40px;
      height: 40px;
      margin: 5px;
    }
    .owl-dots {
      margin-top: 10px;
    }

     .faq-container {
      max-width: 880px;
      margin: 0 auto;
      text-align: left;
    }
    .faq-item {
      margin-bottom: 10px;
      border-radius: 5px;
      overflow: hidden;
      cursor: pointer;
    }
    .faq-question {
      padding: 15px;
      font-size: 17px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #2455a2;
    color: #fff;
    }
    .faq-answer {
      display: none;
      padding: 15px 15px 15px 15px;
    font-size: 15px;
    color: #444;
    background: #f1f2f2;
    }
    .faq-item.active .faq-answer {
      display: block;
    }
    .faq-item.active .arrow {
      transform: rotate(180deg);
    }
    .arrow {
      transition: transform 0.3s;
          background-color: #fcfcfc;
    border-radius: 50%;
    padding: 3px 4px;
    height: 20px;
    width: 20px;
    font-size: 11px;
    color: #2455a2;
    }
    .callback-btn {
      margin-top: 20px;
      background: #ff5d29;
      color: white;
      border: none;
      padding: 12px 20px;
      border-radius: 6px;
      font-size: 24px;
      cursor: pointer;
      transition: 0.3s;
    }
    .callback-btn:hover {
      background: #e54510;
    }


.book-your-spot{
    color:#fff;
    background: #2455a2;
}
.mt-20{
    margin-top:20px;
}

  .form-header {
    background-color: #ff5d29; /* Same orange as in your design */
    border-radius: 10px 10px 0 0;
  }

  /* Form box styling */
  #form-section form {
    border-radius: 0 0 10px 10px;
  }

  /* Input field styling */
  .form-control, .form-select {
    border-radius: 8px;
    padding: 12px;
    font-size: 16px;
  }

  /* Mobile optimization */
  @media (max-width: 576px) {
    .form-control, .form-select {
      font-size: 14px;
      padding: 10px;
    }
  }
  .welcome-heading{
    color: #2455a2;
    font-size: 35px;
  }
  .welcome-para{
    color: #2455a2;
    font-size: 20px;
    font-weight: 600;
        line-height: 28px;
  }
  .welcome-para span{
    color: #ff5d29;
  }
    .feature-box {
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
  }
  .feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  }
  .feature-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 8px;
  }
  .feature-box h6 {
    font-size: 15px;
    font-weight: 500;
    color: #2455a2;
  }
  .join-btn{
    display: inline-block;
    padding: 12px 30px;
  font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #ff5d29; /* orange */
    border: none;
    border-radius: 10px; /* pill shape */
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
   .join-btn:hover{
   color: #fff;
    background: #2455a2; /* orange */
  }
  .text-sports-pa{
    color: #2455a2;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0px;
  }
.faq-heading{
    color: #2455a2;
    font-size: 35px;
}


.rs-footer.footer-main-home .footer-tops .footer-title{
            position: relative;
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
}
.rs-footer.footer-main-home {
    background-color: #14376c;
    background-size: cover;
    padding: 40px 10px 0 10px;
}
.rs-footer.footer-main-home .footer-tops .footer-title:hover:before {
    width: 50px;
    left: 0;
}
.rs-footer.footer-main-home .footer-tops .footer-title:before {
    content: "";
    position: absolute;
    background: #ff5d29;
    height: 3px;
    width: 15px;
    left: 0;
    transition: all 0.4s ease;
    z-index: 1;
    bottom: -11px;
}
.rs-footer.footer-main-home .footer-tops .footer-title:hover:after {
    width: 15px;
    left: 60px;
}
.rs-footer.footer-main-home .footer-tops .footer-title:after {
    position: absolute;
    content: "";
    background: #ff5d29;
    height: 3px;
    transition: all 0.4s ease;
    width: 50px;
    right: 0;
    left: 25px;
    bottom: -11px;
    margin-left: 0;
    z-index: 0;
}
.rs-footer.footer-main-home .footer-tops .address-widget li {
    padding: 0 0 8px 0px;
    position: relative;
}
.rs-footer.footer-main-home .footer-tops .address-widget li i {
    color: #ff5d29;
    position: absolute;
    left: 0;
}
.rs-footer.footer-main-home .footer-tops .address-widget li .desc a {
    color: #ffffff;
    font-size: 16px;
}
.rs-footer.footer-main-home .footer-tops .address-widget li .desc a:hover {
    color: #ff5d29;
}
.footer-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.address-widget li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.footer-social li {
  display: inline-block;
  margin-right: 8px;
}

.address-widget{
  padding-left: 0;;
}
.address-widget li a{
  text-decoration: none;
}
.rs-footer.footer-main-home .footer-tops .footer-social {
    display: flex;
    gap: 12px;
    padding-left: 0;
    flex-wrap: wrap;
}

.rs-footer.footer-main-home .footer-tops .footer-social li {
    list-style: none;
}

.rs-footer.footer-main-home .footer-tops .footer-social li a {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.rs-footer.footer-main-home .footer-tops .footer-social li a img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1); /* make icons white */
    transition: transform 0.4s ease;
}

/* Hover Effects */
.rs-footer.footer-main-home .footer-tops .footer-social li a:hover {
    transform: translateY(-5px);
    background-color: #ff5d29;
}



.rs-footer.footer-main-home .footer-tops .footer-social li a:hover img {
    transform: scale(1.2);
    color: #fff; /* switch to colored icons if logos have colors */
}
.rs-footer.footer-main-home .footer-bottom {
    border-top: 2px solid #ffffff0a;
    padding: 20px 0 10px 0;
    background: #082f6a;
}
.rs-footer.footer-main-home .footer-tops .footer-social li a img {
    font-size: 14px;
    margin-right: 3px;
    transition: all 0.8s ease;
    /* background: #1c202469; */
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
}


.Admission{
  width: 60%;
}
.testimonial-card {
  background: #f7f7f7;
  border-radius: 15px;
  padding: 40px 20px 20px;
  position: relative;
  max-width: 350px;
}

.testimonial-avatar {
  width: 80px;
  height: 80px;
  background: #ff5722;
  border-radius: 50%;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-content h6 {
  margin-top: 50px;
  font-weight: bold;
}

.testimonial-content p {
  font-size: 14px;
  color: #333;
}
.image-hed{
  width: 356px;
}
.paragrap{
  font-size: 15px;
  font-weight: 400;
      color: #2455a2;
}
.explore-paragrap{
    font-size: 18px;
  font-weight: 500;
      color: #2455a2;
}
.bus-animation{
  width: 60%;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
   z-index: 9999;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #fff !important;
  background: #ff5d29;
  border: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.back-to-top:hover {
  background: #e14c1c;
}
.form-header h4{
  font-size: 20px;
}
.virtual-tour-section {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.virtual-tour-bg {
  background: url('../images/virtual-bg.webp') no-repeat center center/cover;
  position: absolute;
  inset: 0;
  z-index: 1;

}

.virtual-tour-overlay {
  background: rgb(21 37 57 / 77%);/* blue overlay */
  position: absolute;
  inset: 0;
  z-index: 2;
}

.virtual-tour-section .container {
  z-index: 3;
}

.virtual-tour-section h2,
.virtual-tour-section p {
  color: #fff;
}
.virtual-tour-section h2{
font-size: 40px;
}
.virtual-tour-section p{
  font-weight: 400;
}

.ktgsat-section {
  background: #f8f9fa;
  padding: 100px 0;
}

.ktgsat-section h4 {
  color: #2455a2;
}

.ktgsat-section h2 {
  color: #ff5d29;
  font-size: 38px;
}

.ktgsat-section .exam-date {
    background: #2455a2;
    color: #86e0ff;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 6px;
}
.py-70{
  padding: 70px 0;
}
.transfortation-text{
  color: #2455a2;
    font-size: 48px;
}

/* Start form section */
.block-class {
  max-width: 100%;
  background-color: #fff;
}

.block-class .form-control {
  padding-left: 10px;
}

.block-class .input-group-btn.bs-dropdown-to-select-group {
  padding-right: 3px !important;
}

.block-class .dynamic_theme_block .form-custom .form-group.StateId {
  padding: 0 10px 0 0;
}

.block-class .panel,
.block-class .panel-default>.panel-heading {
  background-color: transparent !important;
}

.block-class .panel-default,
.block-class .panel-default>.panel-heading {
  border: none;
  padding: 0;
}

.panel-default>.panel-heading {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 100%;
}

.form-heading {
  padding-top: 10px;
  margin: 0
}

.form-block {
  max-width: 400px;
  min-width: 400px;
  font-size: 12px;
  position: absolute;
  left: 50%;
  margin-left: 176px
}

.panel.with-nav-tabs.panel-default.dynamic_theme_block {
    background: white!important;
}


.form-block-inner {
  background-color: #fff
}

.form-group>label {
  font-weight: normal;
  line-height: 18px;
  display: none
}

.form-group>label[for="termscondition"] {
  display: block
}

input[type="checkbox"] {
  vertical-align: top;
  margin-top: 2px;
  padding-right: 10px;
}

.form-control::-moz-placeholder,
.has-error .SumoSelect::-moz-placeholder {
  color: #333
}

.select-arrow-cust {
  background-color: transparent
}

.has-error .form-control,
.has-error .SumoSelect {
  border-color: #f44336;
  box-shadow: none;
  color: #f44336
}

.has-error .form-control::-webkit-input-placeholder,
.has-error .SumoSelect::-webkit-input-placeholder {
  color: #f44336
}

.has-error .form-control:-moz-placeholder,
.has-error .SumoSelect:-moz-placeholder {
  color: #f44336
}

.has-error .form-control::-moz-placeholder,
.has-error .SumoSelect::-moz-placeholder {
  color: #f44336
}

.has-error .form-control:-ms-input-placeholder,
.has-error .SumoSelect:-ms-input-placeholder {
  color: #f44336
}

.panel.dynamic_theme_block {
  border: none;
  padding: 10px 20px 10px 20px;
  margin-bottom: 0px;
  /* border-radius: 10px; */
}

.panel.dynamic_theme_block .nav-tabs {
  border: none
}

.panel.dynamic_theme_block .nav>li>a {
  padding: 5px 15px;
  border: none;
  font-size: 14px;
  color: #2874f0;
  border-bottom: 1px solid #ddd;
  padding-left: 18px;
  padding-right: 18px;
}

.panel.dynamic_theme_block .nav-tabs>li.active>a,
.panel.dynamic_theme_block .nav-tabs>li.active>a:focus,
.panel.dynamic_theme_block .nav-tabs>li.active>a:hover {
  border: none;
  background-color: #dd302e;
  padding-right: 18px;
  border-bottom: 1px solid #dd302e;
  font-size: 15px;
  padding-left: 18px;
}

.panel.dynamic_theme_block .nav-tabs>li>a:focus,
.panel.dynamic_theme_block .nav-tabs>li>a:hover {
  background-color: transparent;
}

.panel.dynamic_theme_block .panel-body {
  box-shadow: 0 0 0 #fff;
  margin-top: 8px;
  padding: 0;
}

.panel.dynamic_theme_block .form-custom .Mobile .form-control,
.panel.dynamic_theme_block .form-custom .Mobile .has-error .SumoSelect,
.has-error .panel.dynamic_theme_block .form-custom .Mobile .SumoSelect {
  padding: 0 0 5px
}

.panel.dynamic_theme_block .or-seperator {
  margin: 20px 0 10px
}

.panel.dynamic_theme_block .form-custom {
  max-height: 100%;
  padding-right: 0
}

.panel.dynamic_theme_block .btn-npf {
  background-color: #24285f;
  padding: 9px !important;
  color: #fff;
  font-size: 14px;
  width: 180px;
  margin-top: 5px;
  text-transform: uppercase;
  border-radius: 0;
  transition: .5s;
  z-index: 1;
  position: relative;
  font-weight: 700;
  letter-spacing: .5px;
  border: 1px solid #24285f;
  border-radius: 0;
  padding: 9px;
}

/* .panel.dynamic_theme_block .btn-npf:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #103f6d;
  transform: scaleX(0);
  transition: .5s;
  z-index: -1;
} */

/* .panel.dynamic_theme_block .btn-npf:hover:before {
  transform: scaleX(1);
} */

.panel.dynamic_theme_block .btn-npf:hover{
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #000;
}

.accordionStyle .panel-accordion {
  border-radius: 0;
  border: 1px solid #ccc
}

.accordionStyle .panel-heading {
  padding: 0
}

.form-control,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.input-group-btn .btn {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  color: #000;
  border-radius: 0 !important;
}

.dynamic_theme_block .form-control[disabled],
.dynamic_theme_block .form-control[readonly],
.dynamic_theme_block fieldset[disabled] .form-control {
  background-color: transparent;
  color: black!important;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}

.form-group.label-floating.Mobile.country_dial_code.reg_mobile_div span {
  font-size: 12px;
  color: #f44336;
}

.merge_field_div {
  margin-bottom: 15px;
}

.input-group .form-group {
  vertical-align: top;
  display: table-cell;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

/** Start css for focus on input field **/
.input-focus::-webkit-input-placeholder {
  color: #ccc;
}

.input-focus::-moz-placeholder {
  color: #ccc;
}

.input-focus::-ms-input-placeholder {
  color: #ccc;
}

/** End css for focus on input field **/

.panel.dynamic_theme_block .form-custom .Mobile .form-control,
.panel.dynamic_theme_block .form-custom .Mobile .has-error .SumoSelect,
.has-error .panel.dynamic_theme_block .form-custom .Mobile .SumoSelect {
  padding: 6px 6px 9px 7px;
}

.dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select {
  background-color: #fff;
  padding: 6px 10px;
  border-top: 1px solid #e6e6e6 !important;
  border-right: 1px solid #e6e6e6 !important;
  border-left: 1px solid #e6e6e6 !important;
  border-radius: 0;
  color: #000;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: 0;
}

.dynamic_theme_block .form-custom .form-group.CourseId {
  width: 50%;
  padding-right: 10px;
}

.dynamic_theme_block .form-custom .agree-group .agree-condition {
  color: #000;
  line-height: 12px;
  font-size: 12.4px;
  /* padding-top: 10px !important; */
}

.CountryId:before,
.StateId:before,
.CityId:before,
.CourseId:before,
.reg_specialization_id_div:before,
.reg_university_id_div:before {
  z-index: 1;
  color: #000;
  font-size: 16px;
  margin-bottom: -10px;
}

.CourseId:before {
  right: 10px !important;
}

.form-group.label-floating.field-select.reg_university_id_div {
  position: relative;
}

.reg_university_id_div:before {
  position: absolute;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.form-control:focus {
  border-color: lightgrey;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(211, 211, 211, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(211, 211, 211, .6);
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-custom {
  overflow: unset;
}

.dynamic_theme_block .tab-pane .form-group,
.dynamic_theme_block .form-custom .merge_field_div,
.dynamic_theme_block .form-custom .checkbox {
  margin-bottom: 15px;
}

.dynamic_theme_block .btn-register {
  margin: 0;
}

.dynamic_theme_block .fpass a {
  color: #2874f0;
  text-transform: uppercase;
}

span.agree-condition {
  color: #000;
  font-size: 13px;

}

.form-group.agree-group.col-md-12.m0.has-error .help-block {
  font-size: 10px;
}

.form-group.agree-group.col-md-12.m0.has-error {
  line-height: 18px;
}

.StateId:before {
  right: 20px;
}

.panel.dynamic_theme_block .nav>li>a[aria-expanded="true"] {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.form-control {
  padding: 0 5px 0px !important;
  height: 38px;
}

.dynamic_theme_block .tab-pane .form-group {
  margin-bottom: 10px;
}

.panel-default>.panel-heading {
  margin-top: 5px;
  /* display: none; */
}

.dynamic_theme_block .form-custom .captcha {
  margin-top: 0px;
}

.dynamic_theme_block .form-custom .form-group.StateId {
  margin-top: 0px;
}

.dynamic_theme_block .form-custom .form-group.CityId {
  margin-top: 0px;
}

.dynamic_theme_block .tab-pane .form-group,
.dynamic_theme_block .form-custom .merge_field_div,
.dynamic_theme_block .form-custom .checkbox {
  margin-bottom: 2px;
}

.dynamic_theme_block .form-custom .checkbox {
  margin: 4px 1px 0;
}

input#Captcha {
  padding: 14px 5px;
}

.block-class input#Captcha {
  padding-left: 10px;
}

.dynamic_theme_block .form-custom .form-group.captcha-txt {
  width: 50%;
  /* padding-right: 10px; */
}

.dynamic_theme_block .form-group.has-error .help-block {
  color: red;
}

.dynamic_theme_block .form-custom .captcha {
  width: 100%;
  float: left;
  padding: 0;
  z-index: 999;
  position: relative;
  clear: both;
  margin-bottom: 5px;
}

.dynamic_theme_block .captcha img {
  width: 50%;
  height: 36px;
  /* float: right; */
  /* padding-right: 0; */
  margin-right: 0;
}

.dynamic_theme_block .captcha .CaptchaRefreshBtn {
  top: 8px;
  right: 190px;
  color: #000;
  border: none;
  /* position: absolute; */
  background-color: #fff;
  font-size: 0px;
  /* margin-right: 20px; */
}

.dynamic_theme_block #forgotBtn {
  margin-top: 20px!important;
}

.form-control {
  font-size: 13px !important;
  z-index: 11;
}

.form-group.label-floating.Mobile.country_dial_code.reg_mobile_div.is-focused .help-block {
  display: block;
  color: #767676;
}

.help-block {
  font-size: 10px;
}

.form-group.label-floating.is-empty.captcha-txt.has-error .help-block {
  margin-bottom: 10px;
}

.form-group.is-focused .help-block {
  line-height: 12px;
}

.dynamic_theme_block .tab-content .help-block {
  line-height: 12px;
  font-size: 10px;
}

.dynamic_theme_block .form-group.has-error .help-block {
  font-size: 11px;
  /* margin-top: 2px; */
}

input#forgetEmail {
  margin-top: 10px;
}

.reg_specialization_id_div:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  font-size: 16px;
  color: #000;
  top: 4px;
}

.reg_specialization_id_div {
  display: inline-block;
  width: 50%;
  position: relative;
}

.Password.reg_password_div {
  clear: both;
}

.block-class .dynamic_theme_block .datepicker-field .form-control[readonly] {
  border: 1px solid #e6e6e6;
}

/* .form-group.label-floating.reg_email_div.Email_email .help-block {line-height: 12px !important;margin-top: 2px !important;}
.form-group.label-floating.reg_email_div.Email_email .help-block{color: red !important;font-size: 9px;} */
.dynamic_theme_block .tab-content {
  /* line-height: 18px; */
}

.fbLogin,
.gpLogin {
  padding: 5px 3px;
  font-size: 12px;
}

.row.margin-top-10.margin0 .col-sm-6 {
  width: 48%;
  padding-right: 0;
}

.gpLogin {
  padding: 5px;
}

#tab3default>div>div.form-group.agree-group.col-sm-6.col-xs-6.text-left.fpass>a {
  /* float: left; */
}

#tab3default>div>div.form-group.agree-group.col-sm-6.col-xs-6.text-right.fpass>a {
  margin-right: 0;
}

button#registerBtn {
  margin-bottom: 5px;
}

h2#alertTitle {
  font-size: 22px;
}

.dynamic_theme_block .CaptchaRefreshBtn:before {
  content: "\f021";
  font-family: 'FontAwesome';
  font-size: 14px;
}

.CountryId:before,
.StateId:before,
.CityId:before,
.CourseId:before,
.reg_specialization_id_div:before,
.reg_university_id_div:before {
  content: '';
  border-color: transparent #a0a0a0 #a0a0a0 transparent;
  border-style: solid;
  border-width: 6px;
  right: 0px;
  bottom: 0;
  margin-bottom: 0;
  top: auto;
  display: none;
}

.StateId:before {
  right: 15px;
}

.form-group.label-floating.reg_name_div {
  margin-top: 0px;
}

.site-logo {
  padding: 4px 0;
}

.block-class .StateId:before {
  right: 10px;
}

.help-block {
  color: red;
}

.fa-graduation-cap:before {
  color: #eb1b2b;
}

.form-group.label-floating.has-error .help-block {
  margin-top: 2px;
}

img.plane_img {
  max-width: 12%;
  padding-bottom: 3px;
}

span.apply_now {
  padding-right: 8px;
  letter-spacing: .5px;
  font-weight: 700;
  font-size: 14px;
}

#loginBtn img {
  max-width: 12%;
  padding-bottom: 3px;
}

#otpSubmitBtn {
  background-color: #24285f;
  color: #fff;
  border-color: #24285f;
  text-transform: uppercase;
}

#otpSubmitBtn:hover {
  background-color: white!important;
  color: black !important;
  text-decoration: none;
  border-color: black!important;
}

.panel.dynamic_theme_block .tab-pane .form-group.fpass a.registerYet {
  font-size: 14px;
  opacity: .8;
  text-transform: capitalize;
  padding-top: 4px;
  font-weight: 600;
  /* margin-bottom: 120px; */
  display:none;
}

.panel.dynamic_theme_block .tab-pane .form-group.fpass a {
  font-size: 14px;
  opacity: .8;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
}

.form-group.agree-group.col-md-12.text-center.fpass {
  margin-bottom: 0;
}

.form-group.agree-group.col-sm-6.col-xs-6.text-left.fpass {
  margin-bottom: 0;
}

.form-group.agree-group.col-sm-6.col-xs-6.text-right.fpass {
  margin-bottom: 0;
}

.resentVerification.text-center {
  /* text-transform: uppercase; */
  margin-top: 2px;
}

.resetVerify a {
  font-size: 14px;
  opacity: .9;
  font-weight: 600;
}

.text-center.center-link a {
  font-size: 14.5px;
  opacity: .8;
  font-weight: 600;
}

.color-class a#loginViaOtp {
  font-size: 12px;
  opacity: .8;
  font-weight: 600;
  /* width: 100%!important; */
}

/** Start Strong Password Section **/
.info-password {
  right: 50%;
  margin-right: -146px;
  margin-top: 2px;
}

.popover {
  font-size: 12px;
}

/** End Strong Password Section **/

/* Start Inline class section */

.inline-class {
  max-width: 100%;
  background-color: #fff;
}

.inline-class .panel,
.inline-class .panel-default>.panel-heading {
  background-color: transparent !important;
  color: red !important;
}

.inline-class .panel.dynamic_theme_block .nav>li>a {
  color: #2874f0;
  border-bottom: 1px solid #ddd;
}

.inline-class .panel.dynamic_theme_block .nav>li>a[aria-expanded="true"] {
  color: #fff;
}

.inline-class .dynamic_theme_block .fpass a {
  color: #2874f0;
}

.inline-class .dynamic_theme_block .form-custom .agree-group .agree-condition {
  color: #000;
}

.inline-class .form-control,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.input-group-btn .btn {
  color: #000;
  background-color: transparent;
  border-radius: 0;
  border: 0;
}

.inline-class .dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select {
  background-color: #fff;
  border: 0 !important;
  border-radius: 0;
  color: #000;
}

.inline-class .CountryId:before,
.inline-class .StateId:before,
.inline-class .CityId:before,
.inline-class .CourseId:before,
.inline-class .reg_specialization_id_div:before {
  color: #000;
  font-size: 16px;
}

.inline-class .dynamic_theme_block .form-control[disabled],
.dynamic_theme_block .form-control[readonly],
.dynamic_theme_block fieldset[disabled] .form-control {
  background-color: transparent;
  color: #999;
  border: none;
  border-bottom: 1px solid lightgrey;
}

.inline-class .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}

.inline-class .dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group {
  border-bottom: 1px solid lightgrey;
}

.inline-class .dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select {
  padding: 4px 10px 4px 10px;
}

.inline-class .panel.dynamic_theme_block .form-custom .Mobile .form-control,
.inline-class .panel.dynamic_theme_block .form-custom .Mobile .has-error .SumoSelect,
.inline-class .has-error .panel.dynamic_theme_block .form-custom .Mobile .SumoSelect {
  border-radius: 0;
}

.inline-class .form-control {
  font-size: 13px;
  z-index: 11;
}

.inline-class .panel.dynamic_theme_block {
  padding: 8px 20px 8px 20px;
}

.inline-class .panel-default>.panel-heading {
  margin-top: 5px;
  border-bottom: unset;
}

.inline-class .dynamic_theme_block .tab-pane .form-group,
.inline-class .dynamic_theme_block .form-custom .merge_field_div,
.inline-class .dynamic_theme_block .form-custom .checkbox {
  margin-bottom: 8px;
}

.inline-class span.agree-condition {
  color: #000;
}

.inline-class .panel.dynamic_theme_block .nav-tabs>li.active>a,
.inline-class .panel.dynamic_theme_block .nav-tabs>li.active>a:focus,
.inline-class .panel.dynamic_theme_block .nav-tabs>li.active>a:hover {
  border-bottom: 1px solid #dd302e;
}

.inline-class .dynamic_theme_block .form-custom .checkbox {
  margin: 5px 0 0;
}

.inline-class .panel.dynamic_theme_block .form-custom {
  max-height: 100%;
  overflow: unset;
}

.inline-class .form-group.label-floating.Mobile.country_dial_code.reg_mobile_div .help-block {
  position: absolute;
  bottom: -13px;
}

.inline-class .has-error .form-control {
  border-color: red;
}

.inline-class .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

.inline-class .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.inline-class .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

.inline-class .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

/** Start css for focus on input field **/
.inline-class .form-control.input-focus::-webkit-input-placeholder {
  color: #ccc;
}

.inline-class .form-control.input-focus::-moz-input-placeholder {
  color: #ccc;
}

.inline-class .form-control.input-focus::-ms-input-placeholder {
  color: #ccc;
}

/** End css for focus on input field **/
/* End inline class section */

/** Start color class section **/
.color-class {
  background-color: #00000000;
  box-shadow: 0 0 10px #00000000;
}

.color-class button.btn.btn-default.dropdown-toggle.as-is.bs-dropdown-to-select {
  background-color: #fff;
  color: #000;
  border-radius: 2px;
}

.color-class .dynamic_theme_block .form-custom .agree-group .agree-condition {
  color: #000000 !important;
   !importan;
   !importa;
   !import;
   !impor;
   !impo;
   !imp;
   !im;
   !i;
   !;
  padding-left: 10px;
}

.color-class .form-control {
  color: #000;
  background-color: #fff;
  border-radius: 2px;
}

.color-class .CountryId:before,
.color-class .StateId:before,
.color-class .CityId:before,
.color-class .CourseId:before,
.color-class .reg_specialization_id_div:before,
.color-class .reg_university_id_div:before {
  color: #fff;
  z-index: 9999;
}

.CountryId.has-error:before,
.StateId.has-error:before,
.CityId.has-error:before,
.CourseId.has-error:before,
.reg_specialization_id_div.has-error:before,
.reg_university_id_div.has-error:before {
  bottom: 2px;
}

.color-class .reg_specialization_id_div:before {
  color: #fff;
}

.color-class .panel.dynamic_theme_block .nav>li>a {
  color: #fff;
}

.color-class span.agree-condition {
  color: #000000;
  margin-left: 0% !important;
   !importan;
   !importa;
   !import;
   !impor;
   !impo;
   !imp;
   !im;
   !i;
   !;
  padding-left: 6px;
}

.color-class .dynamic_theme_block .fpass a {
  color: #000000;
  font-size: 12.4px;
}

.color-class .form-group.label-floating.Mobile.country_dial_code.reg_mobile_div span {
  color: red;
}

.color-class .form-control.select-arrow-cust option {
  color: #000;
}

.color-class .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

.color-class .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.color-class .form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

.color-class .form-control::-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.color-class .form-click {
  background-color: #2e6a8f;
  color: #fff;
}

.color-class .form-group.agree-group.col-md-12.m0.has-error .help-block {
  color: red;
  font-size: 11px;
}

.color-class .form-group.label-floating.reg_email_div.Email_email .help-block {
  color: red!important;
}

.color-class .form-group.label-floating.has-error .help-block {
  color: red!important;
}

.color-class .form-group.label-floating.reg_email_div.Email_email.has-error .help-block a {
  color: yellow;
}

.color-class .form-group.label-floating.reg_email_div.Email_email .help-block a {
  color: yellow;
}

.color-class .form-group.label-floating.has-error .help-block a {
  color: yellow;
}

.color-class .form-group.label-floating.reg_name_div .help-block {
  color: #fff;
}

.color-class .form-group.label-floating.Mobile.country_dial_code.reg_mobile_div.is-focused .help-block {
  color: #fff;
}

.color-class .dynamic_theme_block .form-control[disabled],
.color-class .dynamic_theme_block .form-control[readonly],
.color-class .dynamic_theme_block fieldset[disabled] .form-control {
  background-color: #f1f1f1;
  color: #000;
  border-radius: 2px;
}

.color-class .panel.dynamic_theme_block .form-custom .Mobile .form-control,
.color-class .panel.dynamic_theme_block .form-custom .Mobile .has-error .SumoSelect,
.color-class .has-error .panel.dynamic_theme_block .form-custom .Mobile .SumoSelect {
  border-radius: 2px;
}

.color-class .dynamic_theme_block .captcha img {
  border-radius: 2px;
  width: 50%;
  margin-right: 0;
  /* padding-right: 0; */
  /* float: right; */
  height: 38px;
}

.color-class .dynamic_theme_block .form-custom .form-group.captcha-txt {
  padding-left: 1px;
}

.color-class .fbLogin {
  color: #fff;
  border-color: #fff;
}

.color-class .gpLogin {
  color: #fff;
  border-color: #fff;
}

.color-class .inLogin {
  font-size: 12px;
  color: #fff;
  border-color: #fff;
}

.color-class .form-heading {
  color: #fff;
}

.color-class .fa-graduation-cap:before {
  color: #fff;
}

.color-class .text-center.center-link a {
  color: #000000;
}

.color-class .resetVerify a {
  color: #000000 !important;
}

/** End color class section **/
/** Start css for focus on input field **/
.color-class .form-control.input-focus::-webkit-input-placeholder {
  color: #ccc;
}

.color-class .form-control.input-focus::-moz-input-placeholder {
  color: #ccc;
}

.color-class .form-control.input-focus::-ms-input-placeholder {
  color: #ccc;
}

/** End css for focus on input field **/

/** Start color class media query for image captcha **/
@media (max-width: 1100px) and (min-width: 400px) {
  .color-class .dynamic_theme_block .captcha img {
    width: 50%;
    margin-right: 0;
    /* padding-right:10px; */
  }

  .color-class .dynamic_theme_block .form-custom .form-group.captcha-txt {
    padding-left: 0;
  }
}

/** End color class media query for image captcha **/

/** Start Link-Border Class **/
.link-border .panel.dynamic_theme_block {
  padding: 6px 80px 15px 0px;
}

.link-border .panel.dynamic_theme_block .nav>li>a[aria-expanded="true"] {
  color: #000;
  text-shadow: unset;
  font-size: 15px;
  padding-bottom: 10px;
}

.link-border .panel.dynamic_theme_block .nav>li>a {
  border: none;
  /* color: #333131; */
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
}

.link-border .panel.dynamic_theme_block .nav-tabs>li.active>a,
.link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:focus,
.link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:hover {
  background-color: transparent;
  /* border-bottom: 2px solid #dd302e; */
}

.link-border .panel.dynamic_theme_block .nav>li>a:hover {
  color: #000;
}

.link-border .panel.dynamic_theme_block .nav-tabs>li.active>a,
.link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:focus,
.link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:hover {
  padding-left: 16px;
  padding-right: 16px;
}

@media(max-width:768px) {
  .link-border .panel.dynamic_theme_block {
    padding: 3px 15px 6px 15px;
  }
}

/** End Link-Border Class **/

/** Start Link-Border Class with color class **/
.color-class.link-border .panel.dynamic_theme_block .nav>li>a[aria-expanded="true"] {
  color: #fff;
  background: #24285f;
  /* margin-bottom: 3px; */
}

.color-class.link-border .panel.dynamic_theme_block .nav>li>a {
  color: #fff;
  padding-bottom: 7px;
  padding-top: 7px;
  background-color: #ccc;
}

/** End Link-Border Class with color class **/

/** Start css for input icons in the form **/
.color-class.link-border .panel.dynamic_theme_block .nav>li>a[aria-expanded="true"]:hover {
  color: #fff;
  border-bottom: none;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?bi9s3p');
  src: url('../fonts/icomoon.eot?bi9s3p#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?bi9s3p') format('truetype'),
    url('../fonts/icomoon.woff?bi9s3p') format('woff'),
    url('../fonts/icomoon.svg?bi9s3p#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-class .icon-name:before {
  content: "\e903";
}

.icon-class .icon-Email:before {
  content: "\e902";
}

.icon-class .icon-phone:before {
  content: "\e905";
}

.icon-class .icon-password:before {
  content: "\e904";
}

.icon-class .icon-chat:before {
  content: "\e900";
}

.icon-class .icon-State--city:before {
  content: "\e907";
}

.icon-class .icon-school:before {
  content: "\e906";
}

.icon-class .icon-course:before {
  content: "\e901";
}

.icon-class .field-icon:before {
  color: #ff4a17;
  font-size: 13px;
  font-weight: 700;
}

.icon-class .field-icon {
  position: absolute;
  margin-top: 12px;
  padding: 0 10px 0;
  z-index: 99;
}

.datepicker-field:before {
  z-index: 9999;
  left: 10px;
  margin-top: -10px;
  color: #eb1b2b;
  font-size: 13px;
  font-weight: 700;
}

input#FieldScheduleCampusDate {
  padding-left: 30px;
}

/** Start Font Family for form **/
.icon-class.formContainer {
  font-family: "Work Sans", sans-serif;
}

/** End Font Family for form **/

.icon-class #Name {
  padding-left: 30px;
}

.icon-class #Email {
  padding-left: 30px
}

.icon-class button.btn.btn-default.dropdown-toggle.as-is.bs-dropdown-to-select {
  /* padding-left:30px; */
  padding: 13px 6px 13px 28px;
}

.icon-class #opt_dataMobile {
  padding-left: 30px
}

.icon-class #StateId {
  padding-left: 30px
}

.icon-class #CityId {
  padding-left: 30px
}

.icon-class #loginEmail {
  padding-left: 30px;
  opacity: 1;
}

.icon-class #loginPassword {
  padding-left: 30px;
  opacity: 1;
}

.icon-class #forgetEmail {
  padding-left: 30px;
  margin-bottom: 10px;
}

.icon-class #resentVerificationEmail {
  padding-left: 30px
}

.icon-class #Password {
  padding-left: 30px;
}

.icon-class #UniversityId {
  padding-left: 30px;
}

.icon-class #CourseId {
  padding-left: 30px;
}

.icon-class #SpecializationId {
  padding-left: 30px;
}

.icon-class #CountryId {
  padding-left: 30px;
}

/** End css for input icons in the form **/


/*** Start Form float design section ***/

.floatForm {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 9999;
  right: 0;
  top: 100px;
}

.form-heading {
  background-color: transparent;
  color: #000;
  padding: 14px 0px 0px 0px;
  margin: 0;
  font-size: 19px;
  padding-bottom: 2px;
}

.floatForm.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  top: 80px;
}

.form-clickOuter {
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  margin-left: -107px;
  webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.form-click {
  background-color: #dd302e;
  color: #fff;
  position: relative;
  font-size: 22px;
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px 5px 0 0;
  border: 1px solid #fff;
  border-bottom: none;
}

.form-inner {
  position: relative;
}

.form-block {
  max-width: 400px;
  min-width: 400px;
  font-size: 12px;
}

.form-block-inner {
  background-color: #fff;
}

/*** End Form float design section ***/

/* Strat footer section */
.footer-top {
  background-color: #f9f9f9;
  padding: 5px 0;
}

/* End footer section */

/** Start Form position section **/

@media (min-width:1099px) {
  .formContainer {
    max-width: 381px;
    min-width: 492px;
    z-index: 1;
    border-radius: 5px;
  }

  .form-absolute {
    /* position:absolute; */
    /* top: -9px; */
  }

  .form-fixed {
    position: fixed;
  }

  .form-relative {
    position: relative;
    top: 12px;
  }

  .form-position-left {
    left: 50%;
    margin-left: -585px;
  }

  .form-position-right {
    /* right: 50%; */
    /* margin-right: -410px; */
    /* margin-top: 70%; */
    /* border-radius: 5px; */
    /* box-shadow: 0 0 10px #000; */
  }

  .resentVerification.text-center {
    /* text-transform: uppercase; */
    margin-top: 0px;
    /* position: absolute; */
    bottom: 0px;
    z-index: 9999;
    right: 20px;
  }

  .center-link {
    text-align: center;
    display: block;
    position: relative;
  }
}

/** End Form position section **/

/* Start media query for mobile view */

@media (max-width: 1100px) {

  /* Start owl carousel section */
  .owl-carousel .owl-dots {
    display: none;
  }

  .owl-carousel .owl-dot,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    font-size: 28px;
    top: 33%;
    color: #ccc;
  }

  .banner-section .owl-carousel .owl-nav {
    display: block;
  }

  .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }

  /* End owl carousel section */

  /** Start banner text content **/
  .banner-text {
    /* top: 12%; */
    /* position: absolute; */
    z-index: 99;
    left: 3%;
  }

  .banner-text-content {
    background-color: #000000c2;
    color: #fff;
    font-size: 13px;
    padding: 5px 7px;
    border-radius: 10px;
  }

  /** End banner text content **/

  /** Start form section **/
  .form-control {
    height: 38px;
    font-size: 14px;
  }

  .panel.dynamic_theme_block {
    padding: 12px;
  }

  .CountryId:before,
  .StateId:before,
  .CityId:before,
  .CourseId:before,
  .reg_specialization_id_div:before {
    content: '';
    border-color: transparent #a0a0a0 #a0a0a0 transparent;
    border-style: solid;
    border-width: 6px;
    right: 0px;
    bottom: 0;
    margin-bottom: 0;
    top: auto;
  }

  .color-class .CountryId:before,
  .color-class .StateId:before,
  .color-class .CityId:before,
  .color-class .CourseId:before,
  .color-class .reg_specialization_id_div:before {
    border-color: transparent #a0a0a0 #a0a0a0 transparent;
  }

  .inline-class .StateId:before {
    right: 15px;
  }

  .has-error.CountryId:before,
  .has-error.StateId:before,
  .has-error.CityId:before,
  .has-error.CourseId:before,
  .has-error.reg_specialization_id_div:before {
    bottom: 3px;
  }

  .dynamic_theme_block .CaptchaRefreshBtn:before {
    font-size: 13px;
  }

  .dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select {
    padding: 8px 10px 9px 10px;
  }

  .dynamic_theme_block .captcha img {
    height: 38px !important;
  }

  .dynamic_theme_block .captcha .CaptchaRefreshBtn {
    top: 9px;
  }

  .captcha {
    margin-bottom: 8px;
  }

  .fbLogin,
  .gpLogin,
  .color-class .inLogin {
    font-size: 15px;
    padding: 8px 10px;
    text-align: center
  }

  .row.margin-top-10.margin0 .col-sm-6 {
    width: 100%;
    padding-right: 15px;
    text-align: center;
  }

  .dynamic_theme_block .form-custom .captcha {
    margin-bottom: 14px;
  }

  .inline-class .panel.dynamic_theme_block {
    padding: 15px 20px 8px 20px;
  }

  .text-center.center-link a {
    font-size: 15px;
  }

  .resetVerify a {
    font-size: 15px;
  }

  .Password.reg_password_div {
    clear: both;
  }

  /** End form section **/

}

label.control-label.widget_label {
  display: none;
}




.form-group.label-floating.reg_course_id_div.CourseId.field-select::before {
  right: 10px !important;
}



span.sr-only {
  display: none;
}

.form-group.label-floating.Mobile.country_dial_code.reg_mobile_div {
  flex-grow: 1 !important;
}



/* form float css */


.trigger_popup {
  transform: rotate(270deg);
  position: fixed;
  /* float: left; */
  top: 20%;
  /* right: 0px; */
  margin-left: -110px;
  margin-top: 181px;
  z-index: 999;
  cursor: pointer;
  background-color: #ff4a17;
  border-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 29px;
  font-size: 25px;
  color: #fff;
  line-height: 1.33;
}

.trigger_popup:hover {
  background-color: #ff4a17c2;
  border-color: ff4a17c2;
}

.main {
  width: 400px;
}

.registrationbox {
  width: 400px !important;
  position: fixed;
  right: 0px;
  top: 23%;
  transform: translateX(101%);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  z-index: 1111;
  width: auto;
  /* border: 1px solid #000; */
}

.registeropen {
  width: 400px !important;
  position: fixed;
  right: 400px;
  top: 18%;
  transform: translateX(101%);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  z-index: 1111;
  width:
    auto;
  /* border: 1px solid #000; */
}


.has-error .form-control,
.has-error .SumoSelect {
  border-color: #f44336;
  box-shadow: none;
  color: #f44336;
}

.formContainer .panel .panel-heading .nav li:not(:last-child) {
  margin-right: 5px;
}

.formContainer .panel .panel-heading .nav li:not(:last-child):hover {
  margin-right: 5px;
}

.form-control::-moz-placeholder,
.has-error .SumoSelect::-moz-placeholder {
  color: #333
}

.select-arrow-cust {
  background-color: transparent
}

.has-error .form-control,
.has-error .SumoSelect {
  border-color: #f44336;
  box-shadow: none;
  /* color:#f44336; */
  border: 1px solid;
}

.has-error .form-control::-webkit-input-placeholder,
.has-error .SumoSelect::-webkit-input-placeholder {
  color: #f44336
}

.has-error .form-control:-moz-placeholder,
.has-error .SumoSelect:-moz-placeholder {
  color: #f44336
}

.has-error .form-control::-moz-placeholder,
.has-error .SumoSelect::-moz-placeholder {
  color: #f44336
}

.has-error .form-control:-ms-input-placeholder,
.has-error .SumoSelect:-ms-input-placeholder {
  color: #f44336
}

.dynamic_theme_block .npf_cpt_new img {
  width: 100%;
  height: 38px !important;
  float: left;
  padding-right: 10px
}

.fade:not(.show) {
  opacity: 1;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: auto !important;
  /* background-color: currentcolor; */
  opacity: 1.5 !important;
}

.form-group.label-floating.reg_course_id_div.CourseId.field-select::before {
  right: 10px !important;
}

.formContainer .input-group {
  flex-wrap: nowrap;
}

.dynamic_theme_block .btn-register {
  border-radius: .4rem;
  background-color: #24285f;
  border-color: #24285f;
  color: #fff;
  width: 100%;
  display: inline-block;
  padding: 7px;
  margin: 18px 0 0;
  font-size: 17px;
  -webkit-transition: all ease .6s;
  -ms-transition: all ease .6s;
  -moz-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
  border-radius: 3px;
}

.dynamic_theme_block .btn-login {
  border-radius: .4rem;
  background-color: #24285f;
  border-color: #24285f;
  padding: 7px;
  color: #fff;
  width: 100%;
  display: inline-block;
  margin: 0;
  font-size: 17px;
  -webkit-transition: all ease .6s;
  -ms-transition: all ease .6s;
  -moz-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s
}

.dynamic_theme_block #forgotBtn {
  margin: 0
}

.dynamic_theme_block .btn-register:focus,
.dynamic_theme_block .btn-register:hover {
  color: #000 !important;
  background-color: #fff;
  color: #0064b1;
  text-decoration: none;
  border-color: #24285f
}

.dynamic_theme_block .btn-login:focus,
.dynamic_theme_block .btn-login:hover {
  color: #000 !important;
  background-color: #fff;
  /* color: #0064b1; */
  text-decoration: none;
  border-color: #24285f
}

img.plane_img {
  display: none;
}

::placeholder {
  color: grey !important;
}

.dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select span {
  font-size: 12px;
  color: black!important;
}.text-center.center-link {
    display: none;
}.resetVerify {
    display: none;
}

.loginWithOtp.text-right {
    width: 100% !important;
    text-align: right !important;
}

li a {
    text-decoration:none!important;
}

li a:hover{
    text-decoration:underline!important;
}

span#clockdivMobile {
    color: black !important;
}
span#otpverifylink-textMobile {
    color: black !important;
}


.color-class .form-group.label-floating.reg_email_div.Email_email .help-block {
  color: red!important;
}
.color-class .form-group.label-floating.has-error .help-block a {
    color: blue !important;
}


#SuccessPopupArea .modal-header
{
  background-color: #ff5d29 !important;
  padding:10px!important;
  transform: none!imporant;

}
#SuccessPopupArea .modal-header .modal-title {
  margin: 0;
  text-align: left;
  flex: 1;
}

#SuccessPopupArea .modal-header .close {
  position: absolute;
  top: 0px;
  right: 10px;
  margin: 0 !important;
   background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  outline: none !important;
  font-size: 34px;
  color: #fff;


}
input#otpField {
    padding-left: 31px !important;
}


tabs.panel-default.dynamic_theme_block {
    background: white !important;
}


.panel.dynamic_theme_block .nav-tabs>li.active>a,
.panel.dynamic_theme_block .nav-tabs>li.active>a:focus,
.panel.dynamic_theme_block .nav-tabs>li.active>a:hover {

  background-color: #ff5d29;

  border-bottom: 1px solid #ff5d29e;}

button#registerBtn {
     background-color: #ff5d29 !important;
    color: white !important;
    text-transform:uppercase;
 border: none !important;
}
button#loginBtn {
 background-color: #ff5d29 !important;
    color: white !important;
    text-transform:uppercase;
 border: none !important;

}
input[type="checkbox"] {
  vertical-align: top;
  margin-top: 9px;
  }

.dynamic_theme_block #forgotBtn {
  margin-top: 20px!important;
}

button#forgotBtn {
  background-color: #ff5d29 !important;
    color: white !important;
    text-transform:uppercase;
 border: none !important;
}

.panel.dynamic_theme_block .btn-npf {
    /* background-color: #ffbc00; */
    /* border: none; */
    color: #fff;
    font-size: 14px;
    width: 100%;
    margin-top: 5px;
    text-transform: uppercase;
    border-radius: 0;
    transition: .5s;
    z-index: 1;
    position: relative;
    font-weight: 700;
    letter-spacing: .5px;
    /* border: 1px solid #ffbc00; */
    /* border-radius: 0; */
    /* margin: 0 19% !important; */
}
span#clockdivForget {
    color:#000 !important
}

span.agree-condition {
  line-height:1px !important
}

.checkbox {
  line-height:18px
}

input[type="checkbox"] {
  margin-top: 5px !important;
   margin-top: 5px !important;
  margin-right:5px !important;
  }

span.agree-condition {
  line-height: 1px !important;
}

.checkbox {
  line-height:18px
}

.modal-backdrop{
    background-color:transparent;
}
.modal-content {
    margin-top: 67px;
    left: -53px !important;
}
.modal-header{
  background-color: #ff5d29 !important;
}

input::placeholder{

    color:black!important;
}

.dynamic_theme_block .form-control[disabled], .dynamic_theme_block .form-control[readonly], .dynamic_theme_block fieldset[disabled] .form-control {
    background-color: transparent;
    color: black !important;
    border: 1px solid #e6e6e6;
    border-radius: 0;
}

.dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select span {
    font-size: 12px;
    color: black !important;
}