@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
margin: 0px;
padding: 0px;
}

body {
font-size: 15px;
font-family: "Montserrat", sans-serif!important;
font-weight: normal;
line-height: 24px !important;
background: #fff;
}

.bg-lgt{background: #fbfaf8;}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold!important;
  line-height: 1.3;
  color: #000;
}

section {
  position: relative;
  padding: 30px 0px;
}
section h2 {
    color: #000;
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 0;
}
.bg-grey {
  background-color: #efefef;
}
.feature-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.feature-card:hover {
box-shadow: 0 0 10px rgba(0,0,0,0.1);
transform: translateY(-5px);
border: 1px solid #e4551d;
}
.program-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 10px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    justify-content: flex-start;
}

.program-card:hover {
border-color: rgba(240, 100, 33, 0.5);
}

.program-card .icon-box {
flex-shrink: 0;
margin-bottom: 0;
}
.icon-box {
    width: 28px;
    height: 28px;
    background: rgb(232 82 34);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
}
.animate-fade-in {
    animation: fadeInUp 0.6s ease forwards;
}
.text-brand {
    color: #e4551d;
}

.program-card p {
color: var(--text-muted);
margin: 0;
font-size: 14px;
}
.note-sec {
    background: #fff7f2;
    border-radius: 20px;
    border-left: 5px solid #e85222;
    padding: 18px;
    font-size: 12px;
    margin-top: 20px;
}
.note-sec p {
font-size: 15px;
margin-bottom: 0;
}

#traid {
  display: none;
}

img {
  max-width: 100%;
  /* vertical-align: top; */
  height: auto;
}

ul {
  padding: 0;
  margin: 0;

}

ul li {
  list-style: none;
}

.mt-10{
  margin-top: 10px !important;
}
.orange {
  color: #ee6723;
}

.orange-bg {
  background-color: #ee6723;
  color: #fff;
  padding: 5px;
}

a {
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

a {
  color: #337ab7;
}

a:hover,
a:focus {
  color: #ee6723;
}


.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-xl-nowrap {
  flex-wrap: nowrap;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space-between {
  justify-content: space-between;
}


.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline !important;
}

.flex-xs-wrap-reverse {
  flex-wrap: wrap-reverse;
}

/* margin css start*/
.m-0 {
  margin: 0px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

/* margin css end*/

/* margin top css start*/
.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

/* margin top css end*/

/* margin bottom css start*/

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

/* margin bottom css end*/

/* padding css start*/
.p-0 {
  padding: 0px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

/* padding css end*/

/* padding top css start*/
.pt-0 {
  padding-top: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

/* padding top css end*/

/* padding bottom css start*/

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

/* padding bottom css end*/

ol {
  text-align: left;
}

ol li::marker {
  font-weight: bold;
}
ol li {
 padding-left: 10px
}

ul.inline {
  display: flex;
  flex-wrap: wrap;
}

ul.inline li {
  flex: 1 25%;
}

.inline-2 {
  display: flex;
  flex-wrap: wrap;
}

.inline-2 li {
  flex: 1 50%;
  padding: 3px 10px 3px 25px !important; 
}

.listing-bullet {}

.listing-bullet li {
  margin-bottom: 5px;
}

.listing-bullet li i {
  background-color: #9d254d;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 8px;
  margin-right: 10px;

}





.light-bg {
  background: #fff;
}

.page-section {
  padding: 40px 0;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* .section-title h2 {
  font-size: 28px;
  margin: 0 0 20px;
  position: relative;
} */

/*.section-title h2:before {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right:0;
  margin:-2px auto;
  position: absolute;
  width: 40px;
  background-color: #f5b325;
}
*/
.btn {
  outline: none;
  padding: 9px 20px;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  /*  letter-spacing: 0.21em;*/
  text-transform: inherit;
}

.btn:hover {
  -webkit-transition: background .2s linear, color .2s linear;
  transition: background .2s linear, color .2s linear;
}

a.button {
  background-color: #f5b325;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  margin-right: 10px;
  overflow: hidden;
  padding: 6px 29px;
  position: relative;
}

a.button i {
  background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
  color: #fff;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: normal;
  padding: 14px;
  text-align: center;
  width: 50px;
}

a.button span {
  color: #fff;
  display: block;
  float: left;
  font-size: 15px;
  font-weight: normal;
  padding: 11px 20px;
  position: relative;
  z-index: 2;
}

a.button::after {
  background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: 1;
}

a.button:hover::after {
  width: 100%;
  color: #fff;
}

.mb-30 {
  margin-bottom: 30px;
}

.mr-0 {
  margin-right: 0;
}


iframe,
object {
  width: 100%;
}

/* gloabal close */


/* banner style start */


.nav>li>a {
  padding-left: 5px;
  padding-right: 5px;
}


.jumbo-bg  {
    background: url(../images/mock-bg.jpg) center bottom / cover no-repeat;
    position: relative;
    color: #000;
    padding: 50px 0 50px;
}
.hero-overlay {
    background: rgb(246 244 255 / 80%) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 0;
    opacity: inherit;
    top: 0;
    width: 100%;
}
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}
.ornge{
    color: #e4551d;
}
.cta-orange{
background:#e4551d;
padding: 14px 32px;
border-radius:12px;
font-weight:600;
border:0;
color:#fff;
transition: all 0.3s ease;
font-size: 15px;
}
.cta-orange:hover {
 background: #e4551d;
transform: scale(1.05);

}
.highlighted-card {
    background: #f2eaed;
    border: 2px solid #efdfe5;
    box-shadow: 0 0 25px rgb(237 211 211);
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 20px 10px;
    border-radius: 20px;
}

.jumbo-bg h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 20px 0;
  margin-top: 0px;
}

.jumbo-bg h3 {
  font-weight: bold;
}

/* section#cuet-test h3 {
  background-color: #9a2e56;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 20px;margin-top: 0;
} */

.jumbo-box {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.jumbo-box-title {
  margin-top: 0;
  text-align: center;
}

.jumbo-box .btn {
  border-radius: 0;
}

.jumbo-button-group {
  margin-top: 10px;
}

.custom-section-title-h1 {
  /* color: #fff; */
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0;
}

span.top {
  color: #fbe41a;
}

.custom-section-title-h3 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}


.custom-section-title {
  color: #666;
  font-size: 2em;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 0px;
}


.hvr-sweep-to-left {
  background: #3f4041 none repeat scroll 0 0;
  text-decoration: none !important;
  box-shadow: 0 0 1px transparent;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 10px;
  position: relative;
  text-align: right;
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.3s;
  transition-property: color;
  vertical-align: middle;
}

.hvr-sweep-to-left::before {
  background: #1faabe none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 100% 50% 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {
  color: white;


}

.hvr-sweep-to-left:hover::before,
.hvr-sweep-to-left:focus::before,
.hvr-sweep-to-left:active::before {
  transform: scaleX(1);
}


/* banner style close */


/* expert videos start */
.experts-videos-block .video-frame {
  border: 1px #dfdfdf solid;
  padding: 2px;
  background-color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}


.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}

.youtube-player .play {
  height: 42px;
  width: 42px;
  left: 50%;
  top: 50%;
  position: absolute;
  background: url("//i.imgur.com/TxzC70f.png") no-repeat;
  cursor: pointer;
  background-size: 42px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.experts-videos-block .video-frame iframe {
  height: auto;
}

/* expert videos close */



/* progaram tabs start */

.journey-tabs .nav-tabs li {
  margin-bottom: 0;
  width: 20%;
  text-align: center;
}

.journey-tabs .nav-tabs li a {
  background-color: #e6e6e6;
  color: #000;
  border: none !important;
  padding: 10px 5px;
  font-weight: 500;
  font-size: 13px;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.journey-tabs .nav-tabs li.active>a,
.journey-tabs .nav-tabs li>a:hover {
  background-color: #9a2e56;
  color: #fff;

}

.journey-tabs .nav-tabs li.active>a:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #9a2e56;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fade.show {
  opacity: 1;
}

.modal-content,
.modal-body {
  float: left;
  width: 100%;
}

.tab-content {
  background-color: #fff;
  margin-bottom: 20px;
  float: left;
  width: 100%;

}

.tab-content .tab-pane {
  padding: 30px 15px;
  float: left;
  width: 100%;
  background-color: #fafafa;
  padding-bottom: 0px;
}

.tabinner {
  text-align: center;
  background-color: #ffffff;
  padding: 10px;
  border: 1px #e8e5e5 solid;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  -moz-box-shadow: 2px 2px 8px -1px rgb(227, 225, 227);
  -webkit-box-shadow: 2px 2px 8px -1px rgb(227, 225, 227);
  box-shadow: 2px 2px 8px -1px rgb(227, 225, 227);
}

.tab-content .col-md-4:last-child .tabinner {
  margin-bottom: 0;
}

.mocktest li {
  float: none;
  min-width: 99px;
  display: inline-block;
}

.mocktest a {
  font-size: 13px;
  padding: 6px 12px;
  border: 1px #9a2e56 solid;
  float: left;
  min-width: 100%;
  color: #000;
  cursor: pointer;
}


.mocktest a:hover {
  background: #9a2e56;
  color: #fff;
  transition-duration: 0.31s;
  text-decoration: none;
}

a.mock {
  color: #000;
  text-decoration: none;
}

a.mock i {
  display: none;
}

/* progaram tabs close */


/* CUET preparation start */

.msg-block {
  background-color: #9d254d;
  border-radius: 30px;
  padding: 6px 20px;
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
}

.course-block {
  clear: both;
  background-color: #3F51B5;
  position: relative;
  border-bottom: 1px #efefef solid;
}

section.course-block {
  padding: 0px;
}

.course-block .info-block {
    text-align: left;
    position: relative;
    float: left;
    width: 100%;
    padding-left: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 8px;
    color: #fff;
}

.course-block .info-block2 {
  background-color: #fafafa; color: #000;
}


.course-block .info-block .counter-count {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  float: left;
  background-color: #F44336;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  position: absolute;
  left: 8px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.course-block .info-block .counter-text {
  font-size: 14px;
  float: left;
  padding-right: 10px;
}

.questions-time {
  width: 33%;
  clear: both;
  text-align: center;
  /* background: #000000b3; */
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #515156;
}

.ques-wrap {

  padding: 15px;
  display: inline-block;

}

.ques-wrap img {
  margin-right: 5px;
  max-height: 24px;
  filter: invert(1);
}


.about {
  /* background: #ffecf3; */
  position: relative;
}

/* .about::before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 8%;
  right: 14px;
  content: "";
  background-image: url(https://www.careerlauncher.com/cbse-ncert/neet/images/info2-pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  opacity: .9;
} */

.bg-get-start img {
  max-width: 323px;
  float: right;
}

.about img {
  z-index: 9999;
  margin-top: 0px;
  /* max-width: 412px; */
  float: right;
}

.about .info-left {
  padding-left: 0px;
}

.about .info-right {
  padding-top: 60px;
  max-width: 580px;
}

.butns {
  clear: both;
}

.butns .btn {
  position: relative;
  background-color: #F15A22;
  border: 0 none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 20px;
  text-align: center;
  border-radius: 0.375rem;
  width: auto;
  line-height: 38px;
  text-decoration: none;
}

.msii2 ul {
  list-style: outside none none;
  margin: 0 0 20px 0;
  padding: 0;
}

.msii2 ul li {
  list-style: outside none none;
  margin: 0;
  padding: 3px 0 3px 25px;
  position: relative;
  text-align: left;
  width: 100%;
}

.msii2 ul li::before {
  color: #FF692E;
  content: "\f0a4";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 4px;
  font-weight: 600;
}


.services-pad {
  padding-left: 0px;
}

.services-pad h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.sixth-part {
  padding: 25px;
  border: 1px solid #f58962;
  box-shadow: 0px 0px 100px 0px #e2e4e7;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 20px 20px 20px 20px;
}


.sepreatoradded {
  background-image: url(https://clsite-file1.s3.amazonaws.com/6858_third-section-ellipse.png);
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  top: 50px;
  z-index: 1;
  width: 238px;
  height: 245px;
  background-size: 75%;
}


/* mCustom scroll bar settings */
.mCustomScrollbar {
  position: relative;
  padding-right: 0px;
  height: 160px;
  overflow: auto;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside>.mCSB_container {
  margin-right: 10px;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, .1);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  background-color: #f15a22;
}

/* CUET preparation close */



/* Testimonails start */

#testi {
  background-image: url("../images/slider-1.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}


#testi:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:
    rgba(0, 0, 0, 0.6);
  content: "";
}

#testi h2 {
  color: #fff;
}

#testi .carousel-item {
  background-color:
    rgba(255, 255, 255, 0.15);
  text-align: center;
  padding: 15px;
  min-height: 260px;
  border-radius: 5px;
  color: #fff;
  line-height: 21px;
  font-size: 14px;
}

#testi .carousel-item .img-box img {
  width: 60px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 15px;
  height: 60px;
  padding: 3px;
  background-color: #fff;
}

#testi .carousel-item .overview {
  text-transform: capitalize;
  color: #abeadb;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

#testi .carousel-item .overview strong {
  color: #f5b325;
  font-weight: 500;
}

.test-user {
  font-size: 20px;
  font-weight: 600;
  color: #f5b325;
  margin-bottom: 10px;
}

#testi .carousel-item .img-box i {
  font-size: 20px;
  background-color: #fff;
  color: #ee6723;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 40px;
  margin: 10px 0;
  border: 5px #ddd solid;
}

.slick-dots {
  display: none !important;
}

.slick-slide>div {
  padding: 0 10px;
}

.slick-prev,
.slick-next {
  z-index: 9;
  width: 42px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  border-radius: 0px;
  border: none;
  font-size: 0px;
  background-color: transparent;
  top: -40px;
  cursor: pointer;
  padding: 0;
}

.slick-prev {
  right: 26px;
}

.slick-next {
  right: 0;
}

.slick-prev:before,
.slick-next:before {

  font-family: FontAwesome;
  font-size: 16px;
  color: #fff;
  opacity: 1;
  background-color: #ee6723;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
}

.slick-prev::before {
  content: "\f053";
}

.slick-next::before {
  content: "\f054";
}


.img-box img {
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 15px;
}

/* Testimonails close*/

/* notsure block start*/

.notsure-block {
  background: #f4cc3266;
  border-top: 4px #fdb73366 solid;
}

.notsure-block:before {
  border-top: 10px solid #fdb73366;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
}

/* notsure block close */

/* faq block start */

.accordion-panel {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 0;
}

.accordion-panel .panel {
  width: 100%;
  margin-bottom: 15px !important;
  box-shadow: inherit;
  padding: 0;
  border: none;
}

.accordion-panel .panel-default>.panel-heading {
  color: #000;
  background-color: #f6edda;
  border-color: #f6edda;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion-panel .panel-default>.panel-heading a {
  display: block;
  padding: 15px 10px;
  color: #000;
  outline: none;
}

.accordion-panel .panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 5px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.accordion-panel .panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #9a2e56;
  color: #fff;
}

.accordion-panel .panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-panel .panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-panel h4.panel-title {
  font-weight: 500;
}

.accordion-panel .arrow-list {
  padding-left: 0;
}

.accordion-panel .arrow-list li i {
  margin-right: 4px;
}

.accordion-panel .panel .panel-body {
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
  border-top: none !important;
}


/* faq block close */

/* footer part start */
.franchisee h3 {
  color: #fff;
}

.franchisee .col-md-2 {
  margin-bottom: 5px;
}

/* footer part close */


/* test mock part start*/
.attempt {
  width: 20px;
  height: 20px;
  border: none;
  color: #fff;
  float: left;
  border-radius: 50%;
  margin: 5px 10px 0 10px;
}

.attempt-content {
  float: left;
  padding-top: 2px;
  color: #fff;
}

.attempted {
  background-color: #85d447;
}

.not-attempted {
  background-color: #ff0000;
}

.to-be-reviewed {
  background-color: #fb4;
}

.not-viewed {
  background-color: #dadada;
}

.mock-test .arrow-list li {
  margin-bottom: 10px;
}

.text-white {
  color: #fff;
}

.attempt-wrap {
  margin-top: 15px;
}

.attempt-inner {
  float: left;
  width: 100%;
  border-radius: 35px;
  line-height: 30px;
  margin-bottom: 5px;
}

.attempt-inner-1 {
  background-color: #0B9B90;

}

.attempt-inner-2 {
  background-color: #026bc1;
}

.attempt-inner-3 {
  background-color: #e68e27;
}

.attempt-inner-4 {
  background-color: #366f99;
}

.mt-10 {
  margin-top: 10px;
}

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

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

.pl-15 {
  padding-left: 15px;
}

.clear-both {
  clear: both;
}

.dis-block {
  display: inline-block;
}

.red-text {
  color: red;
}

.q-list .arrow-list {
  padding-left: 0;
}

.q-list .arrow-list li {
  position: relative;
  padding-left: 25px;
}

.q-list .arrow-list li i {
  background-color: red;
  width: 18px;
  height: 18px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 5px;
}

.form-action .btn-new {
  background-color: #f15a22;
  padding: 6px 18px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
}

.exam-wrapper {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar {
  background-color: #2d637d;
  padding: 20px;
  float: left;
  width: 20%;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar>div {
  margin-bottom: 10px;
  border-bottom: 1px #9a9393 solid;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}

.sidebar>div:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}


.user-panel {
  line-height: 55px;
}

.user-panel .image img {
  max-height: 55px;
  margin-bottom: 10px;
  margin-right: 5px;
  border: 2px #f5b325 solid;
  padding: 2px;
}

.exam-container {
  float: left;
  width: 80%;
  padding: 15px;
  background-color: #fff;
}

.ques-title {
  margin-bottom: 10px;
}

.ques-panel a {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  padding: 0;
}


.sidebar .attempt-content {
  margin-bottom: 10px;
}

.btn-same {
  background-color: #f5b325;
  border-radius: 3px;
}

.exam-top {
  background-color: #419D78;
  color: #fff;
  font-size: 16px;
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  line-height: 35px;
}

#calculatorId {
  display: none;
  position: absolute;
  background-color: #eee;
  padding: 15px;
  border: 1px #ddd solid;
  border-radius: 5px;
  top: 0;
  left: 0;
  color: #000;
  font-size: 13px;
}

.exam-top #showcalcId {
  /*  float: left;*/
}

.exam-top #showcalcId a {
  color: #fff;
}

.exam-top .time-set {
  float: right;
  padding-right: 15px;
}

.breadcrumb-block {
  float: left;
  width: 100%;
  clear: both;
}

.btn-review {
  background-color: #419D78;
  color: #fff !important;
}



.btn-ins {
  background-color: #E3E159;
}

.btn-ques {
  background-color: #3BD0AD;
}

.btn-submit {
  background-color: #ecc193eb;
}

.click-toogle {
  cursor: pointer;
  font-size: 20px;
  background-color: #217D58;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 36px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: left;
  margin-right: 15px;
}


.maintoggled .sidebar {
  display: none;
}

.maintoggled .exam-container {
  width: 100%;
}

.close-sidebar {
  display: none;
}

.click-toogle .fa-times {
  display: none;
}

.click-toogle.icon-change .fa-times {
  display: inline-block;
}

.click-toogle.icon-change .fa-bars {
  display: none;
}

/*.question-list{
  display: none;
}*/

.question-list.question-active {
  display: block;
}

.form-action-button {
  display: block !important;
}


/* test mock part close*/


/* thanku page start*/
.thanku-page .mocks-tests {
  padding: 30px 0;
}

/* thanku page close*/

/* score card page start*/
.scorecard-page .score-section {
  padding: 30px 0;
  background-color: #fff;
}

.scorecard-page .score-section h2 {
  background-color: #f8f8f8;
  padding: 8px 15px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
}


.scorecard-page .score-section h2 i {
  font-size: 20px;
  margin-right: 5px;
  color: #ff692e;
}

.scorecard-page .score-section h3 {
  margin-top: 0;
  padding: 15px 0;
}

.scorecard-page .score-section .btn-icon {
  font-size: 15px;
  padding: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #ff692e;
  color: #fff;
}

.scorecard-page .journey-tabs h3 {
  padding: 0;
}

#columnchart_values div,
#columnchart_values div svg {
  width: 100% !important;
}

.journey-tabs .lst-video-block h3 {
  padding: 15px 0;
}



.journey-tabs .experts-videos .container {
  width: 100%;
}




.score-section .tab-content .radio {
  margin: 10px 0 !important;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}

.score-section .tab-content .radio label {
  /*position: absolute;
left: 20px;
line-height: 17px;
top: 5px;
min-height: inherit;
margin-bottom: 10px;*/
  padding-left: 20px;
  margin-top: 3px;
}

.score-section .tab-content .radio label input[type="radio"] {
  position: initial;
  margin-right: 5px;
}

.listcenter {
  display: flex;
  justify-content: center;
}


/* score card page close*/


.thanku-page-new {
  position: relative;
  background: url(https://clsite-file1.s3.amazonaws.com/6858_cucet-banner-bg.jpg) no-repeat scroll center bottom / cover;
  padding: 30px 0;
}


.thanku-page-new .btn-action .btn-icon {
  font-size: 15px;
  padding: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #fbe41a;
  color: #000;
  margin-top: 10px;
}

.thanku-content {}

.thanku-content h1 {
  color: #fff;
  font-weight: 600;
  margin-top: 0;
}

.thanku-content h3 {
  color: #fff;
  font-size: 18px;
}

.thanku-content span.user-name {
  color: #fbe41a;
  margin-right: 5px;
}

.thanku-content span.user-value {}

.thanku-content span.user-value strong {
  font-size: 34px;
  color: #fbe41a;
}

.thanku-bottom {}

.thanku-body img {}

.thanku-body h3 {
  margin-top: 0;
}

.enroll-body {
  border: 1px #f6e5ed solid;
  padding: 10px 20px;
  margin: 20px 0;
  background-color: #fff8fb;
}

.enroll-body ul {
  margin-top: 10px;
}

.enroll-body h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.enroll-body p {
  margin-bottom: 0;
}

.enroll-body .btn {
  padding: 6px 20px;
  line-height: 28px;
}


.field-body {
  margin-top: 20px;
  background-color: #fdfdfd;
  padding: 15px;
}

.field-body a {
  color: #000;
  text-decoration: underline;
}


.same-modal .form-control {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: none;
  color: #6b7c8a;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  height: 40px;
  margin-bottom: 0px;
  padding-left: 15px;
  letter-spacing: 1.2px;
}


.same-modal .modal-header {
  background-color: #9d254d;
  color: #fff;
  padding: 10px;
}

.same-modal .modal-header h4 {
  color: #fff;
}

.same-modal .modal-header .close {
  color: #fff;
  opacity: 1;
}

.same-modal .btn {
  background-color: #9d254d;
  color: #fff;
  border: none !important;
  outline: none !important;
  margin-right: 10px;
}

.same-modal .form-action a {
  color: #9d254d;
}

.same-modal .modal-body .form-action input {
  font-size: 14px;
}

.same-modal .modal-body .fa-mobile {
  font-size: 26px;
}

.same-modal .modal-dialog {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 5px;
}

.same-modal .tab-pane {
  padding: 0;
  background-color: transparent;
}

.same-modal .tab-content {
  margin-bottom: 0;
  margin-top: 15px;
}

.same-modal .tab-pane .input-group {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.same-modal .nav-tabs li a {
  background-color: #fbe59a;
  color: #000;
  border: none !important;
  line-height: 20px !important;
  padding: 6px 12px !important;
  outline: none !important;

}

.same-modal .nav-tabs li.active a {
  background-color: #ffdb5e;
}

.same-modal #form-previous {
  background-color: #064e98;
}

body.thanku-page.modal-open #myModalNorm .close {
  display: none;
}

#myModalNorm .modal-header {
  text-align: center;
}

body.thanku-page.modal-open .modal-backdrop.fade {
  opacity: 0.99;
}


/****Responsive****/

@media (max-width:1199px) {}



@media (max-width: 1024px) {}

@media (max-width: 992px) {

  .jumbo-bg .row>.col-sm-3:first-child {
    display: none;
  }

  .sidebar {
    position: fixed;
    z-index: 999;
    width: 55%;
    max-width: 100%;
    transition: all 0.5s ease;
    left: -400px;
    opacity: 0;
    top: 0;
    height: 100%;
  }

  .exam-container {
    width: 100%;
    z-index: 999;
    position: relative;
  }

  .maintoggled .sidebar {
    display: block;
    opacity: 1;
    z-index: 9999;
    left: 0;
  }

  .user-panel {
    position: relative;
  }

  .close-sidebar {
    color: #fff;
    display: block;
    position: absolute;
    right: -10px;
    top: -30px;
    font-size: 24px;
    cursor: pointer;
  }

}

@media (max-width: 767px) {
  ul.inline li {
    flex: 1 100%;
}

  .btn-click {
    color: #000;
    display: block;
    font-size: 15px;
    padding: 11px 15px;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    line-height: 22px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
    cursor: pointer;
    border: 1px solid #81addd;
    border-radius: 5px
}

 .btn-click h4 {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

 .btn-click h4 i {
    right: 10px;
    top: 10px;
}

 .btn-click h4 .fa-angle-up {
    display: none;
}

 .btn-click h4.arrowup .fa-angle-down {
    display: none;
}

 .btn-click h4.arrowup .fa-angle-up {
    display: inline-block;
}

 .slide-program {
    display: none;
    margin-top: 10px;
    border-top: 1px #bbb solid;
    padding-top: 10px;
}

 .slide-program a {
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
    padding: 10px 20px;
}

  .inline-2 li {
    flex: 1 100%;
}

.inline li {
  flex: 1 100%;
}

  .butns .btn {
    line-height: 38px;
  }

  .journey-tabs .nav-tabs li {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
  }

  li.dropdown.responsivetabs-more {
    width: 12%;
  }

  .journey-tabs .nav-tabs .dropdown-menu li {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
  }

  .msg-block {
    padding: 4px 15px;
    font-size: 16px;
  }

  /* .jumbo-bg p {
    font-size: 14px;
  } */

  .ques-wrap {
    /* color: #fff; */
    padding: 8px 12px;
    display: inline-block;
    font-size: 15px;
  }

  .questions-time {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .custom-section-title-h1 {
    font-size: 17px;
    font-weight: 600;
  }

  section#cuet-test h3 {

    padding: 5px 10px;
    font-size: 14px;
    margin-top: 0;
  }

  /* .section-title h2 {
    font-size: 19px;
    font-weight: bold;
  } */

  /* .course-block .container,
  .course-block .container .row .col-md-4 {
    padding: 0;
  } */

  .course-block .info-block {
    padding-left: 70px;
  }

  .course-block .info-block .counter-count {
    left: 25px;
  }

  .about::before {
    content: initial;
  }

  .about img {
    margin-top: 0;
  }

  .page-section {
    padding: 30px 0;
  }

  .sixth-part {
    margin-bottom: 15px;
  }

  .bg-get-start.feature-grids img {
    display: none;
  }

  .sepreatoradded {
    display: none;
  }

  .thanku-body {
    text-align: center;
  }

  .thanku-body h3 {
    margin-top: 10px;
  }

  .enroll-body {
    /*    border-radius: 20px;
    text-align: center;*/
  }

  .thumb-img {
    margin-bottom: 10px;
    max-height: 100px;
  }

  .thanku-content h1 {
    font-size: 28px;
  }

}



@media (max-width: 480px) {
  .experts-videos-block .col-md-3 {
    width: 100%;
  }

  .experts-videos-block .col-md-3:last-child .video-frame {
    margin-bottom: 0;
  }

  .sidebar {
    width: 80%;
  }

  .youtube-player .play {
    height: 32px;
    width: 32px;
    background-size: 32px;
  }

  .mocktest li {
    min-width: auto;
  }

}


@media (max-width: 400px) {



  .journey-tabs .nav-tabs li a {
    font-size: 13px;
    display: block;
    padding: 5px 5px !important;
    line-height: 16px !important;

  }

  li.dropdown.responsivetabs-more a {
    padding: 13px 8px !important;
  }


}

@media only screen and (min-width: 768px) and (max-width : 991px) {
.questions-time {
  width: 50%;
}

.inline li, .inline-2 li {
  flex: 1 100%;
}

.journey-tabs .nav-tabs li a {
  min-height: 60px;
}

}

@media only screen and (min-width: 992px) and (max-width : 1199px) {

  .journey-tabs .nav-tabs li a {
    min-height: 60px;
  }

}


@media only screen and (max-width: 767px) {

.jumbo-bg h1 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 0px;
}
.highlighted-card {   
    max-width: 100%;
    padding: 20px 10px 10px;
}
.jumbo-bg {
    padding: 30px 0 30px;
}
section h2 {
    font-size: 25px;
}
.slick-prev, .slick-next {
    top: 50%;
}


}