.css-o4begf-MuiAvatar-root:hover {
  background: #fb6238;
  color: #ffffff;
}
.text-center.content-bg.usecode-count {
  top: 14px;
}
p.welcome-text {
  color: #24306E;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 28px;
  font-weight: 700;
}

p.welcome-text-new {
  color: #24306E;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
}
p.welcome-text-head {
  color: #24306E;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
}
.css-zabsx7-MuiPaper-root-MuiCard-root {
  
 
  /* background: linear-gradient(to bottom, #ffffff, #97a9cb); */
  background: linear-gradient(180deg, #ffffff, #d3b17c);

}
.css-hq827v-MuiButtonBase-root-MuiListItemButton-root:hover {
  color: #ffffff;
  background: #fb6238;
}

.join-today-button1:hover {
  background: var(--darkblue, #144684) !important;
  border: #144684 2px solid !important;
}
.css-126euq6-MuiButtonBase-root-MuiListItemButton-root.Mui-selected {
  color: #ffffff;
  background: var(--darkblue, #144684) !important;
}
[type="file"] + label.filestyle:hover{

  background: var(--darkblue, #144684) !important;
  
}

.searchbox-wrap input:focus {
  outline: none;
}


p.offerfee {
  text-align: center;
  font-size: 18px;
  color: #144684;
 
  font-family: Work Sans;
  
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.225px;
  
}
.ReactModal__Content.ReactModal__Content--after-open {
  height: auto !important;
  padding: 0 !important;
  border: 0 !important; 
  overflow: inherit !important;
  margin-top: 50px;
}
a.knowmore {
  color: #ffffff;
}

.curve {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 180%;
  margin-left: -40%;
  border-radius: 50%;
  box-shadow: 0 100px 0 red;
 
}


.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.divCounter::after {
  font: 800 40px system-ui;
  content: counter(count);
  animation: counter 5s linear infinite alternate;
  counter-reset: count 0;
}

@keyframes counter {
  0% {
    counter-increment: count 0;
  }
  10% {
    counter-increment: count 1;
  }
  20% {
    counter-increment: count 2;
  }
  30% {
    counter-increment: count 3;
  }
  40% {
    counter-increment: count 4;
  }
  50% {
    counter-increment: count 5;
  }
  60% {
    counter-increment: count 6;
  }
  70% {
    counter-increment: count 7;
  }
  80% {
    counter-increment: count 8;
  }
  90% {
    counter-increment: count 9;
  }
  100% {
    counter-increment: count 10;
  }
}





.like {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/349115/like_animation.png) 0 0 no-repeat;
  background-size: 3000%;
  animation: like-gif steps(28) 1s infinite both;
  position: relative;
  left: 150px;
  top: -161px;
}
.pause {
  animation-play-state: paused;
}


@keyframes like-gif {
0% {
  background-position: 0%;
}
100% {
  background-position: 100%;
}
}

.cell {
  color: var(--black-new, #090909);
  font-family: Noto Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-left: 20px;
  width:150px;
  
}
img.propic {
  width: 50%;
  border: 2px dashed !important;
}

.cta-bar.onload {
  top: 132px;
  width: 100%;
  display: inline-block;
}
.cta-bar.onloadpoup {
  width: 600px;
  top: 97px;
  margin: 0 auto;
  float: none;
  position: absolute;
  text-align: center;
}


















/*pop up css */
/* .onload-popup.fade:not(.show) {
  opacity: 1;
  display: block;
}   */
.onload-popup .modal-header0 {
  height: 0;
}
.onload-popup button.close {
  color: #fb6238;
  border: #fb6238 2px solid !important;
  border-radius: 50%;
  width: 40px;
  position: relative;
  top:17px;
  right: -31px;
  z-index: 9999;
  background: #ffffff !important;
  opacity: 1;
}
.registration-page .onload-popup button.close {
  color: #fb6238;
  border: #fb6238 2px solid !important;
  border-radius: 50%;
  width: 40px;
  position: relative;
  top: 17px;
  right: 23px;
  z-index: 9999;
  background: #ffffff !important;
  opacity: 1;
}
.onload-popup .modal-body {
  background: url(https://sttar.in/nto/images/resultpopup.png) center top 0px no-repeat;
  width: 500px;
  min-height: 500px;
  margin: 0 auto;
}
.onload-popup .modal-dialog.modal-lg {
  max-width: 500px !important;
}
.modal-body.main-section{
  /* background: url(https://sttar.in/nto/images/Background.jpg) center top 0px no-repeat; */
  background: url(https://sttar.in/nto/images/resultpopup1.png) center top 0px no-repeat;
  width: 500px;
  min-height: 500px;
  margin: 0 auto;
  background-size: cover;
}
.content-bg {
  background: #1a3457;
  width:802px !important;
  margin: 0 auto;
  position: relative;
  top: -32px;
}
.field-count {
  margin-top: 241px;
}

input.btn.reg-btn.submit-btn.gen-btn {
  line-height: 0;
  height: 46px;
  position: inherit;
  left: 0;
  width: 200px;
}
.onload-form h2 {
   color: #ffffff;
  font-family: Noto Sans !important;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 120.5% !important;
  text-transform: uppercase;
  margin-top: 47px;
}
.onload-form h2 b{font-weight: 600;}
.field-count {
  margin-top: 82px !important;
  padding: 0 80px;
}
.navbar-brand {
  width: 200px;
}
.onload-popup  .modal.show .modal-dialog {
  margin-top: 66px !important;
}
.onload-popup  .modal-header {
  height: 0;
  padding: 0;
  margin: 0;
}
.onload-popup .modal-content {
 
  max-width:600px;
  margin: 0 auto;
  width:100%;
}
.onload-popup h2 {
  color: #ffffff;
  font-family: Noto Sans !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 120.5% !important;
  text-transform: uppercase;
  margin-top: 47px;
}

.onload-popup .xit {
  position: absolute;
  top: 2px;
  right: 33%;
  cursor: pointer;
  font-size: 20px;
  color: #fb6238;
}
h4.thankmsg {
  font-size: 17px;
  text-align: center;
  border: none;
}
.text-center {
  text-align: center!important;
  width: 100%;
  border: none !important;
  padding-bottom: 40px;
}

ul.social-count {
  width: 342px;
  display: inline-block;
  padding: 0 40px;
}
ul.social-count li:first-child {
    width: 100px;
}
h4.shareon {
  padding-top: 5px;
}
ul.social-count li {
  width: 40px;
  float: left;
  margin-right: 10px;
}

.css-14qh0u1-MuiOutlinedInput-notchedOutline {
  text-align: left;
  position: absolute;
  bottom: 0;
  right: 0;
  top: -17px;
  left: 0;
  margin: 0;
  padding: 0 8px;
  pointer-events: none;
  border-radius: inherit;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  min-width: 0%;
  border-color: rgba(0, 0, 0, 0.23);
  border-radius: 12px;
}

.msgbox{
  margin:10px !important;
}

/* .msgbox button.react-share__ShareButton {
  position: absolute;
  right: 231px;
  top: 140px;
} */
h2.usecode {
  font-size: 34px;
  font-weight: bold;
  font-family: Noto Sans !important;
  color: #ffffff;
}
h3.during {
  font-size: 24px;
  font-weight: 300;
  margin: 20px 0 40px 0;
  color: #ffffff;
}
.sharebox {
  width: 610px;
  height: 180px;
  background: #ffffff;
  margin: 10px auto;
  padding-top: 25px;
}
.row-margin{ margin-top:60px;}
.sharebox h4 {
  color: #434242;
}

.copy-button {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
}
/* .card::after {
  position: absolute;
  content: "";
  height: 40px;
  right: -20px;
  border-radius: 40px;
  z-index: 1;
  top: 70px;
  background-color: #dc143c;
  width: 40px;
}

.card::before {
  position: absolute;
  content: "";
  height: 40px;
  left: -20px;
  border-radius: 40px;
  z-index: 1;
  top: 70px;
  background-color: #dc143c;
  width: 40px;
} */


.vertical {
  border-left: 5px dotted black;
  height: 100px;
  position: absolute;
  left: 40%;
}







.copy-button {
  width: 400px;
  margin: 0 auto;
  height: 45px;
  border-radius: 4px;
  padding: 0;
  border: 1px solid #e1e1e1;
}

.copy-button input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 30px;
  padding-left: 10px;
  font-weight: bold;
  color: #434242;
}

.copy-button button {
 width: 40px;
}


/* global page css start */
section.banner.banner-global {
  margin-top: -9px;
}
section.banner-botom.banner-botom-global {
  padding-bottom: 40px;
}

.banner-botom-global .box-count {
  width: 100%;
  max-width: 285px;
  margin-right: 42px;
  padding: 0;
}
.banner-botom-global .box-count.last-count {
  margin-right: 0;
}
.css-1f08v4e-InputComponent {
 
  font-size: 16px !important;
}

input.file-upload-field {
  display: none !important;
}
.css-wuzv82 .MuiDrawer-paper {
  top:0px !important;
}

#outlined-adornment-email-login {
  padding: 15px 15px 15px 15px !important;
}














@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background:#ffffff;
  /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
  /* height: 100px; */
  margin: auto;
  overflow: hidden;
  position: relative;
  width:100%;
  z-index: 1;
}
.slider::before,
.slider::after {
  /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
  display: flex;
  width: calc(300px * 14);
  gap: 25px;
}
.slider .slide {
  height: auto;
  width: 140px;
}

.slider.moving-slider .slide {
  height: auto;
  /* width:88px; */
}
.slider.moving-slider .slide-track {
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
  display: flex;
  width: calc(300px * 14);
}
.slider-outer {
 
  animation-direction: reverse !important;
}
 .slider-inner {
  animation: keyframes-horizontal-0-2-79 linear infinite;
  animation-duration: var(--speed);
}
.moving-slider .slide-track{gap:24px;     animation-direction: reverse !important;

 

}


.promoter-slider .mark-the-big-container {
  left: -7px;
  width: 125px;
  text-align: center;
  margin: 0 auto;
  top: -14px;
}
section.promoter-slider {
  width: 100%;
  background: #ffffff;
  padding-bottom: 40px;
}

section.banner-botom.onlymobile {
  display: none;
}
section.moveslider-sec {
  padding-bottom: 40px;
  background: #ffffff;
  padding-top:0px;
}
.moving-slider-left .slide-track {
  gap: 24px;
  animation-direction: reverse;
}
section.schoolimpower {
  padding-top: 40px;
  padding-bottom: 40px;
}
section.schoolimpower img.icon1 {
  display: inherit;
  width: 136px;
  margin: 0 auto;
}
.progress {
  display: inline;
  line-height: 42px;
}
b.time {
  line-height: 50px;
  font-weight: 300;
  position: relative;
}
span.uclass {
  font-weight: 800;
}
select.selectclass::focus-visible {
  border: none !important;
  outline: none !important;
}
select:focus-visible {
  outline-offset: 0px !important;
  border: none !important;
  outline: none !important;
}
.pbar {
  line-height: 5px;
  margin-top: 28px;
  height:2px;
}
.greentext {
  color: #259b24;
}
span.redtext {
  color: #ba383a;
}
.teacher-exam1{ margin: 0 auto; padding-top: 0px; }
select.selectclass {
  background: #eff3f2;
  color: #12498c;
    height: 50px;
    width: 100px;
    margin-left:0px;
    border: none;
    font-weight: 900;
    padding-left: 15px;
}
b.question {
  line-height: 50px;
  font-weight: 300;
}
.sc-bdnyFh.hmsMOa {
  background: #144684 !important;  color:#ffffff;
}
.dnlSKU {
  justify-content: left !important;
  padding-left: 15px !important;
}
.sc-bdnyFh.dnlSKU span {
  padding-left: 15px !important;
}
button.sc-hKFymg.etDriE {
  color: #000000;
}
.sttar-bar h3 {
  padding-left: 187px;
  padding-top: 10px;
}
.uclass u{       color: var(--yellow-ligh, #FFD05A) !important;
  font-family: Noto Sans !important;
  font-size:16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120.5% !important;
  text-transform: uppercase}
  .exam-header{ background:#e5f3f4;}
  .teacher-bg {
    background: #e5f3f4;
}
/* 10/26/23 */

[data-reach-dialog-content] {
  width: 50vw;
  margin: 10vh auto;
  background: white;
  padding: 2rem;
  outline: none;
  z-index: 99999999 !important;
  position: relative;
  top: 240px;
}
.join-today-button2 {
  background: var(--darkblue, #144684);
  border: #144684 2px solid !important;
  position: relative;
    border-radius: var(--br-mini);
    /* display: flex; */
    flex-direction: row;
    padding: var(--padding-sm) var(--padding-15xl);
    align-items: center;
    justify-content: center;
    font-size: var(--top-menu-selected-size);
    color: var(--light);
    border: none;
    color: var(--white, #FFF);
    text-align: center;
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
   
}
/* .join-today-button2:hover{color: var(--darkblue, #144684);} */
.join-today-button2:hover {
  color: #e31e24;
}
.join-today-button4{color: var(--darkblue, #144684); border: #8e8e8e 2px solid !important;     padding: 10px 50px;
  text-transform: uppercase;
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; margin-left: 26px !important;}
.join-today-button3 {
  background: #0e4585;
  color: #ffffff;
  font-family: Noto Sans;
  padding: 10px 50px;
  text-transform: uppercase;
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.join-today-button3:hover {
  background: #ffffff;
  color: #0e4585;
  font-family: Noto Sans;
}
.exam-header {
  box-shadow: inherit;
 
}
span.myname {
  margin-top: 26px !important;
  font-weight: 600;
  font-size: 21px;
  font-family: cursive;
}

.tabler-icon {
  color: #ffffff;
}
.leftdiv::-webkit-scrollbar-thumb {
  background:#5c5c5a !important; 
}
.leftdiv::-webkit-scrollbar {
  width:4px;
}
.rightdiv::-webkit-scrollbar-thumb {
  background:#5c5c5a !important; 
}
.rightdiv::-webkit-scrollbar {
  width:4px;
}
.rightdiv::-webkit-scrollbar-track {
  background: #e5f3f4 !important;
}
.leftdiv::-webkit-scrollbar-track {
  background: #e5f3f4 !important; 
}
div#timer {
  position: absolute;
  right: -72px;
  top: -1px;
}


.card.exam-card {
  width: 100%!important;
  text-align: center;
}
.card.exam-card:after{ display: none;}
.card.exam-card:before{ display: none;}
.tab2 {
  position: absolute;
  right: 0;
}
.tab1 {
  position: absolute;
  right: 85px;
  font-size: 15px;
}
.heading-upcoming {
  position: absolute;
}
.sec8 th, td {
  padding: 5px;
}

.side ol li {
  text-align: left !important;
  color: var(--black-new, #090909);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height:200% !important;
}

.flex-padding a.btn { background-color: var(--darkblue, #144684);
  color: var(--white, #FFF);
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;}
  .wrap {
    font-size: 24px;
    font-weight: 400 !important;
    color:#ff0000 !important;
}
/* .new-btn{ margin-top:-10px;} */
.wrap-box{  font-weight: 400 !important;  color:#ff0000 !important;}
img.sign {
  margin-top: -16px;
}
.cert-content-count {
  margin-top: 13px;
}
.report{ margin-top:85px;}
.report h3 { padding-left:40px;}
.report .card-title {
  padding-left: 26px;
  margin-top: 20px;
}
.report button.btn.btn-primary.float-end {
  margin-top: 10px;
}
.certificate-sec .btn-count {width: auto;}
section.ts-home-topsec {
  margin-top: 80px;
}
.trophy-count {
  text-align: center;
}
img.trophy {
  width: 96px;
  float: right;
}

@keyframes spin{
  0% {transform: rotateY(0deg);}
  100% {transform: rotateY(360deg);}
}





.image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin:-60px 0 0 -60px;
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 
  100% {  transform: rotateY(360deg); } 
}
@-webkit-keyframes spin { 
  100% {  transform: rotateY(360deg); } 
}
@keyframes spin { 
  100% { 
     
      transform: rotateY(360deg);
  } 
}
.fireworks .line {
  display: inherit;
  width: inherit;
  padding: inherit;
}
.fireworks .line:after {
  content: "";
  display: inherit;
  width: inherit;
  height: inherit;
  background-color: inherit;
  border-radius: inherit;
  transform: inherit;
  transition: inherit;
}
.btn-count.banner-btn {
  width: 200px;
  padding-top: 10px;
  display: none;
}
.modal-dialog.modal-lg.btext {
 
  display: none;
}

.css-1wgel6j:hover {
  background-color:var(--darkblue, #144684) !important;
  color: rgb(94, 53, 177);
}

.page-break {
  padding: 0 0px;
  background: #ffffff;
  width: 100%;
}
.page-break p {
  text-align: left !important;
}
.logo-count-pdf {
  margin: 0 auto;
}
.exam-header-logo {
  margin: 0 auto;
}
.exam-header-logo img.logo {
  margin: 0;
}

b.pq {
  font-weight:400 !important;
  margin-bottom: 30px;
  display: inline-block;
  font-size:16px;
  /* color: #a59c9c; */
  color: #1e1414;
  line-height: normal;
}
/* .cc span {
  margin-left: 4px;
  font-size: 16px;
  margin-right: 7px;
  font-weight: 700;
} */


.cc span {
  margin-left: 4px;
  font-size: 14px;
  margin-right: 7px;
  font-weight: 700;
  line-height: normal;
}

.qbtn {
 
  font-weight: bold;
  font-size: 17px !important;
}

.css-19u81b4-MuiTypography-root {
 
  text-align: left;
}
a.message-link {
  display: none;
} 



.link-arrow::before,
.link-arrow::after {
  content: "->";
  display: block;
  font-family: Inter;
  font-size: inherit;
  position: absolute;
  top: 50%;
  right: 32px;

  transform: translate(0%, -50%);
  transition: all 0.5s cubic-bezier(0.25, 0.25, 0.08, 1.08);
}

.link-arrow.font-reg::before,
.link-arrow.font-reg::after {
  font-weight: 300;
}

.link-arrow::before {
  opacity: 0;
  transform: translate(-100%, -50%);
}

.link-arrow:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.link-arrow:hover::after {
  opacity: 0;
  transform: translate(100%, -50%);
}

.left-arrow::before,
.left-arrow::after {
  content: "<-"; /* Changed the arrow character */
  display: block;
  font-family: Inter;
  font-size: inherit;
  position: absolute;
  top: 50%;
  left: 32px; /* Changed the position to left */
  transform: translate(0%, -50%);
  transition: all 0.5s cubic-bezier(0.25, 0.25, 0.08, 1.08);
}

.left-arrow.font-reg::before,
.left-arrow.font-reg::after {
  font-weight: 300;
}

.left-arrow::before {
  opacity: 0;
  transform: translate(100%, -50%); /* Changed the direction of translation */
}

.left-arrow:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.left-arrow:hover::after {
  opacity: 0;
  transform: translate(-100%, -50%); /* Changed the direction of translation */
}


.mylogo {
  display: block !important;
}









































.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table tr:first-child {
  border-top: none;
  background: #428bca;
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}
.cashcount {
  text-align: center;
}
.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}
.myheader a.nav-link.red {
  color: red !important;
}
.cert-count.report-cert.rank-certificate {
  margin-top:20px;
  width: 100%;
  display: inline-block;
}

.rank-certificate.report-cert h1.certheading {
  font-size: 30px !important;
  font-family: arial !important;
}
.rank-certificate.report-cert .name-cert p {
  font-size: 15px;
  font-family: arial !important;
  padding-left: 20px;
}
.rank-certificate.report-cert img.ntologo {
  width: 164px !important;
  margin-bottom: 4px;
}
.rank-certificate.report-cert .rank1-count {
  position: absolute;
  width: 164px !important;
  margin: 0 auto;
  left: 70px;
  top: 180px;
}
.rank-certificate.report-cert .rank-number1 {
  color: #134584;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 64px;
  left:56px;
  text-align: center;
  width: 56px;
  font-family: arial !important;
}
.rank-certificate.report-cert .rank-number2 {
  color: #134584;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 64px;
  left: 56px;
  text-align: center;
  width: 56px;
  font-family: arial !important;
}

.rank-certificate.report-cert .rank2-count {
  position: absolute;
  width: 164px !important;
  margin: 0 auto;
  right: 70px;
  top: 180px;
}
.rank-certificate.report-cert h4.datecert {
  font-family: arial !important;
}
.rank-certificate.report-cert h5.testdate {
  font-family: arial !important;
}
.myfile [type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
  width:200px !important;
  height: 40px!important;
}
.mymodel .modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;
}
.mymodel.modal {
  top: 102px;
}
.mymodel.modal .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem 0rem 1rem;
}


img.membership {
  margin-top: -72px !important;
}



















