﻿@media (max-width: 425px) {
    .home_banner_area .banner_inner {
        padding-top: 0px;
    }
}

@media (max-width:991px) {
    .header_area .navbar {
        background-color: #070977;
    }

    img {
        width: 100%;
        height: 100%;
    }

    span.nvArrow {
        display:none;
    }
}


@media (min-width:1620px) {
    .header_area .menu_nav {
        width: 80%;
    }
}

.header_area {
    position: relative;
    background-color: #070977;
}

.page-container {
    margin-top: 120px;
}

.banner_area, .banner_area .banner_inner {
    min-height: 230px;
}

.made_life_inner .tab-content .tab-pane {
    padding-top: 3rem;
}

body {
    font-size: 1rem;
}

a {
    color: #333333;
}


.tab-content li {
    margin-top: 1rem;
}

.tab-content ul {
    list-style-type: none;
}

.tab-content p, .tab-content li {
    font-size: 1rem;
}

.tab-content li {
    margin-top: 1rem;
}

.tab-content ul {
    list-style-type: none;
}

.home_banner_area .banner_inner .banner_content {
    text-align: center;
}

span.nvArrow {
    width: 0 !important;
    height: 0;
    content: '';
    position: absolute;
    border-color: transparent;
    border-style: solid;
    -webkit-transform: rotate(360deg);
    border-width: 0 17px 15px;
    border-bottom-color: #fff;
    top: -15px;
    right: 30px
}
