@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');


* {
  padding: 0;
  margin: 0;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler:focus,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
}

.navbar {
  background: rgb(255, 255, 255);
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0, 0, 51);
  font-family: "Saira", sans-serif !important;
  font-weight: 500;
  font-size: 17px !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #d42027 !important;
  font-family: "Saira", sans-serif !important;
  font-weight: 500;
  font-size: 17px !important;
}

header.fixed-top {
  height: 75px;
}

.dropdown-menu {
  border-radius: 9px !important;
}

@media only screen and (max-width: 768px) {
  .dropdown-menu {
    border: 0 !important;
  }
}

.header-dropdown-menu {
  width: 570px !important;
  left: -100px !important;
  padding: 0px 10px !important;
  border-radius: 9px !important;
}

.navbar-nav {
  display: flex !important;
  align-items: center !important;
}

.brandlogo {
  width: 180px;
  transition: all 0.5 ease;
}

.requestdemoBtn {
  font-family: "Saira", sans-serif;
  color: white !important;
  font-size: 16px !important;
  padding: 4px 11px !important;
  font-weight: 400 !important;
  border: none !important;
}

/* .dropdown-menu{
  animation: .5s expanded;
}
@keyframes expanded{

} */


#navBarComponent2:hover,
#navBarComponent1:hover {
  background: #fff !important;
}

.dropdown-item:hover {
  font-family: "Saira", sans-serif !important;
  background-color: #e6e6e600 !important;
  color: #d42027 !important;
  font-weight: 700;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.responsive {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .nav-logo {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .brandlogo {
    width: 170px;
  }
}

@media only screen and (max-width: 991px) {
  .responsive {
    align-items: start;
    height: auto;
    overflow-x: hidden;
    overflow: scroll;
  }

  .border {
    border: none;
  }

  .logo-responsive {
    width: 200px;
  }

  .header-dropdown-menu {
    width: 100%;
  }

  .navbar-togger {
    border: none;
  }

  .navbar-nav {
    align-items: flex-start !important;
  }

  .navbar-toggler {
    border: none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }
}

@media only screen and (max-width: 768px) {
  .brandlogo {
    width: 150px;
  }
}

.col-red {
  color: #d42027;
  background-color: #fff;
}

.submit-btn:hover {
  background-color: #d42027;
  color: #fff;
}


nav {
   li a {
    color: black;
    font-size: 16px;
  }

  li a:hover {
    color: #d42027;
  }

  li:hover {
    cursor: pointer;
  }

  ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    display: none;
    background: white;
  }

  ul li:hover>ul,
  ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    text-align: left;
    padding-top: 12px;
    box-shadow: 0px 3px 5px -1px #ccc;
  }

  ul li ul li {
    clear: both;
    width: 100%;
    text-align: left;
    /* margin-bottom: 20px; */
    border-style: none;
  }

  ul li ul li a:hover {
    padding-left: 20px;
    border-left: 2px solid #d42027;
    transition: all 0.3s ease;
  }
}


a {

  text-decoration: none;

  &:hover {
    color: #3CA0E7;
  }

}

ul li ul li a {
  transition: all 0.5s ease;
}
