/* *************************** Loading css ***************************** */
/** for pages that don't load angular but have angular templates in them. **/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999;
}

.loading span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

body,
html {
  font-family:  Arial, Helvetica, sans-serif;
  /* overflow: auto; */
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%;
  min-width: 1024px;
  font-size: 30px;
  color: #010101;
}


#wrapper {
  position: relative;
  margin: 0 auto;
  width: 1024px;
}

/* ******************************************************************************************** */

.visibilityHidden {
  opacity: 0;
}

/* *************************** Tab CSS Start ******************************************* */

.tab_level {
  padding: 6px 5px 5px 26px;
  color: #fff;
}

.tabber {
  position: relative;
  width: 100%;
  margin: 0px 0px 0px 0px;
  z-index: 1;
}

.tabber .tabs {
  display: flex;
  padding: 0px 0px 10px 350px;
  margin-bottom: 1rem;
  bottom: 0px;
  margin-top: 0;
  font-size: 35px;
}

.tabber .tab-content {
  padding: 0 0rem;
}


.tabber .tabs li {
  list-style: none;
}

.tabber .tabs li:not(:first-child) {
  margin-left: 0.5rem;
}

.tabber .tabs li a {
  display: block;
  padding: 0;
  text-decoration: none;
  width: 25px;
  height: 50px;
  text-align: center;
  color: #9a9aa1;
  line-height: 1.8;
}

.tabber .tabs li.active a {
  background-color: #fff;
  color: #000;
  cursor: pointer;
}

.tabber .tab-panel:not(.active) {
  display: none;
}

/* *************************** Tab CSS End ******************************************* */
.pointerEvnt_none {
  pointer-events: none;
}

/* *********************************************************************************** */
.preloadImg {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  overflow: hidden;
  width: 100%;
}

/* ********************************************************************************************************************************** */

/* ******************************** Sprit image animation start *************************************** */

.restriction_enzymes_sprit_animation {
  position: absolute;
  width: 215px;
  height: 210px;
  left: 285px;
  float: left;
  top: 610px;
  background-position: 0px 0px;
  z-index: 1;
  background-image: url("../image/restriction_enzymes_sprit.png");
  animation: playX 1s steps(9) forwards;
}

@keyframes playX {
  from {
    background-position-x: 0px;
  }

  to {
    background-position-x: -1998px;
  }
}

.agaroseGel_sprit_animation {
  position: absolute;
  width: 235px;
  height: 238px;
  left: 830px;
  float: left;
  top: 655px;
  background-position: 0px 0px;
  z-index: 1;
  background-image: url("../image/agarose_gel_sprit.png");
  animation: agaroseGel 2s steps(9) forwards;
}

@keyframes agaroseGel {
  from {
    background-position-x: 0px;
  }

  to {
    background-position-x: -2124px;
  }
}

.agaroseGel_powerTray_sprit {
  background-image: url("../image/power_tray_blank_strip.png");
  background-repeat: no-repeat;
  width: 660px;
  height: 395px;
  position: absolute;
  bottom: 115px;
  left: 380px;
  background-position: 0px 0px;
}

.agaroseGel_powerTray_sprit_animation {
  background-image: url("../image/power_tray_blank_strip.png");
  background-repeat: no-repeat;
  width: 661px;
  height: 397px;
  position: absolute;
  bottom: 115px;
  left: 435px;
  background-position: 0px 0px;
  animation: powerTrayagaroseGel 2s steps(19) forwards;
}

@keyframes powerTrayagaroseGel {
  from {
    background-position-x: 0px;
  }

  to {
    background-position-x: -12559px;
  }
}


.dna_sprit_animation {
  position: absolute;
  width: 295px;
  height: 300px;
  left: 650px;
  top: 600px;
  background-position: 0px 0px;
  background-image: url("../image/dna_sprit2.png");
  animation: dnaSprit 2s steps(11) forwards;
}

@keyframes dnaSprit {
  from {
    background-position-x: 0px;
  }

  to {
    background-position-x: -3300px;
  }
}


.dna_fill_box_sprit_animation {
  position: absolute;
  width: 208px;
  height: 260px;
  left: 170px;
  float: left;
  top: 760px;
  background-size: unset;
  background-position: 0px 0px;
  background-image: url("../image/dna_spritTT.png");
  animation: dnaFillBoxSprit 2s steps(4) forwards;
}

@keyframes dnaFillBoxSprit {
  from {
    background-position-x: 0px;
  }

  to {
    background-position-x: -832px;
  }
}

.powerOn_powerTray_sprit_animation {
  background-image: url("../image/power_tray_linePoint_sprit.png");
  background-repeat: no-repeat;
  width: 661px;
  height: 397px;
  position: absolute;
  bottom: 115px;
  left: 435px;
  background-position: 0px 0px;
  animation: powerOn 2s steps(5) forwards;
}

@keyframes powerOn {
  from {
    background-position-x: 0px;
  }

  to {
    background-position-x: -3305px;
  }
}

.nylonMembran_sprit_animation {
  background-image: url("../image/power_tray_nylon_sprit.png");
  background-repeat: no-repeat;
  width: 661px;
  height: 397px;
  position: absolute;
  bottom: 115px;
  left: 435px;
  background-position: 0px 0px;
  animation: nylonMembran 3s steps(21) forwards;
}

@keyframes nylonMembran {
  from {
    background-position-x: 0px;
  }

  to {
    background-position-x: -13881px;
  }
}

.probes_sprit_animation {
  position: absolute;
  width: 250px;
  height: 247px;
  left: 740px;
  float: left;
  top: 635px;
  background-position: 0px -18px;
  background-image: url("../image/probes_sprit.png");
  animation: probesAnim 2s steps(9) forwards;
}

@keyframes probesAnim {
  from {
    background-position-x: 0px;
  }

  to {
    background-position-x: -2250px;
  }
}

.xRayFilm_sprit_animation {
  background-image: url("../image/power_tray_x_rayFilm_sprit.png");
  background-repeat: no-repeat;
  width: 661px;
  height: 397px;
  position: absolute;
  bottom: 115px;
  left: 435px;
  background-position: 0px 0px;
  animation: xRayFilm 2s steps(15) forwards;
}

@keyframes xRayFilm {
  from {
    background-position-x: 0px;
  }

  to {
    background-position-x: -9915px;
  }
}

.developFilm_sprit_animation {
  background-image: url("../image/power_tray_XRay_film_sprit.png");
  background-repeat: no-repeat;
  width: 500px;
  height: 250px;
  position: absolute;
  top: 625px;
  left: 815px;
  background-position: 0px 0px;
  animation: developFilm 2s steps(35) forwards;
}

@keyframes developFilm {
  from {
    background-position-x: 0px;
  }

  to {
    background-position-x: -17500px;
  }
}

/* ******************************** Sprit image animation stop *************************************** */
/* **************** Popup Model css start ************************** */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 10px solid #336699;
  width: 45%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}

.close {
  background-image: url("../image/popUp_close2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  float: right;
  font-weight: bold;
  height: 31px;
  width: 31px;
}

.close:hover {
  background-image: url("../image/popUp_close1.png");
}

.pop_head {
  font-size: 35px;
  font-weight: bold;
}

.model_padd {
  padding: 90px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* **************** Popup Model css end ************************** */

.dnd_background {
  background-image: url("../image/dnd_bg.png");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}


.power_button {
  background-image: url("../image/power_off.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 42px;
  float: right;
  position: absolute;
  bottom: 55px;
  right: 210px;
  cursor: pointer;
  z-index: 1;
}

.power_button:hover {
  background-image: url("../image/power_on.png");
}

#probes_draggable {
  position: absolute;
  left: 1190px;
  background-image: url("../image/probes_sprit.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 220px;
  padding: 0.5em;
  float: right;
  top: 175px;
  background-position: -50px -12px;
  border: unset;
  background-color: unset;
  cursor: pointer;
  z-index: 1;
}

.probes_txt {
  position: absolute;
  right: 43px;
  top: 455px;
  font-weight: bold;
  color: #676767;
}

#agaroseGel_draggable {
  position: absolute;
  left: 1015px;
  background-image: url("../image/agarose_gel_sprit.png");
  background-repeat: no-repeat;
  width: 140px;
  height: 205px;
  padding: 0.5em;
  float: right;
  top: 195px;
  background-position: -22px 0px;
  border: unset;
  background-color: unset;
  cursor: pointer;
  z-index: 1;
}

.agaroseGel_txt {
  position: absolute;
  right: 190px;
  top: 455px;
  font-weight: bold;
  color: #676767;
}

#restriction_enzymes_draggable {
  position: absolute;
  background-image: url("../image/restriction_enzymes_sprit.png");
  background-repeat: no-repeat;
  left: 835px;
  width: 140px;
  height: 150px;
  padding: 0.5em;
  float: right;
  top: 245px;
  background-size: inherit;
  background-position: -35px -25px;
  border: unset;
  background-color: unset;
  cursor: pointer;
  z-index: 1;
}

.restriction_enzymes_txt {
  position: absolute;
  right: 365px;
  top: 180px;
  font-weight: bold;
  color: #676767;
  width: 220px;
  text-align: center;
}

.xray_bg_img {
  background-image: url("../image/xray_bg.png");
  background-repeat: no-repeat;
  width: 320px;
  height: 200px;
  left: 490px;
  top: 269px;
  background-size: contain;
  background-position: center;
  position: absolute;
}

#xray_film_draggable {
  position: absolute;
  background-image: url("../image/xray_film.png");
  background-repeat: no-repeat;
  width: 270px;
  height: 58px;
  padding: 0.5em;
  float: right;
  top: 290px;
  left: 495px;
  background-size: contain;
  background-position: center;
  border: unset;
  background-color: unset;
  cursor: pointer;
  z-index: 1;
}

.xray_film_txt {
  position: absolute;
  left: 540px;
  top: 220px;
  font-weight: bold;
  color: #676767;
  width: 150px;
  text-align: center;
}

.nylon_membrane_bg_img {
  background-image: url("../image/nylon_membrane_bg.png");
  background-repeat: no-repeat;
  width: 310px;
  height: 193px;
  left: 170px;
  top: 270px;
  background-size: contain;
  background-position: center;
  position: absolute;

}

#nylon_membrane_draggable {
  position: absolute;
  background-image: url("../image/nylon_membrane.png");
  background-repeat: no-repeat;
  width: 265px;
  height: 58px;
  padding: 0.5em;
  top: 302px;
  left: 177px;
  background-size: contain;
  background-position: 0px 0px;
  border: unset;
  background-color: unset;
  cursor: pointer;
}

.nylon_membrane_txt {
  position: absolute;
  left: 225px;
  top: 220px;
  font-weight: bold;
  color: #676767;
  width: 220px;
  text-align: center;
}


#dna_draggable {
  position: absolute;
  background-image: url("../image/dna.png");
  background-repeat: no-repeat;
  width: 208px;
  height: 260px;
  left: 170px;
  float: left;
  top: 760px;
  background-position: 0px 0px;
  border: unset;
  background-color: unset;
  cursor: pointer;
  z-index: 1;
}

#developFilm_draggable {
  position: absolute;
  background-image: url("../image/10015.png");
  background-repeat: no-repeat;
  width: 563px;
  height: 166px;
  left: 505px;
  float: left;
  top: 850px;
  background-size: contain;
  background-position: center;
  border: unset;
  background-color: unset;
  cursor: pointer;
  z-index: 1;
}

.dna_txt {
  position: absolute;
  left: 160px;
  bottom: 178px;
  font-weight: bold;
  color: #676767;
  width: 220px;
  text-align: center;
}

/* *************************** Droppable postions start  ********************************* */

.droppable_step1 {
  width: 190px;
  height: 240px;
  margin: 10px;
  position: absolute;
  left: 178px;
  bottom: 265px;
  z-index: 1;
  background-color: unset;
  border: unset;
}

.droppable_step2 {
  width: 465px;
  height: 227px;
  margin: 10px;
  position: absolute;
  left: 500px;
  bottom: 265px;
  z-index: 1;
  background-color: unset;
  border: unset;
  border-radius: 115px;
}

.droppable_step3 {
  width: 470px;
  height: 240px;
  margin: 10px;
  position: absolute;
  left: 490px;
  bottom: 260px;
  z-index: 1;
  background-color: unset;
  border: unset;
}

.droppable_step4 {
  width: 200px;
  height: 95px;
  margin: 10px;
  position: absolute;
  left: 760px;
  bottom: 167px;
  z-index: 1;
  background-color: unset;
  border: unset;
  z-index: 1;
  transform: rotate(155deg);
}

.droppable_step5 {
  width: 420px;
  height: 188px;
  margin: 10px;
  position: absolute;
  left: 499px;
  bottom: 240px;
  z-index: 1;
  background-color: unset;
  border: unset;
}

.droppable_step6 {
  width: 420px;
  height: 188px;
  margin: 10px;
  position: absolute;
  left: 499px;
  bottom: 240px;
  z-index: 1;
  background-color: unset;
  border: unset;
}

.droppable_step7 {
  width: 420px;
  height: 188px;
  margin: 10px;
  position: absolute;
  left: 499px;
  bottom: 240px;
  z-index: 1;
  background-color: unset;
  border: unset;
}

.droppable_step8 {
  width: 210px;
  height: 185px;
  margin: 10px;
  position: absolute;
  right: 20px;
  bottom: 435px;
  z-index: 1;
  background-color: unset;
  border: unset;
}

.droppable_step9 {
  width: 420px;
  height: 188px;
  margin: 10px;
  position: absolute;
  left: 499px;
  bottom: 240px;
  z-index: 1;
  background-color: unset;
  border: unset;
}

/* *************************** Droppable postions end  ********************************* */

.img_hw_100_auto {
  width: 100%;
  height: auto;
}

.nxt_btn {
  position: absolute;
  bottom: 140px;
  left: 1160px;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  font-weight: bold;
}

.nxt_arrow_img {
  height: auto;
  width: 22px;
  position: absolute;
  bottom: 0px;
}

.credits_txt {
  position: absolute;
  right: 400px;
  bottom: 35px;
  color: #809099;
  cursor: pointer;
  font-size: 25px;
}

.credits_txt:hover {
  color: #fff;
}

.pbs_nova {
  background-image: url("../image/PBS_NOVAAA.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 40px;
  bottom: 25px;
  cursor: pointer;
  width: 340px;
  height: 79px;
  background-size: contain;
  background-position: center;
}

.nova_img {
  position: absolute;
  right: 0px;
  bottom: 5px;
  cursor: pointer;
  width: 340px;
  height: 70px;
}

.pbs_img {
  position: absolute;
  right: 32px;
  bottom: 27px;
  cursor: pointer;
  width: 58px;
  height: 60px;
}

.power_tray_bg_img {
  background-image: url("../image/power_tray.png");
  background-repeat: no-repeat;
  width: 661px;
  height: 397px;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 115px;
  left: 435px;
}

.power_tray_hw {
  width: 587px;
}

.developer_pos {
  position: absolute;
  bottom: 190px;
  left: 1175px;
}

.developer_txt {
  position: absolute;
  left: 1160px;
  bottom: 140px;
  font-weight: bold;
  color: #676767;
  width: 220px;
  text-align: center;
}

/* Create two equal columns that floats next to each other */
.column1 {
  position: absolute;
  left: 0;
  top: 0;

  float: left;
  width: 61.2%;
  padding: 10px;
  height: 98%;

}

.column2 {
  position: absolute;
  right: 114px;
  top: 116px;
  float: left;
  width: 32%;
  padding: 10px;
  height: 1000px;
}



/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.checked_txt {
  font-size: 40px;
  color: #386aa7;
  padding-bottom: 10px;
}

.nxt_steps_clr {
  color: #7f7171;
  font-weight: bold;
  padding-bottom: 15px;
}

.checked_img_hw {
  width: auto;
  height: 40px;
}

.padd30 {
  padding: 30px;
}


.Notes_on_the_process {
  color: #386aa7;
  cursor: pointer;
}

.Notes_on_the_process:hover {
  color: #000;
}

.Choose_the_culprit {
  color: #386aa7;
  cursor: pointer;
  font-size: 40px;
  pointer-events: auto;
}

.Choose_the_culprit:hover {
  color: #000;
}

.chooseTheCulpet_bg {
  background-image: url("../image/chooseTheCalpet_bg.png");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}

.suspect_bg {
  background-image: url("../image/suspect_bg.png");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  width: 1182px;
  height: 763px;
  padding: 0.5em;
  top: 220px;
  left: 168px;
  background-size: contain;
  position: relative;
}

.candy_txt {
  position: absolute;
  left: 245px;
  bottom: 245px;
  color: #386aa7;
  font-weight: 600;
}

.cookie_txt {
  position: absolute;
  left: 404px;
  bottom: 245px;
  color: #386aa7;
  font-weight: 600;
}

.suger_txt {
  position: absolute;
  left: 575px;
  bottom: 245px;
  color: #386aa7;
  font-weight: 600;
}

.lolly_txt {
  position: absolute;
  left: 755px;
  bottom: 245px;
  color: #386aa7;
  font-weight: 600;
}

.honey_txt {
  position: absolute;
  left: 918px;
  bottom: 245px;
  color: #386aa7;
  font-weight: 600;
}

.brandee_txt {
  position: absolute;
  left: 1061px;
  bottom: 245px;
  color: #386aa7;
  font-weight: 600;
}

.carmela_txt {
  position: absolute;
  left: 1230px;
  bottom: 245px;
  color: #386aa7;
  font-weight: 600;
}

.honey_bg_img {
  background-image: url("../image/honey_unselected.png");
  background-repeat: no-repeat;
  width: 155px;
  height: 155px;
  bottom: 288px;
  left: 880px;
  background-size: contain;
  background-position: center;
  position: absolute;
}

.suspect_txt {
  position: absolute;
  bottom: 140px;
  left: 705px;
  font-weight: bold;
  font-size: 35px;
}

#barCode_draggable {
  position: absolute;
  background-image: url("../image/barcode.png");
  background-repeat: no-repeat;
  width: 75px;
  height: 360px;
  float: left;
  left: 1560px;
  top: 417px;
  background-size: contain;
  background-position: center;
  border: unset;
  background-color: unset;
  cursor: pointer;
}

.barCode_droppable {
  width: 100px;
  height: 400px;
  margin: 10px;
  position: absolute;
  left: 905px;
  bottom: 480px;
  z-index: 1;
  background-color: unset;
  border: unset;
}

.find_the_match {
  padding: 48px;
  font-size: 38px;
  color: #386aa7;
}

.saliva_txt {
  position: absolute;
  left: 168px;
  bottom: 305px;
  color: #386aa7;
  font-weight: 600;
}

.left_arrow {
  top: 450px;
  position: absolute;
  left: 85px;
  height: 35px;
}

.dull_opacity {
  opacity: 0.5;
}

.congratulation_bg {
  background-image: url("../image/congratulation.png");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}

.ui-draggable-dragging {
  z-index: 99 !important;
}

/* ******************* cREDITS POP CSS ************************ */
.credits_modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.credits_modal_content {
  margin: auto;
  position: absolute;
  pointer-events: none;
}

.credits_model_padd {
  padding: 90px;
  color: #fff;
}

.credits_pop_head {
  font-size: 45px;
}

.credits_close {
  color: #000;
  float: right;
  font-size: 40px;
  font-weight: bold;
  height: 35px;
  width: 25px;
  border: 1px solid #000;
}

.disp_None {
  display: none;
}

.opacity0 {
  opacity: 0;
  pointer-events: none;
}

.opacity1 {
  opacity: 1;
}

.dna_txt_head{
  font-size: 45px;
  padding: 35px 0px 0px 0px;
}
.dna_txt_font45{
  font-size: 45px;
}
.the_Crime_txt{
  position: absolute;
  top: 107px;
  left: 199px;
  width: 1058px;
  font-size: 37px;
  line-height: 47px;
  color: #fff;
}

.firstpara{
  margin: 16px 0px;
}
.the_suspect_txt{
  position: absolute;
    top: 107px;
    left: 200px;
    width: 1063px;
    font-size: 37px;
    line-height: 47px;
    color: #fff;
}
.Congratulations__txt{
  position: absolute;
  top: 107px;
  left: 199px;
  width: 1010px;
  font-size: 37px;
  line-height: 47px;
  color: #fff;
}