body{
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.03em;
}

a{
    color: #4614CA;
    text-decoration: none;
}


a:hover{
    color: unset;
    text-decoration: none;
}

.btn:focus, .btn:visited{
    box-shadow: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6{
    margin: 0px 0px 20px 0px;
    font-family: "Noto Sans Anatolian Hieroglyphs", sans-serif;
}

p{
    margin: 0px 0px 30px 0px;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.red-shadow{
    box-shadow: 0px 2px 16px #ff313146;
}

.bg-cover{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header{
    padding: 20px 0px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header-navbar .nav-item{
    display: inline-block;
    padding-right: 30px;
}

.header-navbar .nav-item:last-child{
    padding-right: 0px;
}

.header-navbar .nav-link{
    font-family: "Noto Sans Anatolian Hieroglyphs", sans-serif;
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.header-navbar .nav-link.dropdown-toggle::after{
    color:#818181;
    font-size: 18px;
}

.header-logo img{
    height: 50px;
}

.auth-links li{
    display: inline-block;
    padding: 0px 15px;
}

.auth-links li:last-child{
    border-left: 1px solid #CACACA;
    padding-right: 0px;
}

.auth-links li a{
    font-family: "Noto Sans Anatolian Hieroglyphs", sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    color: #636363;
}

.auth-links li a img{
    height: 20px;
    margin-left: 10px;
}

.header-btn{
    background: linear-gradient(93.16deg, #FF3131 0%, #000000 101.56%);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    color: #fff !important;
    padding: 7px 16px !important;
    border-radius: 6px;
}

.header-navbar .dropdown-menu{
    padding: 0px;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    top: 10px !important;
}

.header-navbar .dropdown-item{
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #818181;
    transition: all 0.3s ease-in-out;
}

.header-navbar .dropdown-item:hover{
    background-color: #ff31311f;
    color: #FF3131;
}

.header-navbar .dropdown-item img{
    width: 24px;
    margin-right: 15px;
}

.header-navbar .dropdown-item h4{
    font-size: 14px;
    margin: 0px;
}

.header-navbar .dropdown-item span{
    font-size: 10px;
}

.header-padding{
    padding-top: 90px;
}

.sidebar-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.banner-content h4{
    font-size: 60px;
    font-weight: 700;
    color: #000000;
}

.banner-content p{
    color: #818181;
    margin-bottom: 55px;
}

.banner-btn .btn{
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}

.banner-btn .btn:last-child{
    margin-left: 20px;
}

.bg-red{
    background-color: #FF3131;
    color: #fff !important;
}

.bg-red-outline{
    border:1px solid #FF3131;
    color: #FF3131 !important;
}

.section-pad{
    padding: 90px 0px;
}

.section-header{
    text-align: center;
    margin-bottom: 40px;
}

.section-header h3{
    font-size: 40px;
    font-weight: 700;
    color: #222222;
}

.section-header h3 span{
    color: #FF3131;
}

.section-header p{
    font-size: 14px;
    color: #818181;
    width: 60%;
    margin: 0px auto;
}

.service-box{
    overflow: hidden;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    min-height: 100%;
}

.service-box-content{
    padding: 20px;
}

.service-box-content h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom:16px;
}

.service-box-content p{
    color: #636363;
    font-size: 14px;
    margin: 0;
}

.learn-btn {
    padding-bottom: 20px;
}

.learn-btn .btn{
    font-size: 14px;
    font-family: "Noto Sans Anatolian Hieroglyphs", sans-serif;
    border: 1px solid #636363;
    font-weight: 600;
    display: inline-block;
}

.feature-box{
    margin-bottom: 30px;
    min-height: calc(100% - 30px);
    padding: 20px 10px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 12px;
}

.feature-box .feature-box-icon{
    width: 76px;
    margin:0px auto 20px;
}

.feature-box h4{
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.feature-box p{
    font-size: 12px;
    color: #818181;
    margin-bottom:24px;
}

.feature-box .btn{
    font-size: 12px;
    font-weight: 600;
    color: #FF3131;
}

.feature-box .btn img{
    height: 18px;
    margin-left: 7px;
}

.tools-logo{
    margin-top: 20px;
}

.tools-logo-img{
    text-align: center;
}

.tools-logo-img img{
    height: 100px;
}

.price-top-content{
    padding: 20px;
    margin-bottom: 54px;
}

.price-top-content ul li{
    margin-bottom: 30px;
    font-size: 16px;
    font-family: "Noto Sans Anatolian Hieroglyphs", sans-serif;
}

.price-top-content ul li:last-child{
    margin-bottom: 0px;
}

.price-top-content ul li img{
    width: 24px;
    margin-right: 10px;
}

.price-top-list ul li, .price-box-feature ul li{
    padding: 15px 20px;
    font-size: 12px;
    font-family: "Noto Sans Anatolian Hieroglyphs", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
}

.price-top-list ul li:nth-child(odd), .price-box-feature ul li:nth-child(odd){
    background-color: #F2F6FF;
}

.price-box{
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #86A2ED;
}

.price-box-top-content{
    padding-bottom: 16px;
}

.price-box-feature {
    min-height: 763px;
}

.price-box-top-content h4{
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 12px;
}

.price-box-top-content p{
    color: #818181;
    font-style: italic;
    font-size: 11px;
    margin-bottom: 20px;
    text-align: left;
}

.price-box-top-content h3{
    font-size: 20px;
    margin-bottom: 10px;
}

.buy-btn{
    font-size: 14px;
    font-family: "Noto Sans Anatolian Hieroglyphs", sans-serif;
    font-weight: 600;
    width: 100%;
    border-radius: 6px;
    padding: 10px 20px;
}

.price-box-feature ul li{
    justify-content: center;
}

.stats-boxes{
    padding: 0px 60px;
}

.site-stats{
    border-radius: 30px;
}

.stats-box{
    border-radius: 16px;
    background-color: #fff;
    text-align: center;
    padding:20px 10px;
    max-width: 220px;
    margin:30px auto;
}

.stats-box h4{
    font-size: 46px;
    font-weight: 800;
    color: #ff3131;
}

.stats-box p{
    font-size: 14px;
    margin: 0;
}

.website-security-header{
    text-align: left;
    margin-bottom: 0px;
}

.custom-plans-price .price-box-top-content h3{
    font-size: 16px;
    margin-bottom: 16px;
}

.website-security-header h3{
    font-size: 36px;
}

.custom-plans-price .price-box-feature ul li{
    justify-content: start;
    padding : 15px 10px;
    text-align: left;
}

.custom-plans-price .price-box-feature ul li img{
    margin-right: 10px;
}

.websecurity-content .accordion-button::after{
    display: none;
}

.websecurity-content .accordion-button:not(.collapsed){
    color: #000000;
    background-color: transparent;
    box-shadow: none;
}

.websecurity-content .accordion-item{
    border: none;
    border-radius: 12px;
}

.websecurity-content .accordion-item.highlight{
    background-color: #FFDFDF;
}

.websecurity-content .accordion-button span{
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 16px;
}

.websecurity-content .accordion-item.highlight .accordion-button span svg > g > path, .websecurity-content .accordion-item.highlight .accordion-button span svg > path{
    fill: #FF3131;
}

.websecurity-content .accordion-button{
    font-size: 16px;
    font-weight: 700;
}

.websecurity-content .accordion-body{
    padding: 0px 0px 20px 80px;
    font-size: 14px;
}

.performance-box{
    border-radius: 16px;
    background-color: #fff;
    min-height: calc(100% - 30px);
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.performance-box.text-start img{
   margin-left: 0px;
}

.performance-box img{
    width: 84px;
    margin: 0px auto 20px;
}

.performance-box h4{
    font-size: 24px;
    font-weight: 600;
}

.performance-box p{
    font-size: 14px;
    color: #636363;
}

.faq-accordian .accordion-item{
    margin-bottom: 20px;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    overflow: hidden;
}

.faq-accordian .accordion-item .accordion-button{
    background-color: transparent !important;
    border-radius: 0 !important;
    font-size: 16px;
    font-family: "Noto Sans Anatolian Hieroglyphs", sans-serif;
    font-weight: 600;
    box-shadow: none !important;
}

.faq-accordian .accordion-button:not(.collapsed){
    color: #FF3131;
}

.faq-accordian .accordion-item.highlight{
   box-shadow:0px 2px 12px 0px rgba(255, 49, 49, 0.1);
   border: none;
}

.faq-accordian .accordion-body{
    font-size: 14px;
    color: #818181;
}

.faq-accordian .accordion-button::after{
    background-image: url(../images/plus-icon.svg);
}

.faq-accordian .accordion-button:not(.collapsed)::after{
    background-image: url(../images/minus-icon.svg);
    width: 30px;
    height: 30px;
    background-size: cover;
}

.footer-top{
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0px 2px 12px 0px rgba(255, 49, 49, 0.15);
    margin-bottom: -70px;
    position: relative;
}

.footer-top-content h4{
    font-size: 24px;
    font-weight: 700;
}

.footer-top-content p{
    color: #818181;
    font-size: 14px;
    margin: 0;
}

.footer-action-btn .btn{
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
}

.footer{
    background-color: #F2F4F8;
    padding-top: 100px;
}

.follow-us h4{
    font-size: 16px;
    color: #FF3131;
    margin: 0px;
    font-weight: 600;
}

.follow-us ul li{
    display: inline-block;
    padding-left: 30px;
}

.footer-bottom-header{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CACACA;
}

.footer-box h4{
    font-size: 20px;
    font-weight: 700;
}

.footer-box ul li{
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    margin-bottom: 10px;
}
 
.footer-box ul li img{
    position: absolute;
    top: 2px;
    left: 0;
}

.footer-box ul li a{
    color: #818181;
}

.footer-copy-right{
    border-top: 1px solid #CACACA;
    padding: 20px 0px;
    text-align: center;
}

.footer-copy-right p{
    font-size: 12px;
    color: #818181;
    margin: 0;
}

.contact-map{
    margin-bottom: 30px;
}

.contact-map iframe{
    width: 100%;
}

.inner-page-banner{
    background: linear-gradient(90.21deg, #D9E0F9 0.37%, rgba(217, 224, 249, 0) 52.08%);
    background-position: 50% 50%;
}

.inner-page-banner .banner-content h4{
    font-size: 45px;
}

.banner-content h4 span{
    color: #FF3131;
}

.three-price-table{
    margin-bottom: 38px;
}

.how-works{
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #CACACA;
    border-radius: 12px;
    height: 100%;
}

.how-works-count{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #FF3131;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0px auto 25px;
}

.how-works h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.how-works p{
    font-size: 12px;
    margin: 0px;
    color: #818181;
}

.zig-zag-content h4{
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

.zig-zag-content h5{
    font-size: 16px;
    font-weight: 500;
}

.zig-zag-content p{
    font-size:16px;
    color: #818181;
}

.zig-zag-content ul li{
    position: relative;
    padding-left: 60px;
    font-size: 16px;
    font-weight: 600;
    color: #818181;
    margin-bottom: 20px;
}

.zig-zag-content ul li img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.compliance-content {
    padding: 20px;
}

.compliance-content h4{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.compliance-content p{
    color: #525252;
    font-size: 14px;
}

.learn-more-btn{
    padding: 10px 30px;
    margin-top: 20px;
}

.mobile-feature{
    width: 70px;
    height: 70px;
    background-color: rgba(255, 49, 49, 0.1);
    border-radius: 10px;
    margin: 0px auto 20px;
}

.mobile-feature img{
    width: 40px;
}

.enablingMalware_grid_latout{
    display: grid;
    grid-template-columns:82px auto;
    column-gap: 80px;
    align-items: center;
}

.enablingMalware_grid_latout .step-count{
    width: 80px;
    height: 80px;
    box-shadow: 0px 2px 10px 0px rgba(255, 49, 49, 0.1);
    background-color: #fff;
    color: #FF3131;
    font-size: 36px;
    font-weight: 600;
}

.enablingMalware_grid_latout .vertical_l{
    height: 64px;
    width:1px;
    background-color: #FF3131;
}

.enablingMalware_grid_latout.page-2 .vertical_l{
    height: 58px;
}

.enablemalware_rightcard{
    padding: 20px;
    border: 1px solid #FF3131;
    margin-bottom: 30px;
    border-radius: 12px;
}

.enablemalware_rightcard:last-child{
    margin-bottom: 0px;
}

.enablemalware_rightcard h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.enablemalware_rightcard p{
    font-size: 12px;
    color: #818181;
    margin: 0;
}

.response-box .feature-box{
    border: 1px solid #CACACA;
}

.reposne-overview{
    text-align: center;
}

.reposne-overview h2{
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 7px;
    color: #FF3131;
}

.reposne-overview p{
    font-size: 16px;
    margin: 0;
}

.extend-box{
    position: relative;
    text-align: left;
    padding-left: 80px;
}

.extend-box img{
    position: absolute;
    top: 20px;
    left: 10px;
    width: 60px;
}

.zig-zag-img{
    text-align: center;
}

.feature-tabs{
    background-color: #FFE1E1;
}

.feature-tabs .nav-pills .nav-link{
    padding: 28px 0px;
    border-radius: 0px;
    margin: 0px 16px;
}

.feature-tabs .nav-pills .nav-link span{
    padding: 6px 15px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    font-size: 14px;
    color: #000;
    border-radius: 8px;
    font-weight: 600;
    display: inline-flex;
    white-space: nowrap;
}

.feature-tabs .nav-pills .nav-link span img{
    margin-right: 10px;
    width: 20px;
}

.feature-tabs .nav-pills .nav-link.active{
    border-bottom: 2px solid #ff3131;
    background-color: transparent;
}

.landing-banner{
    padding: 55px 0px;
    background: linear-gradient(90.21deg, #D9E0F9 0.37%, rgba(217, 224, 249, 0.45) 101.08%);
}

.landing-banner .banner-content h4{
    font-size: 45px;
}

.landing-tabs{
    background-color: transparent;
}

.landing-tabs.feature-tabs .nav-pills .nav-link{
    padding: 0px;
}

.landing-tabs.feature-tabs .nav-pills .nav-link.active{
    border: none;
}

.landing-form{
    max-width: 420px;
    margin: 0px auto;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 18px;
}

.landing-form .form-group{
    margin-bottom: 13px;
}

.landing-form label{
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom:10px;
}

.landing-form .form-control{
    height: 46px;
    border: 1px solid #CACACA;
    border-radius: 6px;
    font-size: 13px;
}

.landing-tabs .nav-pills{
    margin-bottom: 60px;
}

.form-btn{
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    width: 100%;
    background-color: #FF3131;
    color: #fff;
    border-radius: 4px;
}

.benifit-box {
    align-items: center;
    gap: 20px;
}

.benifit-box img{
    width: 30px;
}

.benifit-box h4{
    font-size: 16px;
    margin: 0;
}

.about-box{
    text-align: center;
}

.about-box{
    padding: 20px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.about-box img{
    width: 50px;
    margin-bottom: 20px;
}

.about-box h4{
    font-size: 20px;
    font-weight: 600;
}

.about-box p{
    font-size: 14px;
    margin: 0;
}

.about-contact-info{
    background-color: #fff;
    padding: 30px;
    text-align: center;
}

.about-contact-info h4{
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
}

.about-contact-info .call-btn{
    padding: 30px 0px;
    font-weight: 700;
    font-size: 20px;
}

.about-stats .stats-box{
    margin: 0 auto;
}

.case-study-box {
    padding: 20px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    min-height: calc(100% - 30px);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.case-study-box .see-more{
    margin-top: auto;
    padding: 10px 20x;
    background-color: #FF3131;
    color: #fff;
    font-size:16px;
}

.case-study-box img{
    max-width: 100%;
    margin-bottom: 20px;
}

.case-study-box h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.case-study-box p{
    font-size: 14px;
}

.contact-box{
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #ff3131;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.contact-box img{
    height:50px;
    margin-bottom: 20px;
}

.contact-box h4{
    font-size: 20px;
    font-weight: 600;
}

.contact-box p{
    margin: 0;
}

.form-group{
    margin-bottom: 20px;
}

.form-group .form-control{
    border: 1px solid #d0d0d0;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: none;
    position: relative;
}

.form-group input.form-control{
    height: 46px;
}

.contact-form .main-btn{
    padding: 10px 30px;
    background-color: #ff3131;
    color: #fff;
}

@media(min-width:992px){
    .container{
        max-width: 100%;
    }
}

@media(min-width: 1300px){
    .container{
        max-width: 1296px;
    }
}

