﻿header#pq-header.pq-header-style-2 .navbar-brand {
    background: #fff;
    padding: 0;
}
header#pq-header.pq-header-style-2 .pq-header-diff-block .navbar-brand img {
    width: 65%;
    margin: 10px 0;
    height: auto;
}
header#pq-header.pq-header-style-2 .pq-top-header {
    background: var(--primary-color);
}
header#pq-header .pq-top-header ul li a:hover {
    color: var(--white-color);
    background: var(--dark-color);
}
header#pq-header.pq-header-style-2.pq-header-sticky .pq-header-diff-block .navbar-brand img {
    width: 35%;
    margin: 10px 0;
    height: auto;
}
header#pq-header.pq-header-style-2.pq-header-sticky .navbar-brand {
    background: #fff;
    padding: 0;
}

#rev_slider_11_1_wrapper .ares .tp-bullet {
 
    background: var(--primary-color);
 
}



.ml-20 {
    margin: 0 0 0 20px;
}

.pq-top-header {
    border-radius: 0px 0 0 20px;
}

#pq-loading img {
    height: auto;
    width: 30%;
    border-radius: 0;
}
.circle--slider .animate-more {
     visibility: hidden;
    transition: all 0.5s 0.4s;
     overflow: visible;
    text-align: center;
    z-index: 30;
    position: absolute;
     margin: 30% 0 0 0;
  }

.circle--rotate > li .icon {
     font-size: 30px;
 }

.CertificateBox {
    border-radius: 10px;
    height: 77vh;
    margin: 5% 0;
    padding: 10px;
    box-shadow: 0px 0px 100px #bdbdbd;
}
#CertificateSec .logo {
    width: 15%;
    margin: 25px 0 0 0;
}
#CertificateSec .TitleForm {
    text-align: center;
}
#CertificateSec #CertificateNumber {
    text-align: center;
    background: #eee;
}
.formDiv {
    width: 60%;
    margin: 0 auto;
}
#CertificateSec span.pq-name-error-message.pq-message {
    display: block;
    margin: 20px 0 0 0;
}

#CertificateSec .dataGrid {
    margin: 30px 0 0 0;
}
#CertificateSec .Footer {
    text-transform: capitalize;
    font-weight: bolder;
}
#CertificateSec .ForLargSC {
    display: block;
}
#CertificateSec .ForMobSC {
    display: none;
}
span.Valid {
    color: green;
}
span.UnValid {
    color: red;
}
h6.RemainingDays.text-center {
    font-size: 15px;
    color: #c18724;
    margin: 15px 0 0 0;
}

footer#pq-footer .pq-footer-logo {
    height: auto;
    margin-bottom: 30px;
}

#CertificateSec table {
    font-size: 15px;
}
div#SerchResult {
    margin: 10% 0 0 0;
}

.GarySec {
    background: #dfdfdf;
}
.pq-icon-box.pq-style-2 {
    padding: 15px;
}

.Maps iframe {
width:100%;
}


@media (max-width: 767px) {
    #CertificateSec .ForLargSC {
        display: none;
    }

    #CertificateSec .ForMobSC {
        display: block;
    }


    header#pq-header.pq-header-style-2 .navbar-brand {
        text-align: center;
        width: 100%;
    }

    #pq-header.pq-header-style-2 .pq-header-diff-block .navbar-brand img {
        width: 30% !important;
    }


    .col-xs-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xs-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }


    #CertificateSec .TableData {
        font-size: 13px;
        font-weight: inherit;
        padding: 0 10px;
    }

    #CertificateSec .Footer {
        font-size: 14px;
        position: fixed;
        /* width: 100%; */
        /* text-align: center; */
        left: 0;
        bottom: 0;
        padding: 5%;
    }

    .CertificateBox {
        min-height: 65vh;
        height: auto;
    }
    #CertificateSec .logo {
        width: 30%;
        margin: 5px 0 0 0;
    }
    .TableData .row {
        /* border-top: 1px solid #eee; */
        border-bottom: 1px solid #eee;
        padding: 5px 0;
    }
}