@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");


/* Bottom fix bar */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.bottom-offer-bar {
    font-family: "Montserrat", sans-serif!important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffeaea;
    padding: 12px 20px;

    z-index: 9999;
}
.ready-start {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.bottom-offer-bar p {
  margin-bottom: 0px!important;
  font-weight: 500;
  font-size: 16px;
}

.btn-group-offer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-group-offer .btn {
    background: #e85222;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 0;
    line-height: normal;
}

.close-offer {
    font-size: 35px;
    cursor: pointer;
}
.mobile-in{display: none;}

/* Bottom fix bar */

/*----------------------------- header css start -----------------------------*/

#header-part {
  background: none;
  border: 0 none;
  font-size: 15px;
  margin-bottom: 0;
  padding: 10px 0;
  width: 100%;
  z-index: 111;
  color: #4f4f4f;
  background: #fff;
  box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.2);
}

.header-region .navbar-nav > li > a {
  background-color: transparent;
  color: #3b3b3b;
  font-weight: 500;
  line-height: 42px;
  padding: 0 3px;
  z-index: 111;
  font-size: 14px;
  margin-right: inherit;
  width: auto;
  height: inherit;
  font-family: "Roboto", sans-serif;
}

.header-region .navbar-nav > li > a.stu-login {
  border: 1px solid #e85222;
  border-radius: 5px;
  line-height: 32px;
  padding: 0 12px;
  margin-top: 5px;
  background: #e85222;
  color: #fff;
}

.header-region .navbar-nav > li > a.stu-login:hover {
  background-color: #e85222 !important;
  color: #fff !important;
}

.header-region .navbar-nav > li > a.stu-login img {
  width: 20px;
  vertical-align: middle;
}

.header-region .navbar-nav > li > a.stu-login1 {
  border: 1px solid #e85222;
  border-radius: 5px;
  line-height: 32px;
  padding: 0 12px;
  margin-top: 5px;
  background-color: #fff;
  color: #000;
}

.header-region .navbar-nav > li > a.stu-login1 img {
  width: 20px;
  vertical-align: middle;

}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #3b3b3b !important;
  background-color: transparent !important;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #3b3b3b !important;
  background-color: transparent !important;
}

.header-region .navbar-right > li {
  margin: 0 5px;
}

.header-region .navbar-right > li:last-child {
  margin-right: 0;
}

.header-region .navbar-nav > li > .dropdown-menu {
  top: calc(100% + 12px);
  min-width: 220px;
  border-radius: 0;
  padding: 0;
  border: none;
}

.header-region .navbar-nav > li > .dropdown-menu li a {
  line-height: 35px;
  font-size: 15px;
  border-bottom: 1px solid #f2f2f2;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

.navbar-brand > img {
  max-height: 42px;
}

.navbar-brand {
  height: auto;
  padding-bottom: 1px;
  padding-top: 1px;
}

.header-call .popup-header-link {
  background: 0 0;
  color: #4f4f4f;
  width: auto;
  float: left;
  margin-right: 15px;
  position: relative;
}

.header-region .navbar-nav > li.iconforweb > a b {
  font-weight: 500;
}

.header-region .navbar-nav > li > a.btnsamecont {
  background-color: #ff692e;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 0px 30px;
  line-height: 41px;
  margin-top: 5px;
}

#header-part.fixedheader {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
}

.callphoneno2,
.callphoneno3,
.callphoneno4 {
  display: none;
}

.header-region .navbar-nav > li > .dropdown-menu li {
  list-style: none;
}

.header-region .navbar-nav > li > .dropdown-menu li a {
  line-height: 40px;
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 25px;
}

.header-region .navbar-nav > li > .dropdown-menu li a {
  color: #000 !important;
}

.header-region .dropdown-submenu > a::before {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-left-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-left-color: #333;
  margin-top: 5px;
  margin-right: -10px;
  margin-top: 18px;
}

#header-part .dropdown-menu {
  border: none;
}

.header-region .navbar-nav > li > .dropdown-menu li ul {
  min-width: 260px;
  border-radius: 0;
  padding: 0;
  background-color: #eaeaea;
  left: 100%;
  top: 0px;
}

#header-part ul li i.fa.fa-whatsapp {
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  background: #20ab4b;
  margin-right: 5px;
}

#header-part ul li i.fa.fa-phone {
  color: #ffffff;
  background: #f15e29;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  margin-right: 5px;
}

#header-part ul li i {
  font-size: 17px;
  font-weight: 600;
}

.carts img {
  vertical-align: middle;
  height: 26px;
}

.navbar-header > label {
  display: none;
}
li.suty {
  display: none;
}

.change-header {
  position: fixed !important;
  width: 100%;
  transition: all 0.5s ease 0s;
  z-index: 999999 !important;
  top: 0px;
  background: #2A3040;
  box-shadow: none;
  left: 0;
  border-radius: 0px !important;
}

/* .header-region .dropdown-submenu > a::before {
  transform: rotate(90deg);
  display: none;
}
.header-region .dropdown-submenu.open > a::before {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
}

.dropdown-submenu.open>a:after {
  display: none;
} */

/*-----------------------------Header-----------------------------*/

/*-----------------------------Submenu-----------------------------*/
.dropdown-submenu:hover>.dropdown-menu {
  display: none
}

.dropdown-submenu.open>.dropdown-menu {
  display: block
}
.dropdown-submenu {
  position: relative
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
  -webkit-transition: height .5s ease;
  -webkit-transition-delay: .4s
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-left-color: #333;
  margin-top: 5px;
  margin-right: -10px
}

.dropdown-submenu:hover>a:after {
  border-left-color: #333
}

.dropdown-submenu.pull-left {
  float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px
}

.navbar-nav>li>.dropdown-menu>li>ul.dropdown-menu {
  min-width: 210px;
  border-radius: 0;
  padding: 0;
  background-color: #eaeaea;
  left: 100%;
  top: 6px;
}


#navbar-collapse-2 {
  position: relative;
}

li.bnhuop {
  position: absolute;
  right: 5px;
}
li.bnhuop a {
  display: inline-block;
  padding: 0px 10px !important;
  margin: 0;
}

.bnhuop img {
  max-width: 20px !important;
  vertical-align: middle !important;
}

/*-----------------------------Submenu-----------------------------*/

.thankyou {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
}

.thankyou h2 {
  margin-top: 20px;
  font-weight: bold;
  color: #000;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
}
.thankyou h5 {
  font-weight: 400;
  color: #000;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.thankyou p {
  color: #000;
  font-size: 16px;
}

.thanks-msg {
  background: #e6f2ff;
  padding: 30px;
  border: 1px solid #b7d4f3;
  border-radius: 20px;
}

.thanks-msg h2 span.orange {
  color: #811d3f;
}

.box-pdf {
  margin: 0 auto;
  width: 25%;
  border: 1px #b7d4f3 solid;
  text-align: center;
  color: #fff;
  padding: 15px;
  border-radius: 20px;
}

.box-pdf img {
  max-width: 50px;
}

.box-pdf h5 {
  font-size: 20px;
  color: #000;
}

h5 {
  font-size: 20px;
  color: #000;
}

h5.text-center > a {
  margin-top: 10px;
}

.footer-area {
  background-color: #151515;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  bottom: 0;
  width: 100%;
}

.copyright-info p {
  margin-bottom: 0;
  color: #b7b7b7;
  text-align: center;
}

.bnr h4 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.67;
  color: #fff;
  clear: both;
  margin-top: 0;
}

.btn-war {
  background-color: #337cbb;
  border-color: #2e6fa7;
  color: #fff;
}

.arrow-right {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #f16136;
  border-top: 8px solid transparent;
  height: 0;
  position: absolute;
  right: 90px;
  top: 47%;
  width: 0;
  z-index: 1000;
}

svg {
  fill: #fff;
}

.nbdr {
  background: 0 0;
  border-radius: 2px;
  margin: 0 5px;
  padding: 9px 17px !important;
  color: #333 !important;
  font-family: "Libre Franklin", sans-serif;
  font-size: 13px;
}

.noclr:hover {
  background: 0 0 !important;
}

.noclr > a:hover {
  background: #ff692e !important;
  color: #fff !important;
}

.noclr > a:hover .fa {
  color: #fff !important;
}

.highltcolor {
  background-color: #ff692e !important;
  color: #fff !important;
  padding: 0 20px !important;
  margin-top: 0;
  font-weight: 700;
  margin-right: 15px;
}

.topnotfication {
  background-color: #ff692e;
  padding: 13px 0;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.7px;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 9999;
}

.topnotfication span {
  position: absolute;
  right: -35px;
  background-color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  font-size: 10px;
  line-height: 23px;
  margin-top: 3px;
  text-align: center;
}

.topnotfication a {
  color: #fff;
  background: #483cf3;
  padding: 5px 20px;
  margin-left: 15px;
}

.sub-nav-region .navbar-collapse > ul {
  width: 100%;
}

.sub-nav-region li a.stu-login {
  border: 1px solid #e85222 !important;
  border-radius: 5px !important;
  line-height: 23px !important;
  padding: 0 12px !important;
  margin-top: 7px !important;
  background: #e85222 !important;
  color: #fff !important;
}

.notficationregion {
  background: #008b8b;
  padding: 5px 0;
  overflow: hidden;
  max-height: 40px;
}

.notficationregion h2 {
  margin: 0;
  margin-right: 0;
  font-size: 15px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  line-height: 30px;
  color: #fff;
  float: left;
  margin-right: 10px;
}

.notficationregion ul {
  padding: 0;
  font-family: Roboto, sans-serif;
}

.notficationregion li a {
  color: #f2ed9c;
  line-height: 30px;
}

.demof li {
  padding: 0 0;
  height: 40px;
}

.popup-header-link b {
  font-weight: 600;
  color: #fff;
  line-height: inherit;
  font-size: 14px;
}

.icon-flow img {
  width: 20px;
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
}

.box-area.with-img .program-box {
  padding: 0px 0px 20px 0px;
  box-shadow: 3px 3px 16px #504e4e29;
  border: 1px solid #dbd7d7;
  border-radius: 16px;
  margin-top: 0px;
  background: #fff;
  overflow: hidden;
}

.box-area.with-img .program-box .rectangle-31 img {
  width: 100%;
}

.box-area.with-img .program-box h5 {
  display: none;
  margin: 15px;
  text-align: center;
  color: #101828;
  padding: 5px;
  border-radius: 20px;
  border: 1px solid #811d3f;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 16px;
}

.box-area.with-img .rectangle-31 h5 strong {
  color: #811d3f;
  font-size: 16px;
}

.box-area.with-img .feature-content {
  margin-right: 15px;
  height: 190px;
  overflow: auto;
  margin-top: 10px;
}

.box-area.with-img .feature-content h4 {
  background-color: transparent;
  padding: 8px 0 8px 24px;
  position: relative;
  text-align: left !important;
  width: 100%;
  line-height: 22px;
  font-size: 14px !important;
  color: #667085 !important;
  font-weight: 400 !important;
  margin-bottom: 0px !important;
  margin-top: 0 !important;
  min-height: 35px;
}

.box-area.with-img .feature-content h4::before {
  color: #811d3f;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 9px;
}

.box-area.with-img .feature-content::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.box-area.with-img .feature-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.box-area.with-img .feature-content::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ced0d3;
  border-radius: 10px;
}

.box-area.with-img .pricetbtn {
  margin: 0px 15px;
}

.box-area.with-img .program-box .pricetbtn .cta {
  width: 100% !important;
  margin-top: 20px !important;
  margin-bottom: 0;
}
.box-area.with-img .cta {
  background: #f06432;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 9px 15px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 767px) {

.ready-start {
gap: 0px;
}

.bottom-offer-bar p {
display: none;
}
.bottom-offer-bar {
bottom: 36px;
padding: 5px 20px;
z-index: 9999;
}
.dsk-in{display: none;}
.mobile-in {
  display: block;
}


  #header-part .navbar-brand > img {
    max-height: 25px !important;
  }

  #header-part .navbar-brand {
    padding: 0;
}
  li.suty {
    display: block;
  }

  h5 {
    font-size: 18px;
    color: #000;
  }

  .b-midd {
    padding: 115px 0 80px !important;
  }

  .nbdr {
    color: #222 !important;
  }

  .noclr > a:hover {
    color: #222 !important;
  }

  .ft {
    display: inline-block;
    margin-left: 0 !important;
    margin-top: 10px !important;
  }

  .scnd-fld {
    float: none !important;
  }

  .scnd-fld {
    clear: both;
  }

  .site-heading {
    font-size: 27px;
  }

  .thankyou {
    padding-bottom: 85px !important;
  }
  .thanlkyou .col-md-12.col-xs-12 {
    flex-wrap: wrap;
}
}

@media screen and (min-width: 992px) {
  .product-grid--large {
    width: 20%;
  }
}

.site-heading {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  color: #fff;
  margin: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  margin-top: 0;
  margin-bottom: 40px;
}

.blog_title {
  margin-left: 55px;
}

.ui-autocomplete {
  background-color: #fff;
  max-width: 500px;
  padding-top: 15px;
  max-height: 500px;
  overflow: auto;
  padding: 10px;
}

.ui-autocomplete li {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-autocomplete li:hover {
  background: 0 0;
  border-color: #fff;
}

@media only screen and (max-width: 991px) {
  .blog_title {
    margin-left: 20px;
  }

  .site-heading {
    font-size: 32px;
    margin-top: 20px;
  }

  .site-lead {
    font-size: 11px;
    text-align: center;
  }

  .site-search {
    margin-bottom: 20px;
  }

  ::-webkit-input-placeholder {
    font-size: 12px;
  }

  ::-moz-placeholder {
    font-size: 12px;
  }

  :-ms-input-placeholder {
    font-size: 12px;
  }

  :-moz-placeholder {
    font-size: 12px;
  }

  ul.thumbnails {
    padding-left: 0;
  }

  .control-box.pager {
    margin-left: 0 !important;
  }

  .thumbnails li > .fff .caption {
    margin-bottom: 10px;
  }
}

.modal-backdrop.fade {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .right-con-hed input[type="submit"] {
    white-space: initial;
    font-size: 18px;
    padding: 10px;
    font-weight: 400;
    width: 100%;
  }

  .banner-region {
    overflow: hidden;
    padding: 50px 0;
  }

  .banner-region > img {
    max-width: initial;
    display: none;
  }

  .btnsamecont {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 10px;
    width: 100%;
  }
}

.sub-nav-region {
  background-color: #054477;
  border-top: medium none;
  padding: inherit;
}

.sub-nav-region .navbar-nav > li > a {
  color: #fff;
  font-weight: 400;
  padding: 0;
  line-height: 40px;
  background-color: transparent;
  font-size: 14px;
}

.sub-nav-region .navbar-nav > li.open > a {
  background-color: transparent;
}

.sub-nav-region .navbar-nav > li > .dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #f5f5f5;
}

.sub-nav-region .dropdown-menu > li > a {
  line-height: 1.6;
  padding: 7px 20px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 400;
}

.sub-nav-region .dropdown-menu > li > a:hover {
  background-color: #fff;
  color: #000;
}

.dropdown-submenu1 {
  position: relative;
}

.dropdown-submenu1 ul {
  display: none;
  color: #000;
  text-align: left;
  padding: 0;
}

.dropdown-submenu1 ul li {
  list-style: none;
  text-decoration: none;
  line-height: 20px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 400;
  background: #fff;
}

.dropdown-submenu1:hover ul {
  display: block;
  text-decoration: none;
  width: 220px;
  position: absolute;
  left: 100%;
  top: 0;
}

.dropdown-submenu1 ul li a {
  text-decoration: none;
  padding: 7px 20px;
  color: #000;
  font-weight: 400;
  display: block;
}

.dropdown-submenu1 ul li a:hover {
  color: #4f4f4f;
}

.searchbar form {
  padding: 0 0;
}

.searchbar .form-group {
  margin-bottom: 0px !important;
  margin-top: 5px;
}
.searchbar .form-control {
  box-shadow: none;
  height: 30px;
  border: none;
  padding-right: 10px;
  margin-top: 5px;
  border-radius: 0;
}
.searchbar .fa {
  color: #e85222;
  font-size: 16px;
  margin-top: 5px;
}

li.dropdown.search-right {
  float: right;
  margin-right: 0px !important;
  min-width: 280px;
}

.searchbar {
  position: relative;
}
.searchresult .dropdown {
  z-index: 99999;
  position: absolute;
  top: 35px;
  padding: 0px;
}
.searchresult ul li {
  line-height: 24px;
  list-style: none;
}
.searchresult ul li a {
  background: #f7f7f7;
  display: block;
  padding: 4px 15px;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  color: #000;
  line-height: 20px;
}
.searchresult ul li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  li.dropdown.search-right {
    float: inherit;
    margin-right: 10px !important;
    width: 100%;
  }
  .searchbar .form-control {
    box-shadow: none;
    height: 30px;
    background: #ebe8e8;
  }
  .searchbar .btn {
    color: #e85222;
    background-color: #ebe8e8;
    border-color: unset;
    padding: 5px 12px;
    border-radius: 0;
    border: 0px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .sub-nav-region .navbar-toggle {
    border-color: #fff;
  }

  .sub-nav-region .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .sub-nav-region .navbar-header > label {
    line-height: 34px;
    margin: 0;
    margin-top: 8px;
    padding-left: 15px;
    color: #fff;
    font-size: 16px;
  }

  .sub-nav-region .navbar-nav > li > a {
    padding: 0 15px;
    line-height: 30px;
  }

  .sub-nav-region .container {
    width: 100%;
  }

  .footerregion .companypartreg {
    padding-bottom: 40px;
  }
}

.sub-nav-region .navbar-nav > li {
  color: #fff;
  font-weight: 400;
  padding: 0;
  line-height: 40px;
  margin-right: 10px;
  font-size: 14px;
}

section#sub-nav-region\ cuet .navbar-nav > li {
  margin-right: 14px;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  color: #ffeb3b !important;
  font-weight: 600 !important;
}

#hbl-live-chat-wrapper {
  display: none !important;
}

.exam-alert {
  background-color: #eb593c;
  text-align: center;
  padding: 8px 0px;
  letter-spacing: 0.7px;
}

.exam-alert h5 {
  color: #ffffff !important;
  font-size: 17px;
  margin: 0px;
}

.exam-alert a {
  background-color: #ddff00;
  color: #1a1b1b;
  font-size: 15px;
  padding: 5px 8px;
  display: inline-block;
  text-align: center;
  border: 1px solid #ddff00;
}

#hiding {
  display: none;
}

.header-call .popup-header-link {
  letter-spacing: 0;
}

button.btnotp {
  background: #5c72ff;
  background-image: linear-gradient(to right, #5c72ff, #8c3fff);
  position: absolute;
  right: 19px;
  top: 3px;
  border: inherit;
  padding: 3px 8px;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 480px) {
  form #captchaId {
    clear: both;
  }

  form #captchaId div {
    width: 100% !important;
  }

  form #captchaId div iframe {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  li.dropdown.hideess {
    display: block;
  }

  li.bnhuop {
    position: inherit;
    right: 0;
  }

  .blink {
    color: #eb593c !important;
  }

  li.bnhuop a.tygr {
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center;
    border-radius: 5px !important;
    background-color: #389ce9 !important;
    text-decoration: none;
    line-height: 28px !important;
    padding: 0px 3px !important;
  }

  .thanks-msg {
    padding: 10px;
  }

  .thankyou h2 {
    margin-top: 20px;
    font-size: 27px;
  }

  .thankyou p {
    font-size: 14px;
  }

  .box-pdf {
    width: 100%;
  }

  .thanks-msg img {
    display: none;
  }

  .box-pdf img {
    display: inline-block;
  }
}

.tickers {
  background: #f7f7f7;
  font-family: "Poppins", sans-serif;
  text-align: left;
  padding: 7px 0;
  line-height: inherit;
  position: relative;
  letter-spacing: 0px;
  display: none;
}

.tickers ul {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  width: 31%;
}

.tickers li {
  display: inline-block;
  font-size: 14px;
  list-style-type: none;
  letter-spacing: 0px;
  font-weight: 500;
  margin: 0 10px 0 0px;
  line-height: 24px;
}

.tickers li span {
  display: block;
  font-size: 4.5rem;
}

.tickers b {
  font-size: 15px;
}

.tickers b a {
  color: #e85222;
  font-weight: bold;
  padding: 0x 8px;
  border-bottom: 1px solid #e85222;
}

.tickers b a:hover {
  text-decoration: none;
}

#countdown span {
  color: #e85222;
  background: none;
  display: inline-block;
  margin-right: 5px;
  font-size: 23px;
  width: inherit;
  font-weight: bold;
  padding: inherit;
  border-radius: inherit;
}

.tick-btn {
  padding: 5px;
  background: #e85222;
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1px;
  margin-left: 10px;
}

.percentile_cat_result {
  margin-top: 10px;
  margin-bottom: 10px;
}

.percentile_cat_result h5 {
  color: #fff !important;
  text-align: left;
  border: 2px dotted #fff;
  display: inline-block;
  padding: 8px 18px;
  font-size: 19px;
  border-radius: 10px;
  margin-bottom: 2px;
  background: #00000069;
}

.percentile_cat_result h5 span {
  color: #ffe621;
  font-size: 23px;
  font-weight: bold;
}

.percentile_cat_result p small {
  color: #fff;
}

/*****social-icon-css****/

.share-icon {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.share-icon > a {
  clear: both;
  display: block;
}

.share-icon .telegram-icon {
  background: #2aabee;
  margin-bottom: 2px;
  font-size: 22px;
  clear: none;
  float: left;
  width: 38px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  border-radius: 5px;
  padding: 10px;
}

.share-icon i.fa-instagram {
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

  margin-bottom: 2px;
  font-size: 22px;
}

.share-icon i.fa-whatsapp {
  background: #00e26b;
  margin-bottom: 2px;
  font-size: 22px;
}

.share-icon i.fa-phone {
  background: #f06432;
}

.share-icon i {
  clear: none;
  float: left;
  width: 38px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  color: white;
  border-radius: 5px;
}

/*****social-icon-css****/

@media all and (max-width: 767px) {
  .percentile_cat_result h5 {
    display: block;
    text-align: center;
    line-height: normal;
  }

  .percentile_cat_result h5 span {
    display: block;
  }

  .menuinerpages {
    display: block !important;
    padding-top: 0px !important;
  }

  .tickers {
    background: #f7f7f7;
    font-family: "Poppins", sans-serif;
    text-align: left;
    padding: 7px 0;
    line-height: inherit;
    position: relative;
    display: none;
    text-align: center;
  }

  .tickers ul {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }

  .tickers li {
    font-size: 11px;
  }

  .tickers li span {
    font-size: 14px !important;
  }

  .tickers b {
    font-size: 13px;
    display: flex;
    text-align: center;
  }

  .tickers a {
    display: flex;
    width: max-content;
  }

  .tick-btn {
    padding: 15px;
    background: #e85222;
    color: #fff !important;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1px;
    margin: 0 auto;
  }
}

.animate-charcter {
  background-image: linear-gradient(
    -225deg,
    #f8ed22 0%,
    #ff3b7c 29%,
    #f8ed22 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 700 !important;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

#lsq-chatbot {
  position: fixed;
  border: none;
  width: 150px;
  z-index: 999999;
  bottom: 55px !important;
}
.chatbot-opened {
  height: min(70vh, 586px) !important;
}
@media only screen and (max-width: 768px) {
  .chatbot-opened {
    position: fixed;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
  }
}

.modal-backdrop.fade.in {
  height: auto !important;
}

#eventmyModal .modal-body button.close {
  background: #ca0c0c;
  margin-top: -20px !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  opacity: inherit;
  color: #ff692e !important;
  position: absolute;
  z-index: 999;
  right: 10px;
  top: 10px;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  font-size: 27px;
}
.modal-dialog {
  width: 450px;
}
#GetPDF .modal-dialog {
  margin-top: 80px;
}
#eventmyModal img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .modal-dialog {
    width: auto !important;
  }
  #GetPDF .modal-dialog {
    margin-top: 30px auto;
  }
}

@media only screen and (max-width: 1199px) {

  .sub-nav-region {
    display: none;
}
  /* -------header css start ----------- */
  #header-part .navbar-nav {
    margin: 0px;
  }

  i.caret-sub.fa.fa-caret-right {
    display: none;
  }

  .header-region .dropdown-submenu > a::before {
    transform: rotate(90deg);
  }

  li.dropdown.dropdown-submenu.open ul.dropdown-menu {
    display: block !important;
    position: relative !important;
    width: 100% !important;
  }

  li.dropdown.dropdown-submenu.open ul.dropdown-menu li a {
    color: #000000 !important;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .dropdown-menu {
    left: 0 !important;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-inverse.header-region .navbar-toggle .icon-bar {
    background-color: #000;
  }

  .navbar-inverse.header-region .navbar-toggle:focus,
  .navbar-inverse.header-region .navbar-toggle:hover {
    background-color: transparent;
  }

  #header-part .navbar-header {
    margin: 0px !important;
    width: 100%;
  }

  #header-part.navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010;
    margin: 10px !important;
    display: none !important;
  }

  #header-part.navbar-inverse .navbar-collapse.in {
    display: block !important;
  }

  #header-part.navbar-inverse .navbar-collapse.show {
    display: block !important;
    margin: 10px 0 !important;
  }

  #header-part.navbar-inverse .navbar-collapse.show .nav-item {
    margin: 0;
  }

  #header-part.navbar-inverse .navbar-collapse.show .nav-item a {
    padding: 0 10px;
  }

  #header-part {
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 0px;
  }

  #header-part .navbar-toggle {
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 3px;
    display: block;
  }

  .navbar-toggle {
    background-color: transparent;
    border-color: transparent !important;
    padding: 5px 0px 3px;
    margin-top: 10px;
  }

  .header-region .navbar-nav > li > .dropdown-menu li ul li a {
    color: #727272 !important;
    font-size: 14px;
  }

  .header-region .navbar-nav > li > .dropdown-menu li ul {
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav > li > a.stu-login {
    border: 1px solid #e85222;
    border-radius: 5px;
    line-height: 25px;
    padding: 6px 12px !important;
    margin-top: 5px;
    background: #e85222;
    color: #fff !important;
    width: fit-content;
    margin: 5px;
  }

  .navbar-inverse .navbar-nav > li > a.stu-login {
    display: block !important;
  }

  .callphoneno2,
  .callphoneno3,
  .callphoneno4 {
    position: relative;
    z-index: 999;
    display: inline !important;
    bottom: inherit;
  }

  .callphoneno2 .menu-head-link,
  .callphoneno3 .menu-head-link,
  .callphoneno4 .menu-head-link {
    margin-left: 0;
    width: 34%;
    position: fixed;
    left: 0;
    bottom: 0;
  }

  .menu-head-link {
    float: left;
  }

  .callphoneno2 .header-call .popup-header-link {
    background-color: #fc0;
  }

  .callphoneno4 .header-call .popup-header-link {
    background-color: #fc0;
  }

  .callphoneno2 .header-call .popup-header-link,
  .callphoneno3 .header-call .popup-header-link,
  .callphoneno4 .header-call .popup-header-link {
    width: 100%;
    padding: 7px 8px;
    margin-right: 0;
    border-radius: 0;
    min-height: inherit;
    line-height: 20px;
  }

  .callphoneno4 .header-call .popup-header-link {
    background-color: #03a5ff;
  }

  .callphoneno2 .header-call .popup-header-link .icon-header,
  .callphoneno3 .header-call .popup-header-link .icon-header,
  .callphoneno4 .header-call .popup-header-link .icon-header {
    float: left;
    padding-right: 6px;
    color: #000;
    font-size: 22px;
    line-height: 16px;
  }

  .callphoneno2 .header-call .popup-header-link .icon-header img,
  .callphoneno3 .header-call .popup-header-link .icon-header img,
  .callphoneno4 .header-call .popup-header-link .icon-header img {
    max-height: 22px;
  }

  .callphoneno3 .menu-head-link {
    right: 0;
    left: initial;
  }

  .callphoneno3 .header-call .popup-header-link {
    background-color: #0da501;
  }

  .callphoneno2 .header-call .popup-header-link b {
    color: #000;
  }

  .popup-header-link b {
    font-size: 15px;
    line-height: 20px;
    vertical-align: top;
    float: left;
    font-weight: 500;
    color: #000;
  }

  .twnd {
    left: 33% !important;
  }

  .thrsd {
    left: 66% !important;
  }

  .header-region .navbar-nav > li.iconforweb {
    display: none;
  }

  li a.stu-login {
    border: 1px solid #e85222;
    border-radius: 5px;
    line-height: 28px;
    padding: 0 8px;
    margin-top: 0px;
    background-color: #e85222;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    float: right;
    margin-right: 10px;
    font-weight: bold;
  }

  li a.stu-login img {
    width: 18px;
    display: none;
  }

  .algn-midd {
    display: initial;
    align-items: center;
  }

  li.suty {
    list-style: none;
    display: block;
  }

  .navbar-nav > .dropdown,
  .navbar-nav > li {
    border-bottom: 1px solid #ccc;
    width: 100%;
  }

  .sub-nav-region .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
    padding-left: 20px;
  }

  .sub-nav-region .caret {
    float: right !important;
    margin-top: 20px;
  }

  .sub-nav-region .navbar-collapse > ul {
    width: initial;
  }

  .header-region .navbar-nav > li > a.stu-login1 {
    display: none;
  }

  .header-region .navbar-nav > li > a.stu-login {
    display: none;
  }

  .header-region .navbar-right > li:last-child {
    display: none;
  }

  .header-region .navbar-nav > li > a.stu-login:nth-last-child(n-4) {
    float: left;
    margin-top: 10px;
  }

  /* -------header css end ----------- */
}
