/* header section  */

:root{
    --headerBg : #101826;
    --Btn-color : #1a56db;
    --Btn-colorHover : #1343ab;
}


.logo img {
    width: 50px;
}

.header-area{
    position: relative !important;
    top: 0 !important;
    background-color: var(--headerBg);
    background-color: transparent;
    padding: 20px 0;
}

.header-area .main-nav .logo h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
} 

.header-area .main-nav .nav li:last-child {
    /* background: var(--Btn-color); */
    border-radius: 12px;
}

.SB-Btn a{
    background: var(--Btn-color);
}

.SB-Btn a:hover{ 
  background-color: var(--Btn-colorHover);
}

.header-area .main-nav .nav li a.active{
  background-color: var(--Btn-color);
  color: #fff;
}

.scroll-to-section a {
    color: #453d3d !important;
}

.SB-Btn a {
    color: #fff !important;
}

.header-area .main-nav .nav li a.active{
    color: #fff !important;
}

.VrifyReport.contact-us:before{
    content: none;
}

.VrifyReport .contact-us{
    margin: 0;
    padding: 0;
}

.contact-us .contact-us-content{
    padding: 33px;
}

.main-banner{
    padding: 0;
    margin-top: 2rem;
}

.header-area .main-nav .logo h1 span {
    margin-left: 8px;
}

.header-area .main-nav .nav li a{
    font-weight: 400;
    font-size: 16px;
}

.main-banner .item{
    margin-left: unset;
}

.main-banner .item{
    padding: 18px 75px;
}

.main-banner .owl-nav{
    bottom: 50%;
    left: unset;
    width: 100%;
}

.main-banner .owl-nav .owl-prev i {
    position: absolute;
    bottom: 0%;
    left: 0;
}

.section {
    margin-top: 50px;
}

.footer .single-footer.newsletter{
    padding-left: unset;
}


.Footer_cont  {
    display: flex !important;
    justify-content: start;
    align-items: start;
    gap: 15px;
}

span.hd2 {
    display: block;
    font-size: 22px;
}

.FooterIcon i {
    color: #727272;
}

.footer .single-footer h3{
    margin-bottom: 18px;
}

.single-footer span{
    color: #727272;
}

.footer{
  background: #f1f0fdad;
}


/* new css  */
.certificate .contact-us:before{
    content: none;
}

.form_checkcertificate.contact-us {
    margin: 0;
    padding: 0;
}
#search p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
}

.search-input button{
    border: none;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    padding: 0px 25px;
    border-radius: 25px;
    color: #1a56db;
    transition: all .4s;
    position: relative;
    z-index: 3;
}

.search-input input#searchText {
    height: 50px;
    width: 70%;
    border-radius: 30px;
    border: none;
    outline: none;
    padding: 0 20px;
}

#CertifateSelect{
    height: 50px;
    width: 33.333%;
    border-radius: 30px;
    border: none;
    outline: none;
    padding: 0 20px;
}

.main-banner .item.item-1, .main-banner .item.item-2{
    height: 70vh;
}

.error{
    color:red;
    font-size: 13px;
}