.pp .main_header {
    background: #fff;
    padding: 0;
    border-bottom: 5px solid #022E5F;
}

.pp .main_header .nav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.pp .main_header .navbar-brand {
    padding: 0;
    margin: 0 0 0 5px;
}

.pp .main_header .btn {
    box-shadow: none;
    padding: 0.65rem 1.2rem !important;
    font-weight: 500;
    margin-left: .75rem;
    margin-top: 1rem;
    font-size: 1em !important;
    max-width: 100px;
}

.pp .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .0) !important;
    margin-right: 15px;
    padding: .25rem .0rem;
    box-shadow: none;
}

.pp .navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}

.pp .navbar-expand-lg .navbar-collapse {
    flex-grow: 0;
    padding: 1.5rem 0;
}

.pp .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    border-bottom: 2px solid transparent;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    font-size: 1.1em;
    /* font-size: 1.14em; */
}

.pp .navbar-light .navbar-nav .nav-link:focus,
.pp .navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 2px solid #15A866;
    color: #15A866;
    font-weight: 500;
}

.pp .navbar-light .navbar-nav .nav-link.active,
.pp .navbar-light .navbar-nav .show>.nav-link {
    border-bottom: 2px solid #15A866;
    color: #15A866;
    font-weight: 500;
}

.navbar-collapse {
    display: grid;
}


/* .pp .show {
    display: grid;
} */

@media (min-width: 992px) {
    .pp .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
        padding: 0;
    }
    .pp .main_header .btn {
        box-shadow: none;
        padding: 0.4rem 1.2rem;
        font-weight: 500;
        margin-left: .75rem;
        margin-top: 0;
    }
}

.footer_wrap {
    width: 100%;
    background: #010e1c;
    padding: 1.2rem 0 1rem 0;
    border-top: 1px solid rgb(229 234 239 / 15%);
}

.footer_wrap .footer_logo {
    width: 72px;
}

.footer_wrap h6 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.footer_wrap .footer_list {
    padding: 0px;
    margin: 0;
}

.footer_wrap .footer_list li {
    padding: 0;
    margin: 11px 0;
    list-style: none;
}

.footer_wrap .footer_list li a {
    color: var(--cs-default);
}

.footer_wrap .footer_list li a:hover,
.footer_wrap .footer_list li a:focus {
    color: var(--cs-primary);
}

.footer_wrap .copyrights {
    width: 100%;
    text-align: left;
    /* padding: 1rem 0;
    border-top: 1px solid rgb(203 214 226 / 50%);
    margin-top: 2rem; */
}

.footer_wrap .copyrights p {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

.footer_wrap .copyrights p a {
    color: #fff;
    text-decoration: underline;
    position: relative;
    margin-left: 20px;
}

.footer_wrap .copyrights p a::before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: rgb(221 221 221 / 30%);
    position: absolute;
    left: -12px;
}

.footer_wrap .copyrights p a:hover,
.footer_wrap .copyrights p a:focus {
    color: #fff;
}

.footer_wrap .social_icons {
    display: flex;
}

.footer_wrap .social_icons .svg_icon {
    width: 24px;
    height: 24px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
}

.footer_wrap .social_icons .svg_icon svg {
    fill: #E5EAEF;
    width: 20px;
}

.footer_wrap .social_icons .svg_icon:hover svg,
.footer_wrap .social_icons .svg_icon:focus svg {
    fill: #15A866;
}

@media (max-width: 992px) {
    .footer_wrap .copyrights {
        margin-bottom: 10px;
    }
}


/* Banner Section */

.pp .home_banner_wrap {
    width: 100%;
    /* height: 800px; */
    overflow: hidden;
}

.pp .home_banner_wrap .carousel,
.pp .home_banner_wrap .carousel .carousel-inner,
.pp .home_banner_wrap .carousel .carousel-inner .carousel-item {
    height: 100%;
}

.pp .home_banner_wrap .carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pp .newsletter_wrap {
    width: 100%;
    /* background: #010E1C; */
    padding: 5rem 0;
    background-color: #010e1c;
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.pp .newsletter_wrap .newsletter_inner .news_header {
    background-color: #022E5F;
    padding: 1rem 2rem;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.pp .newsletter_wrap .newsletter_inner .news_header h3,
.pp .newsletter_wrap .newsletter_inner .news_header p {
    margin: 0;
    color: #fff;
    text-align: center;
}

.pp .newsletter_wrap .newsletter_inner .news_content {
    padding: 2rem;
    width: 100%;
    background: #fff;
    border-radius: 0 0 5px 5px;
}

.pp .newsletter_wrap .form-control {
    /* margin-bottom: 15px; */
    margin-bottom: 5px;
}

.pp .features_wrap {
    width: 100%;
    padding: 5rem 0 6rem 0;
}

.pp .features_wrap.garage_wrap {
    background: #fff;
}

.pp .features_wrap.feetowner_wrap {
    background: rgb(226, 244, 236);
    background: linear-gradient(300deg, rgba(226, 244, 236, 1) 0%, rgba(224, 230, 236, 1) 100%);
}

.pp .features_wrap .title_wrap {
    margin-bottom: 2rem;
}

.pp .features_wrap .title_wrap h5 {
    text-align: center;
    text-transform: uppercase;
    color: #15a866;
    font-size: 1.3em;
}

.pp .features_wrap .title_wrap p {
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.25;
    font-weight: 400;
}

.pp .features_wrap .title_wrap .divider {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    background: transparent;
}

.pp .features_wrap .title_wrap .divider span {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #010E1C;
    opacity: .2;
    flex-direction: column;
    margin: 6px;
}

.pp .features_wrap .feature_tabs .nav-tabs {
    justify-content: center;
    margin-bottom: 4rem;
    border-bottom: 0px;
}

.pp .features_wrap .feature_tabs .feature_label {
    color: #15A866;
    text-transform: uppercase;
    font-weight: 600;
}

.pp .features_wrap .feature_tabs .feature_icon {
    width: 56px;
    height: 56px;
    background-color: #15A866;
    border-radius: 100%;
    text-align: center;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.pp .features_wrap .feature_tabs .feature_icon img {
    width: 32px;
}

.pp .features_wrap .feature_tabs h1 {
    color: #022E5F;
    margin: 0.75rem 0 1.5rem 0;
    text-align: left;
    font-size: 2.5em;
}

.pp .features_wrap .feature_tabs .feature_list {
    margin-bottom: 1.5rem;
}

.pp .features_wrap .feature_tabs .feature_list:last-child {
    margin-bottom: 0;
}

.pp .features_wrap .feature_tabs .feature_list>p {
    font-size: 0.90rem;
    line-height: 1.35;
}

.pp .features_wrap .feature_tabs .feature_list .list_title {
    display: flex;
    justify-content: flex-start;
    align-items: self-start;
    margin-bottom: 5px;
}

.pp .features_wrap .feature_tabs .feature_list .list_title p {
    margin: 0;
    padding-left: 10px;
    text-align: left;
    /* font-weight: 600; */
}

.pp .features_wrap .feature_intro {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.pp .features_wrap .feature_intro .inn {
    width: 700px;
    height: 460px;
    position: relative;
}

.pp .features_wrap .feature_intro .inn .garage_circle_bg {
    width: 360px;
    height: 360px;
    border-radius: 100%;
    background: rgba(21, 168, 102, 1);
    background: linear-gradient(277deg, rgba(21, 168, 102, 1) 0%, rgba(21, 168, 102, 0) 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}

.pp .features_wrap .feature_intro .inn .feetowner_circle_bg {
    width: 360px;
    height: 360px;
    border-radius: 100%;
    background: rgb(0, 121, 255);
    background: linear-gradient(277deg, rgba(0, 121, 255, 1) 0%, rgba(0, 121, 255, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.2;
}

.garage_circle_bg2 {
    background: rgb(0, 121, 255) !important;
    background: linear-gradient(277deg, rgba(0, 121, 255, 1) 0%, rgba(0, 121, 255, 0) 100%) !important;
}

.pp .features_wrap .feature_intro .inn .garage_circle_bg {
    right: -20px;
    bottom: 20px;
}

.pp .feature_intro .inn .img_inspections_1 {
    position: absolute;
    top: 46px;
    left: 0px;
    z-index: 1;
}

.pp .feature_intro .inn .img_inspections_2 {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 2;
}

.pp .feature_intro .inn .img_inspections_3 {
    position: absolute;
    top: 170px;
    right: 0px;
    z-index: 3;
}

@media only screen and (max-width: 768px) {
    .pp .feature_intro .inn {
        height: 360px;
    }
    .pp .feature_intro .inn .garage_circle_bg {
        right: -5px;
        bottom: 0;
        width: 200px;
        height: 200px;
    }
    .pp .feature_intro .inn .img_inspections_1 {
        top: 30px;
        left: 0px;
        width: 93%;
    }
    .pp .feature_intro .inn .img_inspections_2 {
        top: 0;
        right: 0;
        z-index: 2;
        width: 105px;
    }
    .pp .feature_intro .inn .img_inspections_3 {
        top: 100px;
        right: 0;
        z-index: 3;
        width: 250px;
    }
}

@-webkit-keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}


/* hazard-safety style */

.safe-hard {
    position: relative;
}

.sh-rt {
    position: absolute;
    right: 20px;
    top: 20px;
}

.sh-lt {
    position: absolute;
    left: 20px;
    top: 20px;
}