
/*header part css start*/
    /* CSS Document */

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);*/

body {
/*    background: #212121;*/
/*    font-size:22px;*/
    line-height: 32px;
    margin: 0;
    padding: 0;
/*    word-wrap:break-word !important;*/
/*    font-family: 'Open Sans', sans-serif;*/
    }


.toggle,
[id^=drop] {
    display: none;
}

#logo {
    display: block;
    padding: 0 30px;
    float: left;
    font-size:20px;
    line-height: 60px;
}
#logo img {
    max-width: 160px;
}
.navbar-4.transparent{
    display: inherit;
}
.navbar-4{
    top: 15%;
}

nav ul {
    float: right;
    padding:0;
    margin:0;
    list-style: none;
    position: relative;
    }
    
/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display:inline-block;
    float: left;
/*    background-color: #254441;*/
    }
nav ul li ul li {
    background-color: #e6f8ff;
    box-shadow: 1px 8px 20px -8px;
    border-radius: 3px;
}

nav ul li ul li:hover {
    background: #b0e2f7;
}
/* Styling the links */
nav a {
    display:block;
    padding:14px 20px;  
    color:#000;
    font-size:17px;
    text-decoration:none;
}
#logo a {
    padding: 0;
}


nav ul ul {
    display: none;
    position: absolute; 
    /* has to be the same number as the "line-height" of "nav a" */
    top: 60px; 
}
    
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display:inherit;
}
    
/* Fisrt Tier Dropdown */
nav ul ul li {
    width:190px;
    float:none;
    display:list-item;
    position: relative;
}
nav ul ul li a {
    font-size: 15px;
}

nav ul ul ul li {
    position: relative;
    top:-60px;
    /* has to be the same number as the "width" of "nav ul ul li" */ 
    left:170px; 
}

    
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }
/*header part css end*/

.new-benefits-card {
    border: 1px solid #3cb2e3;
    padding: 10px;
    height: 220px;
    border-radius: 5px;
}
.grey-link{
    display: none;
}
.nav-wrapper {
    background-color: #fff;
    border-radius: 0; 
}
.navlink, .navlink.w--current {
    color: #000;
}
.navlink.sales-nav-btn {
    color: #8d8d8d;
}
.logo{
    height: auto!important;
}
.logo img {
    max-width: 160px!important;
}
.link-block-14 {
    background-image: none;
    background: #ffff;
    padding: 5px;
    width: 150px;
    height: auto;
    border-radius: 3px;
}
.home-hero-section-2, .home-tab-button-2, .customer-train-bg, .section-28, .new-testimonial-left-arrow.blue, 
.new-testimonial-right-arrow.blue, .cloud-hero-section, .combine-disclaimer, .green-button, .pentest-tab-wrap, 
.blue-section-tagline, .new-testimonial-slider-2.light, .div-block-22, .div-block-26, .pricing-hero-section,
.tab-3-elite.blue,.pricing-comparison-link, .pricing-plan-wrap.blue-colour, .plan-div.blue-bg, .contact-us---yellow,
.foundation-block i, .frequency-highlight-2, .hero-section-contact, .footer-3, .link-block-41, .ask-questions:hover{
    background-color: #3cb2e3!important;
}
.pricing-button---blue.margin-top-0px.web-yearly, .pricing-button---blue.long{
    background: #3cb2e3!important;
}
.blue-section-tagline{
    color: #fff;
}
.pentest-rich-text h4 i, .tab-link-tab-2.w--current, .text-block-14, .pricing-button-2, .pricing-blue-text-2, 
.section-1-contact h2,
.pricing-button---white{
    color: #3cb2e3!important;
}
.yellow-block{
    background-color: #c8dce7;
}
.pricing-plan-wrap.blue-colour{
    border-color: #000 #000 #fff;
}
.light-blue-div-cta {
    background-image: linear-gradient(142deg,#3076f8,#3cb1e2);
}
.dark-blue-button {
    background-color: #317ef5;
}
.div-block-289{
    margin: 0;
    padding: 10px 50px;
    background: #3cb2e3;
}
.footer{
    margin: 0;
}
.text-block-113, .div-block-342 a {
    color: #fff;
}
.text-block-114 {
    opacity: 1;
    color: #fff;
}
.text-span-52 {
    color: #e6efff;
}



.hero-heading-2{
    font-size: 51px!important;
}
.wrapper-1000px.home-hero{
    padding-bottom: 0;
}
.new-testimonial-slider-2{
    display: none;
}
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height:51px;
    bottom: 60px;
    right: 14px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.grid-6-column.pricing.alignment {
    filter: hue-rotate(45deg);
}
.grid-6-column.pricing{
    opcity:1;
}
.pricing-brands-logo{
    height: auto!important;
    max-width:120px!important;
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

    #logo {
        display: flex;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        display: none;
        position: fixed;
        top: 71px;
        right: 0;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        background-color: #254441;
        padding:8px 10px;  
        color:#FFF;
        font-size:17px;
        text-decoration:none;
        border:none;
        position: absolute;
        right: 0;
        top:  0px;
    }
    .menu label.toggle {
        display: block;
        position: initial;
        background: transparent;
        color: #000;
        border-bottom: 1px solid #3cb2e3;
    }
    .menu li a {
        padding: 8px 10px;
        border-bottom: 1px solid #3cb2e3;
    }
    .hero-heading-2 {
        font-size: 37px !important;
        letter-spacing: 0px;
    }

    .toggle:hover {
        background-color: #000000;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul {
        display: block;
        background-color: #c6eeff;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: #000000;
    }
  
    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a{
        padding:14px 20px;  
        color:#FFF;
        font-size:17px; 
    }
  
    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #212121; 
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position:static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }
        
    /* Hide menus on hover */
    nav ul ul li:hover > ul,
    nav ul li:hover > ul {
        display: none;
    }
        
    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */ 

    }

}
.footer.secondary{
    display:none;
}
@media all and (max-width : 576px){
.toggle + a, .menu {
        top: 61px;
}

@media all and (max-width : 425px){
#logo img {
    max-width: 140px;
}
.hero-text-contact {
    width: 90%;
    padding-top: 88px;
    text-align: center;
}

}

@media all and (max-width : 330px) {
    nav ul li {
        display:block;
        width: 94%;
    }
}

@media(max-width:576px){
    .logo img {
        max-width: 80px!important;
        margin-top: 3px;
    }
    .hero-button.could-pentest{
        background-image: none;
    }
    .logo.pentest{
        background-image: none;
        margin-top: 72px;
    }
    .icon-4.pentest {
    color: #3076f8;
    border: 1px solid;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
}

}