button.btn-stt {
    color: #fff;
    background-color: #AF100C;
    border-color: #8a2045;
}
button.btn-stt:hover {
    color: #fff;
    background-color: #3e0322;
    border-color: #3e0322;
}

.page-link {
    color: black !important;
}

.page-item.active a{
    background-color: #AF100C !important;
    border-color: #AF100C !important;
    color: white !important;
}

.pk-row {
    min-height: 80vh;
    display: flex;
    flex-wrap: wrap;
}
.dnone {
    min-height: 80vh;
}

.psearch-row {
    padding: 0 93px 0 93px;
}

.img-pred-con {
    padding: 12px 0 0px 0 !important;
}

.img-pred {
    cursor: pointer;
    width: 95%;
}

.flip-clock-wrapper ul li a div div.inn {
    text-shadow: 0 1px 2px #AF100C !important;
    background-color: #AF100C !important;
}
.flip-clock-dot {
    background: #a52644 !important;
}

.your-clock{
    zoom: 1;
    transform: scale(1);
    -moz-transform: scale(1);
}

/* modal start */
.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.img-nav {
    display: flex;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.img-nav span{
    color: #fff;
    font-size: 50px;
    cursor: pointer;
}
  /* modal end */

/*loading start*/
/* Absolute Center Spinner */
.loading {
    position: absolute;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
  
  /* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
  
  /* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
  
.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
  
  /* Animation */
  
@-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
  /*loading end*/


@media (max-width: 321px) {
    .psearch-row {
        padding: 0 1px 0 7px;
    }
}

@media (max-width: 426px) {
    .psearch-row {
        padding: 0 48px 0 48px;
    }
}

@media (max-width: 1440px) {
    .your-clock {
        zoom: 0.9;
        transform: scale(0.9);
        -moz-transform: scale(0.9);
    }
}

@media (max-width: 824px) {
    .your-clock {
        zoom: 0.8;
        transform: scale(0.8);
        -moz-transform: scale(0.8);
    }
}

@media (max-width: 768px) {
    .pk-row {
        min-height: 33vh;
    }
}

@media (max-width: 736px) {
    .your-clock {
        zoom: 0.7;
        transform: scale(0.7);
        -moz-transform: scale(0.7);
    }
}

@media (max-width: 648px) {
    .your-clock {
        zoom: 0.6;
        transform: scale(0.6);
        -moz-transform: scale(0.6);
    }
}

@media (max-width: 568px) {
    .your-clock {
        zoom: 1;
        transform: scale(1);
        -moz-transform: scale(1);
    }
}

@media (max-width: 516px) {
    .your-clock {
        zoom: 0.9;
        transform: scale(0.9);
        -moz-transform: scale(0.9);
    }
}

@media (max-width: 468px) {
    .your-clock {
        zoom: 0.8;
        transform: scale(0.8);
        -moz-transform: scale(0.8);
    }
}

@media (max-width: 419px) {
    .your-clock {
        zoom: 0.7;
        transform: scale(0.7);
        -moz-transform: scale(0.7);
    }
}

@media (max-width: 371px) {
    .your-clock {
        zoom: 0.6;
        transform: scale(0.6);
        -moz-transform: scale(0.6);
    }
}

@media (max-width: 322px) {
    .your-clock {
        zoom: 0.5;
        transform: scale(0.6);
        -moz-transform: scale(0.6);
    }
}

@media (width: 768px) {
    .hb-right {
        margin-top: 0;
    }
}