@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

* {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  color: #000;
  background: #fff;
  font-weight: 400;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

h1 {
  font-size: 5.5em;
  line-height: 1.2em;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 1.313em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 14px;
}

a {
  cursor: pointer;
  text-decoration: none;
}

img {
  display: block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  padding: 0;
  margin: 0;
}

a.link {
  text-decoration: underline;
}

input::placeholder {
  color: #999999;
}

form input[type=text],
form input[type=number],
form input[type=password],
form textarea {
  /* background: #F1F1F1;
  box-shadow: inset 0px 0px 5px 3px rgb(0, 0, 0, 0.08);
  border-radius: 5px;
  color: #0076CE;
  font-size: .875em; */
  padding: 10px 12px;
  width: 100%;
  margin-bottom: 20px;
  /* border: none; */
  background: #FFFFFF;
  /* box-shadow: inset 0px 0px 5px 3px rgb(0, 0, 0, 0.08); */
  border-radius: 1px;
  color: #6E6E6E;
  font-size: 16px;
  padding: 10px 12px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #7E7E7E;
  font-weight: 400;
} 

form textarea {
  color: #999999;
}

form textarea {
  /* height: 150px; */
  height: 178px;
  resize: none
}

form .flexbox {
  gap: 20px;
}

.mr-2 {
  margin-right: 2em
}

.mb-2 {
  margin-bottom: 2em;
}

.mtb-3 {
  margin-top: 3em;
  margin-bottom: 3em;
}

.g0 {
  gap: 0 !important
}

h2.heading-style-1 {
  color: #E22118;
  font-weight: 900;
  padding-bottom: 15px;
  line-height: 1.2em;
  position: relative;
  margin-bottom: 30px;
}

.container-fluid {
  padding: 0 20px
}

.container {
  /* width: 1200px; */
  margin: 0px auto;
  padding: 0px 15px;
}

.clear:after,
.clear:before {
  clear: both;
  content: '';
  display: block;
}

.text-center {
  text-align: center;
}

.f-small {
  font-size: .875em; 
}

small {
  /* font-size: .875em; */
    /* font-size: 12px; */
    font-size: 14px !important;
    font-weight: 400;
    color: #ffff;
}
.highlight-card small { 
    font-size: 14px !important;
    font-weight: 400;
    color: #636363 !important; 
    /* color: #ffff; */
}

a:visited {
      color: #ffff !important;
}

.footer-menu a:visited {
  color: #3274c8 !important;
}

h2 {
  font-size: 26px;
  position: relative;
  display: inline-block;
  margin: 30px 0;
  padding-bottom: 7px;
  font-weight: 300;
}

h2 span {
  font-weight: 300;
}

h2:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #AAAAAA;
  display: block;
  position: absolute;
  bottom: 0;
}

h2:before {
  content: '';
  display: block;
  background: #000;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38%;
}

/* FlexBox */
.flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}

.flexbox.space-between {
  justify-content: space-between;
}

.flexbox.flex-start {
  justify-content: flex-start;
}

.flexbox.flex-end {
  justify-content: flex-end;
}

.align-center {
  align-items: center;
}

ul {
  margin-bottom: 0px !important;
}

/* Header */
header {
  background: #0076ce;
  color: #fff;
  padding: 4px 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 100;
}

header .flex-item {
  width: 48%
}

header .flex-start {
  margin: 5px 0 5px 0;
}

header .flex-start ul {
  margin-left: 42px;
  /* margin-left: 30px; */
}

header ul li {
  display: block;
  float: left;
}
.navitems li {
  margin-top: 5px;
}
header ul li a {
  color: #fff; 
  /* padding: 4px 8px; */
  display: block;
  font-weight: 400; 
  font-size: 14px;
  padding: 13px 14px 0px;;
}

header small {
  position: relative;
  padding: 5px 10px 5px 5px;
  font-size: .75em;
}

header small:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 4px solid #fff;
  margin-left: 5px;
}

ul.social-connect {
  display: block;
}

.connect-store a.number {
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #ffffff;
  font-style: normal;
  line-height: 21px; 
  margin-top: 1px;
}

.connect-store {
  padding-right: 14px;
  /* padding-right: 20px; */
  border-right: 1px solid #fff;
  line-height: 1.175em;
  margin-top: 10px;
}

.logo2 {
  width: 42px;
}

/* Banner */
#banner {
  /* padding: 96px 0; */
}

#banner h3 {
  font-size: 18px;
  letter-spacing: .2em;
  text-decoration: underline;
}

#banner h1 {
  font-size: 42px;
  line-height: 1.6em;
  font-weight: 700;
}

#banner p {
  line-height: 26px;
  font-size: 20px;
}


#contact-highlight .card {
  padding: 30px 40px;
  margin: -70px 0 50px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 21px 30px 6px rgba(0, 42, 88, 0.08);
}

#contact-highlight .card h2 {
  margin: 0 0 30px;
}

#contact-highlight .card .flex-item:first-child {
  width: 39%;
}

#contact-highlight .card .flex-item:nth-child(2) {
  width: 59%;
}

#contact-highlight .card .flexbox.two-col>div {
  width: 47.7%;
}

form p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #6E6E6E;
}

a.button.button-primary {
  background: linear-gradient(90deg, #0076CE 5.14%, #00447C 100%);
  width: 100%;
  color: #fff;
  display: block;
  padding: 15px;
  text-align: center;
  border-radius: 15px;
  margin: 10px 0;
}

a.load-more {
  color: #0076CE;
  padding: 15px;
  width: 100%;
  text-align: center;
  margin: 40px 0 60px;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 600;
  background: #F4F4F4;
  display: block;
  border-radius: 5px;
}

a.load-more:hover {
  background: #0076CE;
  color: #fff;
}

/* Blue BG */
.bluebg {
  background: #0076CE;
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
  line-height: 1.4em;
  font-weight: 400;
  margin-top: 20px;
}

.bluebg a {
  color: #fff;
  text-decoration: underline
}

/* Finance */
.finance-table li {
  min-height: 120px;
  /* display: block; */
  font-size: 14px;
  /* padding: 20px; */
  padding: 10px 0px;
  border-top: 1px solid #C4C4C4;
  font-weight: 400;
  color: #0E0E0E;

  justify-content: center;
  display: flex;
  align-items: center;
}

.finance-table ul {
  width: 20%;
  display: block;
  float: left;
  text-align: center;
}

.finance-table ul li:first-child {
  background: #1885C3;
  /* background: #0076CE; */
  color: #fff;
  min-height: 67px;
  font-size: 1.125em;
  padding: 18px;
}

.finance-table ul li:first-child img {
  display: inline;
}

.scroll-x {
  overflow: auto;
}

.finance-table .freeze ul li:first-child {
  background: #03437A;
}

.finance-table .freeze ul li {
  /* text-align: left; */
  text-align: center;
}

.finance-table {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  margin: 20px 0 80px;
}

/* Footer */
#footer {
  background: #eee;
  padding: 25px 0;
  font-weight: 300;
}

#footer .text {
  width: 70%;
  font-size: 10px;
  line-height: 1.3em;
}

#footer .logo {
  margin: 30px 0;
  text-align: right;
}

.product-item {
  /* box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  width: 32%; */   
  box-shadow: 0px 0px 14px rgba(0, 42, 88, 0.08);
  width: 32%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff; /* Ensure the background color is not transparent */
  overflow: hidden;
}

.product-info {
  text-align: center;
  position: relative;
}

.product-info img {
  margin: 0 auto;
  width: 100%;
  /* width: 100%; */
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.product-info h3 {
  margin: 10px;
  font-size: 24px;
  font-weight: 400;
}

.product-info p {
  font-size: 1em;
}

.price-wrap {
  /* background: linear-gradient(90deg, #0063B8 5.14%, #31A2E3 100%); */
  background: #1282D6;
  color: #fff;
  padding: 10px 20px;
  margin-top: 15px;
}

.price-wrap small {
  display: block;
  font-size: 12px !important;
  font-weight: 400;
  color: #fff;
}

.price-wrap small:nth-child(2) {
  display: inline-block;
}

.price-wrap p {
  font-weight: 500;
  font-size: 24px;
}

.features li {
  font-size: 15px;
  padding: 5px 0 5px 45px;
  position: relative;
  margin-bottom: 18px;
  color: #0E0E0E;
  font-weight: 400;
  /* line-height: 24px; */
}

.features {
  padding: 20px 20px 30px;
  height: auto;
  /* height: 290px; */
  /* height: 200px; */
}

.features li.ico:before {
  content: '';
  display: block;
  width: 24px;
  height: 28px;
  position: absolute;
  top: 5px;
  left: 0;
}

.features li.ico-warranty:before {
  background: url(../images/svg/warranty.svg) 0 0 no-repeat;
}

.features li.ico-cashback:before {
  background: url(../images/svg/cashback.svg) 0 0 no-repeat;
}

.features li.ico-speaker:before {
  background: url(../images/svg/speakers2.svg) 0 0 no-repeat;
}

.features li.ico-vocher:before {
  background: url(../images/svg/voucher3.svg) 0 0 no-repeat;
}

.features li.ico-Goodies:before {
  background: url(../images/voucher3.svg) 0 0 no-repeat;
}

.features li.ico-mss:before {
  background: url(../images/svg/malesupport.svg) 0 0 no-repeat;
}


.highlight-card {
  width: 48%;
  background: #D9F5FD;
  /* background: #E5F1FA; */
  padding: 13px 16px;
  border-radius: 5px;
}

.slide .flexbox {
  gap: 12px;
}

.highlight-card .content h4 {
  font-size: 16px;
  /* font-size: 19px; */
  font-weight: 500;
  color: #00468B;
  /* background: linear-gradient(90deg, #31A2E3 5.14%, #002A58 100%); */
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  margin-bottom: 3px;
}

.highlight-card .content {
  margin: auto 0px;
  /* margin: 15px 0 0 0px; */
}

.highlight-card p {
  font-size: 13px;
  color: #767676;
}

.highlight-icon img {
  width: 70px;
  height: 70px;
}

.offer-desc {
  font-size: 14px;
  color: #767676;
  margin-bottom: 10px;
}

#slider {
  width: 100%;
  overflow: hidden;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

ul.slick-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

ul.slick-dots li {
  display: inline-block;
  margin: 12px 5px;
}

ul.slick-dots li button {
  text-indent: 15px;
  height: 10px;
  width: 10px;
  background: #0076CE;
  border-radius: 50%;
  transition: all ease .1s;
  text-indent: 15px;
  overflow: hidden;
  border: 0;
  opacity: 0.25;
}

ul.slick-dots li.slick-active button {
  width: 11px;
  border-radius: 14px;
  background: #0076CE;
  opacity: 1;
}

/*# sourceMappingURL=slick.min.css.map */

/* Mobile Nav */
nav li a {
  font-size: 1.2em;
  color: #fff;
  padding: 10px 0;
  display: block;
}

nav {
  background: #0076ce;
  padding-top: 80px;
  width: 250px;
  position: fixed;
  z-index: 10;
  height: 100vh;
  display: none;
}

nav>ul>li {
  border-bottom: 1px solid #fff;
  padding: 10px 15px;
}

.call img {
  width: 20px;
  margin: 15px 5px 0;
  display: inline;
  vertical-align: text-bottom;
}

a.hamberger span {
  height: 1px;
  width: 24px;
  background: #fff;
  display: block;
  position: absolute;
  transition: all ease .2s;
  left: 0;
}

a.hamberger {
  position: relative;
  width: 24px;
  height: 19px;
  margin: 1px 5px 0 0;
  /* margin: 12px 5px 0 0; */
  left: -8px;
  display: none;
}

a.hamberger span:nth-child(2),
a.hamberger span:nth-child(3) {
  top: 10px;
}

a.hamberger span:nth-child(4) {
  top: 100%;
}

.call,
.nav-open a.hamberger span:first-child,
.nav-open a.hamberger span:last-child {
  display: none;
}

.nav-open a.hamberger span:nth-child(2) {
  transform: rotate(45deg);
}

.nav-open a.hamberger span:nth-child(3) {
  transform: rotate(-45deg);
}

header .flex-item:first-child {
  width: 60%;
}

header .flex-item:nth-child(2) {
  width: 38%;
}

h3.tnc-head {
  padding-bottom: 20px;
}

.logo2 {
  /* width: 136px;
  padding-top: 10px; */
  width: 150px;
  padding-top: 6px;
}

.sliderParent {
  position: relative;
  height: 240px;
}



@media screen and (min-width: 1600px) {
  body {
    font-size: 1.1em;
  }

  .container {
    width: 1440px;
  }
}

@media screen and (min-width: 1700px) {
  body {
    font-size: 1.3em;
  }

  .container {
    width: 1600px;
  }

  form textarea {
    height: 166px
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1280px;
    /* width: 1366px; */
  }
}

@media screen and (max-width: 1200px) {
  .container {
    width: 1080px;
    max-width: 96%;
  }

  form input[type=text],
  form input[type=password],
  form textarea {
    margin-bottom: 10px
  }

  form .flexbox {
    gap: 0
  }

  .highlight-card .content {
    display: block;
    width: 100%;
    margin: 0;
  }

  .highlight-card.flexbox {
    gap: 10px;
  }

  #contact-highlight .card .flexbox.two-col>div {
    width: 100%;
  }

  .product-wrap {
    gap: 20px;
  }
}


@media screen and (max-width: 980px) {
  .sliderParent {
    height: 350px;
  }
  .container {
    width: 900px;
  }

  #contact-highlight .card {
    padding: 30px
  }

  .highlight-card {
    width: 47.5%;
    padding: 10px 16px 12px
  }

  .product-item {
    width: 31%
  }

  header .flex-start ul {
    margin-left: 0;
  }
}

.margin-r-30 {
  margin-right: 30px;
}

@media screen and (max-width: 800px) {
  body {
    font-size: .9em;
  }

  .container {
    width: 720px;
    max-width: 92%;
  }

  nav,
  .call {
    display: block;
    color: #fff;
    padding-top: 4px;
  }

  body.nav-open {
    overflow: hidden;
  }

  body nav {
    left: -250px;
    transition: all ease .3s;
  }

  body.nav-open nav {
    left: 0
  }

  ul.social-connect li {
    display: block;
    float: left;
    padding: 0px 10px;
  }

  li small {
    color: #fff;
    padding: 10px 0;
    display: block;
    font-size: 1em;
  }

  a.hamberger {
    display: block;
  }

  .slide .flexbox {
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
  }

  #contact-highlight .card .flex-item {
    width: 100% !important;
  }

  #contact-highlight .card .flex-item:nth-child(2) {
    padding: 20px 0 10px
  }

  .product-item {
    width: 48%
  }

  .finance-table .freeze ul {
    width: 137px;
  }

  .finance-table li img {
    margin: 0 auto;
  }

  .finance-table .inner-scroll {
    width: fit-content;
  }

  .finance-table .freeze ul li {
    padding-left: 8px;
    padding-right: 0;
  }
  .finance-table .inner-scroll li{
    /* white-space: nowrap; */
  }
  .finance-table li{
    /* min-height: 156px; */
    min-height: 189px;
  }

  header .flex-start ul,
  .connect {
    display: none;
  }

  header .flex-start {
    margin: 0;
    padding: 10px
  }

  header .flex-item:first-child {
    width: 60%;
  }

  header .flex-item:nth-child(2) {
    width: 38%;
    /* width: 30%; */
  }

  .highlight-card .content {
    width: auto;
    margin: 1px 0 0 0;
    /* margin: 15px 0 0 0; */
  }

  /*#banner {background-position: -1020px 0;}*/
  #banner {
    background-size: contain;
    /* margin-top: -7em; */
  }

  #ls {
    padding-top: 80px;
  }
  .margin-r-30 {
    margin-right: 0px;
  }


  .highlight-card .content h4 {
    font-size: 13px; 
  }
}

@media screen and (max-width: 780px) {
  .highlight-card { 
      padding: 13px 15px 12px;
  } 

  .container {
    width: 720px;
    max-width: 96% !important;
  }    
  
  #contact-highlight .card {
    padding: 20px 12px;
  }
}

@media screen and (max-width: 600px) {
  .logo {
    /*width:170px;margin-top:3px*/
  }

  .product-item {
    width: 100%
  }

  .highlight-card {
    width: 100%
  }

  /* New Style*/
  .content {
    margin-top: -80px;
  }

  #banner {
    min-height: 700px;
  }

  #banner h1 {
    font-size: 1.9em;
    width: 70%;
    line-height: 1.2em;
  }

  #contact-highlight .card {
    margin: -30px 0 50px
  }

  #banner p {
    width: 90%;
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  #banner h3 {
    font-size: 0.8em;
    padding-bottom: 10px;
  }

  h3.tnc-head {
    padding-bottom: 15px;
    font-size: 1.3rem;
  }
}

.disabled-link {
  pointer-events: none;
}


@media screen and (min-width: 800px) {
  #banner {
    /* padding: 3% 0; */
  }
}

@media screen and (min-width: 940px) {
  #banner {
    /* padding: 4% 0; */
  }
}

@media screen and (max-width:850px) {
  .logo2 {
    content: url("../images/logo/DellTechWhite.png");
    max-width: 120px;
    margin: -46px;
    margin-left: -10px;
    padding-bottom: 6px
  }

  ;

  .mainHeader {
    height: 80px;
  }

  ;
}

/* @media screen and (min-width:767px) and (max-width:1250px) {
    .logo2{
  content:url("../images/logo/DellTechWhite1200px.png");
  max-width: max-content;
  margin: -34px;
  margin-left: 20px;
    };
    .mainHeader{
        height: 110px; ;
    }

} */


@media screen and (min-width: 1080px) {
  #banner {
    /* padding: 5% 0; */
  }
}

@media screen and (min-width: 1279px) {
  #banner {
    /* margin-top: -5em; */
    background-size: 100% auto;
    /* padding: 5.5% 0; */
    margin-bottom: -4em;


  }
}


.banner-img1 {
  position: relative;
}

.banner-img1 img {
  width: 100%;
  height: auto;
}

.cta {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 0 0 6px;
  margin-bottom: 20px;
  margin-left: -19px;
}

.cta li {
  float: left;
  display: block;
  line-height: 16px;
  color: #ffffff;
  margin: 0 20px 0 0;
  position: relative;
}

.cta li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 56px;
  color: #ffff;
  font-weight: 600;
}

.cta li a span {
  text-align: start;
  transition: all .7s ease-in-out;
  white-space: nowrap;
  color: transparent;
}

@media screen and (min-width:768px) {
  .cta li a span {
    position: absolute;
    left: 80px;
  }

  .cta li a:hover span {
    color: #3474c2;
    transition: all .7s ease-in-out;
  }
}

@media (max-width: 768px) {
  .cta li a span {
    color: #3474c2;
  }

  .cta li a {
    flex-direction: column;
  }



}

.banksandfinance {
  border-collapse: collapse;
  width: 100%;
}

.banksandfinance,
th,
td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.carouselBtn {
  @media only screen and (max-width: 768px) {
    display: block;
  }

  @media only screen and (min-width: 769px) {
    display: none;
  }
}

.nextIco {
  position: absolute;
  right: 0;
  top: 50%;
}

.prevIco {
  position: absolute;
  left: 0;
  top: 50%;
}


.nextIco::before {
  font-family: FontAwesome;
  content: "\f0d9";
  font-size: 22px;
}

.prevIco::before {
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 22px;
}

.ico {
  display: flex;
  padding: 2% 10%;
}

.ico img {
  max-width: 100px;
  margin-left: -13%;
}

.list-container .ico img {
  max-width: 30px;
  margin-left: -13%;
  object-fit: contain;
}

.ico span {
  word-wrap: break-word;
  margin-left: 17px;
}

.icon {
  display: inline-block;
  color: inherit;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  border-style: solid;
  border-color: currentColor;
  border-width: 0.2rem 0.2rem 0 0;
}

.icon__previous {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 10%;
  position: absolute;
  top: 18%;
}

.icon__next {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 5%;
  position: absolute;
  top: 18%;
}

a.disabled {
  pointer-events: none;
  border-color: #ccc;
  cursor: default;
}

a.enabled {
  pointer-events: visible;
  border-color: black;
  cursor: default;
}

.currentzzz{
  cursor: pointer;
}

.navitems li {
  list-style-type: none;
  margin-bottom: 13px;
}

.dell-footer {
  display: flex;
  padding: 0 20px;
  background-color: #EEEEEE;
  font-size: 13px;
}
.dell-footer .footer-menu {
  display: flex;
  justify-content: space-between;
  width: 50%;
  align-items: center;
  height: 67px;
}
.dell-footer .footer-menu li a {
  color: #3274c8;
  text-decoration: underline;
}
.dell-footer .footer-logo {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  padding-right: 26px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .dell-footer {
    flex-direction: column;
 }
  .dell-footer .footer-menu {
    display: flex;
    justify-content: start;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
 }
  .dell-footer .footer-menu li {
    width: 100%;
    padding: 8px 10px;
    border-bottom: 1px solid #d9d9d9;
    margin: auto;
 }
  .dell-footer .footer-menu li a {
    text-decoration: none;
 }
  .dell-footer .footer-logo {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    padding: 20px 10px;
 }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .dell-footer .footer-menu li a {
    font-size: 11px;
  } 
}

#getInTouch{
  margin-top: 8%;
  position: relative;
}

.dds__button { 
  color: #fff !important;
  width: 230px;
  height: 40px;
}

.head h2 {
  font-size: 24px;
  color: #0A0E14;
}

@media (max-width: 1023.98px) {
  h2 {
      font-size: 24px !important; 
  }
}

a:visited {
  color: #FFFFFF !important;
}

a {
  text-decoration: none !important;
}

a:active {
  text-decoration: underline !important;
}
 
.head-small {
  font-weight: 400;
  font-size: 12px !important;
  line-height: 14px;
  color: #fff;
  margin-bottom: 4px !important;
}

.head-small::after {
  display: none !important;
}
/* .social-connect li { 
  margin-top: -11px !important;
} */
.social-connect li a { 
  padding: 2px 8px 0px !important;
}


 .toggle-button {
  background: none;
  color: #fff;
  z-index: 2;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 81px;
  left: 0px;
  padding: 10px 15px;
  transition: border 0.3s ease-in-out; 
  border: none;
} 

.toggle-button::after {
  /* content: "Auto Play/Pause"; */
  position: absolute;
  top: 81px; 
  left: 0px;
  color: #fff;
  padding: 10px 15px;
}

.toggle-button:hover {
  border: 2px solid #0672cb;
}

:focus {
  outline: 3px solid #005fcc; 
  outline-offset: 2px;
}
 
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 3px solid #005fcc; 
  outline-offset: 2px;
  border-radius: 4px;       
}
  
 
:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
  border-radius: 4px; 
}
 
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
} 
.dark-theme :focus-visible {
  outline: 3px solid #ffcc00; 
}
