.header .menu .navbarbrandnotfixed {
    position: relative !important;
    top: 0 !important;
    padding: 0 !important;
    width: 100px !important;
}

@media screen and (min-width: 992px) {
    .navbar_nav_n_right {
        display: block;
        text-align: right;
        width: 100%;
    }

    .navbar_nav_n_right li {
        display: inline-block;
    }

    .navbar_nav_n_right li .getStartedCtaTop {
        margin-top: -4px;
    }
}


div.alpmdtopheader.headertimer section:first-child {
    width: 65%;
}

@media (max-width: 1350px) {

    div.alpmdtopheader.headertimer section:first-child {
        width: 70.5%;
    }
}

body .pn_big,
#icons-section p.pn_big {
    font-size: 24px !important;

}

.btn_banner .fa-chevron-right {
    display: none;
}

@media (max-width: 767px) {

    div.alpmdtopheader.headertimer section:first-child {
        width: 100%;
    }

    /* .banner_ends01 h1 {
        text-align: left !important;
    } */

    /* .banner_ends .header_list {
        max-width: 100% !important;
    } */

    .banner_ends .header_list li {
        padding: 0 0 2px 25px !important;
    }

    .banner_ends .header_list li::before {
        position: absolute;
        content: "";
        top: 5px !important;
        left: 0;
        background-image: url("../images/slpvt/checkmark.png") !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: left !important;
        width: 14px !important;
        height: 13px !important;
    }


    body .pn_big,
    #icons-section p.pn_big {
        font-size: 20px !important;
        line-height: 1.2;
    }


    .btn_banner::before {
        display: none;
    }

    .btn_banner {
        padding: 10px 25px 10px 25px !important;
        border-radius: 0 !important;
    }

    .btn_banner .fa-chevron-right {
        font-size: 10px;
        margin-top: 10px;
        float: right;
        margin-left: 12px;
        display: block;
    }


    body .flow2h1none {
        display: block !important;
    }

    .header .navbar-nav .nav-item .nav-link {
        margin-right: 0 !important;
    }
}


div.alpmdtopheader.headertimer section:first-child,
div.alpmdtopheader.headertimer section:first-child::after {
    background: #338dbf;
    color: #fff;
}

div.alpmdtopheader.headertimer:hover section:first-child::after,
div.alpmdtopheader.headertimer:hover section:first-child {
    background: #64b0db;
    transition: all linear 0.25s;
}

div.alpmdtopheader.headertimer {
    background: #64b0db;
}

div.alpmdtopheader.headertimer:hover {
    background: #338dbf;
}

div.alpmdtopheader.headertimer ul li {
    background: #1a518a;
}




@-webkit-keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}