body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  color: #333;
}
.btn-primary {
  text-transform: uppercase;
  color: #ffffff !important;
  background: #3175ba !important;
  border-color: #3175ba !important;
}
.btn-primary:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.d-flex {
  display: flex;
}
.justify-end {
  justify-content: flex-end;
}
.flex-column {
  flex-direction: column;
}
.align-start {
  align-items: flex-start;
}
.justify-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
.w-100 {
  width: 100%;
}
.pb-60 {
  padding-bottom: 60px;
}
.pl-60 {
  padding-left: 60px !important;
}
.mb-60 {
  margin-bottom: 60px;
}
.pl-150 {
  padding-left: 150px !important;
}
.pb-80 {
  padding-bottom: 80px;
}
.max-w-80 {
  max-width: 80px !important;
}
.container {
  width: 1185px;
  margin: 0 auto;
  padding: 0 12px;
}
v-container {
  display: flex;
  width: 1185px;
  margin: 0 auto;
  padding: 0 12px;
}
.top-bar-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  position: fixed;
  text-align: center;
  background: #DCE3EB;
  padding: 7px 25px 6px;
}
.top-bar-header p {
  top: -1px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  position: relative;
}
.top-bar-header p a {
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}
header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  position: fixed;
  padding: 8px 0 8px;
  height: auto !important;
  background: #ffffff !important;
}
header, footer {
  background: #fff;
  padding: 8px 16px;
  border-bottom: 1px solid #eee;
}
.navbar-expand-lg .navbar-nav {
  margin: 0 !important;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}
.header .container {
  display: flex;
  width: 1185px;
  margin: 0 auto;
  padding: 0 12px;
  justify-content: space-between;
  align-items: center;
}
.navbar {
  padding: 0 !important;
  width: 100%;
}
.header .navbar-brand {
  padding: 0;
}
.header .navbar-brand img {
  top: 3px;
  width: 220px;
  position: relative;
}
.navbar-nav .nav-item {
  top: 4px;
  position: relative;
}
.pa-0 {
  padding: 0 !important;
}
.header nav a {
  top: -3px;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  margin-right: 40px;
  position: relative;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: uppercase;
}
.header nav a:hover {
    color: #3175ba;
}
.hero {
  padding: 0;
  text-align: center;
  background: linear-gradient(to bottom, #f8f9fa, #fff);
}
.hero h1 {
  font-size: 2rem;
  color: #0b3d91;
}
.btn {
  background: #0b3d91;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  cursor: pointer;
  border-radius: 6px;
}
.btn-outline {
  background: transparent;
  color: #0b3d91;
  border: 2px solid #0b3d91;
}
/* /// Hero Section Styling /// */
.dashboard-banner {
  width: 100%;
  height: 650px;
  display: flex;
  margin-top: 56px;
  align-items: center;
  background: url(../home-banner.jpg) no-repeat;
  background-size: cover;
}
.dashboard-banner .alignment-box {
  max-width: 600px;
  margin-bottom: 0;
  margin-top: 110px;
}
.dashboard-banner .alignment-box h1 {
  padding: 0;
  color: #2F4052;
  font-size: 42px;
  font-weight: 800;
  margin: 0;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
}
.dashboard-banner .alignment-box p {
  color: #2F4052;
  font-size: 28px;
  font-weight: 500;
  padding: 0 72px;
  line-height: 40px;
  word-spacing: 5px;
  margin: 30px 0 30px 0;
}
.dashboard-banner .alignment-box .btn {
  font-size: 16px;
  min-height: 48px;
  min-width: 170px;
  line-height: 35px;
  padding: 5px 20px;
  margin: 0 5px 0 5px;
  text-transform: uppercase;
}
/* /// Hero Section Styling /// */

/* /// Client Section Styling /// */
.clients-wrapper {
  padding: 60px 0 100px 0;
}
.clients-wrapper p {
  font-size: 18px;
  color: #2F4052;
  text-align: left;
  font-weight: 500;
}
.clients-wrapper img {
  max-width: 170px;
}
.clients-wrapper p {
  margin-bottom: 0;
  margin-top: 10px;
  display: inline-block;
}
/* /// Client Section Styling /// */

/* /// features Section Styling /// */
.grading-designed h2 {
  color: #2F4052;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.grading-designed p {
  color: #2F4052;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  line-height: 28px;
}
.absolute-img {
  top: -70px;
  left: -180px;
  position: absolute;
  width: 75% !important;
  height: auto !important;
}
.img-absolute {
  top: -72px;
  right: -134px;
  position: absolute;
  width: 70% !important;
  height: auto !important;
}
/* /// features Section Styling /// */

/* /// assessment Section Styling /// */
.meets-grading-wrapper {
  padding: 65px 0 50px;
  background: #F3F7FA;
}
.meets-grading-wrapper h2 {
  color: #2F4052;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 70px;
}
.meets-grading-wrapper h2 span {
  text-transform: uppercase;
}

.students-detail {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.students-detail img {
  width: 120px;
}
.students-detail .ml-10 {
  margin-left: 40px !important;
}
.students-detail h3 {
  color: #2F4052;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
}
.students-detail p {
  color: #2F4052;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
/* /// assessment Section Styling /// */

/* /// partners Section Styling /// */
.learning-management {
  padding: 60px 0;
}
.learning-management h2 {
  color: #2F4052;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 40px;
}
.logos-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos-wrapper img {
  margin: 0 50px;
  max-width: 130px;
}
/* /// partners Section Styling /// */

/* /// footer Section Styling /// */
.footer-wrapper {
  z-index: 1;
  padding: 15px 0;
  position: relative;
  background: #2F4052;
}
.footer-wrapper img {
  width: 150px;
}
.footer-wrapper p {
  font-size: 14px;
  color: #d9d9d9;
  text-align: left;
  margin: 15px 0 0 0;
}
.footer-wrapper ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer-wrapper ul li {
  margin-top: 12px;
  margin-left: 35px;
  list-style: none;
}
.footer-wrapper ul li a {
  color: #d9d9d9;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-decoration: none;
}
/* /// footer Section Styling /// */

/* /// Product Hero Section Styling /// */
.product-banner {
  width: 100%;
  height: 545px;
  display: flex;
  margin-top: 56px;
  align-items: center;
  background: url(../assign2-banner.jpg) no-repeat;
  background-size: cover;
}
.product-banner .alignment-box {
  max-width: 600px;
  margin-bottom: 0;
  margin-top: 110px;
}
.product-banner .alignment-box h1 {
  padding: 0;
  color: #2F4052;
  font-size: 42px;
  font-weight: 800;
  margin: 0;
  text-align: left;
  line-height: 40px;
  text-transform: uppercase;
}
.product-banner .alignment-box p {
  color: #2F4052;
  font-size: 22px;
  font-weight: 400;
  padding: 0 72px 0 0;
  line-height: 36px;
  word-spacing: 5px;
  margin: 30px 0 30px 0;
}
/* /// Product Hero Section Styling /// */

/* /// How Assign2 Works Section Styling /// */
.how-two-work {
  text-align: left;
  padding: 60px 0 0 0;
}
.how-two-work h2 {
  color: #2F4052;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.how-two-work p {
  color: #2F4052;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 50px !important;
}
.performance-analysis {
  background: #F3F7FA;
  padding: 60px 0 60px;
}
.performance-analysis .card {
  min-height: 343px;
  padding: 20px 15px;
  border-radius: 2px;
}
.performance-analysis .card .card-serial {
  left: 5px;
  top: -35px;
  color: #2D75BF;
  font-size: 70px;
  font-weight: 500;
  line-height: 60px;
  position: absolute;
}
.performance-analysis .card img {
  display: block;
  max-width: 60px;
  margin: 0 auto;
}
.performance-analysis .card img.max-w-55 {
  max-width: 55px;
}
.performance-analysis .card img.max-w-90 {
  max-width: 90px;
}
.performance-analysis .card h3 {
  color: #2F4052;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin: 20px 0 15px 0;
}
.performance-analysis .card p {
  color: #2F4052;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin: 0 !important;
}
.performance-analysis .card .card-serial.red-color {
  color: #BC1F26;
}
.performance-analysis .card .card-serial.green-color {
  color: #498549;
}
.performance-analysis .card .card-serial.yellow-color {
  color: #FAB519;
}
/* /// How Assign2 Works Section Styling /// */

/* /// Product Features Section Styling /// */
.grading-feedback-wrapper {
  padding: 60px 0;
}
.grading-feedback-wrapper .pb-15 {
  padding-bottom: 60px !important;
}
.grading-feedback-wrapper .feedback-image {
  width: 100%;
  box-shadow: 0 1px 4px 0 #cecece;
}
.grading-feedback-wrapper .pl-10 {
  padding-left: 40px !important;
}
.grading-feedback-wrapper h2 {
  color: #2F4052;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 25px;
}
.grading-feedback-wrapper .paragraph-text {
  margin: 0;
  color: #2F4052;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}
.pt-15 {
    padding-top: 60px !important;
}
.name-department-institution .image-circle {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}
.name-department-institution .image-circle img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 4px 0 #cecece;
}
.name-department-institution p {
  color: #2F4052;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}
.name-department-institution h3 {
  padding: 0;
  color: #2F4052;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
}
.name-department-institution h4 {
  padding: 0;
  color: #2F4052;
  font-size: 18px;
  font-weight: 400;
}
.pb-30 {
  padding-bottom: 30px;
}
/* /// Product Features Section Styling /// */

/* /// Product Hero Section Styling /// */
.sem-product-banner {
  width: 100%;
  height: 545px;
  display: flex;
  margin-top: 56px;
  align-items: center;
  background: url(../sem-banner.jpg) no-repeat;
  background-size: cover;
}
.sem-product-banner .alignment-box {
  max-width: 600px;
  margin-bottom: 0;
  margin-top: 110px;
}
.sem-product-banner .alignment-box h1 {
  padding: 0;
  color: #2F4052;
  font-size: 42px;
  font-weight: 800;
  margin: 0;
  text-align: left;
  line-height: 40px;
  text-transform: uppercase;
}
.sem-product-banner .alignment-box p {
  color: #2F4052;
  font-size: 22px;
  font-weight: 400;
  padding: 0 72px 0 0;
  line-height: 36px;
  word-spacing: 5px;
  margin: 30px 0 30px 0;
}
/* /// Product Hero Section Styling /// */

/* /// Exam Feedback Section Styling /// */
.exam-feedback {
  padding: 60px 0 20px;
}
.exam-feedback h2 {
  color: #2F4052;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 50px;
}
.verifies-identity {
	display: flex;
	margin-bottom: 20px;
	align-items: flex-start;
}
.verifies-identity img {
  width: 30px;
}
.ml-5 {
  margin-left: 20px;
}
.verifies-identity h3 {
  color: #2F4052;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
.verifies-identity p {
  margin: 0;
  color: #2F4052;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.performance-analysis .card.sem-product {
  min-height: 285px;
}
.mb-60 {
  margin-bottom: 60px;
}
/* /// Exam Feedback Section Styling /// */

/* /// Support Section Styling /// */
.support-wrapper {
  padding-top: 56px;
  background: #DCE3EB;
}
.support-wrapper img {
  width: 100%;
  margin-top: 50px;
}
.support-wrapper h2 {
  color: #2F4052;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
  letter-spacing: 1px;
}
.search-field {
  width: 90%;
  position: relative;
}
.search-field input {
  width: 100%;
  height: 50px;
  color: #2F4052;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  border-radius: 35px;
  background: #ffffff;
  padding: 5px 60px 5px 20px;
  border: 1px solid #aca8a8;
}
.search-field input:focus-visible {
  outline: none;
}
.search-field input:focus {
  box-shadow: 0 0 3px 0 #3175ba;
}
.search-field input:focus {
  border-color: #3175ba;
}
.search-field img {
  top: 16px;
  margin: 0;
  right: 25px;
  width: 20px;
  height: auto;
  position: absolute;
}
.help-desk {
  padding: 60px 0 60px 0;
}
.help-desk h2 {
  color: #2F4052;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 30px;
}
.help-desk .card {
  border: 0;
  padding: 40px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0 0 4px 0 #c7c7c7;
}
.help-desk .card span {
  display: flex;
  min-height: 60px;
  max-height: 60px;
  align-items: center;
  justify-content: center;
}
.help-desk .card img {
  max-width: 60px;
}
.help-desk .card h3 {
  color: #2F4052;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0 15px 0;
}
.help-desk .card p {
  margin: 0;
  color: #2F4052;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
/* /// Support Section Styling /// */

/* /// Support Section Styling /// */
.contact-banner {
	width: 100%;
	height: 425px;
	display: flex;
	margin-top: 56px;
	align-items: center;
	background: url("../contact-banner.jpg") no-repeat;
	background-size: cover;
}
.contact-banner .alignment-box {
    min-width: 465px;
    max-width: 465px;
    text-align: left;
    margin: 0 0 0 auto;
}
.contact-banner h1 {
    padding: 0;
    color: #2F4052;
    font-size: 38px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 25px;
}
.contact-banner p {
  font-size: 18px;
  color: #2c3e50;
}
.contact-details {
  padding: 40px 0;
}
.contact-details .row {
  display: flex;
  align-items: stretch;
}
.contact-details .row > div {
  display: flex;
}
.contact-details .card {
  border: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 30px 20px;
  box-shadow: 0 1px 5px 0 #cecece;
}
.contact-details .card-content {
  flex-grow: 1;
}
.contact-details .card img {
  width: 60px;
  display: block;
  margin: 0 auto 30px;
}
.contact-details .card h2 {
  color: #2F4052;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
.contact-details .card p {
  padding: 0 40px;
  font-size: 16px;
  font-weight: 400;
  color: #2c3e50;
  line-height: 24px;
  text-align: center;
}
.contact-details .card a {
  font-size: 16px;
  font-weight: 500;
  color: #3175ba;
  text-align: center;
  margin-bottom: 15px;
  text-decoration: none;
}
.mb-52 {
  margin-bottom: 52px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.contact-details .card .btn {
  min-width: 210px;
  padding: 15px 30px 15px 30px;
}
.contact-details .card form input {
  width: 100%;
  outline: none;
  min-height: 48px;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: 1px solid #cecece;
  box-shadow: 0 2px 4px 0 #cecece;
}
.contact-details .card form input:focus {
  border-color: #3175ba;
  box-shadow: 0 0 2px 0 #3175ba;
}
.contact-details .card form textarea {
  width: 100%;
  resize: none;
  outline: none;
  min-height: 100px;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: 1px solid #cecece;
  box-shadow: 0 2px 4px 0 #cecece;
}
.contact-details .card form textarea:focus {
  border-color: #3175ba;
  box-shadow: 0 0 2px 0 #3175ba;
}
.form-message {
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.form-message-success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.form-message-error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
/* /// Support Section Styling /// */

/* /// media queries /// */
@media (min-width: 1040px) and (max-width: 1190px) {
  v-container {
    width: 100%;
  }
  .clients-wrapper {
    padding: 60px 10px 100px 10px;
  }
  .logos-wrapper img {
    margin: 0 40px;
  }
  .contact-details .card p {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1040px) {
  v-container {
    width: 100%;
  }
  .absolute-img {
    left: -150px;
  }
  .logos-wrapper img {
    margin: 0 30px;
  }
  .contact-details .card p {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  v-container {
    width: 100%;
  }
  .header .container {
    max-width: 100%;
    width: 100% !important;
  }
  .clients-wrapper p {
    margin-bottom: 20px;
  }
  .grading-designed img {
    margin: 0 auto;
  }
  .grading-designed h2 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .grading-designed p {
    text-align: center;
  }
  .column-mobile-view-reverse {
    flex-direction: column-reverse;
  }
  .absolute-img {
    left: 10px;
  }
  .img-absolute {
    top: -102px;
    right: 10px;
  }
  .logos-wrapper img {
    margin: 0 10px;
    max-width: 120px;
  }
  .pl-150 {
    padding-left: 25px !important;
  }
  .header nav a {
    margin-right: 0;
  }
  .navbar-nav .nav-item {
    margin: 10px 0;
  }
  .product-banner {
    height: 365px;
  }
  .performance-analysis .card {
    min-height: 250px;
    margin-bottom: 40px;
  }
  .performance-analysis {
    padding: 60px 0 0;
  }
  .grading-feedback-wrapper h2 br {
    display: none;
  }
  .grading-feedback-wrapper h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .grading-feedback-wrapper .paragraph-text {
    font-size: 16px;
  }
  .name-department-institution .image-circle {
    margin-bottom: 15px;
  }
  .pt-15 {
    padding-top: 15px !important;
  }
  .name-department-institution {
    margin-bottom: 30px;
  }
  .grading-feedback-wrapper {
    padding: 40px 0 0;
  }
  .help-desk .card {
    padding: 20px;
    min-height: 230px;
  }
  .help-desk .card h3 {
    font-size: 18px;
  }
  .contact-banner {
    height: 225px;
  }
  .w-100 {
    margin: 0 auto !important;
  }
  .contact-details .card {
    margin-bottom: 20px;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .navbar-toggler {
    top: 0;
    right: 10px;
    position: sticky;
  }
  .header .container {
    width: 100%;
  }
  .clients-wrapper {
    padding: 20px 0 50px 0;
  }
  v-container {
    width: 100%;
  }
  .clients-wrapper img {
    margin: 20px 0;
  }
  .pl-150 {
    padding-left: 15px !important;
  }
  .column-mobile-view-reverse {
    flex-direction: column-reverse;
  }
  .grading-designed h2 {
    width: 100%;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
  }
  .grading-designed p {
    font-size: 18px;
    text-align: center;
  }
  .grading-designed .mt-4 {
    margin-top: 0 !important;
  }
  .absolute-img {
    left: 15px;
  }
  .img-absolute {
    top: -100px;
    right: 15px;
  }
  .logos-wrapper img {
    margin: 0 10px;
    max-width: 90px;
  }
  .footer-wrapper ul {
    padding-left: 0;
  }
  .footer-wrapper ul li {
    margin-left: 25px;
  }
  header, footer {
    padding: 8px 0;
  }
  .product-banner {
    height: 345px;
  }
  .performance-analysis .card {
    min-height: 223px;
    margin-bottom: 40px;
  }
  .performance-analysis {
    padding: 60px 0 0;
  }
  .grading-feedback-wrapper {
    padding: 30px 0 0;
  }
  .grading-feedback-wrapper .pl-10 {
    padding-left: 10px !important;
  }
  .grading-feedback-wrapper h2 br {
    display: none;
  }
  .grading-feedback-wrapper h2 {
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .grading-feedback-wrapper .paragraph-text {
    font-size: 16px;
  }
  .grading-feedback-wrapper .pb-15 {
    padding-bottom: 20px !important;
  }
  .grading-feedback-wrapper .mobile-view-reverse-column {
    flex-direction: column-reverse;
  }
  .pt-15 {
    padding-top: 20px !important;
  }
  .name-department-institution .image-circle {
    margin-bottom: 15px;
  }
  .name-department-institution p {
    margin-bottom: 10px;
  }
  .name-department-institution h3 {
    margin-bottom: 10px;
  }
  .name-department-institution {
    margin-bottom: 30px;
  }
  .support-wrapper img {
    width: 50%;
    display: block;
    margin: 30px auto 30px;
  }
  .w-100 {
    margin: 0 auto !important;
  }
  .support-wrapper h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .search-field {
    margin-bottom: 30px;
  }
  .search-field img {
    margin: 0 !important;
    width: 20px !important;
  }
  .help-desk {
    padding: 30px 0 0 0;
  }
  .help-desk h2 {
    margin-bottom: 20px;
  }
  .contact-banner .alignment-box {
    min-width: 100%;
    max-width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
  }
  .contact-banner h1 {
    color: #ffffff;
  }
  .contact-banner p {
    color: #ffffff;
  }
  .contact-details .card {
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 574px) {
  .header .navbar-brand img {
    width: 180px;
  }
  .navbar-toggler {
    right: 10px;
    position: sticky;
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0 #cecece !important;
  }
  header, footer {
    padding: 8px 0;
  }
  .header .container {
    width: 100%;
  }
  .dashboard-banner .alignment-box h1 {
    font-size: 30px;
  }
  .dashboard-banner .alignment-box p {
    font-size: 20px;
    padding: 0;
    margin: 10px 0 20px 0;
  }
  .dashboard-banner .alignment-box .btn {
    font-size: 14px;
    min-width: 125px;
  }
  .dashboard-banner {
    height: 280px;
  }
  v-container {
    width: 100%;
  }
  .clients-wrapper p {
    margin-bottom: 10px;
    margin-top: 40px;
  }
  .clients-wrapper img {
    margin: 15px 0;
  }
  .clients-wrapper {
    padding: 60px 0 30px 0;
  }
  .grading-designed h2 {
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .grading-designed p {
    font-size: 16px;
    text-align: center;
  }
  .pl-150 {
    padding-left: 10px !important;
  }
  .grading-designed p.mt-4 {
    margin-top: 0 !important;
  }
  .column-mobile-view-reverse {
    flex-direction: column-reverse;
  }
  .absolute-img {
    left: 10px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .img-absolute {
    right: 10px;
  }
  .mb-15.pb-5 {
    padding-bottom: 1rem !important;
  }
  .meets-grading-wrapper {
    padding: 20px 0 0;
  }
  .meets-grading-wrapper h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .students-detail {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .students-detail .ml-10 {
    margin-left: 0 !important;
  }
  .students-detail h3 {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .students-detail p {
    text-align: center;
  }
  .learning-management {
    padding: 20px 0;
  }
  .learning-management h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .logos-wrapper {
    flex-direction: column;
  }
  .logos-wrapper img {
    margin: 15px 0;
    max-width: 50%;
  }
  .footer-wrapper ul {
    padding-left: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-wrapper ul li {
    width: 100%;
    margin-left: 0;
  }
  .product-banner {
    height: 200px;
  }
  .product-banner .alignment-box h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .product-banner .alignment-box p {
    font-size: 16px;
    padding: 0;
    line-height: 22px;
    word-spacing: 3px;
    margin: 10px 0 40px 0;
  }
  .product-banner .alignment-box {
    margin-top: 80px;
  }
  .how-two-work h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .how-two-work p {
    font-size: 16px;
    margin-bottom: 20px !important;
  }
  .performance-analysis .card {
    margin-bottom: 40px;
    min-height: inherit;
  }
  .performance-analysis {
    padding: 60px 0 0;
  }
  .grading-feedback-wrapper {
    padding: 30px 0 0;
  }
  .grading-feedback-wrapper .pl-10 {
    padding-left: 10px !important;
  }
  .grading-feedback-wrapper h2 br {
    display: none;
  }
  .grading-feedback-wrapper h2 {
    font-size: 22px;
    margin: 15px 0 10px 0;
  }
  .grading-feedback-wrapper .pb-15 {
    padding-bottom: 20px !important;
  }
  .mobile-view-reverse-column {
    flex-direction: column-reverse;
  }
  .grading-feedback-wrapper .paragraph-text {
    font-size: 16px;
  }
  .pt-15 {
    padding-top: 20px !important;
  }
  .name-department-institution .image-circle {
    margin-bottom: 15px;
  }
  .name-department-institution p {
    margin-bottom: 10px;
  }
  .name-department-institution h3 {
    margin-bottom: 10px;
  }
  .name-department-institution {
    margin-bottom: 30px;
  }
  .sem-product-banner .alignment-box h1 {
    font-size: 30px;
  }
  .sem-product-banner .alignment-box p {
    font-size: 18px;
    padding: 0;
    line-height: 26px;
    margin: 15px 0 15px 0;
  }
  .sem-product-banner .alignment-box {
    margin-top: 0;
  }
  .sem-product-banner {
    height: 285px;
  }
  .exam-feedback {
    padding: 20px 0 20px;
  }
  .exam-feedback h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .how-it-works.mb-60 .how-two-work {
    padding: 0;
  }
  .performance-analysis .card.sem-product {
    min-height: inherit;
  }
  .w-100 {
    margin: 0 auto !important;
  }
  .support-wrapper img {
    margin: 20px auto 20px;
  }
  .support-wrapper h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .search-field {
    width: 100%;
    margin-bottom: 15px;
  }
  .search-field img {
    margin: 0 !important;
  }
  .help-desk {
    padding: 20px 0 20px 0;
  }
  .help-desk h2 {
    margin-bottom: 20px;
  }
  .help-desk .card {
    padding: 15px;
    margin-bottom: 10px;
  }
  .contact-banner {
    height: 200px;
  }
  .contact-banner .alignment-box {
    min-width: 100%;
    max-width: 100%;
    padding: 10px 10px;
    background: rgba(0, 0, 0, 0.5);
  }
  .contact-banner h1 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .contact-banner p {
    font-size: 16px;
    color: #ffffff;
  }
  .contact-details {
    padding: 20px 0;
  }
  .contact-details v-container {
    padding: 0;
  }
  .contact-details .card {
    min-height: auto;
    margin-bottom: 15px;
    padding: 20px 10px 20px;
  }
  .contact-details .card p {
    padding: 0;
  }
  .mb-52 {
    margin-bottom: 25px !important;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
  .mb-30 {
    margin-bottom: 15px !important;
  }
  .mb-10 {
    margin-bottom: 5px !important;
  }
}
/* /// media queries /// */
.flex-box{
    display: flex;
    align-items: baseline;
}

.flex-box span{
    padding-right: 15px;
}

.ml-23{
    margin-left: 23px;
}

.ml-50{
    margin-left: 50px;
}

.count-details{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 20px 0;
}

.count-box{
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 5px;
}

.count-box h3{
    margin: 0;
    font-size: 18px;
}

.count-box p{
    margin: 0;
    padding-top: 5px;
}

.count-box span{
    font-style: italic;
    color: #666;
}

.ml-15{
    margin-left: 15px !important;
}

.ml-40{
    margin-left: 40px !important;
}

.mb-20{
    margin-bottom: 20px;
}

.r-color{
    color: #ff0000;
}

.pt-55{
    padding-top: 55px;
}

.list-view{
    margin-bottom: 15px;
}

.list-view li{
    font-size: 15px;
    color: #2c3e50;
    list-style: disc;
    line-height: 30px;
    margin-left: 20px;
}

.card{
    max-width: 320px;
    padding: 10px 15px;
    background: #ffffff;
    margin: 20px 0;
}

.card h5{
    font-size: 16px;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 5px;
}

.card ul{
    padding: 0;
}

.card ul li{
    list-style: none;
}

.card ul li a{
    font-size: 15px;
    color: #2e75bf;
    font-weight: 400;
    text-decoration: none;
}

.card ul li a:hover{
    color: #0c55a1;
}

.card ul li a span{
    color: #2c3e50;
    margin-right: 3px;
}

.ytcontainer{
    position: relative;
    width: 100%;
    max-width: 640px;
    padding-bottom: 36%;
    height: 0;
    margin: 20px 0;
}

.ytvideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}