.navbar-nav {
    display: none !important;
}



@media (min-width:1200px){

    .hero--health_new_sec {
        background-image: url("../../images/hero-quote-security-new.png"), url("../../images/banner_hero_new_sec.jpg") !important;
      }    


}


@media (min-width:1280px) and (max-width:1366px){
    .hero--health_new_sec {
 
        background-size: 209px, cover;
        background-position: right 484px, top left;
    } 
}

@media (min-width:1800px){
    .hero {
        background-size: 441px, cover;
        background-position: right 230px, top left;
    }
}


@media (max-width:1199px){

    .hero {
        background-image: url("../../images/banner_hero_new_sec.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 0;
        position: relative;
    padding-bottom: 10px
    }   


}




@media (max-width:991px){
	
.choose-us {
    text-align: center;
}

.choose-us ul {
    text-align: left;
}
.w-10 {
    height: 28px !important;
    width: 28px !important;
}
	
	
	
}




@media (min-width:768px){
    .blurb-steps__holder:nth-child(4) .blurb-steps:after {
        content: "";
        background-image: url(../../images/arrow.png);
        width: 83px;
        height: 40px;
        background-repeat: no-repeat;
        position: absolute;
        top: 60px;
        right: -40px;
    }
    
    .blurb-steps__holder:nth-child(5) .blurb-steps:after {
        content: "";
        background: none;
    }    
    }




@media (min-width:768px) and (max-width:991px){
    .blurb-steps:after {
       background-size: contain !important;
       width: 48px !important;
       height: 20px !important;
       right: -25px !important;
   }   
   }