body {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ------------------------
    Typography
------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 800;
}

a {
  text-decoration: none;
  font-family: "SF Pro Display", sans-serif;
}

.para-text-justify {
  text-align: justify;
}

.min-vh-50 {
  min-height: 60vh !important;
}

.min-vh-75 {
  min-height: 80vh !important;
}

.min-vh-80 {
  min-height: 90vh !important;
}

/*topbar section*/

.bg-topbar {
  background-color: #ffbe02;
  text-align: center;
  padding: 8px 0 0 0;
}

#topbar {
  text-align: center !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-icon {
  display: flex;
  gap: 7px;
  justify-content: start;
  align-items: center;
}

.social-icon a {
  color: #fff;
  font-size: 14px;
  display: flex;
  background: #000000d4;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 5px;
}

.bg-topbar {
  padding: 5px 0 5px;
  height: auto;
}

#topbar p {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
}

.top-call-icon {
  color: #3682f5;
  font-size: 20px;
  border-radius: 30px;
}

/*topbar section*/

/*hero section*/
.bg-hero {
  background-image: url(../images/hero/background.jpg);
}

/*hero section*/

/*report card*/
.bg-card {
  background-image: url("../images/report-card/background.png");
  background-repeat: no-repeat;
  background-color: #7849d8;
}

.bg-card h4 {
  font-size: 50px !important;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif;
  line-height: 60px;
}

.bg-card h6 {
  font-size: 50px !important;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 60px;
}

.bg-card p {
  font-size: 16px !important;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 30px;
  color: #fff !important;
}

/*report card*/

/*after-report-card*/
.after-report-card {
  background: linear-gradient(#7849d8, #815dc0);
}

.after-report-card h5 {
  font-size: 22px !important;
  font-weight: bold !important;
  font-family: "Montserrat", sans-serif;
  line-height: 60px;
}

.after-report-card p {
  font-size: 16px !important;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 22px;
  color: #fff !important;
}

/*after-report-card*/

/*paperless*/
.bg-paperless {
  background-image: url("../images/paperless/background.png");
  background-repeat: no-repeat;
  background-color: #2f3441;
}

.bg-paperless h4 {
  font-size: 60px !important;
  font-weight: bold !important;
  font-family: "Montserrat", sans-serif;
  line-height: 70px;
}

.bg-paperless p {
  font-size: 16px !important;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 30px;
  color: #fff !important;
}

@media only screen and (max-width: 600px) {
  .bg-paperless h4 {
    font-size: 40px !important;
  }
}

/*paperless*/

/*Scan & Download The App*/
.b-blc {
  background-color: black;
}

.b-blc h4 {
  font-size: 60px !important;
  font-weight: bold !important;
  font-family: "Montserrat", sans-serif;
  line-height: 70px;
}

.b-blc p {
  font-size: 16px !important;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 25px;
  color: #707070 !important;
}

@media only screen and (max-width: 600px) {
  .b-blc h4 {
    font-size: 40px !important;
  }
}

/*Scan & Download The App*/

/*parents-school-admin*/
.card-corner {
  border-radius: 30px;
}

/*parents-school-admin*/

a {
  text-decoration: none;
}

/**/
.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-corner-15 {
  border-radius: 15px;
}

.card-corner-10 {
  border-radius: 10px;
}

.bg-black-special {
  background-color: #1e1c20;
}

.navbar-bg {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-bottom: #e0e0e0 solid 1px;
}

.navbar-bg a {
  color: #000 !important;
  font-family: "SF Pro Display", sans-serif;
  font-weight: normal;
  font-size: 14px !important;
}

.navbar-bg a:hover {
  color: #000 !important;
  font-family: "SF Pro Display", sans-serif;
  font-weight: normal;
  font-size: 14px !important;
  text-decoration: underline;
}

/*main-color*/
.bg-main {
  background-color: #6c47f5;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 110px;
  right: 10px;
  z-index: 99;
  font-size: 16px;
  border: #ddb0ff solid 1px;
  outline: none;
  background-color: rgba(214, 161, 255, 0.3);
  color: #000000;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

#myBtn:hover {
  background-color: #6e40cc;
  color: #fff;
  opacity: 1;
}

/*bg-hero*/
.bg-hero h4 {
  font-size: 50px !important;
  font-family: "Montserrat", sans-serif;
  line-height: 60px;
}

.bg-hero p {
  font-size: 18px !important;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 60px;
}

/*bg-client*/
.bg-client h4 {
  font-size: 60px !important;
  font-weight: bold !important;
  font-family: "Montserrat", sans-serif;
  line-height: 60px;
}

.bg-client p {
  font-size: 18px !important;
  font-weight: bold !important;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 60px;
  color: #747474 !important;
}

/*bg-client*/

/*why-choose-us*/
.why-choose-us h4 {
  font-size: 40px !important;
  font-weight: bold !important;
  font-family: "Montserrat", sans-serif;
  line-height: 60px;
}

.why-choose-us h5 {
  font-size: 20px !important;
  font-weight: 400 !important;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 60px;
}

.why-choose-us h6 {
  font-size: 20px !important;
  font-weight: 400 !important;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 25px;
  color: #000000;
}

.why-choose-us p {
  font-size: 18px !important;
  font-family: "Helvetica Neue", sans-serif;
  color: #747474 !important;
}

/*why-choose-us*/

/*awards-recognitions*/
.awards-recognitions h4 {
  font-size: 40px !important;
  font-weight: bold !important;
  font-family: "Montserrat", sans-serif;
  line-height: 60px;
}

.awards-recognitions a {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.awards-recognitions a:hover {
  opacity: 0.4;
}

/*awards-recognitions*/

/*bd-footer*/
.bg-footer {
  /*background-color: #8266fe;*/
  background-color: #ffffff !important;
  background-image: url(../images/home/bg-footer.jpg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.bg-footer h5 {
  /*	color: #e6e0ff;*/
  color: #000000;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
}

.bg-footer ul li {
  margin-bottom: 12px;
}

.bg-footer ul li a {
  /*	color: #c3b6ff;*/
  color: #6e6d72;
  font-size: 15px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.bg-footer ul li a:hover {
  color: #000;
}

.bg-copyright {
  /*	background-color: #8266fe;*/
  background-color: #ffffff;
  border-top: #a292fe solid 1px;
}

.bg-copyright p {
  /*	color: #c3b6ff;*/
  color: #000000;
  font-size: 15px;
}

.social-icon.footer-social {
  display: flex;
  gap: 13px;
  justify-content: start;
  align-items: center;
  margin-top: 20px;
}

/*bd-footer*/

/*main-color*/
.bg-main {
  background-color: #6c47f5;
}

/*payroll-bg-color*/
.payroll-grad {
  background-image: linear-gradient(141.12deg, #313643, #132026);
}

/*record-management2*/
.record2-grad {
  background-image: linear-gradient(109deg, #313643, #5337af);
}

/*under developement page*/
.under-dev-bg {
  background-image: url("../images/under-development/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #8e79fe;
  padding: 180px 0 100px 0;
}

.under-dev-bg h4 {
  font-size: 50px !important;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif;
  line-height: 60px;
  margin-bottom: 20px;
}

.under-dev-bg p {
  font-size: 26px !important;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500 !important;
  line-height: 30px;
  color: #fff !important;
}

/*under developement page*/

/* home banner video section*/

video {
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
}

.banner-h1-heading {
  font-family: "SF Pro Display";
  font-weight: 900 !important;
  font-size: 26px;
  color: #310489;
}

/* home banner video section*/

/* home main-icon-section section*/
#main-icon-section {
  margin: 50px 0;
}

#main-icon-section h4 {
  font-family: "SF Pro Display", sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  margin-top: 50px;
  opacity: 1 !important;
}

#main-icon-section h4 a {
  font-family: "SF Pro Display", sans-serif;
  color: #000;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#main-icon-section h4 a:hover {
  font-family: "SF Pro Display", sans-serif;
  color: #2c2b2e;
}

#main-icon-section .icon-bg {
  padding: 14px;
  min-height: 130px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

#main-icon-section .theme-1 {
  background: #dee1ff;
  opacity: 1;
}

#main-icon-section .theme-2 {
  background: #c2daff;
  background-image: url(../images/home/main-icon-section/school-management.png);
  background-repeat: no-repeat;
  background-position: right;
}

#main-icon-section .theme-3 {
  background: #ffbe02;
  background-image: url(../images/home/main-icon-section/learning-management.png);
  background-repeat: no-repeat;
  background-position: right;
}

#main-icon-section .theme-4 {
  background: #f6e7ba;
  background-image: url(../images/home/main-icon-section/digital-branding.png);
  background-repeat: no-repeat;
  background-position: right;
}

#main-icon-section .theme-5 {
  background: #ae69e2;
  background-image: url(../images/home/main-icon-section/student-fee.png);
  background-repeat: no-repeat;
  background-position: right;
}

#main-icon-section .theme-6 {
  background: #a846f2;
  background-image: url(../images/home/main-icon-section/insurance-for-students.png);
  background-repeat: no-repeat;
  background-position: right;
}

#main-icon-section .theme-7 {
  background: #dee1ff;
  background-image: url(../images/home/main-icon-section/e-commerce.png);
  background-repeat: no-repeat;
  background-position: right;
}

#main-icon-section .theme-8 {
  background: #ffd55b;
  background-image: url(../images/home/main-icon-section/capacity-building.png);
  background-repeat: no-repeat;
  background-position: right;
}

#main-icon-section .theme-9 {
  background: #aab3ff;
  background-image: url(../images/home/main-icon-section/staffing-solutions.png);
  background-repeat: no-repeat;
  background-position: right;
}

#main-icon-section .theme-10 {
  background: #dee1ff;
  background-image: url(../images/home/main-icon-section/digital-content.png);
  background-repeat: no-repeat;
  background-position: right;
}

#main-icon-section .theme-11 {
  background: #aab3ff;
  background-image: url(../images/home/main-icon-section/payment-collection.png);
  background-repeat: no-repeat;
  background-position: right;
}

#main-icon-section .theme-12 {
  background: #d6a1ff;
  background-image: url(../images/home/main-icon-section/consultancy.png);
  background-repeat: no-repeat;
  background-position: right;
}

/* home main-icon-section section*/

.h1-heading {
  font-family: "SF Pro Display";
  font-weight: 900 !important;
  font-size: 46px;
}

/* home empower section*/
.empower-bg {
  background: #2b0183;
  min-height: 600px;
  background: transparent linear-gradient(142deg, #2b0183 0%, #9236e3 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 5px 7px 31px #00000005;
  border-radius: 30px;
  padding: 50px 150px;
}

.capacity-building-bg {
  background-image: url(../images/home/capacity-building-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

/* home empower section*/

/* home Simplify payments section*/
.simplify-payments-bg {
  background-color: #2d6551;
  min-height: 600px;
  box-shadow: 5px 7px 31px #00000005;
  border-radius: 30px;
  padding: 80px 150px;
}

.fee-finance-bg {
  background-color: #f0efef;
  background-image: url(../images/home/fee-finance-bg-coins.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.insurance-bg {
  background-color: #f0efef;
  background-image: url(../images/home/insurance-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.payment-collection-bg {
  background-color: #f0efef;
  background-image: url(../images/home/payment-collection-bg.png);
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.payment-collection-bg h2 {
  font-family: "SF Pro Display";
  font-weight: 900 !important;
  font-size: 35px;
  padding-top: 90px;
}

/* home Simplify payments section*/

/* home Secure top hires section*/
.secure-section-bg {
  background-color: #35283c;
  min-height: 600px;
  box-shadow: 5px 7px 31px #00000005;
  border-radius: 30px;
  padding: 80px 150px;
}

.h2-heading {
  background: -webkit-linear-gradient(#6452f2 0%, #cd80db 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
}

.staffing-solutions {
  background-image: url(../images/home/staffing-solutions-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #f4e7f8;
}

.e-commerce-bg {
  background-color: #f0efef;
  background-image: url(../images/home/e-commerce-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.consultancy-management-bg {
  background-color: #f0efef;
  background-image: url(../images/home/consultancy-management-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

/* home Secure top hires section*/

/* home Showcase uniqueness section*/
.showcase-section-bg {
  background-color: #0a556a;
  min-height: 600px;
  box-shadow: 5px 7px 31px #00000005;
  border-radius: 30px;
  padding: 80px 150px;
}

.digital-content-bg {
  background-color: #f0efef;
  background-image: url(../images/home/digital-content-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

/* Showcase uniqueness section*/

/* home Convenience starts Section*/
#convenience-starts {
  padding: 30px 0;
}

#convenience-starts h1 {
  font-family: "SF Pro Display";
  font-weight: 900 !important;
  font-size: 55px;
  margin-bottom: 50px;
}

/* Convenience starts Section*/

/* home Membership Plans section*/
.membership-plans-bg {
  background: #1c1c1c;
  min-height: 600px;
  box-shadow: 5px 7px 31px #00000005;
  border-radius: 30px;
  /*	padding: 50px 100px;	*/
}

.card1-bg {
  background-color: #383838;
}

.card2-bg {
  background-color: #764ce0;
}

.card3-bg {
  background-color: #afa3fe;
}

/* Membership Plans section*/

.sidebar-list a {
  /*	color: #621eb7;*/
  color: #5266cc;
  font-size: 15px;
  opacity: 0.8;
  font-weight: 500;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.sidebar-list a:hover {
  color: #ae69e2;
  margin-left: 5px;
}

.sidebar-list i {
  color: #2e0386;
}

.h2-heading-sidebar-list {
  background: -webkit-linear-gradient(#6452f2 0%, #cd80db 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
}

/* About us page */
.about-section-1 {
  background: transparent linear-gradient(305deg, #8a62e4 0%, #a684e8 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 14px 14px 31px #0000000a;
}

.about-section-1 p {
  font-size: 14px;
  font-weight: 400 !important;
}

/* About us page */

.whatsuplink {
  position: fixed;
  right: 5px;
  bottom: 52px;
  z-index: 333;
}

.keks_form {
  position: fixed;
  right: 5px;
  top: 310px;
  z-index: 333;
}

/* Keka Form */

/* start responsive screens code*/

/* as per responsinator width: 1024px*/
@media (max-width: 1200px) {
  body {
    background: #fff;
  }

  .secure-section-bg {
    min-height: 350px;
    border-radius: 10px;
    padding: 40px 40px;
  }

  .h1-heading {
    font-family: "SF Pro Display";
    font-weight: 400 !important;
    font-size: 24px;
  }

  .empower-bg {
    min-height: 400px;
    border-radius: 10px;
    padding: 20px 30px;
  }

  .simplify-payments-bg {
    min-height: 600px;
    border-radius: 10px;
    padding: 20px 30px;
  }

  .showcase-section-bg {
    min-height: 600px;
    border-radius: 10px;
    padding: 20px 30px;
  }

  .bg-copyright p {
    /* color: #c3b6ff; */
    font-size: 12px;
  }

  .banner-h1-heading {
    font-family: "SF Pro Display";
    font-weight: 600 !important;
    font-size: 20px;
    color: #310489;
  }
}

/* as per responsinator width: 768px*/
@media (max-width: 992px) {
  body {
    background: #fff;
  }

  .secure-section-bg {
    min-height: 350px;
    border-radius: 10px;
    padding: 40px 40px;
  }

  .h1-heading {
    font-family: "SF Pro Display";
    font-weight: 400 !important;
    font-size: 24px;
  }

  .empower-bg {
    min-height: 500px;
    border-radius: 10px;
    padding: 20px 30px;
  }

  .min-vh-50 {
    min-height: 40vh !important;
  }

  .simplify-payments-bg {
    min-height: 600px;
    border-radius: 10px;
    padding: 20px 30px;
  }

  .showcase-section-bg {
    min-height: 500px;
    border-radius: 10px;
    padding: 20px 30px;
  }

  .bg-copyright p {
    /* color: #c3b6ff; */
    font-size: 12px;
  }

  .banner-h1-heading {
    font-family: "SF Pro Display";
    font-weight: 600 !important;
    font-size: 20px;
    color: #310489;
  }
}

/* as per responsinator width: 734px/width: 684px/width: 667px/width: 736px*/
@media (max-width: 767px) {
  body {
    background: #fff;
  }

  .secure-section-bg {
    min-height: 350px;
    border-radius: 10px;
    padding: 40px 40px;
  }

  .h1-heading {
    font-family: "SF Pro Display";
    font-weight: 400 !important;
    font-size: 24px;
  }

  .empower-bg {
    min-height: 600px;
    border-radius: 10px;
    padding: 20px 60px;
  }

  .min-vh-50 {
    min-height: 80vh !important;
  }

  .simplify-payments-bg {
    min-height: 600px;
    border-radius: 10px;
    padding: 20px 30px;
  }

  .showcase-section-bg {
    min-height: 600px;
    border-radius: 10px;
    padding: 20px 30px;
  }

  .bg-copyright p {
    /* color: #c3b6ff; */
    font-size: 12px;
  }

  .digital-branding-solutions-image img {
    width: 60%;
    float: right;
  }

  .banner-h1-heading {
    font-family: "SF Pro Display";
    font-weight: 600 !important;
    font-size: 20px;
    color: #310489;
  }
}

.qc-logo-header {
  height: 65px;
  padding: 0;
  margin: 0;
}
.qt-logo-header {
  height: 52px;
  padding: 0;
  margin: 0;
}

/* as per responsinator width: 375px/width: 412px*/
@media (max-width: 466px) {
  body {
    background: #fff;
  }

  .whatsuplink,
  .keks_form {
    bottom: 50px;
    top: unset;
  }

  .secure-section-bg {
    min-height: 350px;
    border-radius: 10px;
    padding: 20px 30px;
  }

  .h1-heading {
    font-family: "SF Pro Display";
    font-weight: 400 !important;
    font-size: 24px;
  }

  .empower-bg {
    min-height: 600px;
    border-radius: 10px;
    padding: 20px 30px;
  }

  .simplify-payments-bg {
    min-height: 600px;
    border-radius: 10px;
    padding: 20px 30px;
  }

  .min-vh-50 {
    min-height: 60vh !important;
  }

  .min-vh-80 {
    min-height: 70vh !important;
  }

  .min-vh-75 {
    min-height: 60vh !important;
  }

  .showcase-section-bg {
    min-height: 600px;
    border-radius: 10px;
    padding: 20px 30px;
  }

  .bg-copyright p {
    /* color: #c3b6ff; */
    font-size: 10px;
  }

  .digital-branding-solutions-image img {
    width: 50%;
    float: right;
  }

  .payroll-grad-image img {
    width: 40%;
    float: right;
  }

  .banner-h1-heading {
    font-family: "SF Pro Display";
    font-weight: 600 !important;
    font-size: 16px;
    color: #310489;
  }
  .qc-logo-header {
    height: 50px;
    margin: 0;
  }
  .qt-logo-header {
    height: 38px;
    margin: 0;
  }
}

/* end responsive screens code*/

/*quick Links*/
.list-group-item {
  background-color: transparent;
  border: 0px;
}

.list-group-item i {
  font-size: 8px;
  color: #8493da;
  position: relative;
  top: -1px;
}

/* service page hover text animation */
.service-text:hover {
  font-size: 16pt;
  cursor: pointer;
  transition: border-color 0s, font-size 0.8s ease-out;
}

/* whatsapp Side Text */
.hide {
  display: none;
}

.myDIV:hover + .hide {
  display: block;
  color: red;
}

.content-main-container .card-title {
  position: relative;
  font-size: clamp(18px, 4vw, 24px) !important;
  font-weight: 400 !important;
}

.content-main-container .card-title::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15%;
  height: 2.5px;
  bottom: -10px;
  left: 0;
  /* background-color: #FFBE02; */
  background: rgb(255, 190, 2);
  background: linear-gradient(
    90deg,
    rgba(255, 190, 2, 1) 0%,
    rgb(246, 248, 180) 100%
  );
  border-radius: 50px;
  color: red !important;
  box-shadow: rgba(244, 216, 8, 0.05) 0px 1px 0px,
    rgba(247, 235, 99, 0.1) 0px 0px 8px;
}

.content-main-container .card-text {
  margin: 10px 0px;
  /* font-size: 18px!important; */
}

p.conclusion-text {
  font-size: clamp(10px, 4vw, 18px);
  line-height: 1.6;
}

.conclusion-container {
  background: rgb(255, 190, 2);
  background: linear-gradient(
    90deg,
    rgba(255, 190, 2, 1) 0%,
    rgba(255, 255, 255, 0.9613970588235294) 200%
  );
}

.conclusion-text-container {
  padding: clamp(10px, 4vw, 48px) !important;
}

.quick-mv-view {
  display: none;
}

@media (max-width: 768px) {
  .quick-mv-view {
    display: block;
  }

  .quick-web-view {
    display: none;
  }

  .content-main-container .card-text.para-text-justify {
    text-align: left;
  }
}
