:root {
  --amd-red: #970A1B;
  --amd-yellow: #F8971D;
  
  --intel-blue: #0071c5;
  --intel-blue2: #127CC1;
}

a:hover, a:visited, a:link, a:active {
  text-decoration: none;
}

.no-deco {
  text-decoration: none;
  color: #000;
}

.announcement {
  display: block;
  color: #000;
  top: 0px;
  position: relative;
  border-radius: 4px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.announcement:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 5px 10px 20px #bebebe;
  top: -2px;
  background-color: #fff;
}

.announcement:hover:before {
  -webkit-transform: scale(2.15);
  transform: scale(2.15);
}

.dropdown-menu {
  top: 80%;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.high-light-a{
  outline: none;
}

.high-light-a:hover{
  color: white;
  background-color: #007bff;
  outline: none;
  border-radius: 5px;
}

.border-primary {
  border-color: #00559d!important;
}

@media (min-width: 768px) {
  .media .avatar-2 {
    width: 130px;
  }
  body{
    padding-top: 85px;
  }
  .jumbotron{
    min-height: 250px;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1101px) {
  .container-fluid{
    width: 80%;
    left: 10%;
    right: 10%;
  }
  
}

@media (max-width: 767px) {
  .media .avatar-2 {
    width: 160px;
  }
  .pd-sm-2 {
    padding-left: 8px;
  }
  body{
    padding-top: 78px;
  }
}

@media (max-width: 1301px) {
  
}

.pageBanner {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background: rgb(40,53,147);
  background: linear-gradient(90deg, #0063b6 0%, #00559d 100%);
}


.fixed-top-2 {
  margin-top: 30px;
}
.fixed-top-3 {
  margin-top: opx;
  padding: 0px 10px 0px 10px;
  height: 30px;
  color: black;
  font-size: 15px;
}
.bg-primary {
  background: linear-gradient(90deg, #0063b6 0%, #6c757d 100%);
}

.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  
  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:10%; right:10%; width:80%; margin-top:0; padding: 15px;  }
  
}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
    max-height: 90vh;
    margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */

/* AMD Page Elements */

.amd {
  background-color: var(--amd-red);
  border-radius: 0rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background: rgb(40,53,147); */
  background: linear-gradient(90deg, var(--amd-red) 0%, var(--amd-yellow) 100%);
}

.nav-amd {
  background-color: var(--amd-red);
  background: linear-gradient(90deg, var(--amd-red) 0%, var(--amd-yellow) 100%);
}

.amd-card {
  border: 1px solid var(--amd-red);
}

.amd-a {
  color: var(--amd-red);
}
.amd-a:hover {
  color: var(--amd-yellow);
}
.amd-badge {
  background-color: var(--amd-yellow);
  /* background-color: honeydew; */
  color: #f0fff0;
}
.amd-yellow {
  color: var(--amd-yellow);
}
.amd-red {
  color: var(--amd-red);
}
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}



/* Intel Page Elements */

.intel {
  background-color: var(--intel-blue);
  border-radius: 0rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background: rgb(40,53,147); */
  background: linear-gradient(90deg, var(--intel-blue) 0%, var(--intel-blue2) 100%);
}

.nav-intel {
  background-color: var(--intel-blue);
  background: linear-gradient(90deg, var(--intel-blue) 0%, var(--intel-blue2) 100%);
}

.intel-card {
  border: 1px solid var(--intel-blue);
}

.intel-b {
  color: var(--intel-blue);
}
.intel-b:hover {
  color: var(--intel-blue2);
}
.intel-badge {
  background-color: var(--intel-blue2);
  /* background-color: honeydew; */
  color: #f0fff0;
}
.intel-blue2 {
  color: var(--intel-blue2);
}
.intel-blue {
  color: var(--intel-blue);
}
.tab-list {
    width: 100%;
    display: inline-block;
}
.tab-list ul {
    padding: 0;
}
.tab-list ul li {
    float: left;
    background: #fff;
    width: 20%;
    padding: 10px 0;
    text-align: center;
    border-bottom: 3px solid #fff;
}
.tab-list ul li a {
    display: block;
    color: #212529;
}
.tab-list ul li.active {
    border-color: #005aa7;
}
.tab-list ul li.active a {
    color: #005aa7;
}
.add {
    background: #fff;
    padding: 1rem;
    margin: 0;
}
.add span {
    float: right;
    width: 18px;
}
#add_info {
    background: #fff;
    padding: 1rem;
    margin: 0;
}
.card-title {
    margin-bottom: 0;
    text-align: center;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-radius: .25rem .25rem 0 0;
    padding: 8px 0;
}
.card-text {
    padding: 10px;
    margin: 0;
}
.price {
    float: right;
}
.bl {
    border-left: 6px solid #0062b5;
}
.grey {
    background: grey;
    border: 1px solid grey;
    color: #fff;
}
.blue {
    background: #005aa7;
    border: 1px solid #005aa7;
    color: #fff;
}
.nr {
    border: 3px solid #005aa7;
    border-top: none;
    border-radius: 0 0 .25rem .25rem;
}
.nr ul {
    margin: 0;
}
.nr li {
    list-style: inherit;
    line-height: 40px;
}
.nr li::marker {
    color: #005aa7;
}
.nr .card-text {
    text-align: center;
    font-size: 26px;
}