@media only screen and (max-width: 992px) {

    .header-area .main-nav .menu-trigger span,
    .header-area .main-nav .menu-trigger span:before {
        background-color: #e5b947;
    }

    .header-area .main-nav .menu-trigger span:before,
    .header-area .main-nav .menu-trigger span:after,
    .header-area .main-nav .menu-trigger.active span:before,
    .header-area .main-nav .menu-trigger.active span:after {
        background-color: #e5b947;
    }

    .header-area .main-nav .logo {
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
    }

    .header-area .logo {
        margin-top: unset;
    }

    .header-area.header-sticky .nav {
        margin-top: 17% !important;
    }

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



    .main-banner .owl-nav {
        /* background: red; */
        left: unset !important;
        transform: translateX(0px) !important;
    }

    .main-banner .owl-nav .owl-prev i,
    .main-banner .owl-nav .owl-next i {
        font-size: 15px;
        width: 35px;
        height: 35px;
        background-color: rgb(120 108 108 / 20%);
        line-height: 35px;
    }

    .main-banner .owl-nav .owl-next i {
        left: unset;
        right: 0;
    }

    .section {
        margin-top: 0px;
    }

    .services .service-item .icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .services .service-item .main-content {
        margin-right: 0px;
    }

    .services .service-item {
        margin-top: 60px;
    }

    .fun-facts {
        padding: 55px 0px 55px 0px;
    }

    .fun-facts:before {
        width: 180%;
    }

    .testimonials .item p {
        font-size: 15px;
        line-height: 30px;
    }

    .sectranspacy {
        order: 2;
        margin-top: 2rem;
    }

    .section-heading h2{
        font-size: 26px;
        margin: 12px 0;
    }

    .about-us .section-heading p, .testimonials .section-heading p, .contact-us .section-heading p{
        margin-top: 12px;
    }

    .contact-us .contact-us-content {
        padding: 20px;
        margin-top: 2rem;
    }

    .VrifyReport .contact-us-content {
        margin-top: 0 !important;
    }

    .Footer_cont{
        justify-content: center;
    }

    .certificate .section-heading {
        margin-bottom: 0;
    }

    .ftco-section {
        padding: 2em 0 !important;
    }

    #reportimage{
        max-height: 170px !important;
        width: auto;
    }

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