* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  color: #3C4852;
  margin: 0;
  padding: 0;
  font-family: 'AvertaStdSemiBold';
  font-weight: 400;
  font-style: normal;
  background-color: #FCFCFC;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
header, footer, section, aside, nav, article {
  display: block;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: outside none none;
}
ul, ol, dl {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  padding-left: 0;
  padding-right: 0;
}
a {
  color: #3C4852;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-size: 48px;
  font-family: 'AvertaStdBold';
  letter-spacing: -0.48px;
}
h2 {
  font-size: 18px;
}
h3, h4, h5, h6 {
  font-size: 15px;
  padding: 0;
  margin: 0;
}
a img {
  border: medium none;
  outline: medium none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.wrapper {
  transition: all 0.2s ease 0s;
}
.clr::after {
  clear: both;
  content: "";
  display: block;
  float: none;
}
.clr {
  clear: both;
  float: none;
}
:focus {
  outline: medium none;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  cursor: pointer;
}
*::-moz-placeholder {
  opacity: 1 !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
em, i {
  font-style: normal;
}


.editorContent a {
  color: #e82838  !important;
}

.editorContent p {
  color: #3C4852 !important;
}
.editorContent ul li {
    color: #7A8B94;
    /* line-height: 18px; */
    line-height: 20px;
    font-weight: 400;
    padding: 0 0 0 26px;
    position: relative;
    margin: 0 0 15px 0;
	/* display: inherit !important; */
}
.editorContent ul li strong {
  color: #3C4852;
  font-weight: 800;
  display: inline;
}

.editorContent ul li::before {
    content: url('../images/check-point.svg');
    position: absolute;
    vertical-align: middle;
    margin-right: 7px;
    left: 0;
    top: 1px;
}

.editorContent h3,h4{
	font-size:18px;
  font-weight: bold;
}

.editorContent h5,h6{
	font-size:16px;
}

.editorContent {
    width: 100%;
    overflow-x: auto; 
	/* font-family: 'Arial'; */
}

.editorContent .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.editorContent table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.editorContent th, .editorContent td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    white-space: nowrap; /* Prevent text wrapping */
}


.course_content ul li{
	 line-height: 26px !important;
}

.course_content ul li::before {
    content: url('../images/check-point.svg');
    position: absolute;
    vertical-align: middle;
    margin-right: 7px;
    left: 0;
    top: 4px;
}

.course_content i, .course_content em{
	font-style : italic !important;
}

.course_content u{
	font-style : underline !important;
}

@font-face {
  font-family: 'AvertaStdBold';
  src: url('../fonts/AvertaStd-Bold.eot');
  src: url('../fonts/AvertaStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-Bold.woff2') format('woff2'), url('../fonts/AvertaStd-Bold.woff') format('woff'), url('../fonts/AvertaStd-Bold.ttf') format('truetype'), url('../fonts/AvertaStd-Bold.svg#AvertaStd-Bold') format('svg');
}
@font-face {
  font-family: 'AvertaStdSemiBold';
  src: url('../fonts/AvertaStd-Semibold.eot');
  src: url('../fonts/AvertaStd-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvertaStd-Semibold.woff2') format('woff2'), url('../fonts/AvertaStd-Semibold.woff') format('woff'), url('../fonts/AvertaStd-Semibold.ttf') format('truetype'), url('../fonts/AvertaStd-Semibold.svg#AvertaStd-Semibold') format('svg');
}
.super-top-section {
  display: flex;
  justify-content: space-between;
  background-color: #F7F9FB;
  padding: 8px 0;
}
.contact-info-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.talk-customer-section i {
  font-style: normal;
  color: #EE2C3C;
}
.talk-customer-section {
  display: flex;
  gap: 10px;
}
.talk-customer-section em:last-child {
  border-left: solid 1px #F1E0D9;
  padding: 0 10px;
}
header nav .marge-menu-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  position: relative;
}
ul.main-menu {
  display: flex;
  gap: 25px;
  align-items: center;
}
.search-and-join {
  display: flex;
  gap: 15px;
  float: none;
  margin-left: auto !important;
  align-items: center;
}
.search-input input {
  display: none;
}
ul.main-menu > li:hover > a {
  color: #3C4852;
}
ul.main-menu li a {
  color: #7A8B94;
  padding: 10px 0;
  display: inline-block;
}
.search-and-join a {
  background: rgb(218, 32, 47);
  background: linear-gradient(0deg, rgba(218, 32, 47, 1) 0%, rgba(238, 44, 60, 1) 100%);
  display: inline-block;
  line-height: 40px;
  padding: 0;
  color: #fff;
  min-width: 110px;
  text-align: center;
  border-radius: 5px;
  border: 0;
}
header nav {
  border-bottom: solid 1px #E9EEF2;
  min-height: 64px;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px #E9EEF299;
}
section.hero-section .row {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.hero-caption-section h5 {
  font-size: 48px;
  font-family: 'AvertaStdBold';
}
.hero-caption-section h5 {
  font-size: 48px;
  font-family: 'AvertaStdBold';
  letter-spacing: -0.48px;
}
.hero-caption-section p {
  font-size: 16px;
  color: #3C4852;
  margin-bottom: 5px;
}
.hero-caption-section p b {
  color: #EE2C3C
}
.primary-btn {
  background: rgb(218, 32, 47);
  background: linear-gradient(0deg, rgba(218, 32, 47, 1) 0%, rgba(238, 44, 60, 1) 100%);
  display: inline-block;
  line-height: 38px;
  padding: 0 25px;
  color: #fff;
  min-width: 110px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  transition: .2s;
}
.border-btn {
  background: #fff !important;
  color: #3C4852;
  border: solid 1px #E9EEF2;
}
.hero-main-btn {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.hero-caption-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.select-goal-section b {
  font-size: 16px;
  letter-spacing: -0.08px;
  color: #3C4852;
  margin: 0 0 10px 0;
  display: inline-block;
}
.select-goal-section {
  margin: 25px 0 0 0;
}
.select-goal-section a {
  background: #fff;
  color: #3C4852;
  border: solid 1px #E9EEF2;
  display: inline-block;
  line-height: 32px;
  padding: 0 15px;
  min-width: 110px;
  text-align: center;
  font-family: 'AvertaStdBold';
  border-radius: 10px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #fff;
  letter-spacing: 0.5px;
}
.select-goal-section span {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-main-slider .slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  text-align: center;
  background-color: #0000007d;
  display: flex;
  justify-content: center;
  width: max-content;
  padding: 4px 10px;
  margin: auto;
  gap: 7px;
  border-radius: 10px;
}
.hero-main-slider .slick-dots li {
  background-color: transparent;
  font-size: 0;
}
.hero-main-slider .slick-dots li button {
  background-color: #E3E6E9;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
}
.hero-main-slider .slick-dots li.slick-active button {
  background-color: #F00109;
}
section.exam-categories-section {
  background-color: #F7F9FB;
}
section {
  padding: 50px 0;
}
.small-heading h5 {
  font-size: 24px;
  color: #3C4852;
  font-family: 'AvertaStdBold';
  line-height: normal;
  margin: 0 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.small-heading p {
  color: #7A8B94;
  margin: 0;
}
section.exam-categories-section .small-heading h5, section.exam-categories-section .small-heading p {
  text-align: center;
  display: flex;
  justify-content: center;
}
.exam-categories-list {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.categories-list-one center {
  width: 138px;
  background-image: url("../images/exam-category-img-1.png");
  height: 138px;
  line-height: 138px;
  text-align: center;
}
.categories-list-one {
  width: 50%;
  display: flex;
  background-color: #fff;
  flex-direction: row;
  border: solid 1px #E9EEF2;
  padding: 15px 15px;
  border-radius: 8px;
  gap: 15px;
}
.categories-content h5 {
  font-size: 26px;
  color: #3C4852;
  font-family: 'AvertaStdBold';
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.categories-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: row;
}
.categories-content ul li a:hover {
  border-color: #3C4852;
}
.categories-content ul li a {
  background-color: #fff;
  border: solid 1px #E9EEF2;
  border-radius: 20px;
  line-height: 38px;
  display: flex;
  padding: 0 15px;
  gap: 7px;
}
.categories-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  gap: 15px;
  padding: 5px 0 0 0;
}
.small-heading {
  margin-bottom: 25px;
}
.topper-head-tab .small-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.our-topper-list-section {
  background: rgb(254, 245, 241);
  background: linear-gradient(0deg, rgba(254, 245, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
  position: relative;
}
.our-topper-list-section .tab-content ul {
  display: flex;
  gap: 12px 0;
  z-index: 9;
  position: relative;
  justify-content: flex-start;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.topper-head-tab ul.nav.nav-tabs {
  gap: 0;
}
.topper-head-tab ul li center {
  background-color: #FAEAEA;
  position: relative;
  border-radius: 50%;
  height: 155px;
  width: 155px;
  border: solid 1px #F49D82;
  overflow: hidden;
}
.topper-head-tab ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topper-head-tab ul li i {
  background-color: #ee2c3c;
  color: #fff;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 50px;
  margin: -20px 0 0 0;
  position: relative;
}
.topper-head-tab li b {
  color: #3C4852;
  font-size: 16px;
  margin: 5px 0 0 0;
}
img.bg-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
}
.why-choose-section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  flex-direction: row;
}
.why-choose-section ul li {
  display: flex;
  width: calc(33.3333% - 15px);
  border: solid 1px #E9EEF2;
  padding: 15px 15px 15px 45px;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.why-choose-section ul li center {
  position: absolute;
  left: 15px;
  top: 15px;
}
.why-choose-section ul li b {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin: 0 0 5px 0;
}
.why-choose-section ul li p {
  margin: 0;
}
.impact-bg {
  background-color: #FCF8E9;
  margin: 40px 0 0 0;
  border-radius: 25px;
}
.impact-bg .row {
  display: flex;
  align-items: center;
  padding: 50px 50px 70px 50px;
}
.impact-card {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: flex-end;
}
.impact-card .impact-first-card {
  width: 250px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  height: 135px;
  display: flex;
  overflow: hidden;
  padding: 20px;
  flex-direction: column;
}
.impact-first-card center {
  position: absolute;
  bottom: -10px;
  right: 0;
  pointer-events: none;
}
.impact-card .impact-first-card i {
  font-size: 17px;
}
.impact-card .impact-first-card b {
  font-size: 35px;
  font-family: 'AvertaStdBold';
}
.impact-card .impact-first-card b strong {
  color: #EE2C3C
}
.margin-t {
  transform: translate(0px, 30px);
}
.our-impact-number h5 {
  font-size: 34px;
  font-family: 'AvertaStdBold';
  letter-spacing: -0.48px;
  margin: 0 0 15px 0;
}
section.our-moc-test-section {
  background-color: #F7F9FB;
}
ul.moc-list li a:hover {
  border-color: #EE2C3C;
}
ul.moc-list li a {
  background-color: #fff;
  border: solid 1px #E9EEF2;
  line-height: 48px;
  border-radius: 10px;
  display: flex;
  padding: 0 15px;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}
ul.moc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.our-moc-test-section ul.moc-list li {
  width: calc(33.3333% - 10px);
}
ul.moc-list li a span {
  display: flex;
  gap: 10px; 
  align-items: center;
}
.our-moc-test-section .small-heading {
  margin: 0;
}
.study-material-content {
  display: flex;
  gap: 20px;
  box-shadow: 0px 16px 32px 0px #F0F4F7CC;
  background-color: #fff;
  padding: 25px;
  border-radius: 25px;
}
.our-studdy-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px 0 0 0;
  justify-content: flex-start;
}
section.scholarship-section {
  background-color: #FCF8E9;
}
.scholarship-section .topper-head-tab {
  display: flex;
  justify-content: space-between;
  margin: 0 0 25px 0;
}
.impact-first-card {
  background: var(--color-white-solid, #FFFFFF);
  padding: 16px 20px 16px 65px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 25%;
  margin: 0;
}
.win-seholarship-count {
  display: flex;
  position: relative;
  gap: 15px;
  z-index: 9;
}
.impact-first-card em {
  position: absolute;
  top: 0;
  left: 20px;
  margin: auto;
  height: 25px;
  width: 30px;
  bottom: 0;
}
.impact-first-card b {
  font-family: 'AvertaStdBold';
  font-size: 28px;
}
.impact-first-card b strong {
  color: #EE2C3C;
  font-family: 'AvertaStdBold';
  font-size: 25px;
}
img.price- {
  position: absolute;
  bottom: 0;
  right: 0;
}
.scholarship-section .container {
  position: relative;
}
img.price- {
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: 0;
}
.topper-head-tab .small-heading p {
  color: #3C4852;
  margin: 0;
}
section.scholarship-section .topper-head-tab .small-heading {
  display: flex;
  flex-direction: column;
  margin: 0;
}
section.student-testimonial-section {
  background-color: #FFFFFF;
}
.testimonial-text {
  padding: 10px 15px;
}
.testimonial-video {
  border: solid 1px #E9EEF2;
  border-radius: 10px;
  margin: 0 10px;
}
.testimonial-text {
  padding: 10px 15px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.testimonial-text span i {
  color: #7A8B94;
  font-size: 12px;
}
.testimonial-text span {
  display: flex;
  flex-direction: column;
}
button.slick-prev.slick-arrow {
  transform: rotate(180deg);
  right: 40px;
}
button.slick-arrow:hover {
  background-color: #E9EEF2;
}
button.slick-arrow:hover {
  background-color: #E9EEF2;
}
button.slick-arrow {
  border-radius: 10px;
  border: solid 1px #E9EEF2;
  font-size: 0;
  padding: 0;
  background-color: #fff;
  width: 33px;
  height: 33px;
  background-image: url("../images/right-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: -59px;
  z-index: 9;
}
a.view-all-btn {
  background: #fff !important;
  color: #3C4852;
  border: solid 1px #E9EEF2;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 31px;
  border-radius: 8px;
  margin: 0 90px 0 0;
  display: inline-block;
}
.testimonial-text em {
  display: flex;
  gap: 5px;
  color: #7A8B94;
  width: 100%;
  font-size: 12px;
}
section.meet-mentor-section.student-testimonial-section .event-section.testimonial-text {
  display: flex;
  align-items: center;
}
.testimonial-video center img {
  border-radius: 8px;
}
.testimonial-text a {
  padding: 0 15px;
  font-size: 12px;
  width: fit-content;
  line-height: 30px;
  text-transform: uppercase;
  color: #3C4852;
  margin: 10px 0 0 0;
}
section.student-say-section .container {
  border-bottom: solid 1px #E9EEF2;
  padding-bottom: 50px;
}
.first-text-testimonial {
  background-color: #F7F9FB !important;
  padding: 15px;
  display: flex;
  border-radius: 10px;
  flex-direction: row;
}
.testimoinal-group {
  display: flex;
  gap: 20px;
}
.testimoinal-group div p {
  font-size: 16px;
  margin: 0 0 20px 0;
}
.testimoinal-group center {
  flex: 0 0 150px;
}
.testimoinal-group span {
  display: flex;
  position: relative;
  flex-direction: column;
}
.testimoinal-group span i {
  color: #7A8B94;
  font-size: 12px;
}
.testimoinal-group span img {
  width: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.student-say-section button.slick-next.slick-arrow {
  right: auto;
  top: 80px;
  left: -355px;
}
.student-say-section button.slick-arrow {
  right: auto;
  top: 80px;
  left: -400px;
}
section.student-testimonial-section {
  background-color: transparent;
}
.pb-0 {
  padding-bottom: 0 !important;
}
section.have-question-section .container {
  background-color: #FEF5F1;
  padding: 40px;
  border-radius: 12px;
  position: relative;
}
.have-question-section .hero-main-btn {
  margin: 30px 0 0 0;
}
img.question-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
section.meet-mentor-section.student-testimonial-section {
  background-color: #F7F9FB;
}
.meet-mentor-section .testimonial-video {
  background-color: #fff;
  padding: 15px 15px;
}
.meet-mentor-section .testimonial-video center {
  background-image: url("../images/image-bg-image.jpg");
  border-radius: 10px;
}
.event-section.testimonial-text {
  display: flex;
  align-items: center;
}
.event-section.testimonial-text p {
  text-align: center;
  color: #7A8B94;
  margin: 0;
}
.post-slider-content .testimonial-video {
  display: flex;
  margin: 0 0 20px 0;
}
.post-slider-content .testimonial-video .event-section.testimonial-text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.post-slider-content .testimonial-video .event-section.testimonial-text a {
  margin: 0;
}
.latest-por-section .small-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.news-update-img {
  position: relative;
}
.news-update-img center:before {
  content: "";
  height: 100%;
  width: 100%;
  opacity: .9;
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7763480392156863) 31%, rgba(0, 0, 0, 0) 100%);
}
.news-update-img span {
  position: absolute;
  bottom: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  gap: 10px;
}
.news-update-img span i {
  background-color: #fff;
  width: max-content;
  padding: 3px 10px;
  font-size: 12px;
  font-family: 'AvertaStdBold';
  border-radius: 6px;
}
.news-update-img span b {
  font-size: 16px;
  color: #fff;
}
.news-update-img span em {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 12px;
}
section.recent-news-section.latest-por-section {
  background-color: #F7F9FB;
}
section.recent-news-section.latest-por-section .testimonial-video {
  display: flex;
  background-color: #fff;
}
section.recent-news-section.latest-por-section .testimonial-video .event-section.testimonial-text {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  justify-content: center;
}
section.recent-news-section.latest-por-section .testimonial-video p {
  text-align: left;
}
section.recent-news-section.latest-por-section .testimonial-video center {
  flex: 230px 0 0;
}
section.learner-support-section .container {
  background: rgb(254, 245, 241);
  background: linear-gradient(0deg, rgba(254, 245, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 40px 40px;
}
section.learner-support-section .container {
  background: rgb(254, 245, 241);
  background: linear-gradient(0deg, rgba(254, 245, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 40px 40px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
section.learner-support-section .container .small-heading {
  margin: 0;
}
.contact-numbers span {
  display: flex;
  flex-direction: column;
}
.contact-numbers span strong {
  font-size: 18px;
  background-color: #fff;
  padding: 0 30px;
  line-height: 46px;
  border-radius: 50px;
  border: #EE2C3C solid 1px;
  display: flex;
  justify-content: center;
  gap: 10px;
  box-shadow: 0px 6px 0px 0px #F8E3EC;
}
.contact-numbers span strong img {
  width: 18px;
}
.contact-numbers {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.contact-numbers span b {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-family: 'AvertaStdBold';
}
section.personal-app-info {
  background: var(--color-yellow-9040, #FDF2CD66);
}
.personal-app-content h2 {
  font-size: 32px;
  font-family: 'AvertaStdBold';
}
.personal-app-content ul {
  margin: 16px 0px 20px 0px;
}
.personal-app-content ul li {
  margin: 0 0 15px 0;
}
section.personal-app-info .container .row {
  display: flex;
  align-items: center;
}
section.telegram-sec.personal-app-info .container .row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
center.app-img {
  position: absolute;
  bottom: 0;
}
section.personal-app-info img.mobile-app {
  position: absolute;
  bottom: 0;
  right: 0;
}
section.personal-app-info img.mobile-app {
  position: absolute;
  bottom: -50px;
  right: 0;
}
section.personal-app-info .container {
  position: relative;
}
section.telegram-sec.personal-app-info {
  background-color: transparent;
}
section.telegram-sec.personal-app-info .container {
/*  background-color: #2894D133;*/
  background-color: #3ad12833;
  border-radius: 16px;
  padding: 50px 80px;
}
section.telegram-sec.personal-app-info .mobile-app {
  bottom: 0;
  left: 80px;
}
footer {
  background-color: #181D27;
  padding: 50px 0 30px 0;
}
.footer-menus ul {
  display: flex;
}
.footer-menus ul a {
  color: #F7F9FB;
  font-family: 'AvertaStdSemiBold';
}
.footer-menus ul li {
  padding: 0 8px;
  border-right: solid 1px #fff;
}
.footer-menus {
  display: flex;
  flex-direction: column;
  color: #F7F9FB;
  gap: 10px;
  border-top: solid 1px #535862;
  padding: 30px 0;
}
.footer-menus ul li:first-child {
  padding-left: 0;
}
.footer-cpyright {
  text-align: center;
  color: #fff;
  border-top: solid 1px #535862;
  padding: 30px 0 0 0;
}
.footer-cpyright i {
  color: #EE2C3C;
}
.footer-logo-content p {
    color: #F7F9FB;
    margin: 15px 0;
}
.footer-important-link b {
  font-size: 16px;
  color: #fff;
  padding: 0 0 10px 0;
  display: block;
}
.footerlink ul li {
  line-height: 26px;
}
.footerlink ul li a {
  color: #fff;
}
span.imp-link {
  display: flex;
  justify-content: space-between;
}
span.imp-link ul {
  flex: 1;
}
span.imp-link ul a {
  color: #F7F9FB;
}
span.contact-link li {
  display: flex;
  gap: 14px;
  color: #fff;
  align-items: center;
}
span.contact-link li {
  margin: 0 0 15px 0;
}
.footer-important-link {
  margin: 0 0 50px 0;
}
.footer-logo-content img {
  width: 150px;
}
.follow-us-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.watch-learn-content {
  display: flex;
  gap: 20px;
}
section.watch-learn-section {
  background: var(--color-grey-98, #F7F9FB);
}
.watchchannel-1 {
  border: 1px solid #E9EEF2;
  background-color: #fff;
  border-radius: 10px;
}
.watchchannel-1 span {
  padding: 4px 15px 14px 15px;
  display: block;
}
.watchchannel-1 span a {
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  background: var(--color-red-55, #EE2C3C);
  border-radius: 7px;
  text-transform: uppercase;
}
.watchchannel-1 span b {
  font-size: 16px;
}
.watchchannel-1 span p {
  color: #7A8B94;
}
.footer-logo-content span a img {
  width: 25px;
}
.footer-logo-content span a {
  display: inline-block;
  margin: 0 15px 0 0;
}
.student-testimonial-section .event-section.testimonial-text {
  display: flex;
  align-items: flex-start;
}

#sm_menu_ham {
  cursor: pointer;
  float: right;
  max-width: 100%;
  height: 25px;
  position: absolute;
  right: 5px;
  display: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 725px;
/*  top: 50px;*/
  left: 0;
  z-index: 999;
  margin: 0 auto;
}
.mmactive div#sm_menu_ham {
  z-index: 9999;
}
#sm_menu_ham span {
  background: #363F4A;
  border-radius: 10px;
  height: 2px;
  margin: 3px 0;
}
#sm_menu_ham span:nth-of-type(1) {
  width: 14px;
}
#sm_menu_ham span:nth-of-type(2) {
  width: 20px;
}
#sm_menu_ham span:nth-of-type(3) {
  width: 20px;
}
#sm_menu_ham input[type="checkbox"] {
  display: none;
}
#sm_menu_ham input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(4px, 0px)
}
#sm_menu_ham input[type="checkbox"]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg)
}
#sm_menu_ham input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(16px, -5px) rotatez(45deg);
}
.sub-center-div {
  background-color: #fff;
  box-shadow: 0px 16px 24px 0px #E9EEF23D;
  border-radius: 10px;
  padding: 30px 30px 0px 30px;
  position: relative;
  overflow: hidden;
}
.sub-menu {
  position: absolute;
  top: 22px;
  width: 100%;
  left: 0;
  z-index: 9;
  padding: 30px 0 0 0;
  display: none;
}
.sub-sub-menu {
  position: absolute;
  display: none;
  right: 0;
  width: calc(100% - 250px);
  top: 20px;
  border-left: solid 1px #E9EEF2;
  background-color: #fff;
  padding: 0 30px 0 20px;
  height: calc(100% - 75px);
  overflow-y: auto;
}
.sub-center-div > ul li em {
  display: flex;
  line-height: 38px;
  padding: 0 20px;
  text-align: left;
  font-size: 16px;
  background: #fff;
  color: #3C4852;
  border: solid 1px #E9EEF2;
  border-radius: 5px;
  width: 200px;
  align-items: center;
  cursor: pointer;
  margin: 0 0 10px 0;
  justify-content: space-between;
}
.sub-center-div > ul > li:first-child .sub-sub-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0px;
  align-content: flex-start;
}
.sub-center-div > ul:hover > li:first-child .sub-sub-menu {
  display: none;
}
.sub-center-div li:hover em + .sub-sub-menu {
  display: flex !important;
  flex-wrap: wrap;
  gap: 15px 0px;
  background-color: #fff;
  align-content: flex-start;
}
.sub-sub-menu li b {
  font-family: 'AvertaStdBold';
  font-size: 16px;
  margin: 0 0 10px 0;
  display: block;
}
.sub-sub-menu ul {
  width: 25%;
}
.sub-sub-menu ul li {
  margin: 0 0 5px 0;
}
.sub-center-div > ul {
  min-height: 250px;
}
.sub-center-div span {
  display: flex;
  border: solid #E9EEF2 1px;
  background: var(--color-grey-98, #F7F9FB);
  margin: 0 -30px;
  justify-content: flex-end;
  border-radius: 5px 5px 0 0;
  gap: 10px;
  padding: 10px 15px;
}
.sub-center-div span a:hover {
  background-color: #F7F9FB !important;
}
.sub-menu .sub-center-div span a {
  background: #fff;
  color: #3C4852 !important;
  border: solid 1px #E9EEF2;
  display: inline-block;
  line-height: 32px;
  padding: 0 10px;
  text-align: center;
  font-family: 'AvertaStdBold';
  border-radius: 5px;
  font-size: 12px;
  text-transform: capitalize;
  background-color: #fff;
  letter-spacing: 0;
}
.sub-center-div > ul li:hover em {
  background: #F7F9FB;
  border: 1px solid #3C4852;
}
.sub-sub-menu ul li a {
  padding: 0;
  color: #7A8B94;
}
.sub-sub-menu ul li a:hover {
  color: #3C4852;
}
ul.main-menu > li:hover .sub-menu {
  display: block;
  z-index: 99;
}
.sub-menu:before {
  content: "";
  position: fixed;
  width: 100%;
  background-color: #000;
  height: 100%;
  left: 0;
  pointer-events: none;
  opacity: 0.7;
}
/*.sm_menu_outer:before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  opacity: .05;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7875525210084033) 100%);
  pointer-events: none;
}*/
.mmactive .open {
  position: absolute !important;
  top: 10px !important;
  right: 25px !important;
  left: auto !important;
  width: 35px !important;
  margin: 0 !important;
}
.sm_menu_outer .mobile_menu li.menu-header {
  padding: 5px 10px;
  border-bottom: 1px solid #E9EEF2;
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 8px 16px 0px #E9EEF299;
  z-index: 99999;
}
.sm_menu_outer .mobile_menu li.menu-header img {
  height: 39px;
}
/********************Courses Page Css Start**************/
/* Create three equal columns that floats next to each other */
.course-list-one {
  display: none !important;
}
/* The "show" class is added to the filtered elements */
.show {
  display: block;
}
.mt-0 {
  margin-top: 0;
}
section.have-question-section .small-heading {
    margin: 0;
    width: 660px;
    max-width: 100%;
}
section.access-batches.have-question-section .container img, section.need-know-section.have-question-section img.question-img, section.live-demo-section.have-question-section img.question-img {
  top: 0;
  margin: 0;
  right: 50px;
  position: static;
  float: none;
  margin-left: auto;
}
section.access-batches.have-question-section .container, section.live-demo-section.have-question-section .container, section.need-know-section.have-question-section .container {
  box-shadow: 0px 16px 32px 0px #E9EEF266;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.student-testimonial-section .event-section.testimonial-text p {
  text-align: left;
  /* min-height: 60px; */
}

/*.course-input-form {
  background-color: #fff;
  box-shadow: 0px 16px 32px 4px #E9EEF240;
  border: 1px solid #E9EEF2;
  text-align: center;
  margin: 0 30px;
  position: relative;
  padding: 25px 20px 20px 20px;
  border-radius: 15px;
}*/

.course-input-form {
  background-color: #fff;
  box-shadow: 0px 16px 32px 4px #E9EEF240;
  border: 1px solid #E9EEF2;
  text-align: center;
  margin: 0 30px;
  position: relative;
  padding: 25px 20px 20px 20px;
  border-radius: 15px;
  z-index: 3;
}

.input-group .input-form textarea {
  min-height: 100px;
}
.input-group .input-form input, .input-group .input-form select, .input-group .input-form textarea {
  background-color: #fff;
  border: 1px solid #E9EEF2;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 0 15px;
  color: #7A8B94;
}
.input-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}
.course-input-form h5 {
  font-size: 25px;
  font-family: 'AvertaStdBold';
  letter-spacing: -0.48px;
  margin: 0 0 20px 0;
}
button.primary-btn {
  line-height: 40px;
  border: 0;
}
.form-sec img.opc-img {
  position: absolute;
  top: 0;
  right: 0;
}
.form-sec img.round-small.opc-img {
  top: auto;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.discover-our-course-section .small-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.discover-our-course-section .discover-tab button {
  display: inline-block;
  line-height: 38px;
  padding: 0 20px;
  text-align: center;
  background: #fff !important;
  color: #3C4852;
  border: solid 1px #E9EEF2;
  font-size: 15px;
  border-radius: 40px;
}
section.discover-our-course-section .discover-tab button.active {
  border-color: #3C4852;
}
section.discover-our-course-section .discover-tab button:hover {
  border-color: #3C4852;
}
.discover-tab {
  gap: 10px;
  display: flex;
}
.course-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.course-filter-tabs .course-list-one {
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px #E9EEF266;
  padding: 10px;
  flex: 0 calc(50% - 10px);
  gap: 15px;
  border-radius: 10px;
}
.recent-news-slider .course-list-one {
  border: solid 1px #E9EEF2;
}
.course-list-one.show {
  display: flex !important;
  align-items: center;
  /* border: solid 1px #E9EEF2; */
}
.course-filter-tabs .course-list-one center {
  position: relative;
  height: 190px;
  min-width: 200px;
}
.course-filter-tabs .course-list-one center img {
  max-height: 100%;
}
.course-filter-tabs .course-list-one center em {
  position: absolute;
  top: 10px;
  border: 1px solid var(--color-red-63, #EB5757);
  background: var(--color-grey-96, #FCF0F1);
  padding: 3px 5px;
  border-radius: 5px;
  left: 10px;
  color: #EE2C3C;
  font-size: 12px;
}
.couses-content {
  display: flex;
  flex-direction: column;
}
.couses-content b, .couses-content h3 {
  font-size: 16px;
  margin: 5px 0;
}
.cource-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 5px 0 10px 0;
}
.cource-info em {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  flex-wrap: wrap;
}
.cource-info em:first-child {
  flex: 0 100%;
}
.price-sec {
  border-top: solid 1px #E9EEF2;
  padding: 10px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-course i {
  flex: 0 100%;
  color: #7A8B94;
  text-decoration: line-through;
}
.price-course {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.price-course strong {
  font-size: 20px;
  font-family: 'AvertaStdBold';
}
.price-course em {
  font-size: 12px;
  margin: 0 0 0 5px;
  font-family: 'AvertaStdBold';
}
.price-sec a {
  padding: 0;
  line-height: 40px;
}
a.primary-btn:hover {
  color: #fff;
}
.search-and-join a:hover, a.primary-btn:hover {
  background: linear-gradient(0deg, #364049 0%, #364049 100%);
  color: #fff;
}
a.primary-btn:active {
  /* box-shadow: 0 0 20px 0px inset #00000085; */
  color: #fff;
  outline: none;
}
a.primary-btn:focus {
  /* box-shadow: 0 0 5px 0px inset #00000085; */
  color: #fff;
  outline: none;
}
a.primary-btn.border-btn:focus, a.primary-btn.border-btn:active {
  color: #000;
}
section.live-demo-section.have-question-section .container img.question-img {
  width: 430px;
  max-width: 100%;
}
section.live-demo-section.have-question-section .container {
  background-color: #FFF1DE;
  padding-top: 0;
  padding-bottom: 0;
}
.online-test .card, .faq-section .card {
  background-color: #fff;
  margin: 0 0 15px 0;
  border-radius: 10px;
  padding: 0 0 15px 0;
  border: solid 1px #E9EEF2;
}
.online-test .card a, .faq-section .card a {
  color: #3C4852;
  display: block;
  text-align: left;
  position: relative;
  padding-right: 30px;
  padding: 15px 30px 0px 15px;
  white-space: normal;
  word-break: break-all;
}
.online-test .card a:before, .faq-section .card a:before {
  content: "";
  background-image: url("../images/menu-down-arrow.svg");
  position: absolute;
  right: 20px;
  top: 20px;
  width: 10px;
  background-repeat: no-repeat;
  height: 10px;
  margin: auto;
  background-position: center;
  transition: .2s;
  transform: rotate(180deg);
}
.btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.collapsed.btn:before {
  transform: rotate(0deg);
}
.card-body {
  padding: 5px 15px 0 15px;
}
section.live-demo-section.have-question-section p {
  color: #3C4852;
}
.info-tabs {
  display: flex;
}
.info-tabs ul {
  display: flex;
  flex-direction: column;
  flex: 0 280px;
  border: 0;
}
.info-tabs ul li a {
  background-color: #fff;
  border: solid 1px #E9EEF2 !important;
  line-height: 48px;
  display: flex;
  padding: 0 15px;
  align-items: center;
  background-image: url("../images/right-arrow.svg");
  gap: 25px;
  border-bottom: 0 !important;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 8px;
}
.info-tabs ul li {
  margin: 0;
}
.info-tabs ul li:first-child a {
  border-radius: 10px 10px 0 0;
}
.info-tabs ul li:last-child a {
  border-radius: 0 0 10px 10px;
  border-bottom: solid 1px #E9EEF2 !important;
}
.info-tabs ul li.active a, .info-tabs ul li a:hover {
  background-color: #E9EEF2;
  outline: none;
}
.info-tabs ul li a:focus {
  background-color: #E9EEF2 !important;
}
.info-tabs .tab-content {
  border: 1px solid #E9EEF2;
  padding: 20px 20px;
  border-radius: 8px;
  background-color: #fff;
  flex: 0 calc(100% - 280px);
}
.info-tabs {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.about-clat-tab-content p {
  font-size: 16px;
  margin: 0 0 5px 0;
}
/*.about-clat-tab-content ul li {
  margin: 10px 0 0 0;
  display: flex;
  color: #7A8B94;
  gap: 5px;
}
.about-clat-tab-content ul li b {
  color: #3C4852;
}*/
hr.cep-border {
  margin-top: 50px;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #E9EEF2;
}
.select-goal-section a:hover, a.border-btn:hover {
  color: #000;
  background-color: #F7F9FB !important;
}
.inner-page div#sm_menu_ham {
  top: 18px;
}
section.hero-section.form-hero-section .row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
ul.center-locations li:hover {
  border-color: #3C4852;
}
ul.center-locations li {
  border: 1px solid #E9EEF2;
  display: flex;
  gap: 15px;
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 8px;
}
ul.center-locations li span {
  display: flex;
  flex-direction: column;
}
ul.center-locations li span b {
  font-size: 16px;
}
ul.center-locations li span i {
  font-size: 12px;
}
.offline-center-section .offline-class-map ul.center-locations li span i {
  font-size: 16px;
}
.offline-center-section .offline-class-map ul.center-locations li span b {
  font-size: 12px;
}
ul.center-locations li {
  min-width: calc(16.6666% - 15px);
}
ul.center-locations {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
/*****Course Detail************/
.detail-face-content {
  background-color: #FFEFEA;
  padding: 40px 0;
}
.detail-face-content .row {
  display: flex;
  flex-direction: row-reverse;
}
.course-name h5 {
  font-size: 48px;
  font-family: 'AvertaStdBold';
  letter-spacing: -0.48px;
}
.course-name p {
  font-size: 16px;
  color: #3C4852;
  margin-bottom: 20px;
}
.course-name {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
em.best-seller-btn {
  background-color: #FFF1DE;
  border: 1px solid #FFD08F;
  border-radius: 32px;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
}
.rating {
  display: flex;
  gap: 15px;
  align-items: center;
}
span.rating-section {
  display: flex;
  align-items: center;
  gap: 5px;
}
span.rating-section i {
  display: flex;
}
.rating span {
  display: flex;
  gap: 5px;
}
.course-owner span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.course-owner center img {
  border: solid 3px #fff;
  border-radius: 50%;
  height: 36px;
}
.course-owner center {
  border: solid 1px #EB5757;
  border-radius: 50%;
}
.course-owner span b {
  font-size: 16px;
}
.course-owner em {
  display: flex;
  gap: 10px;
}
.course-owner em i {
  display: flex;
  gap: 5px;
}
.course-owner span {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0 15px 0;
}
.course-video-section.stop-scroll {
  position: fixed;
  top: 10px;
}
.course-video-section {
  position: absolute;
  box-shadow: 0px 16px 32px 0px #E9EEF266;
  background-color: #fff;
  padding: 15px;
  width: 384px;
  border-radius: 10px;
  border: 1px solid #E9EEF2;
  z-index: 9;
}
.course-video-price-section center {
  position: relative;
  height: 200px;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.course-video-price-section center img {
  border-radius: 8px;
}
.course-video-price-section center em {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 52px;
  width: 52px;
  cursor: pointer;
}
.course-price-offer span.free-course, .course-price-offer strong {
  top: 10px;
  border: 1px solid var(--color-red-63, #EB5757);
  background: var(--color-grey-96, #FCF0F1);
  padding: 3px 5px;
  border-radius: 5px;
  left: 10px;
  color: #EE2C3C;
  font-size: 12px;
  font-weight: b;
}
.course-price-offer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 10px 0;
  border-bottom: solid 1px #E9EEF2;
}
.course-price-offer span b {
  font-size: 24px;
  font-family: 'AvertaStdBold';
  display: flex;
  gap: 5px;
  align-items: center;
}
.course-price-offer span b i {
  font-size: 14px;
  color: #7A8B94;
  text-decoration: line-through;
}
.course-price-offer span em {
  color: #3C4852;
  font-size: 12px;
}
.course-price-offer span {
  display: flex;
  gap: 10px;
  align-items: center;
}

.course-included ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0 20px 0;
  border-bottom: solid 1px #E9EEF2;
  margin: 0 0 15px 0;
}

.course-included {
  padding: 15px 10px 0 10px;
}
.course-included b {
  font-size: 16px;
}
.course-video-section .hero-main-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: space-between;
}
.course-video-section .hero-main-btn a {
  width: 100%;
}
.batch-detail-content h5,.batch-detail-content h2 {
  font-size: 24px;
  margin: 0 0 10px 0;
}
.batch-detail-content ul li {
    margin: 0 0 10px 0;
    display: flex;
    gap: 5px;
    color: #3C4852;
}
.editorContent ul li strong {
    font-size: 14px;
}
.write-short-heading > b {
  font-size: 16px;
  margin: 0 0 10px 0;
  display: block;
}
.batch-detail-content {
  margin: 40px 0;
}
.write-short-heading ul.moc-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.write-short-heading ul.moc-list li {
  display: flex;
  flex-grow: inherit;
}
.write-short-heading ul.moc-list li a {
  margin: 0;
  line-height: 32px;
}
.write-short-heading {
  margin: 0 0 40px 0;
}
.course-over-view .nav-tabs {
  border-color: #E9EEF2;
}
.course-over-view .nav-tabs li.active a {
  border: 0;
  color: #3C4852;
  margin: 0;
  position: relative;
  background-color: transparent;
}
.course-over-view .nav-tabs li a {
  padding: 0 10px;
  color: #7A8B94;
  min-width: auto;
  border: 0;
  text-align: center;
  line-height: 50px;
  margin: 0;
}
.course-over-view .nav-tabs li a h2 {
  font-size: 14px;
}
.course-over-view .nav-tabs li.active a:before {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #3C4852;
  border-radius: 3px 3px 0 0;
  left: 0;
  rotate: 0;
}
.over-view-content h5 {
  font-size: 20px;
  margin: 0 0 10px 0;
  display: block;
  font-family: 'AvertaStdBold';
}
.over-view-content {
  margin: 20px 0;
}
.over-view-content strong {
  font-size: 16px;
  margin: 0 0 10px 0;
  display: block;
}
.over-view-content span {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.over-view-content span ul {
  min-width: calc(50% - 10px);
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.over-view-content span ul li {
  gap: 10px;
  display: flex;
}
.online-test .card a {
  padding: 15px 30px 15px 15px;
  background-color: #F7F9FB;
  font-size: 18px;
}
.online-test h5 {
  font-size: 20px;
  margin: 0 0 25px 0;
  display: block;
  font-family: 'AvertaStdBold';
}
.online-test {
  margin: 25px 0 0 0;
}
.test-video-test span ul {
  display: flex;
  color: #7A8B94;
  gap: 10px;
  margin: 0 0 0 30px;
}
.test-video-test span strong {
  display: flex;
  gap: 10px;
}
.test-video-test span {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.test-video-test {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}
.test-video-test span strong img {
  width: 20px;
}
.test-video-test span strong {
  display: flex;
  gap: 6px;
}
.online-test .card .test-video-test a:before {
  display: none;
}
.online-test .card .test-video-test a {
    background-color: transparent;
    border: solid 1px #E9EEF2;
    border-radius: 8px;
    padding: 0 10px;
    gap: 8px;
    line-height: 40px;
    display: flex;
    font-size: 16px;
    align-items: center;
    min-width: 100px;
    justify-content: center;
}
.online-test .card {
  padding: 0;
}
.pt-20 {
  padding-top: 20px;
}
.pt-0 {
  padding-top: 0px !important;
}
.subject-matter-expert-section .testimonial-video center {
  background-image: url("../images/image-bg-image.jpg");
  border-radius: 10px;
  border: solid 3px #FCB5B5;
  flex: 0 300px;
}
.subject-matter-slider-inner {
  display: flex;
  gap: 10px;
  padding: 15px 15px;
  background-color: #fff;
  align-items: center;
  border-radius: 15px;
}
.subject-matter-expert-section .testimonial-video {
  margin: 0;
}
.subject-matter-slider-inner .expert-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.subject-matter-slider-inner .expert-content i, .subject-matter-slider-inner .expert-content p {
  color: #7A8B94;
}
.subject-matter-slider-inner .expert-content b {
  font-size: 18px;
}
.subject-matter-slider-inner .expert-content p {
  margin: 10px 0 0 0;
}
.related-courses-section .course-list-one {
    background-color: #fff;
    box-shadow: 0px 16px 32px 0px #E9EEF266;
    padding: 10px 15px;
    flex: 0 calc(50% - 10px);
    display: flex;
    gap: 15px;
    align-items: center;
    border: 1px solid #E9EEF2;
    border-radius: 10px;
    margin-bottom: 12px;
    min-height: 220px;
    margin-top: 12px;
}
.related-courses-section .course-list-one center {
  position: relative;
}
.related-courses-section .course-list-one center em {
  position: absolute;
  top: 10px;
  border: 1px solid var(--color-red-63, #EB5757);
  background: var(--color-grey-96, #FCF0F1);
  padding: 3px 5px;
  border-radius: 5px;
  left: 10px;
  color: #EE2C3C;
  font-size: 12px;
}
section.access-batches.have-question-section .small-heading h2 {
  font-size: 48px;
  margin-bottom: 10px;
  line-height: 55px;
}
section.access-batches.have-question-section .small-heading p {
  font-size: 16px;
  color: #3C4852;
  margin-bottom: 20px;
  background-color: transparent;
}
.input-number input {
  width: 100%;
  border: 1px solid #3C4852;
  line-height: 48px;
  padding: 0 15px;
  border-radius: 6px;
  font-size: 15px;
}
.input-number {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.input-number i {
  color: #7A8B94;
}
section.access-batches.have-question-section .container {
  background-color: #FCF0F1;
}
.bg-none {
  background-color: transparent !important;
}
.moc-test-img {
  padding: 10px;
  box-shadow: 0px 8px 16px 0px #E9EEF299;
  border-radius: 10px;
}
.pt-50 {
  padding-top: 50px;
}
.price-course .free-course {
  color: #55B984;
  font-size: 24px;
}
.no-border {
  border: 0 !important;
}
.faq-bg {
  background-color: #F7F9FB;
}
span.star-rating {
  display: flex;
  gap: 3px;
}
.clat-study .small-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.clat-study {
  background-color: #F7F9FB;
}
.clat-study button.slick-arrow {
  right: auto;
  top: 110px;
  left: -390px;
}
.clat-study button.slick-next.slick-arrow {
  right: auto;
  top: 110px;
  left: -345px;
}
section.clat-study .course-list-one.show {
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #E9EEF2;
}
section.clat-study .couses-content {
  width: calc(100% - 100px);
}
a.watch-video-btn {
  border: 1px solid var(--color-red-63, #EB5757);
  background: #FCB5B533;
  border-radius: 40px;
  font-size: 16px;
  padding: 10px 15px;
  display: inline-block;
  margin: 30px 0 0 0;
  color: #BE2A44;
}
.offline-class-location ul.center-locations li {
  padding: 0;
  overflow: hidden;
  flex: 0 calc(20% - 15px);
}
.offline-class-location ul.center-locations li a {
  padding: 10px;
  margin: 0;
  width: 100%;
  display: flex;
  gap: 10px;
}
.offline-class-location ul.center-locations li.active a {
  border: 0;
}
.offline-class-location span i {
  font-size: 12px;
}
.offline-class-location li span b {
  font-size: 16px;
}
.offline-class-location li span {
  display: flex;
  flex-direction: column;
}
.offline-class-location li a {
  border: 1px solid #E9EEF2;
  display: flex;
  gap: 15px;
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 8px;
}
.offline-class-location li {
  margin: 5px;
  width: calc(20% - 10px);
  float: none;
}
.offline-class-location ul {
  display: flex;
  flex-wrap: wrap;
}
.offline-class-location li.active a {
  border: solid 1px #3C4852;
}
.course-over-view .nav-tabs > li > a:hover {
  border-color: #3C4852;
  background-color: transparent;
  border: 0 !important;
}
.offline-class-location .nav-tabs > li.active > a, .offline-class-location .nav-tabs > li.active > a:focus, .offline-class-location .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #3C4852 !important;
  border-bottom-color: transparent;
}
.offline-center-detail {
  background-color: #fff;
  border: 1px solid #E9EEF2;
  border-radius: 10px;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
}
.offline-center-detail ul li {
  display: flex;
  gap: 10px;
}
.offline-center-detail ul li i {
  flex: 0 20px;
  min-width: 20px;
}
.offline-center-detail strong, .offline-center-detail h3 {
  font-size: 20px;
  margin: 10px 0 10px 0;
  line-height: normal;
  display: block;
}
.center-location-detail h5 {
  font-size: 24px;
  font-family: 'AvertaStdBold';
  padding: 40px 0 20px 0;
}
.offline-class-map ul.center-locations li a {
  border: 1px solid #E9EEF2;
  display: flex;
  gap: 15px;
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 8px;
  width: 100%;
}
.offline-class-map ul.center-locations li {
  padding: 0;
  border: 0;
  min-width: calc(20% - 15px);
  flex: 1;
}
.offline-class-map ul.center-locations li.active, .offline-class-map ul.center-locations li:hover a {
  border: #3C4852 solid 1px;
}
.offline-center-detail ul li a {
  margin-top: 15px;
}
ul.center-counts li {
  display: flex;
  flex-direction: column;
}
ul.center-counts {
  display: flex;
  gap: 15px;
  padding: 0 0 15px 0;
}
ul.center-counts li b {
  color: #3C4852;
  font-size: 24px;
  font-weight: normal;
  font-family: 'AvertaStdBold';
}
ul.center-counts li i {
  color: #7A8B94;
}
section.book-call-request .container {
  position: relative;
  border-radius: 10px;
  background-color: #FCF0F1;
  overflow: hidden;
}
section.book-call-request img.opc-img {
  z-index: 0 !important;
}
.book-call-request .row {
  padding-top: 40px;
  padding-bottom: 40px;
}
.request-profile-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.request-profile-section h5 {
  font-size: 34px;
  font-family: 'AvertaStdBold';
}
.request-profile-section ul li {
  gap: 10px;
  display: flex;
}
.request-profile-section ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.book-call-request .form-sec {
  display: flex;
  height: 100%;
  align-items: center;
}
.book-call-request .course-input-form {
  margin: 0;
}
.book-call-request .form-sec {
  padding: 0 60px;
}
.center-detail-course .course-filter-tabs {
  padding: 0 10px;
}
a.red-btn:hover{background: linear-gradient(0deg, #364049 0%, #364049 100%);
    color: #fff;}
a.red-btn {
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  background: var(--color-red-55, #EE2C3C);
  border-radius: 7px;
  text-transform: uppercase;
}
.p-0 {
  padding: 0 !important;
}
section.center-detail-course.recent-news-section.latest-por-section {
  background-color: transparent;
}
section.why-law-section .why-law-mid-div {
  background-color: #FCF1F5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 180px;
  padding: 0 50px;
  border-radius: 10px;
  overflow: hidden;
}
section.why-law-section .why-law-mid-div img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  pointer-events: none;
}
section.why-law-section .small-heading, section.why-law-section a {
  position: relative;
  z-index: 9;
}
section.why-law-section .why-law-mid-div .small-heading p {
  color: #3C4852;
  margin: 0;
}
section.why-law-section .small-heading, section.why-law-section a {
  position: relative;
  z-index: 9;
  margin: 0;
}
section.policy-section {
  background: rgb(252, 241, 245);
  background: linear-gradient(0deg, rgba(252, 241, 245, 1) 0%, rgba(252, 241, 245, 0) 100%);
}

.input-form label.error, .input-number label.error {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  width: 100%;
  text-align: left;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0 0 4px 4px;
}
.input-group .input-form input.error, .input-number input.error {
  border-color: #f5c2c7;
  border-radius: 5px 5px 0 0px;
}
.first-policy span b,.first-policy span h2 {
  font-size: 20px;
  font-family: 'AvertaStdBold';
}
.first-policy span p {
  margin: 5px 0 0 0;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
section.visit-center-section .container.visit-section {
  background-color: #FFF1DE;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
}
.visit-center-contents i {
  color: #E79422;
  display: flex;
  gap: 5px;
  font-family: 'AvertaStdBold';
}
.visit-center-contents h5 {
  font-size: 34px;
  font-family: 'AvertaStdBold';
  margin-bottom: 10px;
}
.visit-center-contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  justify-content: center;
}
.visit-center-contents ul li {
  margin: 0 0 12px 0;
  display: flex;
  gap: 5px;
  font-size: 15px;
}
.container.visit-section .row {
  min-height: 100%;
  display: flex;
}
.avail-scholorships-section h5 {
  font-size: 30px;
  margin: 0 0 10px 0;
}
.avail-scholorships-section .small-heading {
  margin: 0;
}
.avail-scholorships-section .small-heading ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.avail-scholorships-section .small-heading ul li {
  background-color: transparent;
  border: solid 1px #E9EEF2;
  border-radius: 8px;
  padding: 10px 10px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.avail-scholorships-section .small-heading ul li p {
  color: #3C4852;
}
em.user-rounded {
  color: #E09767;
  margin: 20px 0;
  display: flex;
  gap: 5px;
}
.avail-scholorships-section .small-heading > p {
  margin: 0 0 15px 0;
}
.container.avail-scholorship .row {
  display: flex;
  align-items: center;
  padding: 20px 0 0 0;
}
section.why-choose-section.partner-section {
  background-color: #F7F9FB;
}
.why-choose-section.partner-section ul li {
  padding: 15px 15px 15px 55px;
  background-color: #fff;
}
a.navigate {
  background-color: #F0F4F7;
  border: solid 1px #ECEBEB;
  display: flex;
  width: max-content;
  line-height: 30px;
  border-radius: 30px;
  padding: 0 15px;
  gap: 5px;
}
em.lerner-visited {
  display: flex;
  align-items: center;
  gap: 6px;
}
section.need-know-more-section .container {
  background-color: #FFEED7 !important;
}
section.need-know-more-section .small-heading p {
  color: #3C4852;
}
.free-resourse-section .small-heading h1 {
  font-size: 32px;
  margin: 0 0 15px 0;
}
.free-resourse-section .small-heading p {
  color: #3C4852
}
.free-resourse-section .small-heading {
  margin-bottom: 0;
}
.bg-color-none {
  background: unset !important;
}
section.free-resaouse-items-section .first-policy center {
  width: 70px;
  height: 70px;
}
section.free-resaouse-items-section .first-policy {
  padding: 20px 0;
}
section.free-resaouse-items-section .first-policy center img {
  width: 30px;
}
.our-moc .testimonial-video {
  border: solid 1px #E9EEF2;
  border-radius: 10px;
  margin: 0 10px;
  background-color: #fff;
}
.our-moc .testimonial-video center img {
  border-radius: 8px;
  width: 100%;
}
.our-moc .event-section.testimonial-text {
  display: flex;
  gap: 5px;
  align-items: flex-start;
}
.our-moc .event-section.testimonial-text p {
  text-align: left;
}
.heading-inner {
  display: flex;
  margin: 0 0 20px 0;
  align-items: center;
  justify-content: space-between;
}
.heading-inner h2 {
  font-size: 20px;
  font-family: 'AvertaStdBold';
  line-height: normal;
}
.search-input-section {
  line-height: 40px;
  border: solid 1px #E9EEF2;
  border-radius: 10px;
  padding: 0 15px 0 45px;
  position: relative;
  width: 300px;
  max-width: 100%;
}
.search-input-section input {
  border: 0;
  width: 100%;
}
.search-input-section img {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.filter-main-div {
  border: solid 1px #E9EEF2;
  padding: 13px;
  border-radius: 8px;
  margin: 0 0 15px 0;
  background-color: #fff;
}
.filter-date-section {
  border: solid 1px #E9EEF2;
  line-height: 40px;
  border-radius: 7px;
  display: flex;
  background-color: #fff;
  padding: 0 15px;
  align-items: center;
}
.filter-date-section input {
  border: 0;
  padding: 0 10px;
  width: 100%;
}
.filter-date-section svg {
  width: 20px;
  height: 20px;
}
.filter-main-div li a {
  border: solid 1px #E9EEF2;
  line-height: 40px;
  border-radius: 7px;
  background-color: #fff;
  padding: 0 15px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.filter-main-div li.active a, .filter-main-div li:hover a {
  border-color: #3C4852;
}
.filter-main-div ul {
  display: flex;
  flex-direction: column;
  max-height: 250px;
  gap: 10px;
  overflow-y: auto;
}
::-webkit-scrollbar {
  width: 5px;
}
/* Track */ ::-webkit-scrollbar-track {
  background: #ddd;
}
/* Handle */ ::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */ ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.free_resoursee_p_tag  p{
	font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-direction: row;
    align-items: center
}

.filter-section-div ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.filter-section-div ul li {
  display: flex;
  flex-direction: column;
  width: calc(25% - 12px);
}
.filter-section-div ul li a {
  padding: 15px;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  border: solid 1px #E9EEF2;
  border-radius: 8px;
  flex-direction: column;
  gap: 8px;
}
.filter-section-div ul li a h3, .filter-section-div ul li a b {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-direction: row;
  align-items: center;
}
.filter-section-div ul li a i {
  color: #7A8B94;
}
.ad-banner {
  margin: 15px 0 0 0;
}
.current-affairs-section .primary-btn {
  display: flex;
  gap: 5px;
  align-items: center;
}
.current-affairs-section .hero-main-btn {
  margin: 0 0 20px 0;
}
.breef-text strong {
  font-size: 18px;
  font-family: 'AvertaStdBold';
  margin: 0 0 10px 0;
  display: block;
}
.breef-text p {
  margin: 0 0 20px 0;
}
.breef-text li i {
  min-width: 20px;
}
.breef-text li {
  display: flex;
  gap: 10px;
  margin: 0 0 15px 0;
}
.breef-text {
  margin: 0 0 25px 0;
}
.right-list-section {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.right-list-section ul {
  background-color: #fff;
  border: solid 1px #E9EEF2;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 5px 0 10px 0;
}
.right-list-section ul li {
    display: flex;
    gap: 10px;
    padding: 10px 20px;
    align-items: start;
}
.right-list-section ul li span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.right-list-section ul li span i {
  display: flex;
  gap: 5px;
  color: #7A8B94;
  align-items: center;
  font-size: 12px;
}
.right-list-section ul li span i img {
  width: 14px;
}
.right-list-section ul li center {
  flex: 0 35px;
  padding-top:5px;
}
.right-list-section ul li > b {
  font-size: 20px;
  font-family: 'AvertaStdBold';
}
.right-list-section ul li:first-child {
  padding-bottom: 0;
}
.left-filer-section .course-input-form {
  margin: 0;
  border-radius: 8px;
  padding: 25px 15px 15px 15px;
}
.left-filer-section .course-input-form h5 {
  font-size: 19px;
  margin: 0 0 15px 0;
}
.video-one center i {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 53px;
  width: 53px;
}
.video-one {
  border: solid 1px #E9EEF2;
  border-radius: 10px;
}
.video-one span p {
  padding: 10px 15px 0 15px;
  font-size: 13px;
}
.video-one {
  border: solid 1px #E9EEF2;
  border-radius: 10px;
  margin: 0 0 20px 0;
  background-color: #fff;
}
.filter-section-div ul.free-dnwload-pdf li {
  padding: 10px 15px;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  border: solid 1px #E9EEF2;
  border-radius: 8px;
  flex-direction: column;
  gap: 10px;
  width: calc(33.33333% - 12px);
}
.filter-section-div ul.free-dnwload-pdf li a {
  padding: 0;
  display: flex;
  border: 0;
  flex-direction: row;
  color: red;
  gap: 5px;
  align-items: center;
}
.faq-tab li a {
  display: inline-block;
  line-height: 38px;
  padding: 0 20px;
  text-align: center;
  background: #fff !important;
  color: #3C4852;
  border: solid 1px #E9EEF2;
  font-size: 15px;
  border-radius: 40px;
}
.faq-tab li.active a {
  border-color: #3C4852;
}
ul.faq-tab {
  display: flex;
  gap: 10px;
  margin: 0 0 20px 0;
}


.affairs-quizz.filter-section-div ul li {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333% - 12px);
}
.affairs-quizz.filter-section-div ul li em {
  display: flex;
  gap: 10px;
}
.affairs-quizz.filter-section-div ul li em i {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.affairs-details-quiz.filter-section-div ul li {
  display: flex;
  flex-direction: column;
  width: calc(24.3333333% - 12px);
}



.award-section .testimonial-video {
  height: auto;
}
.about-text i {
  color: #7A8B94;
}
.about-text h5 {
  font-size: 35px;
  font-family: 'AvertaStdSemiBold';
  padding: 10px 0;
}
.about-text p {
  font-size: 16px;
  margin: 0 0 20px 0;
}
.about-text span strong {
  font-size: 20px;
}
.about-text span ul li b {
  font-size: 32px;
  color: #EE2C3C;
}
.about-text ul li p {
  margin: 0;
  color: #7A8B94;
  line-height: normal;
  font-size: 14px;
}
.about-text ul li {
  display: flex;
  flex-direction: column;
}
.about-text ul {
  display: flex;
}
.about-text ul {
  display: flex;
  margin: 10px 0 20px 0;
}
.about-text {
  padding: 0 0 0 30px;
}
.mission-vission-section .small-heading h5, .mission-vission-section .small-heading p {
  text-align: center;
  display: flex;
  justify-content: center;
}
.mision-text {
  display: flex;
  border: solid 1px #E9EEF2;
  padding: 18px 25px;
  border-radius: 8px;
  gap: 20px;
  background-color: #fff;

}

.about-mission-text {
  height: 172px; 
}


.mision-text center {
  min-width: 56px;
}
.mision-text span b {
  font-size: 20px;
  font-family: 'AvertaStdBold';
}
.mision-text span p {
  font-size: 14px;
  margin: 5px 0 0 0;
  color: #3C4852;
}
section.mission-vission-section:before {
  content: "";
  background-color: #FCF0F1;
  height: 45%;
  width: 100%;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
section.mission-vission-section {
  position: relative;
}
section.award-section .testimonial-video {
  padding: 30px 0 10px 0;
  gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.award-section.student-testimonial-section .event-section.testimonial-text {
  display: flex;
  gap: 0px;
  align-items: center;
}
section.award-section.student-testimonial-section .event-section.testimonial-text b {
  font-size: 20px;
}
section.award-section.student-testimonial-section .event-section.testimonial-text p {
  text-align: center;
  color: #3C4852;
  font-size: 14px;
}
section.award-section.student-testimonial-section {
  background-color: #F7F9FB;
}
section.mission-vission-section .small-heading h5 {
  font-size: 32px;
}
.owner-section {
  display: flex;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px #F0F4F7;
  border-radius: 8px;
  padding: 20px 15px;
  border: solid 1px #F0F4F7;
  gap: 25px;
}
.owner-section center:before {
  border: solid 1px #E79422;
  border-radius: 20px 20px 100px 100px;
  overflow: hidden;
  content: "";
  padding: 20px 0 0 0;
  height: 240px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 0;
  background-color: #FFEED7;
}
.owner-section center {
  flex: 0 350px;
  min-width: 200px;
}
.owner-section center {
  position: relative;
}
.owner-section center img {
  position: relative;
}
.ownerl-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ownerl-detail b {
  font-size: 20px;
}
.ownerl-detail i {
  color: #7A8B94;
  text-transform: uppercase;
  font-size: 12px;
}
.ownerl-detail p {
  padding: 15px 0;
}
/*******************login********/
.login-form.modal {
  left: auto;
  height: 100%;
  width: 512px;
  right: -100%;
  transition: .2s;
  border: solid 1px #E9EEF2;
  box-shadow: 0px 16px 32px 0px #E9EEF266;
  background-color: #F7F9FB;
}
.login-form.modal.in {
  right: 0;
}
.login-form.modal .modal-dialog {
  width: 100%;
}
.login-form.modal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  transition: 0s;
  padding: 30px 30px;
}
button.close-popup {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.input-login-form span h5 {
  font-size: 32px;
  font-family: 'AvertaStdBold';
  line-height: normal;
  line-height: 55px;
}
.input-login-form span p {
  ont-size: 16px;
  color: #3C4852;
  margin-bottom: 20px;
}
.input-login-form {
  border: solid 1px #E9EEF2;
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 10px;
  margin: 40px 0 0 0;
}
.input-login-form .hero-main-btn {
  margin: 30px 0 0 0;
}
.input-login-form .hero-main-btn a.primary-btn {
  width: 100%;
  line-height: 48px;
}
.input-login-form .input-number {
  gap: 10px;
}
.signup-section p {
  margin: 0;
  color: #7A8B94;
}
.signup-section a {
  color: #EE2C3C;
}
.signup-section {
  display: flex;
  height: 130px;
  align-items: flex-end;
}
.input-number .login-input-type input {
  padding-left: 80px;
}
.login-input-type {
  position: relative;
}
.login-input-type em {
  position: absolute;
  left: 0;
  top: 10px;
  height: 30px;
  margin: auto;
  border-right: solid 1px #3C4852;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0 8px 0 15px;
}
a.primary-btn {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.input-group .input-form textarea {
  min-height: 100px;
  padding-top: 10px !important;
}
.contact-detail-heding h5 {
  font-size: 42px;
  font-family: 'AvertaStdBold';
  letter-spacing: -0.48px;
  margin: 0 0 15px 0;
}
.contact-detail-heding p {
  font-size: 16px;
  color: #3C4852;
  margin-bottom: 5px;
}
.contact-detail-text ul li {
  display: flex;
  background-color: #fff;
  border: solid 1px #E9EEF2;
  border-radius: 8px;
  padding: 15px;
  gap: 15px;
}
.contact-detail-text ul li span b {
  color: #7A8B94;
}
.contact-detail-text ul li span p {
  font-size: 16px;
  margin: 0;
}
.contact-detail-text ul li center {
  min-width: 35px;
}
.contact-detail-text ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-detail-text ul li a {
  margin: 15px 0 0 0;
}
.contact-detail-text ul {
  margin: 25px 0 0 0;
}
.contact-form-inputs .course-input-form {
  margin: 0px 0 0 80px;
  box-shadow: 0px 7px 24.4px -2px #32324714;
}
.course-input-form .input-group .input-form input, .course-input-form .input-group .input-form select {
  min-height: 48px;
}
section.contact-detail-section:before {
  content: "";
  height: calc(50% + 50px);
  background-color: #FFEFEA;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}
section.contact-detail-section {
  position: relative;
}
.main-support-section {
  box-shadow: 0px 12px 24px 0px #F0F4F799;
  border: 1px solid #E9EEF2;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: flex-start;
  margin: 10px 0;
  border-radius: 8px;
}
.main-support-section b, .main-support-section h2 {
  font-size: 20px;
  font-family: 'AvertaStdBold';
  color: #3C4852;
  margin: 10px 0 5px 0;
  line-height: normal;
}
.main-support-section ul {
  display: flex;
  gap: 5px;
  line-height: 20px;
  flex-direction: column;
}
.main-support-section ul li {
  display: flex;
  gap: 8px;
}
.clat-test-detail .topper-head-tab {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 25px 0;
}
.clat-test-detail .topper-head-tab .small-heading {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.clat-test-detail.why-choose-section ul li center img {
  width: 30px;
}
.clat-test-detail.why-choose-section ul li {
  padding: 15px 15px 15px 55px;
  width: calc(33.3333% - 10px);
  background-color: #fff;
}
.clat-test-detail.why-choose-section ul li span {
  display: flex;
  gap: 10px;
}
.clat-test-detail.why-choose-section ul li span p {
  display: flex;
  margin: 0;
  gap: 8px;
}
section.scholarship-para.about-us-content p {
  color: #7A8B94;
  font-weight: normal;
  margin: 20px 0 0 0;
}
section.scholarship-para .about-text {
  padding: 0 0 0 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.scholarship-para.about-us-content a.primary-btn {
  justify-content: flex-start;
  width: auto;
  margin: 20px 0 0 0;
}
.clat-test-detail.why-choose-section.attempt-section ul li {
  background-color: #fff;
  width: calc(33.3333% - 15px);
}
.why-choose-section ul li center svg {
  width: 22px;
}
.scholarship-para .row {
  display: flex;
  align-items: center;
}
.topper-slider .testimonial-video center b {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}
.topper-slider .testimonial-video center {
  position: relative;
}
.apply-scholarsip-section .mision-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.apply-scholarsip-section.mission-vission-section:before {
  background-color: #f9e9cc;
}
.mt-30 {
  margin-top: 30px;
}
.how-to-register ul li {
  border: solid 1px #E9EEF2;
  background-color: #fff;
  padding: 15px 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: calc(50% - 10px);
  border-radius: 8px;
}
.how-to-register ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.how-to-register li em {
  width: 32px;
  height: 32px;
  background-color: #f6747440;
  text-align: center;
  line-height: 32px;
  color: #F67474;
  border-radius: 50%;
  min-width: 32px;
}
.how-to-register ul li span b {
  font-size: 16px;
  margin: 0 0 5px 0;
  display: block;
}
a.primary-btn {
  width: fit-content;
}
.how-to-register ul li span p {
  font-size: 13px;
}
a.whatsapp-btn.primary-btn {
  background: #14AE5C !important;
}
section.best-clat-test-section .about-text h5 {
  font-size: 23px;
  font-family: 'AvertaStdBold';
  margin: 0 0 10px 0;
}
.about-chalt-texts {
  display: flex;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px #F0F4F7;
  border-radius: 8px;
  padding: 35px 45px;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.about-chalt-texts center {
  min-width: 230px;
}
.about-chalt-texts span {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.about-chalt-texts span h5 {
  font-size: 32px;
  font-family: 'AvertaStdBold';
}
.about-chalt-texts span p {
  font-size: 16px;
}
section.last-chance-section .about-chalt-texts {
  background-color: #FCF0F1;
  box-shadow: none;
  padding: 15px 50px;
}
.last-chance-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 10px 0;
}
section.last-chance-section {
  border-bottom: solid 1px;
}
.last-chance-text span h5 {
  font-size: 32px;
  color: #fff;
  font-family: 'AvertaStdBold';
}
.last-chance-text span p {
  color: #fff;
  font-size: 16px;
  margin: 5px 0 0 0;
}
section.why-clat-section {
  background-color: #F7F9FB;
}
section.why-clat-section .why-chat-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.why-chat-left-text h5 {
  font-size: 24px;
  color: #3C4852;
  font-family: 'AvertaStdBold';
  line-height: normal;
  margin: 0 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.why-chat-left-text p {
  font-size: 16px;
  margin: 0;
}
.why-chat-left-text ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
}
.why-chat-left-text ul {
  display: flex;
  margin: 20px 0 30px 0;
  flex-direction: column;
  gap: 15px;
}
.why-chat-left-text ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
  background-color: #fff;
  border: solid 1px #E9EEF2;
  padding: 15px 15px;
  border-radius: 8px;
}
.why-chat-left-text ul li center {
  min-width: 25px;
}
.why-chat-left-text ul li p {
  font-size: 13px;
}
.why-chat-left-text ul li b {
  font-size: 16px;
  font-family: 'AvertaStdBold';
  margin: 0 0 5px 0;
  display: block;
}
.why-chat-left-text {
  flex: 1;
}
.why-clat-right-section {
  flex: 1;
}
.why-clat-right-section center i {
  position: absolute;
  left: 20px;
  top: 60px;
}
.why-clat-right-section center {
  position: relative;
  text-align: right;
}
section.membership-from-section.student-testimonial-section .event-section.testimonial-text p {
  text-align: center;
}
section.membership-from-section.student-testimonial-section .event-section.testimonial-text b {
  text-align: center;
  font-size: 16px;
}
section.membership-from-section.student-testimonial-section .event-section.testimonial-text {
  display: flex;
  align-items: center;
  gap: 5px;
}
.video-one center {
  position: relative;
}
.sub-sub-menu ul.main-sep-menu li {
  width: calc(33.3333% - 10px);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.sub-sub-menu ul.main-sep-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.sub-sub-menu ul.main-sep-menu li a {
  display: flex;
  flex-direction: row;
  border: solid 1px #E9EEF2;
  border-radius: 10px;
  padding: 10px 10px;
  width: 100%;
}
.sub-sub-menu ul.main-sep-menu li a center {
  min-width: 40px;
}
.sub-sub-menu ul.main-sep-menu li a span {
  background-color: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  border: 0;
  gap: 0;
  margin: 0;
  border-radius: 0;
}
.sub-sub-menu ul.main-sep-menu li a span p, .sub-sub-menu ul.main-sep-menu li a span b {
  margin: 0;
}
.sub-sub-menu ul.main-sep-menu li a span b {
  color: #3C4852;
}
.sub-sub-menu ul.main-sep-menu li a:hover {
  background-color: #F7F9FB;
}
a:focus, a:hover {
  color: #3C4852;
}
/********************************24-1-2025*********************/
.enquire-form .input-login-form {
  padding: 0;
  background-color: transparent;
  border: 0;
  margin: 0;
}
.enquire-form .course-input-form {
  margin: 0;
}
.enquire-form .modal-dialog {
  width: 400px;
  max-width: 100%;
}
.enquire-form button.close-popup {
  border: 0;
  background-color: transparent;
  background-color: #fff;
  width: 25px;
  border-radius: 50%;
  height: 25px;
  padding: 2px;
  display: flex;
  margin: 0 auto 10px auto;
}
.course-input-form .popup-enquery-heading h5 {
  margin-bottom: 5px;
}
.course-input-form .popup-enquery-heading p {
  margin-bottom: 20px;
  color: #7A8B94;
}
.judiciary-hero-section .course-input-form {
  margin: 0;
}
.judiciary-down-section {
  padding: 20px 20px;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px #E9EEF266;
  border-radius: 8px;
  margin: 20px 0 0 0;
  border: solid 1px #E9EEF2;
}
.judiciary-categories-section ul.moc-list li {
  flex-grow: inherit;
  min-width: 16.6666%;
}
.judiciary-categories-section ul.moc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
/********************************24-1-2025*********************/
.our-topper-list-section .nav-tabs a {
  background: #fff !important;
  color: #3C4852;
  border: solid 1px #E9EEF2;
}
.our-topper-list-section .nav-tabs a {
  display: inline-block;
  line-height: 36px;
  padding: 0 20px;
  min-width: 110px;
  text-align: center;
  font-size: 15px;
  border-radius: 5px;
  transition: .2s;
  margin: 0 0 0 10px;
}
.our-topper-list-section .nav-tabs li.active a, .our-topper-list-section .nav-tabs li:hover a {
  color: #3C4852;
  border-color: #3C4852;
}
.our-topper-list-section .topper-head-tab ul {
  border: 0;
}
.news-update-img img {
  border-radius: 8px;
}
section.clat-study.discover-our-course-section .slider.text-testimonial.slick-initialized.slick-slider .slick-list.draggable {
  padding-right: 140px;
}
section.clat-study.discover-our-course-section .slider.text-testimonial.slick-initialized.slick-slider .course-list-one.show {
  margin-right: 20px;
}
/****************FAQ NEW***************/
.faq-section .panel.panel-default {
  background-color: #fff;
  margin: 0 0 15px 0;
  border-radius: 10px;
  padding: 0 0 15px 0;
  border: solid 1px #E9EEF2;
}

/*.faq-section .panel.panel-default a {
  color: #3C4852;
  display: block;
  text-align: left;
  position: relative;
  padding-right: 30px;
  padding: 15px 30px 0px 15px;
  white-space: normal;
}
.faq-section .panel.panel-default a:before {
  content: "";
  background-image: url("../images/menu-down-arrow.svg");
  position: absolute;
  right: 20px;
  top: 20px;
  width: 10px;
  background-repeat: no-repeat;
  height: 10px;
  margin: auto;
  background-position: center;
  transition: .2s;
}
.faq-section .panel.panel-default a.collapsed:before {
  transform: rotate(180deg);
}*/

.faq-section .panel-heading a {
  color: #3C4852;
  display: block;
  text-align: left;
  position: relative;
  padding-right: 30px;
  padding: 15px 30px 0px 15px;
  white-space: normal;
/*  word-break: break-all;*/
}
.faq-section .panel-heading a:before {
  content: "";
  background-image: url("../images/menu-down-arrow.svg");
  position: absolute;
  right: 20px;
  top: 20px;
  width: 10px;
  background-repeat: no-repeat;
  height: 10px;
  margin: auto;
  background-position: center;
  transition: .2s;
}
.faq-section .panel-heading a.collapsed:before {
  transform: rotate(180deg);
}


.faq-section .panel-default > .panel-heading {
  border-color: #ddd;
  padding: 0;
  background-color: transparent;
}
.faq-section .panel-body {
  padding: 5px 15px 0 15px;
}
.faq-section .panel-body {
  padding: 5px 15px 0 15px;
  border: 0 !important;
}
.testimoinal-group center img {
  border-radius: 8px;
}
/****************FAQ NEW***************/
.modal {
  z-index: 9999;
}
.modal-backdrop {
  z-index: 9995;
}
.input-login-form button.primary-btn {
  width: 100%;
}
.search-and-join a:focus {
  background: linear-gradient(0deg, #364049 0%, #364049 100%);
  color: #fff;
  border-color: #364049;
  outline: none;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.height-50 {
  height: 50px;
}
.slick-list {
  padding-bottom: 1px;
}
.mobile-show {
  display: none !important;
}
.law-mobile-section {
  display: none;
}
.form-hero-section .hero-caption-section h1 {
  font-size: 42px;
  font-family: 'AvertaStdBold';
  letter-spacing: -0.48px;
}
.testimonial-video center {
  height: 155px;
  overflow: hidden;
}
.news-update-img center img {
  width: 100%;
}
.news-update-img center {
  height: 335px;
  overflow: hidden;
}
section.latest-por-section .latest-post-slider .testimonial-video center {
  height: 155px;
  overflow: hidden;
  min-width: 185px;
  display: flex;
  align-items: center;
  flex: 0 185px;
}
section.latest-por-section .latest-post-slider .testimonial-video center img {
  height: 100%;
}
.news-update-img center img {
  height: 100%;
}
.our-topper-list-section .tab-content ul li {
  width: calc(100% / 7);
}
.swal2-container {
  z-index: 9999 !important;
}
.sub-sub-menu ul.main-sep-menu li a center img {
  width: 24px;
}
.related-courses-section .course-list-one center img {
  max-height: 100%;
}
.related-courses-section .course-list-one center {
  position: relative;
  height: 190px;
  min-width: 200px;
}
.course-over-view .tab-pane {
  display: block !important;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.course-over-view .tab-pane.active {
  height: auto;
  overflow: visible;
  visibility: visible;
}
.course-over-view .tab-pane section.subject-matter-expert-section {
  padding-bottom: 0;
}
/*****DP-MENU******/
li.dropdown-resource ul.dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .059) !important;
  border-radius: 5px;
  border: 0;
  margin: 0;
  min-width: 200px;
  padding: 0;
}
li.dropdown-resource:hover > ul.dropdown-menu {
  display: block;
}
li.dropdown-resource ul.dropdown-menu li:hover ul.dropdown-menu {
  display: block;
}
li.dropdown-resource ul.dropdown-menu ul.dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
}
li.dropdown-resource {
  position: relative;
}
li.dropdown-resource ul li a {
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 13px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}
li.dropdown-resource ul li a:hover {
  background-color: #eaf2ff;
}
li.dropdown-resource ul.dropdown-menu ul.dropdown-menu li.dropdown-resource ul.dropdown-menu ul.dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  box-shadow: none !important;
  height: 100%;
}
/*****DP-MENU******/
.offline-center-detail center {
  height: 180px;
  overflow: hidden;
  line-height: 170px;
}
ul.center-locations-new {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0px;
  margin: 0 -5px;
}
.center-locations-new li.active a, .center-locations-new li:hover a {
  border: #3C4852 solid 1px;
}
.center-locations-new li a {
  border: 1px solid #E9EEF2;
  display: flex;
  gap: 15px;
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 8px;
  width: 100%;
  transition: .2s;
}
.center-locations-new li span {
  display: flex;
  flex-direction: column;
}
.center-locations-new li span i {
  font-size: 15px;
}
.center-locations-new li span b {
  font-size: 12px;
}
ul.center-locations-new li {
  width: calc(100% / 5);
  padding: 0 5px;
}
.center-page center {
  height: 286px;
}
.course-video-price-section center img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
/*********New-Menu************/
.sub-3-menu {
  position: absolute;
  left: 250px;
  top: 30px;
  width: 150px;
  border-left: solid 1px #E9EEF2;
  display: none;
  height: calc(100% - 80px);
}
li.new-mega-menu .sub-menu li:hover em + .sub-3-menu {
  display: block;
}
.new-mega-menu .sub-center-div > ul:hover {
  width: 100%;
}
.new-mega-menu .sub-center-div > ul {
  min-height: 250px;
  width: 200px;
}
/*.sub-3-menu:hover {
  width: calc(100% - 270px);
}*/
.sub-center-div > ul li:hover em + .sub-3-menu{
  width: calc(100% - 270px);
}
.sub-3-menu > ul > li > a {
  display: flex;
  line-height: 35px;
  padding: 0;
  text-align: left;
  font-size: 14px;
  background: #fff;
  color: #3C4852;
  border-radius: 5px;
  width: 80px;
  align-items: center;
  cursor: pointer;
  margin: 0 0 10px 30px;
  justify-content: space-between;
  opacity: .7;
}
.sub-3-menu > ul > li:hover > a {
  opacity: 1;
}
.sub-3-menu > ul > li > a svg {
  width: 10px;
  fill: #3C4852;
}
.sub-3-menu .sub-sub-menu {
    width: calc(100% - 140px);
    left: 160px;
    border: 0;
    display: none;
    top: 0;
    height: calc(100% - 5px);
}
.sub-3-menu .sub-sub-menu:before {
  content: "";
  width: 1px;
  left: 0;
  height: 100%;
  position: absolute;
  background: rgb(233, 238, 242);
  background: linear-gradient(73deg, rgba(233, 238, 242, 0) 0%, rgba(233, 238, 242, 1) 25%, rgba(233, 238, 242, 1) 50%, rgba(233, 238, 242, 1) 74%, rgba(233, 238, 242, 0) 100%);
}
.sub-3-menu > ul > li:hover > a + .sub-sub-menu {
  display: flex;
  flex-wrap: wrap;
}
.sub-center-div > ul .new-mega-menu li:hover em {
  background: #fff;
  border: 1px solid #E9EEF2;
}
.sub-center-div > ul .new-mega-menu li em:hover {
  background: #F7F9FB;
  border: 1px solid #3C4852;
}
.course-over-view .nav-tabs {
  border-color: #E9EEF2;
  white-space: nowrap;
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  overflow-y: hidden;
}
::-webkit-scrollbar {
  height: 5px;
}
.course-over-view button.slick-arrow {
  top: -40px;
}
span.imp-link ul li {
  width: calc(100% / 2);
}
span.imp-link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
}
.scholarshop-page-ui section.scholarship-head-section.hero-section.form-hero-section {
  background-color: #FFEFEA;
}
.scholarshop-page-ui .scholarship-extra-size.clat-test-detail.why-choose-section ul li {
  width: calc(50% - 10px);
}
.scholarshop-page-ui .scholarship-extra-size.why-choose-section ul li b {
  margin: 0 0 10px 0;
}
.scholarshop-page-ui .why-choose-section ul li center {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
}
.scholarshop-page-ui .scholarship-extra-size.clat-test-detail.why-choose-section ul li center img {
  width: 35px;
}
.scholarshop-page-ui .scholarship-extra-size.clat-test-detail.why-choose-section ul li {
  padding: 20px 15px 20px 65px;
}
.scholarshop-page-ui section.scholarship-para.about-us-content .about-text i {
  color: #F67474;
}
.scholarshop-page-ui section.scholarship-para.about-us-content .container {
  box-shadow: 0px 16px 32px 0px #F0F4F7;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  width: 1170px;
  max-width: 100%;
}
section.subject-in-clat-exam-section.clat-test-detail.why-choose-section.why-choose-section ul li {
  width: calc(50% - 10px);
}
section.subject-in-clat-exam-section.clat-test-detail.why-choose-section.why-choose-section ul li.first-heading-li {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
section.subject-in-clat-exam-section.clat-test-detail.why-choose-section.why-choose-section ul li.first-heading-li .small-heading {
  margin: 0;
}
section.subject-in-clat-exam-section.clat-test-detail.why-choose-section.why-choose-section ul li.first-heading-li .small-heading p {
  margin: 0;
  color: #3C4852;
  font-size: 16px;
}
.scholarshop-page-ui .about-clat-tab-content ul li {
  border-bottom: solid 1px #E9EEF2;
  padding: 15px 0;
  margin: 0;
  color: #3C4852;
}
.scholarshop-page-ui .about-clat-tab-content ul li b {
  color: #3C4852;
  min-width: 200px;
}
.scholarshop-page-ui .about-clat-tab-content > b {
  font-size: 24px;
  color: #3C4852;
  font-family: 'AvertaStdBold';
  line-height: normal;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scholarshop-page-ui .iat.why-choose-section ul li center {
  bottom: auto;
  top: 20px;
}
.scholarshop-page-ui .about-clat-tab-content ul li:last-child {
  border: 0;
  padding-bottom: 0;
}
.sm_menu_outer .mobile_menu ul.online-course-menus li a {
  display: flex;
  flex-direction: row;
  border: solid 1px #E9EEF2;
  border-radius: 10px;
  padding: 10px 10px !important;
  width: 100%;
  gap: 5px;
  margin: 0;
  align-items: center;
}
.sm_menu_outer .mobile_menu ul.online-course-menus li a span b {
  padding: 0;
  margin: 0;
}
.sm_menu_outer .mobile_menu ul.online-course-menus center {
  min-width: 30px;
}
.sm_menu_outer .mobile_menu ul.online-course-menus {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.sm_menu_outer .mobile_menu ul.online-course-menus li a span p {
  margin: 0;
  color: #7A8B94;
  font-size: 13px;
}
.final-sub-menu.onine-course-final {
  display: flex;
  flex-direction: column;
}
.final-sub-menu.onine-course-final ul {
  width: 100%;
}
.mobile-buttons-submenu.hero-main-btn {
  display: flex;
  z-index: 9999;
  bottom: 0;
  flex-direction: column;
  width: 100%;
  padding: 15px 15px 0 15px;
  background-color: #fff;
  position: fixed;
  display: none;
}
.mobile-buttons-submenu.hero-main-btn a {
  width: 100%;
}
.mobile-buttons-submenu.hero-main-btn a.primary-btn {
  color: #fff;
}
.mobile-buttons-submenu.hero-main-btn a.primary-btn.border-btn {
  color: #3C4852;
}
.hero-caption-section h1 {
  font-size: 48px;
  font-family: 'AvertaStdBold';
  letter-spacing: -0.48px;
  line-height: normal;
}
section.page-not-found.access-batches.have-question-section.p-0 {
  background-color: #FFEFEA;
}
section.page-not-found.access-batches.have-question-section .input-number input {
  background-image: url("/assets/images/search.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 40px;
  width: 324px;
  max-width: 100%;
  border-color: #E9EEF2;
}
section.page-not-found.access-batches.have-question-section .small-heading em {
  color: #EB5757;
  margin: 0 0 5px 0;
  display: block;
}
section.page-not-found.access-batches.have-question-section.p-0 .container {
  background-color: transparent;
  box-shadow: none;
}
.scroll-height {
  padding: 0 20px;
  height: 140px;
  overflow-y: auto;
}

.support-scroll-padding{
	padding: 0px 4px;
}

.our-center-scroll-height {
	padding: 0px 20px;
}
.our-center-scroll-height h3{
	/* height: 42px; */
	font-size:18px;
}


.our-center-scroll-height{
	height: 146px;
    overflow-y: auto;
}


.offline-center-detail a.primary-btn {
  margin: 15px 0 0 20px;
}

.our-center-margin-0 {
	margin-top: 0px !important;
}

.course-detail-name-section .course-over-view .testimonial-video center {
    /* background-image: none; */
    border: 0;
    display: flex;
    align-items: center;
    height: auto;
    background-size: cover;
}
ul.course-included b {
  font-size: 16px;
}
.course-name h1 {
  font-size: 40px;
  margin: 0;
}
.slick-track {
  display: inline-block;
}
.slick-list {
  text-align: left;
}
.testimonial-video center img {
  max-height: 100%;
}
/***************Tagging Start***************/
.small-heading h2 {
  font-size: 24px;
  color: #3C4852;
  font-family: 'AvertaStdBold';
  line-height: normal;
  margin: 0 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.exam-categories-section .small-heading h2 {
  text-align: center;
  display: flex;
  justify-content: center;
}
.categories-content h3 {
  font-size: 24px;
  color: #3C4852;
  font-family: 'AvertaStdBold';
}
.why-choose-section ul li h3 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin: 0 0 5px 0;
}
.our-impact-number h2 {
  font-size: 34px;
  font-family: 'AvertaStdBold';
  letter-spacing: -0.48px;
  margin: 0 0 15px 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 400;
  color: #3C4852;
}
h3, h4, h5, h6 {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.watchchannel-1 span h3 {
  font-size: 16px;
}
/***************Tagging End***************/
.impact-first-card center img {
  width: 100px;
}
.sameline-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
:focus-visible {
    outline: none;
}
section.policy-section .first-policy center img {
    box-shadow: 0px 16px 32px 0px #E9EEF2CC;
    border-radius: 50%; 
}
section.policy-section .first-policy center {
    margin: 0 15px;
}
section.policy-section .first-policy center {
    min-width: 70px;
}
.first-policy {
    display: flex;
    background-color: #fff;
    margin: 0px 0 20px 0;
    box-shadow: 0px 16px 32px 0px #E9EEF266;
    border: 1px solid #E9EEF2;
    align-items: center;
    min-height: 115px;
    border-radius: 8px;
    padding: 16px 20px 16px 5px;
    gap: 10px;
}
section.related-courses-section.discover-our-course-section .container {
    padding: 0;
}

.course-included li {
    background-image: url(../images/check-point.svg);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 0 1px;
}


/* New */
.why-choose-section-img {
	margin-top:4px;
}

.top18 {
	padding-top: 18px;
}

.font32 {
	font-size: 32px !important;
}

.width24{
	width:18%;
	gap : 8px !important;
	padding: 10px 4px !important;	
}

.width24 b{
	font-size: 14px !important;
}


.faqHead .panel-heading{
	padding: 0px 0px 12px 0px !important;
    background-color: #f6fbff !important;
	border-radius:10px;
}

.faqHead .panel.panel-default{
	padding: 0;
}

.center_address {
	font-size: 13px;
}

.gap30 {
	padding-top: 30px;
}

.free-resourses-video {
	position:inherit;
	margin-top:10px;
	padding: 5px 15px;
}

.p-10 {
	padding-top: 10px;
}

.font13 {
	font-size: 13px !important;
}

.font14 {
	font-size:14px !important
}

.font15 {
	font-size: 15px !important;
}

.font17 {
	font-size: 17px !important;
}

.font32 {
	font-size: 32px !important;
}


.scholarship-heading h2{
	text-align: center;
	display: inherit;
}

.take-img {
	margin-top: 6px;
}

.scholarshop-page-ui .why-choose-section ul li .attemp_section {
	align-items: flex-start;
	top: 20px;
}

.line-height-24 {
	line-height: 24px;
}
li.new-mega-menu .sub-menu li:hover em + .sub-3-menu li:first-child .sub-sub-menu {
    display: flex;
    flex-wrap: wrap;
}
/* section.student-testimonial-section .event-section.testimonial-text.box-title b { */
    /* min-height: 40px !important; */
/* } */
span.contact-link li:first-child { 
    align-items: flex-start;
}

section.policy-section.free-resaouse-items-section .first-policy center img {
    box-shadow: 0px 16px 32px 0px #E9EEF2CC;
    border-radius: 0;
    width:40px;
}
.quiz-detail-page .small-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.free-resourse-section .small-heading p em i {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #EB5757;
}
 
.free-resourse-section .small-heading p em {
    display: flex;
}
.free-resourse-section .small-heading .button- {
    margin: 30px 0 0 0;
}

.box-title b{
	min-height: auto !important;
}

.text-center {
	text-align:center !important;
}
/* h3.h3 { */
    /* min-height: 40px; */
/* } */

.test-series-box p{
	min-height: 60px;
}

.company_title .testimonial-text b{
	font-size:15px !important;
}

.selected{
  border-color: #3C4852 !important;
}