/***********/
/*
Name: Bloom Academy USA
Created By: Murugan
*/
/***************/
:root {
  /* --bs-header-rgb: 127, 204, 202; */
  --bs-header-rgb: 70, 173, 169;
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  background-color: #FFB800;
}

.colorHighLight {
  color: #1EB2A6;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3 {
  font-family: 'Zilla Slab', serif;
}

.btn {
  border-radius: .25rem
}

.section_space {
  padding: 5rem 0rem;
}

.inner_section_space {
  padding: 2rem 0rem;
}

.btn-lg,
.btn-group-lg>.btn {
  --bs-btn-padding-y: 1rem;
  --bs-btn-padding-x: 2rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

@media (min-width: 1200px) {

  h1,
  .h1 {
     font-size: 3.5rem;
     font-weight: 700;
  }

  h2,
  .h2 {
     font-size: 3rem;
     font-weight: 700;
  }




}

.btn-primary {
  background-color: #009791;
  border: 1px solid #009791
}

.btn-primary:hover {
  background-color: #FFB800;
  border: 1px solid #fff;
  color: #fff
}

.btn-primary-outline {
  background-color: #fff;
  border: 2px solid #009791;
  color: #009791;
}

.btn-primary-outline:hover {
  background-color: #009791;
  border: 2px solid #009791;
  color: #fff
}

.btn:first-child:active {
  background-color: #FFB800;
}

.btn-light {
  background-color: #fff;
  border: 1px solid #fff
}

.btn-light:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff
}



.btn-light-outline {
  background-color: #fff;
  border: 1px solid #009791
}

.btn-light-outline:hover {
  background-color: #009791;
  border: 1px solid #fff;
  color: #fff
}



.testbtn {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 10px 25px;
}

.testbtn-curve {
  background-color: #009791;
  border: 1px solid #fff;
  border-radius: 30px;
}

.testbtn-curve:hover {
  background-color: #FFB800;
  border: 1px solid #fff;
  color: #fff
}


.highLight_bg {
  background: #e7f7f6
}

.fw_smbold {
  font-weight: 600
}

/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/

/*Home - Header*/

.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
}

.bg-header {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-header-rgb), var(--bs-bg-opacity)) !important;
}

.bg-hero {
  background-color: #46ada9;
  position: relative;
  height: 590px;
}

.head-contact a {
  font-family: 'Source Sans Pro', sans-serif;
  text-decoration: none;
  font-size: 1.2rem;
  color: #000;
  margin-right: 2rem
}

.head-contact a:hover {
  color: #fff;
  transition: 0.3s;
}


@media only screen and (max-width: 768px) {
  .hidexs {
     display: none
  }
}



/*********Home - Hero  banner********/
#hero h4 {
  font-weight: 600;
  padding: 1em 0em;
}

/*Home - Features Card */
#features .row {
  margin-top: -80px;
}

#features .card {
  box-shadow: 0px 0px 5px #ccc;
  text-align: center;
  padding: 1em;
}

#features .card h4 {
  padding: 10px 0px;
  font-weight: 600;
}

#features .card .card-icon {
  background: #1EB2A6;
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  padding: 10px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto;
}


/*****Home - Explore Course *****/
#poplr_course {
  text-align: center;
}

#poplr_course .round-icon {
  background: #F49D5C;
  width: 80px;
  height: 80px;
  font-size: 2rem;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

#poplr_course .card {
  border-radius: 8px;
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}

#poplr_course .card img {
  border-radius: 8px 8px 0px 0px
}

#poplr_course .card h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

#poplr_course .card-body {
  padding: 20px 10px;
}



#poplr_course .list-group-item {
  border: 0px !important;
  padding: 2px 0px;
}


#poplr_course .card:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  transition: all .3s ease;
  transform: scale(1.1);
}

/*****Course Features******/

.course_top_features .card {
  border-radius: 40px 0px 40px 0px;
  border: 0px;
}

.course_top_features .card-body:hover h4 {
  color: #fff;
  transition: all .3s ease;
  transform: scale(1.2);
}

.course_top_features .card .card_bg1 {
  background-color: #6EDBFF;
  border-radius: 40px 0px 40px 0px;
}

.course_top_features .card .card_bg2 {
  background-color: #FFE84D;
  border-radius: 40px 0px 40px 0px;
}

.course_top_features .card .card_bg3 {
  background-color: #B880FF;
  border-radius: 40px 0px 40px 0px;
}

.course_top_features .card .card_bg4 {
  background-color: #EE6352;
  border-radius: 40px 0px 40px 0px;
}

.course_top_features .card .card_bg5 {
  background-color: #59CD90;
  border-radius: 40px 0px 40px 0px;
}

.course_top_features .card h4 {
  font-size: 1.8em;
  font-weight: 600;
}

/********Home Learning List*******/


.learning_inst_left .small_card {
  position: absolute;
  bottom: 100px;
  right: 70px;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 10px;
  padding: 20px 25px;
  background: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
}


.learning_inst_right .small_card {
  position: absolute;
  bottom: 150px;
  left: 20px;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 10px;
  padding: 20px 25px;
  background: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
}



/**** Top Feature Exam***/
#top_features .card {
  border: 0px;
  cursor: pointer;
  position: relative;
}

#top_features .card:hover {
  color: rgb(178, 177, 116);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  transition: all .3s ease;
  transform: scale(1.1);
}

#top_features .card .card-title {
  font-weight: 600;
  margin-bottom: 5px;
}

/********HOME - Good Education Section ********/

#good_edu .list-group-item {
  font-size: 1.2rem;
  font-weight: 600;
  border: none;
  padding: 20px 0px;
}

.img_curve {
  border-radius: 10px 10px 150px 10px
}


#good_edu .small_card {
  position: absolute;
  bottom: 150px;
  right: 20px;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 10px;
  padding: 20px 25px;
  background: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.small_card_round_icon {
  background: #b0f7f1;
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}



#good_edu .small_card .h3 {
  font-size: 18px;
  font-weight: 600;
  color: red;
}

#good_edu .list-group-item {
  background: transparent !important
}

#good_edu .list-group-item .round-icon {
  background: #DDFFFF;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  color: #1EB2A6;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 7px;
  text-align: center;
  margin-right: 10px;
}


/***Testimonials*****/

.testimonial-slider {
  padding: 5em 0em;
}

.testimonial-title h2 {
  padding-left: 0.2em;
}

.media {
  display: flex;
  align-items: start;
}

#testmonial .carousel .media img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
}

#testmonial .carousel-inner .testmonial {
  padding: 0px 25px;
}

#testmonial .carousel-control-prev,
#testmonial .carousel-control-next {
  /*background-color: #fff;*/
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 60%;
  transform: translateY(-50%);
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}


@media (min-width: 576px) {
  #testmonial .carousel-item {
    margin-right: 0;
    flex: 0 0 50%;
    display: block;
  }

  .carousel-inner {
    display: flex;
  }
}

@media (min-width: 768px) {
  #testmonial .carousel-inner {
    padding: 1em;
  }

  #testmonial .carousel-control-prev,
  #testmonial .carousel-control-next {
    width: 3em;
    height: 3em;
    position: absolute;
    left: 1em;
    top: 90%;
    opacity: 1;
  }

  #testmonial .carousel-control-next {
    left: 6.5em;
  }

}

/***** Home First Step section *********/

#firstStep {
  background: url(../img/home/first_step_bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

#firstStep .overlay {
  background: rgba(0, 0, 0, .8)
}

#firstStep .left_img {
  position: relative;
  padding: 15px;
  left: 0px;
  border-radius: 10px;
}



/*--------------------------------------------------------------
# Login / Register /OTP
--------------------------------------------------------------*/
.register_bg {
  background: url(../img/register/reg_bg.jpg) top center no-repeat;
  background-size: cover;
  height: 100vh
}

.overlay {
  background: rgba(0, 0, 0, .6);
}

#register .form-pad {
  padding: 2rem;
}

#register .form_bg {
  border-radius: 6px;
  background: #fff;
}

#register a {
  text-decoration: none;
  color: #1EB2A6;
  font-weight: 600;
}

#register a:hover {
  color: #000;
  transition: 0.3s;
}

#register .form-pane {
  display: none;
}

#register h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600
}

.lf-row {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
}


.seprator label {
  position: relative;
  bottom: -10px;
  background: #fff;
  padding: 0px 18px;
  color: #009791;
}

.otp .form-control {
  width: 15%;
  margin: 0px auto;
  padding: 15px 10px;
  text-align: center;
}

#input_bdr form .form-control {
  border: 2px solid #1EB2A6;

}

#input_bdr form .form-select {
  border: 2px solid #1EB2A6;
}

#input_bdr form label {
  color: #152536;
  font-size: 18px;
}

.text_bg {
  background: #D1E7DD;
  padding: 15px 25px;
  border: 2px solid #75B798;
  display: inline-block;
  color: #0F5132;
  font-size: 16px;
  border-radius: 4px;
}

#input_bdr .btn-tab {
  background: #fff;
  border: 2px solid #1EB2A6;
  color: #009791
}

#input_bdr .btn-tab:hover {
  background: #009791;
  color: #fff;
}

#input_bdr .btn-tab.active {
  background: #009791;
  color: #fff;
}


/*--------------------------------------------------------------
# Inner page - test
--------------------------------------------------------------*/
.home_banner {
  background: url(../img/home-test/hero_bg.jpg) 0px -170px no-repeat;
  min-height: 250px;
  background-size: cover;
}

#home_nav ul {
  overflow: hidden
}

#home_nav ul li a {
  padding: 40px 42px;
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
  border-bottom: 5px solid transparent;
  text-transform: uppercase;
}

#home_nav ul li a:hover {
  color: #FFB800 !important;
  border-bottom: 5px solid #81807e;
}

#home_nav ul li a.active {
  color: #FFB800 !important;
  border-bottom: 5px solid #FFB800;
}

#recent_test .card {
  border: 1px solid #1EB2A6;
  border-radius: 0px;
  padding: .5em 2em;
  margin-top: 1em;
}

#recent_test .card .card-title {
  font-size: 24px;
  font-weight: 600;
}

#recent_test .card .card-subtitle {
  font-size: 20px;
  color: #434343
}

/*--------------------------------------------------------------
# Inner  - OverView
--------------------------------------------------------------*/
.overView_banner {
  background: url(../img/home-test/hero_bg.jpg) 0px -170px no-repeat;
  min-height: 400px;
  background-size: cover;
  position: relative;
}

.overView_banner .overlay {
  min-height: 400px;
}

.overView .card {
  border-radius: 10px 70px 10px 70px;
  border: 0px;
  background: #1EB2A6;
  margin-top: -85px;
  padding: 0px 20px 40px 30px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  min-height: 250px;
  max-height: 251px;
}

.overView .card h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

.overView .card h5 {
  font-size: 1rem
}

.overView .card .title {
  font-size: 56px;
  color: #fff;
  font-weight: 600;
}

.online_class_strip {
  background: #FA8E3D;
  padding: 15px;
  color: #000;
  border-radius: 6px;
}

.blob {
  border-radius: 50% !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  margin: 10px;
  height: 18px !important;
  width: 18px !important;
  transform: scale(1.2);
  animation: pulse-black 2s infinite;
}

.blob.green {
  background: rgba(25, 135, 84, 1);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-green 1s infinite;
}

@keyframes pulse-green {
  0% {
     transform: scale(0.95);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }

  70% {
     transform: scale(1);
     box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
     transform: scale(0.95);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*--------------------------------------------------------------
# Inner Home - test
--------------------------------------------------------------*/
#test_session .list-group-item {
  border: 0px !important;
  padding: 2px 0px;
}

#test_session .card img {
  border-radius: 8px 8px 0px 0px
}

#test_session .card {
  border-radius: 8px;
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}

#test_session .card:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  transition: all .3s ease;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Inner Home - learn
--------------------------------------------------------------*/

.learncard-bg {
  border: 5px solid #1EB2A6;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(30, 178, 166, 1) 50%);
  padding: 1rem;
  border-radius: 30px;
  position: relative;
  padding: 10px;
  margin: 20px;
}

#learncard-bg .card {
  border: 0px;
  border-radius: 15px;
  margin: 10px;
  padding: 10px;
}

#learnCard a {
  text-decoration: none;
  color: inherit;
}

#learncard-bg .card img {
  width: 65px;
  text-align: center;
  margin: 30px auto 0px auto;
}

#learncard-bg .card .card-texts ul {
  list-style: none;
  text-align: left;
  margin-top: 25px;
  padding: 0px;
}

#learncard-bg .card .card-texts ul li::before {
  content: "•";
  color: #1EB2A6;
  margin: 0 0.5rem 0 0;
  font-size: 24px;
  font-weight: bold;
}

#learncard-bg .card .card-texts ul li {
  margin: 0px;
  padding: 0px;
  color: #000;
}


.overlayliveClass {
  background: linear-gradient(0deg, rgba(250, 142, 61, 1) 0%, rgba(255, 255, 255, 0) 100%);
  min-height: 200px;
  padding: 20px;
}

#online-class .cardBg1 {
  background: url(../img/learn/liveClass_bg1.png) center center no-repeat;
  background-size: cover;
  min-height: 200px;
}

#online-class .cardBg2 {
  background: url(../img/learn/liveClass_bg2.png) top center no-repeat;
  background-size: cover;
  min-height: 200px;
}

.ms-n5 {
  margin-left: -37px;
}

.chapter_list select {
  border: 1px solid #1EB2A6;
}

#search_icon i {
  color: #1EB2A6;
}

.search_bdr {
  border: 1px solid #1EB2A6;
}

.strip {
  color: #fff;
  width: 120px;
  background: linear-gradient(90deg, rgba(0, 94, 86, 1) 0%, rgba(22, 255, 236, 1) 78%);
  padding: 1px 10px;
  border-radius: 0px 30px 30px 0px;
  position: absolute;
  left: 0px;
  top: 20px;
}

.strip span {
  align-items: center;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
}


/*--------------------------------------------------------------
# Inner page - Question bank
--------------------------------------------------------------*/
#question_bank .nav-pills .nav-link {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  padding: 1rem 3rem;
  margin-bottom: 2rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #BFFFFA !important;
  border: 1px solid #1EB2A6
}


#question_bank .accordion {
  border: 2px solid #1EB2A6;
}

#question_bank .accordion-button:not(.collapsed) {
  background-color: #BFFFFA;
}

#question_bank .accordion-button {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #1EB2A6;
  font-weight: 600;
}

#qbankAccordian .card {
  background: url(../img/questionBank/card_bg.jpg) center center no-repeat;
  background-size: cover;
  min-height: 200px;
  position: relative;
  padding: 0px;
  border: 0px;
  margin-bottom: 15px;
}

#qbankAccordian .card-body {
  padding: 0px;
  justify-content: center;
}

#qbankAccordian .card .white_strip {
  background: #fff;
  padding: 5px 8px;
  width: 100%;
  text-align: center;
  opacity: .8
}

#qbankAccordian .card h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
}

#qbankAccordian .card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #1EB2A6;
  margin: 0px;
}

#qbankAccordian .card-footer {
  background: #1EB2A6;
  width: 100%;
  margin: 0 auto;
  bottom: 0px;
  padding: 5px 0px;
  text-align: center;
  color: #fff;
  position: absolute;
}


#qbankAccordian .card-footer a {
  color: #fff;
  text-decoration: none;
}

#qbankAccordian .card-footer a:hover {
  color: #FFB800;
}


.download_box {
  border: 1px solid #ccc;
  padding: 1rem 2rem;
  margin-bottom: 20px;
}

.download_box:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  transition: all .3s ease;
}

.divider {

  color: inherit;
  width: 75%;
  margin: 9px 0px 23px 80px;
  width: 93%;
  border: 0;
  border-top: 1px solid #ccc;
  ;

}

.pending_btn {
  border: 1px solid #F77E23;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 30px;
  color: #F77E23;
}

.pending_btn:hover {
  background: #fff;
}

.success_btn {
  border: 1px solid #1EB2A6;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 30px;
  color: #1EB2A6;
}

.success_btn:hover {
  background: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: #FCFCFC;
}

.pleft5 {
  padding-left: 5rem
}

/*--------------------------------------------------------------
# Inner Home - Ask a  doubt
--------------------------------------------------------------*/
#ask_doubt form select,
textarea.form-control {
  border: 2px solid #1EB2A6;
}

#ask_doubt form label {
  color: #1EB2A6;
  font-weight: 600;
  font-size: 1.1rem;
}

#ask_doubt .card {
  border-left: 25px solid #1EB2A6 !important;
  border: 2px solid #1EB2A6;
}

/*--------------------------------------------------------------
# Inner Home - Reports
--------------------------------------------------------------*/
#reports .card {
  border-radius: 10px;
  padding: 25px 30px;
}

#reports form .form-select {
  border: 1px solid #1EB2A6;
  color: #1EB2A6;
}

/*--------------------------------------------------------------
# Inner Home - Settings
--------------------------------------------------------------*/
#settings .nav a {
  font-size: 18px;
  color: #1EB2A6;
  font-weight: 600;
}

#settings .nav a:hover {
  border-bottom: 2px solid #ccc;
}

#settings .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  border-bottom: 4px solid #C89C07 !important;
  border-radius: 0px;
  border: 0px;
}

#settings .form-control {
  border: 2px solid #1EB2A6;
  position: relative;
}

.eye-off-pwd {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #666;
  cursor: pointer;
}

.profile-image {
  position: relative;
}

.profile-image form a {
  position: absolute;
  top: 7%;
  margin: 0 auto;
  left: 46%;
  background: #fff;
  padding: 15px;
  border-radius: 100px;
  box-shadow: 0px 0px 15px rgb(53 49 74 / 31%);
  cursor: pointer;
}

.profile-image input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
  cursor: pointer;
}



#settings .nav-link {
  padding: .5rem 2rem !important
}

#logout-modal .modal-content {

  min-height: 350px;
  background-size: auto;
  justify-content: center;
  align-items: center;
}

#logout-modal .modal-header,
.modal-footer {
  border: 0px;
}

#logout-modal .modal-footer {
  justify-content: center
}

.logout-btn,
.logout-btn:focus {
  background: #fff;
  padding: 6px 20px;
  border-radius: 8px;
  font-weight: 600;
  color: #000;
  border: 2px solid #fff;
  font-family: poppins;
  float: right;

}



@media (min-width: 576px) {
  #logout-modal .modal-dialog {
     max-width: 350px;
     margin-right: auto;
     margin-left: auto;
  }

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background: #7E7E7E;
  padding-top: 20px;
  color: #fff;
  font-size: 18px;
}

.footer p {
  margin-bottom: 10px;
}

.footer h6 {
  color: #fff;
  font-size: 22px;
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 15px;
  width: 50%;
}

.footer ul {
  list-style-type: none;
  padding: 10px 0px;
  margin: 0px;
}

.footer ul li a {
  float: left;
  padding: 0px 6px;
  margin: 5px 10px 0px 0px;
}

.footer a {
  color: #000;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}


/* responsive media query*/
@media only screen and (max-width: 768px) {
  .txtcenter {
     text-align: center;
     padding: 20px 0px;
     margin: 0 auto;
  }

  #hero h4 {
     padding: .5em 0em !important;
     font-weight: 400 !important;
  }

  .img_hide {
     display: none;
  }

  .bg-hero {
     height: 300px;
  }

  .navbar>.container {
     justify-content: center;
  }

  .btn-lg {
     --bs-btn-padding-y: .5rem
  }

  #hero h4 {
     font-size: 1rem;
  }

  .testbtn {
     padding: 10px 10px;
     font-size: 14px;
     border-radius: 20px;
  }

  .section_space {
     padding: 2rem 0rem;
  }

  .inner_section_space {
     padding: 1.5rem 0rem
  }

  #good_edu .small_card {
     position: absolute;
     bottom: -68px;
     right: 133px;
  }

  .mtop {
     margin-top: 5.5rem
  }

  h2,
  .h2 {
     font-weight: 600 !important;
  }

  .carousel-control-prev,
  .carousel-control-next {
     top: 115% !important;
  }

  .testimonial-slider {
     padding: 0em 0em 5em 0em;

  }

  #recent_test .card {

     padding: 0.5em .5em;
     margin-top: 1em;
  }

  #view_btn_chart {
     decoration: none;
     color: darkblue;
     background-color: white;
     border: white solid 1px;
     font-size: 18px;
     font-weight: 600;
     color: #1EB2A6;

  }

  .overView .card {
     text-align: center;
     border-radius: 5px 30px;
     border: 0px;
     background: #1EB2A6;
     margin: none;
     padding: 10px;
     min-height: 300px;
  }

  .nav {
     flex-wrap: nowrap !important;
     justify-content: left !important
  }

  #home_nav ul {
     overflow-x: scroll;
  }

  #home_nav ul li a {
     padding: 10px 20px;
     text-align: center;
     font-size: 1em;
     font-weight: 600;
     text-transform: capitalize;
     border-bottom: 5px solid transparent;
     overflow-x: scroll;
     ;

  }

  .overView_banner .overlay {
     min-height: 200px;
  }

  .overView_banner {
     background: url(../img/home-test/hero_bg.jpg) 0px -8px no-repeat;
     min-height: 372px !important;
     background-size: contain;
     position: relative;
  }

   .home_banner .overlay {
     min-height: 200px;
  }

  .home_banner {
     background: url(../img/home-test/hero_bg.jpg) 0px -8px no-repeat;
     min-height: 210px !important;
     background-size: contain;
     position: relative;
  }

  .pleft5 {
     padding-left: 0rem;
  }

  .divider {
     color: inherit;
     margin: 15px 0px;
     width: 100%;
     border: 0;
     border-top: 1px solid #ccc;
  }

  .profile-image form a {
     position: absolute;
     top: -1%;
     margin: 0 auto;
     left: 66%;
     background: #fff;
     padding: 15px;
     border-radius: 100px;
     box-shadow: 0px 0px 15px rgb(53 49 74 / 31%);
     cursor: pointer;
  }

  #settings .nav-link {
     padding: .5rem 1rem !important
  }

  #settings .nav a {
     font-size: 14px;
     color: #1EB2A6;
     font-weight: 600;
  }

}


@media only screen and (max-width: 992px) {
  .overView .card {
     text-align: center;
     border-radius: 5px 30px;
     border: 0px;
     background: #1EB2A6;
     margin: 0px;
     padding: 10px;
     min-height: 300px;
  }

  .nav {
     flex-wrap: nowrap !important;
     justify-content: left !important
  }

  #home_nav ul {
     overflow-x: scroll;
  }

  #home_nav ul li a {
     padding: 10px 20px;
     text-align: center;
     font-size: 1em;
     font-weight: 600;
     text-transform: capitalize;
     border-bottom: 5px solid transparent;
     overflow-x: scroll;
     ;

  }

  .overView_banner .overlay {
     min-height: 200px;
  }

  .overView_banner {
     background: url(../img/home-test/hero_bg.jpg) 0px -8px no-repeat;
     min-height: 222px !important;
     background-size: contain;
     position: relative;
  }

}

/*Testimonial modal */

#testMonials_modal .modal {
  background-color: rgba(0, 0, 0, 0.562)
}

#testMonials_modal .modal-content {
  background-color: rgba(255, 255, 255, .7);
  border-radius: 1rem;
}

#testMonials_modal .carousel-item {
  background: #fff;
  padding: 2rem;
  border: 5px solid #1EB2A6;
  position: relative;
  min-height: 450px;
}

.topright:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 60px solid #1EB2A6;
  border-left: 60px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.topright:after {
  content: '\201D';
  position: absolute;
  top: 3px;
  right: -13px;
  transform: rotate(45deg);
  width: 60px;
  text-align: center;

}

.tag {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

#testMonials_modal .carousel-item .divide {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid #DDDDDD;

  position: relative;

}

#testMonials_modal .carousel-item .divide span {
  position: absolute;
  width: 20px;
  height: 19px;
  top: -4px;
  left: 45%;
  opacity: 1;
  background: url(../img/common/divider_angle.svg) 0px 0px no-repeat;
  z-index: 15555;
}