/* You can add global styles to this file, and also import other style files */
.bullet-none {
  list-style: none;
}

.text-primary {
  color: #1b4fa4 !important;
}

.text-danger {
  color: #e84e44 !important;
}

.text-secondary {
  color: #e84e44 !important;
}

.text-italic {
  font-size: 1.25rem;
  font-weight: 500;
  font-style: italic;
}

.pst-35 {
  position: relative;
  top: -35px;
  margin-bottom: -35px;
}

html, body {
  border: 0;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: 'Roboto', sans-serif;
  color: #4d4d4f;
  line-height: 1.3;
}

.text-20 {
  font-size: 1.1rem;
}

.text-18 {
  font-size: 1rem;
}

header {
  height: 65px;
  background: #1b4fa4;
  width: 100%;
  border-top: 8px solid #e84e44;
}

@media (max-width: 768px) {
  header {
    height: 64px;
  }
}

header .shadow-wrap {
  -webkit-filter: drop-shadow(-1px 0px 3px rgba(50, 50, 0, 0.5));
  filter: drop-shadow(-1px 0px 3px rgba(50, 50, 0, 0.5));
}

header .container {
  position: relative;
  z-index: 1;
}

header .logo-wrappper {
  width: 340px;
  height: 90px;
  position: absolute;
  top: -10px;
  padding: 5px 0 0 5px;
  display: inline-block;
  background-color: white;
  border: solid 2px #ececec;
  z-index: 99;
  -webkit-clip-path: polygon(0 0, 100% 0%, 86% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 86% 100%, 0 100%);
  border-bottom-left-radius: 20px;
}

@media (max-width: 500px) {
  header .logo-wrappper {
    width: 150px !important;
    height: 67px !important;
    border-bottom-left-radius: 15px;
    padding-left: 10px;
    padding-top: 20px !important;
  }
  header .logo-wrappper img {
    width: 85% !important;
  }
}

@media (max-width: 1024px) {
  header .logo-wrappper {
    width: 220px;
    height: 66px;
    border-bottom-left-radius: 15px;
    padding-left: 10px;
    border: none;
    left: 1px;
    padding-top: 10px;
  }
  header .logo-wrappper img {
    width: 85%;
  }
}

@media screen and (min-width: 520px) and (max-width: 768px) {
  header .logo-wrappper {
    width: 300px;
    height: 78px;
    border-bottom-left-radius: 15px;
  }
  header .logo-wrappper img {
    width: 85%;
  }
}

header .logo-wrappper a {
  width: 287px;
  height: 70px;
}

header .header_nav {
  display: inline-block;
  float: right;
}

@media (max-width: 768px) {
  header .navbar-collapse {
    width: 100%;
    position: absolute;
    background: #1151b9;
    padding: 0;
    top: 56px;
    text-align: center;
    right: 0;
    z-index: 9;
  }
  header .navbar-collapse li {
    padding: 10px;
  }
  header .navbar-collapse li:hover {
    background: #1b4fa4;
  }
}

header .navbar-light .navbar-toggler {
  border: 0 !important;
}

@media (max-width: 350px) {
  header .navbar-toggler {
    padding: .25rem 0 !important;
  }
}

header .header_menu {
  padding: 18px 0 0 0 !important;
  position: inherit;
}

header .header_menu, header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

header .nav-link {
  position: relative;
  color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 400;
}

header .nav-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #e84e44;
}

@media (max-width: 768px) {
  header .nav-link:after {
    width: 0;
  }
}

header .nav-link.first:after {
  display: none;
}

header .controls {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
}

header .controls .prev {
  width: 25px;
  height: 25px;
  padding-right: 4px;
  line-height: 0;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 50%;
  background: #00aced;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

header .controls .prev:hover {
  background: #e74c45;
  cursor: pointer;
}

header .controls .prev i {
  line-height: 25px;
  color: white;
}

header .controls .single-chart {
  width: 28px;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

header .controls .circular-chart {
  height: 28px;
  margin: -8px auto;
}

header .controls .circle-bg {
  fill: none;
  stroke: #8c9dbb;
  stroke-width: 3;
}

header .controls .circle {
  fill: none;
  stroke-width: 3.5;
  stroke-linecap: round;
  -webkit-animation: progress 1s ease-out forwards;
          animation: progress 1s ease-out forwards;
}

@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

header .controls .circular-chart .circle {
  stroke: #00aced;
}

header .controls .circular-chart.green .circle {
  stroke: #4CC790;
}

header .controls .circular-chart.blue .circle {
  stroke: #3c9ee5;
}

header .controls .percentage {
  fill: #fff;
  font-family: sans-serif;
  font-size: 0.7em;
  text-anchor: middle;
}

header .controls .load-circle {
  width: 27px;
  height: 27px;
  line-height: 21px;
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #00aced;
  font-size: 10px;
  text-align: center;
  position: relative;
  top: -1px;
}

header .controls .next {
  width: 25px;
  height: 25px;
  padding-left: 4px;
  line-height: 0;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 50%;
  background: #00aced;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

header .controls .next:hover {
  background: #e74c45;
  cursor: pointer;
}

header .controls .next i {
  line-height: 25px;
  color: white;
}

@media (max-width: 768px) {
  header .controls {
    float: right;
  }
}

.grey-line {
  border-left: 2px solid #798c99;
}

@media (max-width: 767px) {
  .grey-line {
    border: none;
  }
}

/*Main Content*/
main {
  width: 100%;
}

main .username {
  font-weight: 900;
  font-size: 30px;
  color: #1b4fa4;
  padding: 0 0 0 94px;
}

@media (max-width: 992px) {
  main .username {
    padding: 0;
    font-size: 20px;
  }
}

main .welcome-hdng {
  padding: 0 0 0 36px;
}

@media (max-width: 992px) {
  main .welcome-hdng {
    padding: 0;
  }
}

main .welcome-hdng .welcome-text {
  background-color: #0054a5;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  width: auto;
  display: inline-block;
  height: 65px;
  margin: 0;
  vertical-align: top;
  line-height: 70px;
  margin: 2px -4px 1px -4px;
  padding: 0 25px;
}

@media (max-width: 992px) {
  main .welcome-hdng .welcome-text {
    text-align: center;
    padding: 10px 15px !important;
    border-radius: 10px;
    height: auto;
    line-height: inherit;
    font-size: 1.5rem !important;
  }
}

@media (max-width: 1220px) {
  main .welcome-hdng .welcome-text {
    font-size: 1.8125em;
    margin: 2px -5px 1px -5px;
    padding: 0 15px;
  }
}

main .welcome-hdng:before {
  background: url("/images/arrow-left.png") no-repeat;
  width: 55px;
  height: 70px;
  content: "";
  display: inline-block;
}

@media (max-width: 992px) {
  main .welcome-hdng:before {
    display: none;
  }
}

main .welcome-hdng:after {
  background: url("/images/arrow-right.png") no-repeat;
  width: 55px;
  height: 70px;
  content: "";
  display: inline-block;
}

@media (max-width: 992px) {
  main .welcome-hdng:after {
    display: none;
  }
}

main .welcome-des {
  font-size: 1.2rem;
  line-height: 35px;
  font-weight: 400;
  padding: 20px 0 0 94px;
  max-width: 900px;
}

@media (max-width: 992px) {
  main .welcome-des {
    padding: 20px 0;
  }
}

main .enter-room {
  padding: 20px 0 0 94px;
  display: inline-block;
  width: 100%;
}

@media (max-width: 992px) {
  main .enter-room {
    padding: 0;
  }
}

main .child-hdng {
  font-size: 1.8rem;
  font-weight: 900;
  color: #1b4fa4;
  width: 100%;
}

@media (max-width: 767px) {
  main .child-hdng {
    font-size: 20px;
  }
}

main .question-page .with-image .container, main .question-page .with-image-2 .container, main .question-page .with-image-3 .container, main .question-page .with-image-4 .container {
  padding-left: 160px;
  padding-top: 60px;
  padding-bottom: 85px;
}

@media (max-width: 992px) {
  main .question-page .with-image .container, main .question-page .with-image-2 .container, main .question-page .with-image-3 .container, main .question-page .with-image-4 .container {
    padding-left: 15px !important;
    height: 100% !important;
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  main .question-page .with-image .container, main .question-page .with-image-2 .container, main .question-page .with-image-3 .container, main .question-page .with-image-4 .container {
    height: 556px !important;
  }
}

@media (max-width: 1200px) {
  main .question-page .with-image .container, main .question-page .with-image-2 .container, main .question-page .with-image-3 .container, main .question-page .with-image-4 .container {
    padding-left: 280px;
    padding-top: 40px;
    height: 100%;
    overflow-y: auto;
    max-width: 100%;
    overflow-x: hidden;
    padding-bottom: 120px;
  }
}

main .with-image, main .with-image-2, main .with-image-3, main .with-image-4 {
  background: url("/images/teacher-img.png") no-repeat top left;
  width: 1400px;
  margin: auto;
}

@media (max-width: 992px) {
  main .with-image, main .with-image-2, main .with-image-3, main .with-image-4 {
    width: 100%;
    background: none !important;
  }
}

@media (max-width: 1200px) {
  main .with-image, main .with-image-2, main .with-image-3, main .with-image-4 {
    width: 100%;
  }
}

main .with-image .container, main .with-image-2 .container, main .with-image-3 .container, main .with-image-4 .container {
  padding-left: 160px;
  padding-top: 60px;
  padding-bottom: 115px;
}

@media (max-width: 992px) {
  main .with-image .container, main .with-image-2 .container, main .with-image-3 .container, main .with-image-4 .container {
    padding-left: 15px !important;
    height: 100% !important;
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  main .with-image .container, main .with-image-2 .container, main .with-image-3 .container, main .with-image-4 .container {
    height: 556px !important;
    padding-bottom: 120px !important;
  }
}

@media (max-width: 1200px) {
  main .with-image .container, main .with-image-2 .container, main .with-image-3 .container, main .with-image-4 .container {
    padding-left: 280px;
    padding-top: 40px;
    height: 100%;
    overflow-y: auto;
    max-width: 100%;
    overflow-x: hidden;
    padding-bottom: 120px;
  }
}

main .with-image-2 {
  background: url("/images/Teacher-2.png") no-repeat top left;
}

main .with-image-3 {
  background: url("/images/Teacher-img3.png") no-repeat top left;
}

main .with-image-4 {
  background: url("/images/Teacher-img4.png") no-repeat top left;
}

main .container {
  padding: 0 22px 22px;
}

main .drag-hdng {
  font-size: 1.375rem;
  font-style: italic;
}

main .drag-text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 25px;
}

@media (max-width: 768px) {
  main .drag-text {
    font-size: 1rem;
  }
}

main #cardPile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 570px) {
  main #cardPile {
    display: block;
  }
}

main .btn-drag {
  background: #1a4da0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a4da0), color-stop(46%, #1c4385), color-stop(92%, #221f22));
  background: linear-gradient(180deg, #1a4da0 0%, #1c4385 46%, #221f22 92%);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 22px;
  padding: 5px;
  -webkit-box-shadow: 1px 1px 6px 1px #94bcff;
  box-shadow: 1px 1px 6px 1px #94bcff;
}

main .btn-drag:hover {
  cursor: move;
  background: -webkit-gradient(linear, left bottom, left top, from(#1a4da0), color-stop(46%, #1c4385), color-stop(92%, #221f22));
  background: linear-gradient(0deg, #1a4da0 0%, #1c4385 46%, #221f22 92%);
}

@media (max-width: 768px) {
  main .btn-drag {
    padding: 10px;
  }
}

main .ui-draggable-disabled.btn-drag {
  -webkit-box-shadow: 1px 1px 6px 1px #8ba2c8;
          box-shadow: 1px 1px 6px 1px #8ba2c8;
  background: -webkit-gradient(linear, left top, left bottom, from(#798aa5), color-stop(46%, #596374), color-stop(92%, #343434));
  background: linear-gradient(180deg, #798aa5 0%, #596374 46%, #343434 92% 92%);
}

.zepo-btn {
  padding: 8px 45px 8px 30px;
  color: white;
  border: 0;
  background-color: #e84e44;
  border-bottom-left-radius: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 700;
  font-size: 1.26rem;
}

.zepo-btn:hover {
  background: #e5392d;
}

.zepo-btn i {
  margin-left: 5px;
  font-size: 1.26rem;
}

.zepo-btn-grey {
  background-color: #404040 !important;
}

.zepo-btn-grey:hover {
  background: #333333 !important;
}

/*Question Fields*/
.option-control {
  border-radius: 25px;
  border: 1px solid #949598;
  height: calc(1.2em + .35rem + 2px);
  width: 100%;
  color: #798c99;
  font-size: 1.25rem;
  padding: 0 15px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .option-control {
    font-size: 1rem;
  }
}

.active .option-control {
  color: #1b4fa4;
}

.que-no {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #798c99;
  color: #e74c45;
  text-align: center;
  line-height: 33px;
  font-weight: 700;
  font-size: 1.3rem;
  margin-right: 15px;
}

/* Footer Styles*/
footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  font-size: 1rem;
  color: #4d4d4f;
  line-height: 20px;
  border-top: 1px solid #798c99;
}

footer .footer {
  position: relative;
  width: 100%;
  height: 178px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
}

@media (max-width: 992px) {
  footer .footer {
    height: 75px;
  }
}

footer .footer_head {
  padding: 10px 0 0;
}

footer .footer_main {
  width: 100%;
}

footer strong {
  font-weight: 500;
  color: #1b4fa4;
  display: block;
}

footer ul {
  padding: 0 0 20px 20px;
  margin: 0;
}

footer ul strong {
  display: inline;
}

footer ul li {
  padding-bottom: 10px;
}

footer ul p {
  margin: 0 0 1rem -15px;
}

.modal-content {
  border-radius: 20px;
  border: solid 3px #798c99;
}

.popup-content {
  height: 85vh;
  overflow-y: auto;
  color: #4d4d4f;
  font-size: 0.9rem;
}

.popup-content p {
  margin-bottom: 7px;
  font-weight: 400;
}

.modal-close {
  font-size: 1.9rem;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  color: #e84e44 !important;
  opacity: 1 !important;
  border-radius: 50%;
  background: white;
  border: solid 2px #798c99;
  right: -11px;
  top: -10px;
  position: absolute;
  z-index: 99;
}

.modal-close:hover {
  color: #ff2315 !important;
}

.modal h4 {
  padding: 15px 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.list.bordered {
  border: none;
  padding: 0 15px;
}

.list.bordered li {
  border-bottom: 1px solid #cdd5dc;
  padding: 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9baab4;
  display: -webkit-inline-box;
  width: 100%;
}

.list.bordered li::before {
  margin: 0 !important;
}

.hand {
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #798c99;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #60727f;
}

/* Page Headnings*/
h1 {
  font-size: 1.7rem;
  color: #1b4fa4;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }
}

.line-hdng {
  font-weight: 500;
  border-left: 4px solid #e84e44;
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .line-hdng {
    font-size: 1rem;
  }
}

.sub-hdng {
  font-weight: 700;
  color: #1b4fa4;
  border-left: 4px solid #e84e44;
  padding-left: 11px;
  font-size: 22px;
  margin: 0;
}

.sidebar-line-hdng {
  font-weight: 500;
  color: #1b4fa4;
  border-left: 2px solid #e84e44;
  padding-left: 13px;
  font-size: 1.3rem;
  margin: 0;
}

.line-grey-text {
  border-left: 1px solid #f2b7b5;
  font-size: 1.15rem;
  color: #4d4d4f;
  font-weight: 500;
  padding-left: 15px;
}

.line-grey-text strong {
  font-size: 1.675rem;
}

.line-grey-text-small {
  border-left: 1px solid #f2b7b5;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .line-grey-text-small {
    font-size: 1rem;
  }
}

.line-grey-text-small strong {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .line-grey-text-small strong {
    font-size: 1rem;
  }
}

.lh-1 {
  line-height: 0.9;
}

.rht-panel-small-text {
  font-weight: 400;
  font-size: 0.8375rem;
  padding-left: 15px;
}

.btm-des {
  font-weight: 700;
  color: #1b4fa4;
  font-size: 1.5625rem;
  line-height: 25px;
  padding: 25px 0;
  margin: 0;
}

.chart-des {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}

.chart-des::before {
  width: 0;
  height: 0;
  border-top: 25px solid #798c99;
  border-left: 25px solid transparent;
  content: "";
  display: inline-block;
}

@media (max-width: 768px) {
  .chart-des::before {
    display: none;
  }
}

.chart-des span {
  background: #798c99;
  height: 25px;
  display: inline-block;
  position: relative;
  top: -7px;
  line-height: 25px;
  padding: 0 15px;
}

.chart-des::after {
  width: 0;
  height: 0;
  border-top: 25px solid #798c99;
  border-right: 25px solid transparent;
  content: "";
  display: inline-block;
}

@media (max-width: 768px) {
  .chart-des::after {
    display: none;
  }
}

.small-des {
  font-size: 12px;
  font-size: 400;
}

.text-small {
  font-size: 0.775rem;
}

.text-light {
  color: #9baab4 !important;
}

.modal-gap {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

@media (max-width: 1024px) {
  .modal-gap {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 1rem !important;
  }
}

ul.list {
  font-size: 18px;
  font-weight: 400;
  border-left: 2px solid #e84e44;
  list-style-type: none;
  padding: 15px 0 0 18px;
}

ul.list li {
  padding-bottom: 10px;
  display: -webkit-inline-box;
}

ul.list li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  height: 100%;
  float: left;
  margin-bottom: 20px;
  font-size: 25px;
  color: #cdd5dc;
  padding-right: 10px;
  position: relative;
  top: -5px;
}

ul.list li:last-child {
  padding: 0;
}

.pl-25 {
  padding-left: 25px;
}

.pagination .arrow-icon {
  padding: 3px 5px;
  background: #e84e44;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pagination .arrow-icon:hover {
  background: #e5392d;
}

.pagination .arrow-icon a {
  line-height: 18px;
  width: 21px;
  text-align: center;
  border: solid 2px #ffdede;
  border-radius: 50%;
  color: white;
  display: inline-block;
}

.pagination .arrow-icon.preview-icon {
  border-bottom-left-radius: 10px;
}

.pagination .arrow-icon.preview-icon a {
  padding-right: 3px;
}

.pagination .arrow-icon.next-icon {
  border-top-right-radius: 10px;
}

.pagination .arrow-icon.next-icon a {
  padding-left: 3px;
}

.text-medium {
  font-size: 0.75rem;
}

.btn-gray {
  padding: 8px 30px 8px 15px;
  color: white;
  border: 0;
  font-weight: 700;
  background: #798c99;
  border-bottom-left-radius: 13px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}

@media (max-width: 600px) {
  .btn-gray {
    padding-right: 20px;
    padding-left: 10px;
    font-size: 0.85rem;
  }
  .btn-gray i {
    margin-left: 0px;
    font-size: 0.95rem;
  }
}

@media (max-width: 320px) {
  .btn-gray {
    padding-right: 20px;
    padding-left: 10px;
    font-size: 0.75rem;
  }
  .btn-gray i {
    margin-left: 0px;
    font-size: 0.75rem;
  }
}

.btn-gray:hover {
  background: #677a87;
}

.btn-gray i {
  margin-left: 5px;
  font-size: 1.1rem;
}

.bg-gray {
  background: #9baab4;
}

.bg-primary {
  background: #1b4fa4 !important;
}

.top-grey-text {
  font-size: 1rem;
  color: #798c99;
  font-weight: 500;
}

@media (max-width: 768px) {
  .top-grey-text {
    font-size: 0.9rem;
  }
}

.ranking-bg, .qus-bg, .qus-bg-lg {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: url(/images/ranking-bg.png) no-repeat;
  height: 33px;
  display: inline-block;
  width: 176px;
  text-align: center;
  line-height: 33px;
}

@media (max-width: 768px) {
  .ranking-bg, .qus-bg, .qus-bg-lg {
    font-size: 0.9rem;
  }
}

.qus-bg-lg {
  background: url(/images/qus-bg.png) no-repeat;
  width: 270px;
  font-size: 1.2rem;
}

.qus-bg {
  font-weight: 900;
  font-size: 1.2rem;
}

.highlighted-block {
  background: url(/images/highlight-bg.png) #e4e8eb bottom left no-repeat;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1b4fa4;
  padding: 15px 20px 15px 30px;
  line-height: 25px;
  margin-bottom: 15px;
  position: relative;
}

.highlighted-block:before {
  border-left: 5px solid #f0523f;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.shadow-bg {
  background: url(/images/tile-shadow.png) no-repeat top right;
  content: "";
  height: 24px;
  display: inline-block;
  width: 100%;
  top: -15px;
  position: relative;
}

.highlighted-text {
  font-size: 1.2rem;
  line-height: 28px;
  padding: 0 0 0 26px;
}

/*Responsive Styles*/
@media (max-width: 1048px) {
  .highlighted-block {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .col-md-6 {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .pl-xs-0 {
    padding-left: 0 !important;
  }
}

.bold-text {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 24px;
}

.text-dark {
  color: #231f20 !important;
}

.nav-title {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-title h1 {
  font-size: 2.345rem;
  color: #fff;
}

@media (max-width: 768px) {
  .nav-title h1 {
    padding-top: 15px;
    text-align: center;
    font-size: 1.2rem;
  }
}

@media (max-width: 450px) {
  .nav-title h1 {
    display: none;
  }
}

.gray-title {
  color: #404040;
  margin-top: -15px;
  font-size: 23px;
  font-weight: 400;
}

.choose-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.choose-option .num-code {
  width: 250px;
  margin-left: 32px;
}

@media (max-width: 768px) {
  .choose-option .num-code {
    margin-left: 0px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .choose-option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.input-box .check-box {
  display: inline;
  position: relative;
  margin-left: 50px;
}

.input-box .check-box label {
  color: #1b4fa4;
  font-size: 25px;
}

.input-box .check-box label::after {
  content: "";
  border: 2px solid #1b4fa4;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -42px;
  top: -6px;
}

.input-box .check-box label::before {
  content: "";
  border: 3px solid #e84e44;
  border-top: none;
  border-right: none;
  content: "";
  height: 13px;
  left: -40px;
  opacity: 0;
  position: absolute;
  top: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 28px;
}

.input-box .check-box input[type="checkbox"]:checked + label::before {
  opacity: 1;
  visibility: visible;
}

.input-box .check-box input[type="checkbox"] {
  display: none;
}

.input-box .box-2 {
  margin-left: 150px;
}

@media (max-width: 768px) {
  .input-box .box-2 {
    margin-left: 50px;
  }
}

.bottom-small-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}

.bottom-small-text p {
  padding-left: 12px;
  font-size: 0.95rem;
}

.bg-submit {
  margin: auto;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.bg-submit button {
  width: 300px;
  margin-top: 20px;
  background-color: #e84e44;
  border: none;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  border-bottom-left-radius: 20px;
}

@media (max-width: 768px) {
  .bg-submit button {
    margin-top: 10px;
    font-size: 1.23rem;
    border-bottom-left-radius: 30px;
  }
}

@media (max-width: 768px) {
  .bg-submit {
    height: 100px;
    margin-top: 0px;
  }
}

.thank-title {
  font-size: 2.5rem;
  margin-top: 35px;
  text-align: center;
}

@media (max-width: 768px) {
  .thank-title {
    font-size: 2rem;
    width: 100%;
  }
}

@media (max-width: 410px) {
  .thank-title {
    font-size: 2rem;
    width: 100%;
  }
}

.main-center .bg-blue-thank {
  background: #1b4fa4;
  color: #fff;
  font-size: 25px;
  padding-top: 5px;
  text-align: center;
  position: relative;
  margin-top: 15px !important;
  height: 2.59rem;
  width: 500px;
  margin-left: 20px auto;
  margin: auto;
}

@media (max-width: 768px) {
  .main-center .bg-blue-thank {
    font-size: 1.39rem;
    padding: 8px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 10px;
    height: auto;
  }
}

@media (max-width: 360px) {
  .main-center .bg-blue-thank {
    font-size: 1rem;
  }
}

.main-center .bg-blue-thank::before {
  content: "";
  background: url("/images/arrow-left.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -33px;
  width: 35px;
  height: 44px;
}

@media (max-width: 768px) {
  .main-center .bg-blue-thank::before {
    display: none;
  }
}

.main-center .bg-blue-thank::after {
  content: "";
  background: url("/images/arrow-right.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -35px;
  width: 35px;
  height: 44px;
}

@media (max-width: 768px) {
  .main-center .bg-blue-thank::after {
    display: none;
  }
}

.main-center p {
  color: #404040;
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
}

.main-center .bt-link p {
  color: #404040;
  font-weight: 700;
  margin-top: -25px;
}

.main-center .bt-link a {
  text-decoration: underline;
  color: #1b4fa4;
}

.click-info {
  padding: 5% 0;
  text-align: center;
}

.click-info a {
  color: #404040;
  text-decoration: underline;
}

.bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: start;
  /* justify-content: center; */
  text-align: center;
  width: 100%;
  margin: auto;
}

.bottom-footer .foot-one {
  margin: auto;
}

.bottom-footer .footer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom-footer .footer-img .footer-list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .bottom-footer .footer-img .footer-list ul {
    display: block;
    margin: 0;
    padding: 0;
  }
}

.bottom-footer .footer-img .footer-list li {
  padding-left: 30px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .bottom-footer .footer-img .footer-list li {
    display: inline;
    padding-left: 8px;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .bottom-footer .footer-img {
    font-size: 0.9rem;
    display: inline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto !important;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .bottom-footer {
    width: 100%;
  }
}

@media (max-width: 410px) {
  .bottom-footer {
    padding-right: 20px;
    font-size: 0.85rem;
  }
}

.left-content ul {
  list-style: none;
}

.left-content li {
  margin-bottom: 30px;
  font-size: 15px;
}

.left-content .list-title {
  color: #1b4fa4;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}

.left-content .list-title sup {
  color: #404040;
  text-transform: lowercase;
}

.tri-bg-color {
  background: url(/images/highlight-bg.png) #e4e8eb bottom left no-repeat;
  background-repeat: no-repeat;
  border-left: 4px solid #e84e44;
  background-size: contain;
  position: relative;
  padding: 18px 0;
  text-align: center;
  margin-bottom: 15px;
}

.tri-bg-color::before {
  border-left: 5px solid #f0523f;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.tri-bg-color .img-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.tri-bg-color h1 {
  font-size: 30px;
  font-weight: 700;
  color: #e84e44;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .tri-bg-color h1 {
    font-size: 20px;
  }
}

.tri-bg-color p {
  font-size: 28px;
  color: #1b4fa4;
  font-weight: 500;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .tri-bg-color p {
    font-size: 18px;
  }
}

.tri-bg-color strong {
  color: #e84e44;
}

.samll-text {
  margin-top: 40px;
  font-size: 80%;
  margin-left: 25px;
  /* max-width: 280px; */
  line-height: 1.2;
}

.head-text {
  color: #1b4fa4;
}

.head-text h1 {
  margin-top: -30px;
}

.head-text h3 {
  font-size: 1.3rem;
}

.head-text .line-hdng {
  color: #404040;
}

.main-list {
  list-style: none;
  position: relative;
  border-left: 2px solid #f2b7b5;
}

.main-list li {
  padding: 5px 0;
}

.main-list li::before {
  content: "";
  background: url("/images/samll-arrow.png") no-repeat;
  width: 25px;
  height: 25px;
  -webkit-transform: translate(20px, 4px);
          transform: translate(20px, 4px);
  left: 5px;
  position: absolute;
}

.bg-blue-tit {
  background: #1b4fa4;
  color: #fff;
  font-size: 18px;
  padding: 10px 10px;
  text-align: center;
  position: relative;
  margin-bottom: 0px;
  margin-left: 30px;
  width: 450px;
}

@media (max-width: 1200px) {
  .bg-blue-tit {
    width: 87%;
    font-size: 13px;
    padding: 14px 10px;
  }
}

@media (max-width: 768px) {
  .bg-blue-tit {
    border-radius: 10px;
    width: 100% !important;
    margin: 0;
    font-size: 18px;
    height: auto !important;
  }
}

.bg-blue-tit::before {
  content: "";
  background-image: url(/images/arrow-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  left: -33px;
  width: 44px;
  height: 44px;
}

@media (max-width: 768px) {
  .bg-blue-tit::before {
    display: none;
  }
}

.bg-blue-tit::after {
  content: "";
  background-image: url(/images/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  right: -40px;
  width: 44px;
  height: 44px;
}

@media (max-width: 768px) {
  .bg-blue-tit::after {
    display: none;
  }
}

.x-list {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .x-list {
    padding: 0;
  }
}

.x-list li {
  color: #e84e44;
  font-size: 16px;
  margin-bottom: 25px;
  list-style: none;
}

.x-list li::before {
  content: "X";
  font-weight: 600;
  font-size: 20px;
  padding-right: 10px;
}

.x-list p {
  display: inline;
  color: #404040;
}

.samll-text-2 {
  font-size: 13px;
  line-height: 1.1;
}

.samll-text-2 small {
  font-weight: 500 !important;
}

.rg-list {
  margin-left: 50px;
}

@media (max-width: 768px) {
  .rg-list {
    margin-left: 10px;
  }
}

.rg-list li {
  color: #404040;
  margin-bottom: 0px;
}

.left-header {
  font-size: 1.124rem !important;
}

.bottom-info h4 {
  font-size: 1.1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.bottom-info strong,
.bottom-info p {
  font-size: 0.8rem !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.3;
}

@media screen and (max-width: 1024px) {
  .bottom-info {
    max-width: none !important;
  }
}

.tri-text {
  color: #1b4fa4;
  text-align: left;
  font-size: 18px;
  padding: 18px;
  font-weight: 700;
}

.cuver-line.remove-after::after {
  display: none;
}

.li-arrows.pl-0 {
  padding-left: 0 !important;
}

.li-arrows {
  padding-left: 30px !important;
}

.li-arrows .cuver-line,
.li-arrows .cuver-line-samll {
  position: relative;
  font-size: 1.1rem;
}

.li-arrows .cuver-line::before,
.li-arrows .cuver-line-samll::before {
  content: "";
  background: url("/images/samll-arrow.png") no-repeat;
  width: 25px;
  height: 25px;
  top: 4px;
  left: -15px;
  position: absolute;
}

.li-arrows .cuver-line::after,
.li-arrows .cuver-line-samll::after {
  content: "";
  width: 30px;
  height: 67px;
  border-left: 1px solid #858080;
  border-bottom: 1px solid #a59f9f;
  border-bottom-left-radius: 10px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-11px, 40px);
          transform: translate(-11px, 40px);
}

@media screen and (max-width: 768px) {
  .li-arrows .cuver-line::after,
  .li-arrows .cuver-line-samll::after {
    height: 62px;
  }
}

@media screen and (max-width: 411px) {
  .li-arrows .cuver-line::after,
  .li-arrows .cuver-line-samll::after {
    display: none;
  }
}

.li-arrows .cuver-line-samll::after {
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-11px, 34px);
          transform: translate(-11px, 34px);
}

@media screen and (max-width: 768px) {
  .li-arrows .cuver-line-samll::after {
    -webkit-transform: translate(-10px, 35px);
            transform: translate(-10px, 35px);
    width: 28px;
    height: 14px;
  }
}

@media screen and (max-width: 411px) {
  .li-arrows .cuver-line-samll::after {
    display: none;
  }
}

.li-arrows p {
  font-size: 0.9rem;
  color: #4d4d4f;
  margin-bottom: 0;
  font-weight: 400;
}

.li-arrows p ul {
  font-size: 1rem;
  font-weight: 400;
}

.li-arrows li {
  list-style: none;
  font-size: 0.9rem;
  color: #4d4d4f;
  font-weight: 400;
  position: relative;
}

.li-arrows li::before {
  content: "";
  background: url("/images/samll-arrow.png") no-repeat;
  width: 25px;
  height: 25px;
  top: 0px;
  left: 0px;
  position: absolute;
  -webkit-transform: translate(-15px, 3px);
          transform: translate(-15px, 3px);
}

.safety-rat .bg-small {
  height: 30px;
  font-size: 14px;
  background: #1b4fa4;
  margin: auto;
  color: #fff;
  padding: 5px;
  text-align: center;
  position: relative;
  width: 325px;
}

@media (max-width: 768px) {
  .safety-rat .bg-small {
    border-radius: 10px;
  }
}

.safety-rat .bg-small::before {
  content: "";
  background-image: url(/images/arrow-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 31px;
  -webkit-transform: translate(-22px, 0);
          transform: translate(-22px, 0);
}

@media screen and (max-width: 768px) {
  .safety-rat .bg-small::before {
    display: none;
  }
}

.safety-rat .bg-small::after {
  content: "";
  background-image: url(/images/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 31px;
  -webkit-transform: translate(48px, 0);
          transform: translate(48px, 0);
}

@media screen and (max-width: 768px) {
  .safety-rat .bg-small::after {
    display: none;
  }
}

.safety-rat sup {
  font-weight: 200;
  font-size: 10px;
}

.safety-rat .h-line-bg-gray {
  border-top: 1px solid #ccc;
}

.safety-rat .h-line-bg-gray span {
  background: #a6b5be;
  color: #fff;
  padding: 3px 6px;
  font-size: 9px;
  font-weight: 500;
  border-right: 2px solid #e84e44;
  border-bottom-right-radius: 10px;
  position: relative;
  float: right;
}

.safety-rat .perc-values strong {
  font-size: 2.5rem;
  color: #e84e44;
}

@media (max-width: 768px) {
  .safety-rat .perc-values strong {
    margin-left: 50px;
  }
}

@media (max-width: 411px) {
  .safety-rat .perc-values strong {
    margin-left: 0px;
  }
}

@media (max-width: 1024px) {
  .safety-rat .perc-values strong {
    font-size: 1.9em;
  }
}

.safety-rat .perc-values p {
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  font-size: 0.9rem;
}

@media (max-width: 1024px) {
  .safety-rat .perc-values p {
    font-size: 0.6em;
  }
}

@media (max-width: 1024px) {
  .safety-rat .perc-values {
    width: 401px;
  }
}

@media (max-width: 768px) {
  .safety-rat .perc-values {
    width: 100%;
  }
}

.group {
  padding-left: 50px;
}

.round {
  -webkit-transform: translate(0px, 10px);
          transform: translate(0px, 10px);
}

.round, .group {
  position: relative;
}

.round label, .group label {
  position: relative;
  margin: 0 0 .3rem 0;
}

.round label::after, .group label::after {
  content: "";
  border: 2px solid #808285;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -50px;
  top: 0px;
  border-radius: 50%;
}

.round label::before, .group label::before {
  content: "";
  background: url("/images/checkone.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -52px;
  top: -11px;
  -webkit-transform: scale(0) rotateZ(180deg);
          transform: scale(0) rotateZ(180deg);
  -webkit-transition: all 0.4s cubic-bezier(0.54, 0.01, 0, 1.49);
  transition: all 0.4s cubic-bezier(0.54, 0.01, 0, 1.49);
}

.round input[type="checkbox"]:checked + label::before, .group input[type="checkbox"]:checked + label::before {
  -webkit-transform: scale(1) rotateZ(0deg);
          transform: scale(1) rotateZ(0deg);
}

.round input[type="checkbox"], .group input[type="checkbox"] {
  display: none;
}

.round input[type="radio"]:checked + label::before, .group input[type="radio"]:checked + label::before {
  -webkit-transform: scale(1) rotateZ(0deg);
          transform: scale(1) rotateZ(0deg);
}

.round input[type="radio"]:unchecked + label::after, .group input[type="radio"]:unchecked + label::after {
  -webkit-transform: scale(1) rotateZ(0deg);
          transform: scale(1) rotateZ(0deg);
}

.round input[type="radio"], .group input[type="radio"] {
  display: none;
}

.sec-title {
  color: #e84e44;
  margin-top: 30px;
  font-size: 35px;
  font-weight: 600;
}

.text-p {
  color: #1b4fa4;
  max-width: 340px;
  font-size: 22px;
}

.clip-bg {
  background-color: #e84e44;
  border: solid 1px #ececec;
  -webkit-clip-path: polygon(0 0, 100% 0%, 76% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 76% 100%, 0 100%);
  width: 350px;
  border-bottom-left-radius: 10px;
  margin-bottom: 55px;
}

.clip-bg p {
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  padding: 10px 0px 10px 10px;
  margin-bottom: 0px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-align: left;
}

.clip-bg i {
  margin-left: 15px;
}

.line-sub {
  font-size: 1.2rem;
  padding-left: 1.2rem;
  border-left: 2px solid #f2b7b5;
}

@media (max-width: 768px) {
  .line-sub {
    font-size: 1rem;
  }
}

.line-sub span {
  font-weight: 400;
}

.cen-item {
  margin: auto;
}

.img-content .h-line-bg-gray {
  border-top: 2px solid #ccc;
}

.img-content .h-line-bg-gray span {
  background: #a6b5be;
  color: #fff;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 500;
  border-right: 2px solid #e84e44;
  border-bottom-right-radius: 10px;
  position: relative;
  float: right;
}

.img-content .big-perc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.img-content .big-perc strong {
  font-size: 3rem;
  color: #e74c45;
  margin-left: 50px;
  font-weight: 500;
}

.img-content .big-perc p {
  font-weight: 500;
  margin-top: 15px;
  margin-left: 15px;
  line-height: 1;
  font-size: 1.2rem;
}

.img-content h4 {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
}

@media (max-width: 1024px) {
  .img-content h4 {
    font-size: 0.7rem;
  }
}

.img-content h4::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #cacaca;
  position: absolute;
  top: 0;
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
}

.img-content h4::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #cacaca;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-2px, 10px);
          transform: translate(-2px, 10px);
}

#disc-rates {
  border-collapse: collapse;
  width: 100%;
}

#disc-rates td,
#disc-rates th {
  border-bottom: 1px solid #ccc;
  padding: 4px;
  font-size: 14px;
  border-right: 3px solid #fff;
  font-weight: 500;
}

#disc-rates th {
  vertical-align: bottom;
  font-size: 1rem;
  background-color: #dee4e8;
}

#disc-rates tr:hover {
  background-color: #ddd;
}

#customers {
  border-collapse: collapse;
  width: 100%;
}

#customers td,
#customers th {
  border-bottom: 1px solid #ccc;
  padding: 4px;
  font-size: 14px;
  border-right: 3px solid #fff;
  font-weight: 400;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  font-size: 14px;
  background-color: #1b4fa4;
  color: white;
}

#customers tr:nth-child(odd) {
  background-color: #e1e4f3;
}

#customers tr:hover {
  background-color: #ddd;
}

.main-one {
  line-height: 1.5;
}

.Day-samll-text {
  padding-left: 1.5rem;
  width: 100%;
}

.bg-blue-p {
  height: 42px;
  padding: 5px 10px !important;
  margin-bottom: 5px;
  width: 88%;
}

@media (max-width: 992px) {
  .bg-blue-p {
    width: 100%;
  }
}

.bg-blue-p p {
  font-size: .75rem;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .bg-blue-p p {
    line-height: 12px;
  }
}

.relapse-section {
  border-top: 1px solid #a6b5be;
  float: left;
  width: 100%;
}

.relapse-section label {
  background: #a6b5be;
  color: #fff;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 500;
  border-right: 2px solid #e84e44;
  border-bottom-right-radius: 10px;
  position: relative;
  float: right;
}

.relapse-section .pat-content h1 {
  font-size: 4rem;
  font-weight: 500;
  color: #e84e44;
  float: left;
}

.relapse-section .pat-content p {
  margin-left: 10px;
  float: left;
  padding-top: 5px;
}

.num-val .sub-hdng {
  float: left;
  font-size: 3rem;
  color: #e84e44;
  margin-right: 15px;
}

.num-val span {
  color: #1b4fa4;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  top: 7px;
}

.bg-rel-sec {
  width: 85%;
  height: 42px;
  font-weight: 400;
}

.grey-box {
  border: 1px solid #cfd6da;
  font-size: 0.8rem;
  padding: 5px;
  width: auto;
  float: right;
  color: #798c99;
  margin-bottom: 2px;
}

.scroll-fix {
  height: calc(100vh - 230px) !important;
}

.sdr-fix {
  height: calc(100vh - 170px) !important;
}

.form-control {
  border-radius: 0 !important;
  border: 1px solid #959595;
  color: #4d4d4f;
}

.text-underline {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .pagination {
    margin: 25px 0 0 0;
  }
}

@media (max-width: 768px) {
  .mob-width {
    width: 100%;
  }
}

.small, small {
  font-size: 85%;
}

h1.home-hdng {
  font-size: 1.5rem;
}

.index-content {
  width: 100%;
  background: url("/images/body-bg.png") no-repeat top center #fff;
  padding-top: 60px;
  height: calc(100vh - 239px);
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .index-content {
    height: calc(100vh - 150px) !important;
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  .noscroll {
    overflow: hidden;
  }
}

@media (max-width: 825px) and (min-width: 767px) {
  .index-content {
    height: calc(100vh - 150px) !important;
  }
  .main-content {
    height: calc(100vh - 142px) !important;
  }
}

.main-content {
  width: 100%;
  background: url("/images/startExploring.jpg") no-repeat top center #fff;
  background-size: cover;
  padding-top: 60px;
  height: calc(100vh - 239px);
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .main-content {
    height: calc(100vh - 142px) !important;
  }
}

.explore-topics {
  width: 100%;
  margin-top: 100px;
  padding: 10px 20px;
  color: white;
  font-size: 1.2rem;
  background: #1b4fa4;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #1b4fa4), color-stop(81%, rgba(28, 79, 164, 0)));
  background: linear-gradient(90deg, #1b4fa4 7%, rgba(28, 79, 164, 0) 81%);
}

.overview-contentbox {
  border-top: solid 1px #b3bfc8;
  position: relative;
  margin: 0 auto;
  width: 400px;
}

.overview-contentbox h5 {
  font-weight: 400;
  font-size: 1.375rem;
}

.overview-contentbox .upto-text {
  font-size: 2.3rem;
}

.overview-contentbox .persent {
  font-size: 4rem;
}

@media (max-width: 1024px) {
  .overview-contentbox {
    width: 100%;
  }
}

.overview-contentbox:before {
  content: '';
  left: 0;
  top: -1px;
  position: absolute;
  background: #b3bfc8;
  width: 18px;
  height: 20px;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}

.baseline-cols {
  font-weight: 500;
}

@media (max-width: 768px) {
  .baseline-cols {
    width: 800px;
  }
}

.baseline-cols .col-bg {
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
  background: #e1e4f3;
  line-height: 18px;
  font-weight: 400;
  font-size: 0.9rem;
}

.t1, .t2, .t3, .t4, .t5, .t6, .t7 {
  display: block;
}

.t1, .t2 {
  padding-top: 55px;
}

.t3 {
  padding-top: 20px;
}

.t5, .t6 {
  padding-top: 36px;
}

.table-responsive {
  overflow-x: hidden;
}

@media (max-width: 1024px) {
  .table-responsive {
    overflow-x: auto;
  }
}

.text-orange {
  color: #e74c45;
}

.bottom-info strong.font-large {
  font-size: 1rem !important;
}

.text-grey {
  color: #4d4d4f;
}

.text-underline {
  text-decoration: underline;
}

.nav-title {
  font-size: 2.2rem;
  margin-top: 0;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 14px;
  right: 12%;
}

@media (max-width: 1024px) {
  .nav-title {
    font-size: 2.2rem;
    right: 50px;
    top: 14px;
  }
}

@media (max-width: 768px) {
  .nav-title {
    font-size: 2.2rem;
    text-align: left;
    float: left;
    position: relative;
    top: -11px;
    color: #1b4fa4;
    width: 100%;
    right: 0;
  }
}

.footer_active {
  height: 100vh !important;
}

@media (max-width: 1024px) {
  .footer_active {
    height: 95vh !important;
  }
}

@media (max-width: 768px) {
  .footer_active {
    height: 85vh !important;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 750px;
  }
}
