.main-header {
    background: #FF1A35;
}

.header-area .header-info-left .logo {
    height: 102px;
    background: none;
    padding: 0;
    margin: 0 0 0 -12px !important;
    text-align: center;
}
.header-area .header-info-left .logo img {
    width: auto;
    height: 100%;
}

/* .footer-padding {
    padding-top: 0 !important;
}

.footer-bottom-area .footer-border {
    border: none;
    margin-top: 0;
} */

.home-firstview {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: top left;
    background-image: url("/assets/img/home/wallpaperflare.com_wallpaper.webp");
}

.icon {
    width: auto;
    height: auto;
    max-width: 96px;
    max-height: 96px;
}
@media only screen and (min-width: 768px) {
    .icon {
        max-width: 64px;
        max-height: 64px;
    }
}
.icon-thankyou {
    width: 100%;
}

/* .home-thankyou {
    width: 100% !important;
} */
.thankyou-cap {
    padding-left: 1rem;
}
.thankyou-cap h3 {
    color: white;
}
.thankyou-cap .text-underline {
    text-decoration: underline;
}

.verify-result {
    font-weight: bold;
    text-align: center;
}
.verify-genuine {
    color: #38a4ff;
}
.verify-fake {
    color: #f44a40;
}


.blog_area a {
    color: #FF1A35;
}
a.credit {
    color: unset !important;
}

iframe.yt-video {
    aspect-ratio: 1.333333333;
    width: 100%;
    height: auto;
}

ol.orderedlist li {
    list-style: decimal;
}

.howto-icon-image {
    width: 32px;
    height: auto;
    display: inline-block;
}

.header-transparent {
    position: unset;
    top: unset;
    right: unset;
    left: unset;
    z-index: unset;
}
header,
.header-transparent,
.header-sticky.sticky-bar {
    width: inherit;
    max-width: inherit;
}
.header-sticky.sticky-bar {
    right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-righ .header-right-btn {
        margin-right: -12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .header-info-left .main-menu ul li {
        margin: 0 5px;
    }
}

.header-info-left {
    width: 100%;
}
@media (min-width: 576px) {
    .header-info-left {
        width: auto!important
    }
}

.contact-section {
    padding: 84px 0 30px;
}
@media only screen and (min-width: 768px) {
    .contact-section {
        padding-top: 30px;
    }

    .blog_details {
        padding-top: 35px;
    }
}

.slider-footer {
    background-color: #212529;
    margin-top: -260px !important;
    margin-left: 0;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .slider-footer {
        margin-left: 3%;
        width: 97%;
    }
}

.slider-footer .footer-wrapper .single-caption .heading-cap h2 {
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .slider-footer .footer-wrapper .single-caption .heading-cap {
        text-align: center;
    }
}

#back-top {
    display: none;
}

.page-qr .mobile_menu {
    display: none !important;
}
.page-qr .contact-section {
    padding-top: 0.75rem;
}
