@font-face {
  font-family: 'Lato';
  src: url('../font/Lato-Regular.ttf') format('truetype');
  font-weight: 400; /* Regular weight */
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../font/Lato-Light.ttf') format('truetype');
  font-weight: 400; /* Regular weight */
  font-style: normal;
}


body{
   font-family: 'Montserrat',sans-serif !important;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
}
.fnt-lato {
    font-family: 'Lato', sans-serif !important;
     font-weight:400 ;  /* Regular weight */
     font-style: normal;
}
.txt-clr{
  color: #d7d7d7;
}
.fs14{
  font-size: 14px;
}
.fs15{
  font-size: 15px;
}
.fs18{
  font-size: 18px !important;
}
.fs20{
  font-size: 20px;
}
.fs35{
  font-size: 35px;
}
.brdr10{
  border-radius: 10px;
}
.fw300{
  font-weight: 300 !important;
}
.fw400{
  font-weight: 400 !important;
}
.fw500{
  font-weight: 500 !important;
}
.fw600{
  font-weight: 600 !important;
}
.fw800{
  font-weight: 800 !important;
}
.subFnt-clr{
  color: #54f4fc ;
}
.subFnt-clr:hover{
   color: #54f4fc;
}
.btn-bg{
  background-color: #54f4fc;
}
.btn-outln{
  outline: 1px solid #54f4fc;
}
.btn-outln:hover{
  outline: 1px solid #54f4fc;
  color: #54f4fc;
}
.shade-clr{
        background: linear-gradient(to right, #55f4fc, #1a6fb5);
        -webkit-background-clip: text; 
        -webkit-text-fill-color: transparent; 
        background-clip: text;  
}
  .Bx-bg{
    background: linear-gradient(to right, #54f4fc,#c6f0ff,#b4f3ff, #176db4);
   
    border-radius: 10px;
  }
.box-bg{
  background: linear-gradient(to top, #1a6fb5,#3ab7dc, #54f4fc);
   
    border-radius: 20px;
}

.brdr-appre {
  position: relative;
  border-radius: 5px;
  background: #fff;
}
  .brdr-appre::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 5px; /* Same as .card border-radius */
    background: linear-gradient(0deg, #032149, #47B2E4); /* Gradient from bottom to top */
    z-index: -1;
}
   .brdr,.brdr1,.brdr2,.brdr3 {
    border: double 2px transparent;
    border-radius: 10px;
    background-image: linear-gradient(#000000, #000000), radial-gradient(circle at top left, #55f4fc,#186eb4);
    background-origin: border-box;
    background-clip: padding-box, border-box;
  }
  .brdr{
    padding-right: 20px;
  }
  .brdr1{
     border-radius: 2px;
     padding: 6px;
     background-image: linear-gradient(#000000, #000000), radial-gradient(circle at top , #55f4fc,#186eb4);
     margin-right: 5px;
  }
    .brdr2{
      
     border-radius: 10px;
     padding: 6px;
     background-image: linear-gradient(#000000, #000000), linear-gradient( to bottom , #55f4fc,#186eb4);
     margin-right: 5px;
  }
  .brdr3{
    height: calc(700px - 10vw) ;
  }
  .brdr4{
    border: double 2px transparent;
    border-radius: 30px;
    background-image: linear-gradient(#000000, #000000), radial-gradient(circle at bottom left, #54f4fc,#1a6fb5);
    background-origin: border-box;
    background-clip: padding-box, border-box;
  }
  .brdr-accrdn{
    border-left: double 1px transparent;
    border-bottom: double 1px transparent;
    border-right: double 1px transparent;
    border-radius: 0px;
    background-image: linear-gradient(#000000, #000000), radial-gradient(circle at top left, #55f4fc,#186eb4);
    background-origin: border-box;
    background-clip: padding-box, border-box;
  }
.scnerBg {
  background-image: url(../images/neurosecure-website-vulnerability-scanner-banner.png);
  background-size: 50%;
  height: 330px;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: right center; /* align image to the right */
 /* optional: makes sure image fits well */
}
.txt-high{
  color: #f67a06;
  border: 1px solid #f67a06;
}
.txt-medium{
  color: #f7fb06;
  border: 1px solid #f7fb06;
}
.txt-low{
  color: #60fc55;
  border: 1px solid #60fc55;
}
.txt-high:hover{
  color: #ffffff;
  background-color:#f67a06;
}
.txtGld{
  color:#f67a06;
}
.txt-medium:hover{
  color: #ffffff;
  background-color:#f7fb06;
}
.txt-low:hover{
  color: #ffffff;
  background-color:#60fc55;
}
.bg-critical{
  background-color: #d40606;
}
.faq-bot-pad{
  padding-bottom: 100px;
   
}
.accordion {
  background: linear-gradient(to right, #54f4fc, #176db4); 
  color: #000000;
  cursor: pointer;
  padding: 10px 30px 10px 30px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  font-weight: 500;
  transition: 0.4s;
   border-radius: 5px !important;
  
}

.active2, .accordion:hover {
  background: linear-gradient(to right, #54f4fc, #176db4);
 
}
.brdr-faq{
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
 background: linear-gradient(to right, #54f4fc, #176db4);
    border-radius: 5px ;
}

.accordion:after {
  
  content: url(../images/dwn-arrow.png);
  font-size: 25px;
  color: #1255cc;
  font-weight: normal;
  float: right;
  margin-left: 5px;
  margin-top: -10px;
  width: 5px;
}

.active2:after {
  content: url(../images/up-arrow.png);
  font-size: 25px;
  color: #1255cc;
  font-weight: normal;
  float: right;
  margin-left: 5px;
  margin-top: -10px;
  width: 5px;
}
.acco-content{ 
  text-align: justify;
}
.panel {
  padding: 0px;
  color: #000000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

  .search-container_admin,.search-container_admin1{
    position: relative;
    width: 680px;
    margin: 0px; 
  }

  input[type="text"],input[type="password"],input[type="email"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #d5d5d8;
   
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 13px;
   
  }

  .search-container_admin button ,.settings-pswd button,.search-container_admin1 button{
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    border: none;
    background: none;
    color: #555;
    cursor: pointer;
  }

.menuSz,.menuSz1{
  border: 1px solid #54f4fc;border-radius: 5px;padding: 20px;width: 500px;
}
.menuSz1{
  margin-left: -350px ;
}
.contntHgt{
  height: calc(200px - 8vw);
}
.footer-mnu{
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
.footer-mnu:hover{
  text-decoration: none;
  color: #54f4fc;
}
.form-select{
  font-size: 12px;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
  color: #888;
  border-radius: 10px; 
}
.pagination {
    list-style: none;
    padding: 0;
    display: flex;
  }
  
  .pagination li {
    margin: 0 2px;
    
  }
  
  .pagination li a{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    color: #333;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .pagination li.active3 a {
    background-color: #54f4fc;
    color: white;
  }
  


  .pagintn{
    display: flex;
     justify-content: flex-end;
  }
  .topnav2 a {
  float: left;
 
  color: #000000;
  text-align: start;
  padding-top:15px;
  padding-bottom: 0px;
  text-decoration: none;
 
}

.topnav2 a:hover {
  border-bottom: 6px solid #54f4fc;
  color: #54f4fc !important;
}

.topnav2 a.active4{
  border-bottom: 6px solid #54f4fc ;
  color: #55f4fc !important;
}
.option-align-lrg1{
  width: auto; 
  position: relative;
}

.container-chckmrk {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.container-chckmrk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border-radius: 50%;
}


.container-chckmrk:hover input ~ .checkmark {
  background-color: #ccc;
}


.container-chckmrk input:checked ~ .checkmark {
  background-color: #ffffff;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.container-chckmrk input:checked ~ .checkmark:after {
  display: block;
}


.container-chckmrk .checkmark:after {
 	top: 3px;
	left: 3px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: black;
}
.bxHgt{
  height: 280px;
}
.logo-img{
  width: 200px;
}
.mrgLft{
  margin-left: -18vw;
}
.containerBx {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.containerBx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.checkmarkBx {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}


.containerBx:hover input ~ .checkmarkBx {
  background-color: #ccc;
}


.containerBx input:checked ~ .checkmarkBx {
  background-color: #000000;
}


.checkmarkBx:after {
  content: "";
  position: absolute;
  display: none;
}


.containerBx input:checked ~ .checkmarkBx:after {
  display: block;
}


.containerBx .checkmarkBx:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cpyRytxt{
  font-size: 14px;
  color: #b1b5bb !important;
}
.vertclLn{
  background-color: #404040 !important;
  height: 1px !important;
  margin-top: 10px;
}
.txtBrdr{
  border: 1px solid #424242;height: 245px;border-right: none;width: 30px;position: absolute;margin-top: 105px;
}
.BrdrContner{
  position: relative;margin-left: -35px;
}
.BgFirewall,.HlpBx{
  background: linear-gradient(to right, #186eb430,#2fa2d030, #55f4fc30);

}
.form-selec{
  background-image: url("../images/dwn-arrow.png");
  background-size: 10px 7px; 
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  color: #000000;
  font-size: 16px;

}
.bgBlack{
  background-color: #000000 !important;
}
.bg-dark{
  background-color: #000000 !important;
}
.plcHldr::placeholder{
  color: #a9a9a9;
  font-family: 'Lato', sans-serif !important;
  font-weight:400 ;  /* Regular weight */
  font-style: normal !important;
}
.plcHldr1::placeholder{
  color: #000000;
  font-family: 'Lato', sans-serif !important;
  font-weight:400 ;  /* Regular weight */
  font-style: normal !important;
}
.apiClctn::placeholder,.apiClctn1::placeholder{
color: #aaaaaa;
font-weight:500;
}
.apiClctn1::placeholder{
  color: #000000;
}
.txt-justfy{
  text-align: justify;
}
.Bnrimg-Pstn{
  margin-top: -90px;
}
.btn-dark{
  background-color: #000000 !important;
}
.form-schedule{
  background-image: url("../images/drp-dwn.png");
  background-size: 12px 8px; 

}
.brdr-ip{
  border: double 2px transparent;
    border-radius: 10px;
    background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #55f4fc,#186eb4);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.nav-width{
  width: 100%;
}
.actv-ln{
  margin-left: -28px;
  margin-right: 18px;
}
.brdr-lft{
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
    /* eye icon disabling :chrome*/
input[type="password"] {         /*  :chrome*/
    -webkit-text-security: disc;
    -webkit-appearance: none;
    appearance: none;
  }
  input[type="password"]::-ms-reveal {      /* :explorer and edge*/
    display: none;
  }
.prgrs-clr{
  background-color: #54f4fc;
}
.brdr-zro{
  border-radius: 0px !important;
  height: 20px;
}
.modal {
  display: none;
  position: fixed; 
  z-index: 1000 !important; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4); 
  padding-top: 10px;
  
}
.modal-content-dash {
  z-index: 1000 !important;
  background-color: #fefefe;
  margin: 10% auto;
  border-radius: 10px !important;
  width: 80%;
  padding: 20px 30px 20px 30px;
  border: double 1px transparent;
  border-radius: 10px;
  background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top , #55f4fc, #186eb4);
  background-origin: border-box;
  background-clip: padding-box, border-box;

}
.info-rnd{
  background: linear-gradient(to top, #1a6fb5, #54f4fc);
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin-top: -110px;
}
@media (max-width: 599px){

.mob-fnt{
  font-size: 12px;
}
.menuSz{
 width: 250px;
 padding:20px 0px 20px 15px;
}
.menuSz1{
   width: 250px;
 padding:20px 0px 20px 15px;
  margin-left: 0px;
}
.contntHgt{
  height: auto;
}
.option-align-lrg1{
  width: 50%;
}
  .brdr3{
    height: auto ;
  }
  .bxHgt{
  height: auto;
}
.logo-img{
  width: 150px;
}
.mrgLft{
  margin-left: -40vw;
}
.BrdrContner{
  display: none;
}
.Bnrimg-Pstn{
  margin-top: 0px;
}
.brdr-lft{
  border-left: none;
  padding-left: 0px;
}
.navbarNav{
  display: none;
}
.accordion:after {
 
  margin-left: 5px;
  margin-top: -30px;
  width: 1px;
}

.active2:after {
 
  margin-left: 5px;
  margin-top: -30px;
  width: 1px;
}
.modal {
  padding-top: 7vw;
}
.info-rnd{
  width: 80px;
  height: 80px;
  margin-top: -100px;
}

}

@media (min-width: 600px) and (max-width: 1200px) {

  .menuSz1 {
    margin-left: 0px;
  }

  .mrgTp {
    margin-top: 30vh;
  }

  .brdr3 {
    height: calc(920px - 30vw);
  }

  .BrdrContner {
    display: none;
  }

  .mrgBtm {
    margin-bottom: 15vw;
  }

  .Bnrimg-Pstn {
    margin-top: 0px;
  }

  .col-dash-width1 {
    width: 30%;
  }

  .col-dash-width2 {

    width: 70%;
  }

  .modal {
  padding-top: 15vw;
}
}
@media (min-width: 1200px) and (max-width: 1280px) {

  .col-dash-width1 {
    width: 20%;
  }

  .col-dash-width2 {

    width: 80%;
  }

}

@media (min-width: 1280px) {

  .col-dash-width1 {
    width: 18%;
  }

  .col-dash-width2 {

    width: 82%;
  }
}