@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;300;400;700&display=swap");
#stepstofast{
  margin-top: 70px;
}
#stepstofast .imgg{
  text-align: center;
}
#stepstofast h3{
  max-width: 666px;
  margin: 0 auto;
  padding: 0 0 100px;
  color: #1F2836;
}
#stepstofast .containerr{
  max-width: 1366px;
  margin: 0 auto;
  display: flex; 
  justify-content: space-between;
  padding: 0 140px;
}
#stepstofast .containerr .content1{
  max-width:525px; 
  padding: 0; 
}
#stepstofast .containerr .content2{
  max-width:482px; 
  padding: 0; 
  display: flex;
  align-items: center;
}
#stepstofast video{
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
#stepstofast h4{
  font-size:32px;
  color: #1F2836;
}
#stepstofast p{
  font-size:18px;
  color: #1F2836;
  font-family: GeneralSans-Regular;
  margin-bottom: 40px;
}
.step1, .step2, .step3{ 
  cursor:pointer;
  margin-bottom: 40px;
}
.step1{
  border-bottom: 3px solid #d9d9ed;
}
.step2, .step3{
  opacity: 50%;
  border-bottom: 3px dashed #1F283666;
}
#stepstofast .act-bord1{
  border-top: 3px solid #0060EB;
  width: 20%;
  margin-bottom: -3px;
}
#stepstofast .act-bord2{
  border-top: 3px solid #0060EB;
  width: 40%;
  display: none;
  margin-bottom: -3px;
}
#stepstofast .act-bord3{
  border-top: 3px solid #0060EB;
  width: 60%;
  display: none;
  margin-bottom: -3px;
}
.show-pic1, .show-pic2, .show-pic3{
  text-align: right;
  max-height: 482px; 
  max-width: 482px;
}
.show-pic2, .show-pic3{
  display: none;
}
.fadein{
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards; 
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media(max-width:1024px){
  #stepstofast .containerr {
    gap: 30px;
    padding: 0 45px;
  }
  #stepstofast .containerr .content1 {
    max-width: 50%;
  }
}

@media(max-width:768px){
  #stepstofast {
    padding: 0 16px;
  }
  #stepstofast .num-img{
    text-align: center;
  }
  #stepstofast .num-img img{
    width: 36px;
    height: 80px;
  }
  #stepstofast h3 {
    max-width: 328px;
    padding: 0;
    margin: 0 auto 40px;
  }
  #stepstofast .container {
    display: block; 
  }
  #stepstofast video{
    border-radius: 18px;
  }
  #stepstofast .container .pic img{
    height: 328px; 
    width: 100%;
    margin-bottom: 24px;
  }
  #stepstofast .container h4{
    font-size: 20px;
    margin-bottom: 8px; 
    text-align: center;
  }
  #stepstofast .container p{
    font-size: 14px;
    font-family: GeneralSans-Regular;
    margin: 0 auto; 
    text-align: center;
    max-width: 300px;
  }
  #stepstofast .container .divider{
    display: flex;
    justify-content: center;
    margin: 16px 0;
  }
  #stepstofast .container .divider .line{
    width: 1px;
    background-color: #1F283633;
    height: 48px;
  }
}

#testimonial{
 padding: 70px 0 0;
}
#testimonial .container{
 padding: 0;
 margin: 0 auto;
 position: relative;
}
#testimonial .container h3{
  text-align: left;
  padding-left: 70px;
  margin: 0;
}
@media(max-width:768px){
  #testimonial{
   padding: 70px 16px 0;
 }
 #testimonial .container h3{
  padding-left: 0px;
  max-width: 328px;
}
}

#home-busi {
  padding: 0 0 70px;
  margin: 0;
}
#home-busi .containerr{
  margin: 0 auto;
  max-width: 1366px;
  padding: 0 140px;
}
#home-busi .containerr .wrapper{
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin: 0;
  padding: 100px 0 0;
  border-top: 2px solid #ECEDF7;
}
#home-busi .containerr .wrapper h3{
  font-size: 32px;
  color: #1F2836;
  text-align: left;
  padding-left: 0;
  margin-bottom: 16px;
}
#home-busi .containerr .wrapper p{
  font-size: 18px;
  color: #1F2836;
  text-align: left;
  font-family: GeneralSans-Regular;
}
#home-busi .containerr .wrapper .broad-card{
  background-color: #ffff; 
  padding: 32px 24px; 
  border-radius: 24px;
  border: 2px solid #AAAFD026;
  box-shadow: 2px 4px 40px #010B580F;
  max-width: 523px;
  height: 434px;
  position: relative;
}
#home-busi .containerr .wrapper .broad-card input{
  height: 44px; 
  width: 245px; 
  font-family: GeneralSans-Semibold;
  font-size: 16px; 
  color: #1F2836; 
  padding: 0 15px 0 15px; 
  border-radius: 25px; 
  border: none; 
  background-color: #F8F533; 
  position:absolute; 
  bottom:32px;
}
#home-busi .containerr .wrapper .divider{
  display: none;
}
@media(max-width:1024px){
  #home-busi .containerr {
    padding: 0 45px;
  }
  #home-busi .containerr .wrapper .broad-card{
    height: 500px;
  }
}
@media (max-width:768px){
  #home-busi {
    padding: 0 16px 70px;
    margin: 0;
  }
  #home-busi .containerr{
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
  #home-busi .containerr .wrapper{
    padding: 0;
    display: block;
    border-top: none;
  }
  #home-busi .containerr .wrapper h3{
    font-size: 24px;
    max-width: 328px;
  }
  #home-busi .containerr .wrapper p{
    font-size: 16px;
    max-width: 328px;
    margin-bottom: 32px;
  }
  #home-busi .containerr .wrapper .broad-card{
    height: auto;
    margin-bottom: 24px;
  }
  #home-busi .containerr .wrapper .broad-card input{
    width: 100%;
    position:initial;
  }
  #home-busi .containerr .wrapper .divider{
    display: none;
  }
}

#faq {
  padding: 70px 0;
}
#faq .containerr{
  margin:0 auto;
  max-width: 1366px;
  padding: 0 70px;
}
#faq .faq-cont{
  margin:0 auto;
  border-radius: 40px;
  padding: 80px 0;
  background-color: #E2F2FF;
}
#faq .faq-cont .faq-head{
  max-width: 666px;
  font-size: 48px;
  margin: 0 auto;
  padding: 0 0 48px;
}
#faq .faq-cont .faq-container{
  max-width: 802px;
  margin:0 auto 24px;
  border-radius: 20px;
  box-shadow: 1px 2px 30px #0D0F460D;
}
#faq .faq-cont .faq-container .faq{
  background-color: #ffffff;
  padding: 32px;
}
#faq .faq-cont .faq-container .faq .faq-title {
  margin: 0;
  max-width: 666px;
  font-family: PPAgrandir-NarrowMedium;
  font-size: 24px;
  padding: 0 0 16px;
}
#faq .faq-cont .faq-container .faq-text{
  font-family: GeneralSans-Regular;
  font-size: 18px;
  max-width: 666px;
  margin: 0;
  padding: 0;
}
#faq .faq-cont .faq-btn{
  font-size: 16px;
  height:44px;
  padding: 12px 32px;
  border-radius: 25px;
  border: solid 1px #1F2836;
  background-color:transparent;
  margin: 16px 0 0;
  font-family: GeneralSans-Semibold;
  color: #1F2836;
  line-height: normal;
}
#faq .faq-cont .faq-container .faq .faq-toggle {
  background-image: url('../img/Group 192069 (1).svg');
  background-size: cover;
  border-radius: 0;
  border: none;
  position: absolute;
  top: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  transition: none;
  background-color: transparent;
}
#faq .faq-cont .faq-container .faq.active .faq-toggle {
  background-image: url('../img/Group 192069.svg');
  border-radius: 0;
  border: none;
  background-color: transparent;
}
@media(max-width:1024px){
  #faq .containerr {
    padding: 0 40px;
  }
  #faq .faq-cont {
    padding: 40px 20px;
  }
}
@media(max-width:768px){
  #faq {
    padding: 0;
  }
  #faq .containerr{
    margin:0;
    max-width: 100%;
    padding: 0;
  }
  #faq .faq-cont{
    max-width: 100%;
    border-radius: 0;
    padding: 48px 16px;
    margin-bottom: 8px;
  }
  #faq .faq-cont .faq-head{
    text-align: center;
    font-size: 32px;
    margin: 0 auto 30px;
    padding: 0;
    max-width: 328px;
  }
  #faq .faq-cont .faq-container{
    max-width: 100%;
    margin:0 0 12px;
    border-radius: 16px;
    border: none;
  }
  #faq button{
    padding: 10px;
  }
  #faq .faq-cont .faq-container .faq{
    padding: 20px 16px;
  }
  #faq .faq-cont .faq-container .faq-text{
    margin: 8px 0 0;;
  }
  #faq .faq-cont .faq-container .faq .faq-title {
    margin: 0;
    max-width: 296px;
    font-size: 18px;
    padding: 0 0 8px;
  }
  #faq .faq-cont .faq-container .faq-text{
    font-size: 14px;
    max-width: 296px;
  }
  #faq .faq-cont .faq-btn{
    margin: 8px 0 0;
  }
  #faq .faq-cont .faq-container .faq .faq-toggle {
    top: 20px;
    right: 17px;
    height: 24px;
    width: 24px;
  }
}
.track-my-order{
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: underline;
}

    section{
      padding: 0 80px;
    }
    @media(max-width:1024px){
      section{
      padding: 0 40px;
      }
    }
    @media(max-width:768px){
      section{
      padding: 0 16px;
      }
    }
    #header {
      padding: 0 80px;
      background-color: #FEF371;
    }
  #header .header-wrap {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0; 
    max-width: 100%;
  }
  #header .navbar a {
    color: #000000;
  }
  @media(max-width:1024px){ 
    #header {
      padding: 0 40px;
    }
  }
  @media(max-width:768px){
    #header {
      padding: 0 16px;
      background-color: #F2F2F2;
    }
    #header .header-wrap {
      height: 64px;
    }
    #header .logo img {
      max-height: 27px;
    }
    .getstarted2:before {
      color: #000000;
    }
    .getstarted2, .getstarted2 {
      height: 40px;
      border: solid 1px #00000066;
      padding: 8px 24px;
    }
  }
  .navbar .getstarted, .navbar .getstarted:focus {
    border: solid 2px #000000;
  }
        #hero {
          max-width: 100%;
          height: auto;
          margin: 92px auto 0;
          background-color: #ffffff;
          position: relative;
          overflow: hidden;
        }
        #hero .containerr {
          padding:80px 0 0;
          position: relative;
          width: 100%;
          max-width: 1280px;
          overflow: hidden;
          margin: 0 auto;
        }
        .slider-container {
          display: none;
          width: 100%;
          overflow: hidden;
        }
        .slider-container-mob {
          display: none;
          width: 100%;
          overflow: hidden;
        }
        #hero .slider {
          display: flex;
          transition: transform 0.5s ease-in-out;
          width: 400%;
        }
        #hero .slide {
          width: 100%;
          flex: 0 0 100%;
        }
        #hero .slide img {
          width: 1280px;;
          height: 420px;
          object-fit: cover;
          border-radius: 25px;
        }
        #hero .arrows {
          width: 99%;
          margin: 50px 0 0 0;
          display: flex;
          align-items: center;
          justify-content: space-between;
          transform: translateY(-50%);
        }
        #hero .arrow {
          background: rgba(0, 0, 0, 0);
          color: white;
          border: none;
          cursor: pointer;
          width: 54px;
        }
        #hero .pagination {
          position: absolute;
          bottom: 10px;
          left: 50%;
          transform: translateX(-50%);
          display: flex;
          gap: 10px;
        }
        #hero .dot {
          width: 12px;
          height: 12px;
          background-color: #D2D4E6;
          border-radius: 50%;
          cursor: pointer;
        }
        #hero .dot.active {
          width: 18px;
          height: 25px;
          background-color: transparent; /* Default dot color */
          border-radius: 0;
          background-image: url(../img/blue-thunder.svg) !important;
          background-size: cover;
          margin-top: -8px;
        }
    @media(max-width:1024px){
      #hero .containerr{
        padding: 40px 0;
      }
      #hero .slider {
        width: 100%;
      }
      #hero .slide img {
          width: 100%;;
          height: auto;
      }
    }
    @media(max-width:768px){
      #hero {
        margin: 64px auto 0;
      }
      #hero .containerr {
        width: 100%;
        padding:40px 0 0;
      }
      #hero .arrow {
        display: none;
      }
      #hero .pagination {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        gap: 4px;
      }
      #hero .dot {
        width: 8px;
        height: 8px;
      }
      #hero .dot.active {
        width: 12px;
        height: 16px;
        margin-top: -5px;
      }
    }

    #postcode-checker{
      padding: 0 80px;
      background-color: #E2F2FF;
    }
    #postcode-checker .containerr{
      padding: 120px 0;
      margin: 0 auto;
      text-align: center;
      width: 100%;
    }
    #postcode-checker .containerr h4{
      font-size: 48px;
      max-width: 665px;
      line-height: 56px;
      color: #1F2836;
      margin: 0 auto;
    }
    #postcode-checker .containerr p{
      font-size: 18px;
      color: #1F2836;
      margin: 32px auto 12px;
    }
    #postcode-checker .containerr hr{
      margin: 0 auto 20px;
      width: 30px;
      border: 1px solid #979797;
    }
    #postcode-checker .serv-list{
      margin: 0 auto;
      max-width: 677px;
      display: grid;
      gap: 52px;
      grid-template-columns: repeat(4, 1fr);
    }
    #postcode-checker .serv-list .list{
      display: flex;
      gap: 8px;
      justify-content: center;
    }
    #postcode-checker .containerr .serv-list .list span{
      font-size: 18px;
      color: #1F2836;
    }
    #postcode-checker .containerr .serv-list .list img{
      width: 24px; 
      height: 24px;
    }
    #postcode-checker .postcode-search {
      margin-top: 40px;
    }
    #postcode-checker .postcode-search .p-flex{
      display: flex;
      justify-content: center;
    }
    #postcode-checker .code {
      height: 80px;
      width: 500px;
      border-radius: 25px;
      border: none;
      padding-left: 25px;
      z-index: 1;
      font-size: 22px;
    }
    #postcode-checker .code-check{
      height: 70px;
      width: 96px;
      border-radius: 25px;
      border: none;
      background-color: #F8F533;
      margin-left: -100px;
      margin-top: 4px;
      color: #1F2836;
      font-family: GeneralSans-Semibold;
      font-size: 16px;
      z-index: 1;
    }
    #postcode-checker .spinner-gif {
      display: none;
      width: 80px;
      margin-left: -76px;
      z-index: 1;
    }
    @media(max-width:768px){
      #postcode-checker{
        padding: 0 16px;
      }
      #postcode-checker .containerr{
        padding: 60px 0;
      }
      #postcode-checker .containerr h4{
        font-size: 32px;
        max-width: 328px;
        line-height: 40px;
      }
      #postcode-checker .containerr p{
        font-size: 14px;
        margin: 24px auto 12px;
      }
      #postcode-checker .serv-list{
        max-width: 312px;
        gap: 20px;
        grid-template-columns: repeat(4, 1fr);
      }
      #postcode-checker .containerr .serv-list .list span{
        font-size: 16px;
      }
      #postcode-checker .containerr .serv-list .list img{
        width: 18px; height: 18px;
      }
      #postcode-checker .code {
        width: 100%;
      }
    }

     /*--------------------------------------------------------------
# Trump Card
--------------------------------------------------------------*/
#trumpcard {
  padding:40px 80px;
}
#trumpcard .wrapperr{
  margin: 0 auto;
  max-width: ;
/*  padding: 0 70px;*/
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(4, 1fr);
}
#trumpcard .card{
/*  max-width: 287px;*/
  background-color: #FFFFFF;  
  border: none;
}
#trumpcard lottie-player{
  width: 100px;
  margin: auto;
}
#trumpcard .card h4{
  text-align: center;
  font-size: 22px;
  color: #1F2836;
  margin: 0;
  padding: 10px 0 0;
}
@media(max-width:1024px){
  #trumpcard .wrapperr{
    padding: 0 32px;
  }
}
@media(max-width:768px){
  #trumpcard {
    padding: 52px 32px;
  }
  #trumpcard .wrapperr{
    padding: 0;
    gap: 38px;
    grid-template-columns: repeat(2, 1fr);
  }
  #trumpcard lottie-player{
    width: 64px;
  }
  #trumpcard .card h4{
    margin: 0 auto;
    max-width: 125px;
    font-size: 18px;
    padding: 12px 0 0;
  }
}
  #services{
    padding: 0 80px;
    margin: 140px 0;
  }
  #services .containerr{
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  #services h4{
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 12px;
  }
  #services p{
    font-size: 20px;
    line-height: 28px;
    max-width: 455px;
    color: #979797;
    margin: 0 auto 100px;
  }
  #services .grid-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    text-align: left;
  }
  #services h5{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  #services .grid-box p{
    color: #FFFFFFB3;
    max-width: 240px;
    margin: 0 0 32px;
  }
  #services .grid-box p span{
    color: #FFFFFF;
  }
  #services .cardd{
    border-radius: 24px;
    padding: 52px;
    overflow: hidden;
    position: relative;
  }
  #services .imgg{
    display: block;
  }
  #services img{
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #services .grid-box .home{
    background-color: #5151D3;
  }
  #services .grid-box .busi{
    background-color: #FDF04E;
  }
  #services .grid-box .tv{
    background-color: #070D31;
  }
  #services .grid-box .phone{
    background-color: #D63769;
  }
  #services .grid-box h5{
    color: #ffffff;
  }
  #services .grid-box .busi h5{
    color: #000000;
  }
  #services .grid-box .busi p{
    color: #1F2836B3;
  }
  #services .grid-box .busi p span{
    color: #1F2836;
  }
  #services a{
    color: #1F2836;
    background-color: #ffffff;
    border-radius: 90px;
    padding: 12px 24px;
    font-family: GeneralSans-Semibold;
  }
  #services .land{
    margin:36px 0;
    background-color: #CBD1FF;
    text-align: left;
  }
  #services .land p{
    color: #1F2836B3;
    max-width: 434px;
    margin: 0 0 114px;
  }
  #services .land p span{
    color: #1F2836;
  }
  #services .phone img, #services .tv img{
    right: 52px;
    bottom: 52px;
  }
  @media(max-width:1024px){
    #services{
      padding: 0 40px;
      margin: 70px 0;
    }
    #services .grid-box{
      grid-template-columns: repeat(1, 1fr);
    }
    #services .grid-box p {
      max-width: 350px;
    }
    #services .land p {
      max-width: 350px;
    }
  }
  @media(max-width:768px){
    #services{
      padding: 0 16px;
      margin: 70px 0;
    }
    #services h4{
      font-size: 32px;
      line-height: 40px;
      max-width: 328px;
      margin: 0 auto 8px;
    }
    #services p{
      font-size: 16px;
      line-height: 24px;
      max-width: 328px;
      margin: 0 auto 40px;
    }
    #services .grid-box{
      grid-template-columns: repeat(1, 1fr);
      gap: 24px;
    }
    #services h5{
      font-size: 28px;
      line-height: 36px;
    }
    #services .cardd{
      padding: 32px 24px;
    }
    #services .grid-box p{
      max-width: 280px;
    }
    #services .imgg{
      display: flex;
      justify-content: right;
    }
    #services img{
      position: relative;
      bottom: -32px;
      right: -24px;
    }
    #services .land{
      margin:24px 0;
    }
    #services .land img{
      width: 322px;
      right: -70px;
    }
    #services .land p{
      max-width: 280px;
      margin: 0 0 32px;
    }
    #services .phone img, #services .tv img{
      right: 0;
      bottom: 0;
    }
  }
#router{
      padding: 0 80px;
      background-color: #070D31;
    }
    #router .containerr{
      padding: 120px 0;
      margin: 0 auto;
      text-align: center;
      width: 100%;
      max-width: 1086px;
    }
    #router .containerr .head-flex{
      display: flex;
      justify-content: space-between;
/*      padding: 0 97px;*/
    }
    #router .containerr h4{
      font-size: 48px;
      max-width: 665px;
      line-height: 56px;
      color: #ffffff;
      margin: 0 auto;
    }
    #router .containerr p{
      text-align: left;
      max-width: 455px;
      font-size: 18px;
      color: #979797;
      margin: 12px 0 0;
    }
    #router .containerr img{
      width: 264px;
      margin-top: -25px;
    }
    #router .grid-box{
/*      padding: 0 97px;*/
      margin: 0 auto;
      display: grid;
      gap: 24px;
      grid-template-columns: repeat(3, 1fr);
    }
    #router .grid-box .cardd{
      background-color: #ffffff;
      max-width: 346px;
      border-radius: 20px;
      padding: 56px 24px;
      text-align: left;
    }
    #router .grid-box lottie-player{
      margin-bottom: 40px;
      height: 100px;
      width: 100px;
    }
    #router .grid-box h6{
      font-size: 24px;
      margin-bottom: 12px;
    }
    #router .grid-box p{
      max-width: 298px;
      color: #1F2836;
      margin: 0;
    }
    @media(max-width:1024px){
      #router{
        padding: 0 40px;
      }
      #router .grid-box {
        padding: 0;
      }
      #router .containerr .head-flex {
        padding: 0;
      }
      #router .grid-box .cardd {
        padding: 20px;
      }
      #router .grid-box lottie-player {
        margin-bottom: 10px;
      }
    }
    @media(max-width:768px){
      #router{
        padding: 0 16px;
      }
      #router .containerr{
        padding: 60px 0;
        text-align: center;
      }
      #router .containerr .head-flex{
        display: block;
        justify-content: space-between;
        padding: 0;
      }
      #router .containerr h4{
        text-align: left;
        font-size: 32px;
        max-width: 328px;
        line-height: 40px;
        margin: 0;
      }
      #router .containerr p{
        max-width: 328px;
        font-size: 16px;
        margin: 12px 0 0;
      }
      #router .containerr img{
        width: 237px;
        margin-top: 0;
      }
      #router .grid-box{
        padding: 0;
        gap: 16px;
        grid-template-columns: repeat(1, 1fr);
      }
      #router .grid-box .cardd{
        max-width: 100%;
        padding: 16px;
      }
      #router .grid-box lottie-player{
        margin-bottom: 18px;
        
      }
      #router .grid-box h6{
        font-size: 20px;
      }
    }

    #brand-compare {
      max-width: 1366px;
      padding: 70px 0;
      margin: 0 auto;
    }
    #brand-compare h3{
      font-size: 48px;
      margin-bottom: 100px;
    }
    #brand-compare h5{
      font-family: PPAgrandir-NarrowBold;
      font-size: 24px;
      color: #1F2836;
      margin: 0;
    }
    #brand-compare h6{
      font-family: GeneralSans-Semibold;
      font-size: 20px;
      color: #1F2836B3;
      margin: 0;
    }
    #brand-compare p{
      font-family: GeneralSans-Regular;
      text-align: center;
      font-size: 14px;
      color: #1F2836;
      padding: 0 210px;
      margin: 32px 0 0;
    }
    #brand-compare p b{
      font-family: GeneralSans-Semibold;
    }
    #brand-compare table {
      width: 100%;
    }
    #brand-compare th{
      font-family: GeneralSans-Semibold;
      color: #1F2836B3;
      padding-bottom: 16px;
    }
    th, td {
      text-align: center;
      border-right: solid 2px  #1F28361F;
    }
    th:first-child,
    td:first-child {
      border-left: none; /* Remove left border on the first column */
    }
    th:last-child,
    td:last-child {
      border-right: none; /* Remove right border on the last column */
    }
    .h20{
      height: 20px;
    }
    #brand-compare .hght{
      height: 104px;
    }
    #brand-compare .tb-brd{
      border-top-left-radius: 20px; 
      border-bottom-left-radius: 20px;
    }
    #brand-compare .tb-brd1{
      border-top-right-radius: 20px; 
      border-bottom-right-radius: 20px;
    }
    #brand-compare .bgc{
      background-color: #F8F533;
    }
    #brand-compare .bgc1{
      background-color: #f2f2f2;
    }
    #brand-compare .scroll{
      overflow-x:auto;
      padding: 0 140px;
      margin: 0 auto;
    }
    #brand-compare .scroll::-webkit-scrollbar{
      background-color:#f2f2f2;
      height: 6px;
    }
    #brand-compare .scroll::-webkit-scrollbar-thumb{
      background:#7D27F8;
      border-radius:5px;
    }
    @media (max-width:1024px){
        #brand-compare .scroll {
          overflow-x: auto;
          padding: 0 70px;
          margin: 0 auto;
        }
      }
    @media (max-width:768px){
      #brand-compare {
        padding: 70px 16px 0;
      }
      #brand-compare h3{
        padding: 0;
        font-size: 32px;
        margin:0 auto 40px;
        max-width: 328px;
        text-align: center;
      }
      /*th, td {
        border-right: none;
      }*/
      #brand-compare img{
        width: 30px;
      }
      #brand-compare h5{
        text-align: center;
        font-size: 16px;
        width: 58px;
      }
      #brand-compare h6{
        text-align: left;
        font-size: 14px;
        max-width: 95px;
      }
      #brand-compare p{
        line-height: 22px;
        font-size: 14px;
        text-align: left;
        padding: 40px 0 0;
        margin: 0;
      }
      #brand-compare th, td {
        text-align: center;
        padding: 14px 11px;
      }
      #brand-compare .hght{
        height: 68px;
      }
      #brand-compare .tb-brd{
        border-top-left-radius: 8px; 
        border-bottom-left-radius: 8px;
      }
      #brand-compare .tb-brd1{
        border-top-right-radius: 8px; 
        border-bottom-right-radius: 8px;
      }
      #brand-compare .scroll {
       padding: 0; 
       margin: 0; 
     }
     /*.h20{
      height: 8px;
    }*/
    .pad0{
      padding: 0;
    }
  }
    /* The Modal (background) */
    .modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 999; /* Sit on top */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      border-radius: 0;
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }
    /* Modal Content */
    .modal-content {
      position: relative;
      background-color: #ffffff;
      border-radius: 0;
      padding: 0;
      border: 1px solid #888;
      width: 495px;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
      -webkit-animation-name: animatetop;
      -webkit-animation-duration: 0.4s;
      animation-name: animatetop;
      animation-duration: 0.4s
    }
    /* Add Animation */
    @keyframes animatetop {
      from {top:-300px; opacity:0}
      to {top:0; opacity:1}
    }
    /* The Close Button */
    .close {
      color: white;
      float: right;
      font-size: 28px;
      font-weight: bold;
    }
    .close:hover,
    .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }
    .modal-header {
      border-radius: 0;
      padding: 2px 16px;
      background-color: #5cb85c;
      color: white;
    }
    .modal-body {
      padding: 2px 16px;
    }
    .modal-footer {
      border-radius: 0;
      padding: 2px 16px;
      background-color: #5cb85c;
      color: white;
    }
    #track{
      padding: 0;
      margin: 0;
    }
    #track .head{
      width: 100%;
      height: 68px;
      padding:20px 40px;
      box-shadow: 0px 2px 12px #090D2C0D;
    }
    #track .head p{
      font-family: GeneralSans-Semibold;
      font-size: 20px;
      color: #1F2836;
      padding: 0;
      margin: 0;
    }
    #track .head span{
      margin-right: 8px;
    }
    #track .head span a{
      margin-bottom: 8px;
    }
    #track .search{
      padding:20px 40px;
    }
    #track .search h4{
      font-family: PPAgrandir-NarrowBold;
      font-size: 32px;
      padding: 28px 0;
    }
    #track .search .refid{
      font-family: GeneralSans-Medium;
      font-size: 18px;
      padding: 19px 20px;
      width: 100%;
      border-radius: 12px;
      border-color: #53688833;
    }
    #track .foot{
      width: 100%;
      padding: 20px 40px;
      position: absolute;
      left: 0px;
      bottom: 0px;
    }
    #track .foot .btn{
      width: 100%;
      height: 44px;
      background-color: #F8F533;
      border-radius: 25px;
      font-family: GeneralSans-Semibold;
      font-size: 16px;
    }
    #track .foot .back-btn{
      color: #1F2836;
      width: 100% !important;
      height: 44px;
      background-color: transparent;
      border: 1px solid #1F283633;
      border-radius: 25px;
      font-family: GeneralSans-Semibold;
      font-size: 16px;
    }  
    .tracking-list {
      margin-top: 20px;
      padding: 20px 44px;
      border-top: 1px solid #5368881A;
    }
    .tracking-item {
      border-left: 1px solid #6C77D0;
      position: relative;
      padding: 0px 20px;
      min-height: 5rem;
    }
    .tracking-item:last-child {
      padding-bottom: 4rem;
    }
    .tracking-item .tracking-date {
      margin-bottom: 0.5rem;
    }
    .tracking-item .tracking-date span {
      font-family: GeneralSans-Medium;
      display: block;
      color: #1F2836B3;
      font-size: 18px;
    }
    .tracking-item .tracking-content {
      font-family: PPAgrandir-NarrowMedium;
      font-size: 20px;
      padding: 0.5rem 0.8rem;
      background-color: #f4f4f4;
      border-radius: 0.5rem;
    }
    .tracking-item .tracking-content span {
      font-family: GeneralSans-Medium;
      display: block;
      color: #1F2836B3;
      font-size: 18px;
    }
    .tracking-item .tracking-content a {
      font-family: GeneralSans-Semibold;
      display: inline-block;
      color: #0060EB;
      font-size: 16px;
      margin-left: 12px;
      text-decoration: underline;
    }
    .tracking-item .tracking-icon {
      position: absolute;
      left: -0.7rem;
      width: 1.1rem;
      height: 1.1rem;
      text-align: center;
      border-radius: 50%;
      font-size: 1.1rem;
      background-color: #fff;
      color: #fff;
    }
    .tracking-item-pending {
      border-left: 1px dashed #797E8666;
      position: relative;
      font-family: PPAgrandir-NarrowMedium;
      font-size: 20px;
      padding: 0px 20px;
      min-height: 5rem;
    }
    .tracking-item-pending:last-child {
      padding-bottom: 4rem;
    }
    .tracking-item-pending .tracking-date {
      margin-bottom: 0.5rem;
    }
    .tracking-item-pending .tracking-date span {
      color: #888;
      font-size: 85%;
      padding-left: 0.4rem;
    }
    .tracking-item-pending .tracking-content {
      padding: 0.5rem 0.8rem;
      background-color: #f4f4f4;
      border-radius: 0.5rem;
    }
    .tracking-item-pending .tracking-content span {
      display: block;
      color: #767676;
      font-size: 13px;
    }
    .tracking-item-pending .tracking-icon {
      position: absolute;
      left: -0.7rem;
      width: 1.1rem;
      height: 1.1rem;
      text-align: center;
      border-radius: 50%;
      font-size: 1.1rem;
      color: #C9CBCE;
    }
    .tracking-item-pending .tracking-content {
      font-weight: 600;
      font-size: 17px;
    }
    .tracking-item .tracking-icon.status-current {
      width: 1.9rem;
      height: 1.9rem;
      left: -1.1rem;
    }
    .tracking-item .tracking-icon.status-intransit {
      color: #6C77D0;
      font-size: 0.6rem;
    }
    .tracking-item .tracking-icon.status-current {
      color: #6C77D0;
      font-size: 0.6rem;
    }
    @media (min-width: 992px) {
      .tracking-item .tracking-date {
        position: absolute;
        left: -10rem;
        width: 7.5rem;
        text-align: right;
      }
      .tracking-item .tracking-date span {
        display: block;
      }
      .tracking-item .tracking-content {
        padding: 0;
        background-color: transparent;
      }
      .tracking-item-pending .tracking-date {
        position: absolute;
        left: -10rem;
        width: 7.5rem;
        text-align: right;
      }
      .tracking-item-pending .tracking-date span {
        display: block;
      }
      .tracking-item-pending .tracking-content {
        padding: 0;
        background-color: transparent;
      }
    }
    .tracking-item .tracking-content {
      font-weight: 600;
      font-size: 17px;
    }
    .blinker {
      border: 7px solid #e9f8ea;
      animation: blink 1s;
      animation-iteration-count: infinite;
    }
    @keyframes blink {
      50% {
        border-color: #fff;
      }
    }
    #track .data{
      padding:0px 40px;
    }
    #track .info{
      height: 97px;
      display: flex;
      border: 1px solid #E3E4E5;
      background-color: #B4B4B426;
      border-radius: 12px;
    }
    #track .info p{
      font-family: GeneralSans-Regular;
      font-size: 14px;
      margin: 0;
    }
    #track .info h4{
      font-family: PPAgrandir-NarrowBold;
      font-size: 20px;
      margin: 0;
    }
    .info1{
      width: 50%;
      padding: 25px 20px;
    }
    .info2{
      width: 50%;
      padding: 25px 20px;
      border-left: 1px solid #E3E4E5;
    }
    .tstep3 .delay-box{
      background-color: #FCABAB3D;
      border: 1px soild #DD3B3B3D;
      padding: 16px;
      border-radius: 10px;
      margin: 12px 0 20px 0;
    }
    .tstep3 .delay-box .content{
      display: flex;
    }
    .tstep3 .delay-box p{
      font-size: 16px;
    }
    .tstep3 .delay-box span{
      font-size: 14px;
      color: #ffffff;
      background-color: #FC4552;
      border-radius: 50%;
      padding: 1px 9px;
      box-shadow: 0px 0px 0px 6px #FC455233;
      margin-right: 8px;
    }
    .tstep3 .delay-box .new-date{
      color: #1F2836;
      width: 100% !important;
      height: 44px;
      background-color: transparent;
      border: 1px solid #1F283633;
      border-radius: 25px;
      font-family: GeneralSans-Semibold;
      font-size: 16px;
    }
    #track .congrat{
      margin:20px 40px 16px;
      padding:20px 16px;
      background-color: #C0FAA7CC;
      display: flex;
      border-radius: 10px;
    }
    #track .congrat p{
      font-family: PPAgrandir-NarrowMedium;
      font-size: 16px;
      color: #1F2836;
      margin:0 0 8px 12px;
    }
    #track .congrat span{
      display: block;
      font-family: GeneralSans-Regular;
      font-size: 14px;
      color: #1F2836;
      margin-left: 12px;
    }

    .help{
    display: flex;
    position: fixed;
    right: 32px;
    bottom: 32px;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 2px 20px #0F13331A;
  }
  .help-popup-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  .hcontent{
    position: absolute;
    right: 20px;
    bottom: 32px;
    width: 243px;
    height: 167px;
    background-color: #FFFFFF;
    border-radius: 12px;
    text-align: center;
    padding: 16px 20px;
  }
  .hcontent h6{
    text-align: left;
    font-family: PPAgrandir-NarrowBold;
    font-size: 18px;
    color: #1F2836;
  }
  .hcontent p{
    text-align: left;
    font-family: GeneralSans-Regular;
    font-size: 14px;
    color: #1F2836;
  }
  .help_choose{
    background-color: #F8F533;
    color: #1F2836;
    font-family: GeneralSans-Semibold;
    font-size: 16px;
    padding: 12px 40px;
    border-radius: 25px;
    text-decoration: none;
    cursor: pointer;
  }
  .help_choose:hover {
    color: #1F2836;
    text-decoration: none;
  }
  /* The Close Button */
  .helpclose {
    position: absolute;
    right: 20px;
    bottom: 211px;
    width: 35px;
    height: 35px;
    background-color: #7E7E7E;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
  }
  @media(max-width:768px){
    .help{
      right: 12px;
      bottom: 50px;
    }
    /* The Close Button */
    .helpclose {
      right: 12px;
      top: 414px;
    }
    .hcontent{
      right: 12px;
      top: 461px;
    }
  }
  #myModal-plan{
    display: none; 
  }
/* The Modal (background) */
.help-me-choose-modal { 
  position: fixed; 
  z-index: 1032; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.4); 
  overflow: auto;
}
/* Modal Content */
.modal-content-hmc {
  background-color: #fefefe; 
  width: 495px;
  height: 100%;
  float: left;
  position: fixed;
  overflow: auto;
}
.modal-content-hmc::-webkit-scrollbar { 
  width: 0;
}
.head {
  width: 100%;
  height: 68px;
  padding: 20px 40px;
  box-shadow: 0px 2px 12px #090d2c0d;
}
.head a{
  color: #1F2836;
  font-size: 20px;
  font-family: GeneralSans-Semibold;
}
.head img{
  color: #1F2836;
  width: 20px;
  height: 16px;
  margin-right: 8px;
}
#what-looking-for{
  display: none;
}
.content-box {
  padding: 48px 40px 20px 40px;
  margin-bottom: 60px;
}
.content-box h2{
  font-size: 32px;
  margin-bottom: 28px;
}
.cya .postcode {
  height: 60px;
  width: 100%;
  border-radius: 12px;
  border:1px solid #53688833;
  font-family: GeneralSans-Medium;
  padding: 20px;
  margin-bottom: 12px;
}
/*#address select option:hover {
  font-size: 18.5px;
}*/
/*#address select::-webkit-scrollbar {
  width: auto;
}*/
/*.select-plan {
  border: 1px solid #5368881A;
  border-radius: 12px;
  padding: 4px 20px;
  width: 100%;
  box-shadow: 1px 2px 24px #0D0F460F;
}
.select-plan option {
  border-bottom: 1px solid #5368881a;
  padding: 16px 0;
  font-size: 18px;
  font-family: GeneralSans-Regular;
}
.select-plan option:last-child {
  border-bottom: none;
}
.select-plan option:first-child {
  padding: 0 0 16px 0;
}*/
.close-plan:hover,
.close-plan:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.content-box .foot-hmc {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ffffff; 
  padding: 20px 40px;
  width: 495px;
}
.content-box .foot-hmc h4{
  font-size: 22px;
  margin-bottom: 4px;
}
.content-box .foot-hmc p{
  font-size: 14px;
  margin-bottom: 0;
  color: #1F2836E6;
  font-family: GeneralSans-Regular;
}
.content-box .foot-hmc .col-6{
  padding: 0 6px;
}
.continue {
  background-color: #f8f533;
  border-radius: 25px;
  width: 100%;
  border: none;
  height: 44px;
  font-family: GeneralSans-Semibold;
  font-size: 16px;
  color: #1F2836;
}
.back {
  background-color: #fff;
  border-radius: 25px;
  width: 100%;
  border: 1px solid #1F283633;
  height: 44px;
  font-family: GeneralSans-Semibold;
  font-size: 16px;
}
.labl {
  height: 60px;
  border-radius: 12px;
  border: 1px solid #53688833;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
}
.labl p{
  font-family: GeneralSans-Medium;
  font-size: 18px;
  padding: 16px 48px;
  margin: 0;
}
.labl > input{ 
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
}
.labl > input + div{ /* DIV STYLES */
  cursor:pointer;
  width: 100%;
  height: 100%;
}
.labl > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
  background-color: #ABB4FC26;
  border-radius: 12px;
  border: 1px solid #ABB4FC;
}
.foot-plan-buy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 27%;
  background-color: #ffffff;
  color: #ffffff;
  padding-left: 40px;
  display: flex;
  padding-top: 15px
}
.buy_button {
  background-color: #f8f533;
  border-radius: 25px;
  border: none;
  height: 45px;
  font-weight: bold;
  font-family: GeneralSans-Semibold;
  padding: 0px 50px;
}
.continue_step {
  background-color: #f8f533;
  border-radius: 25px;
  width: 40%;
  border: none;
  height: 40px;
  font-weight: bold;
  font-family: GeneralSans-Semibold;
}
.back_step {
  background-color: #ffffff;
  border-radius: 25px;
  width: 40%;
  border: 1px solid #1f283633;
  height: 40px;
  font-weight: bold;
  font-family: GeneralSans-Semibold;
}
.change-radio input[type="radio"],
.check_activity input[type="checkbox"] {
  position: relative;
  top: 37px;
  left: 10px;
  height: 15px;
  width: 15px;
  padding: 19px 48px;
}
.change-radio label,
.check_activity label {
  display: inline-block;
  padding: 19px 48px;
  background-color: #ffffff;
  border: 1px solid #aaa;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  font-family: GeneralSans-Medium;
}
.change-radio input[type="radio"]:checked + label,
.check_activity input[type="checkbox"]:checked + label {
  background-color: #abb4fc26; 
  color: #1f2836; 
  border: 1px solid #abb4fc;
}
.check-mark::before {
  content: "\2713"; /* Unicode for check mark */
  color: #1bc40d; /* Set color as needed */
  font-size: 14px; /* Set font size as needed */
  font-weight: bold;
}
.check-mark {
  font-size: 14px;
  font-family: GeneralSans-Regular;
}
.amount_content {
  flex: 1;
  background-color: #b4b4b426;
  border: 1px solid #e3e4e5;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-top: 5px;
}
.speed_content {
  width: 50%;
  background-color: #b4b4b426;
  border: 1px solid #e3e4e5;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-top: 5px;
}
.speed_content p,
.amount_content p {
  font-size: 14px;
}
.speed_content span,
.amount_content span {
  font-weight: bold;
}
.mob-show {
  display: none;
}
.mob-hide {
  display: block;
}
.help-me-choose-modal #ideal-package .card{
  border-radius: 16px;
  border: 1px solid #5368881F;
  box-shadow: 1px 2px 12px #0D0F460D;
  padding: 24px 20px;
  margin-bottom: 21px;
}
.help-me-choose-modal #ideal-package .tvbox{
  background: #ABB4FC26;
  border: 1px solid #ABB4FC;
  margin-bottom: 80px;
}
.help-me-choose-modal #ideal-package .card h3{
  font-size: 28px;
  margin-bottom: 16px;
  text-align: left;
}
.help-me-choose-modal #ideal-package .tvbox h4{
  font-size: 18px;
  padding-bottom: 16px;
  text-align: left;
  border-bottom: 1px solid #5368881F;
}
.help-me-choose-modal #ideal-package .card .info1{
  background-color:#f0f0f0; 
  width:50%; 
  border:solid 2px #cccccc; 
  border-top-left-radius: 12px; 
  border-bottom-left-radius:12px; 
  border-right: none; 
  padding:16px;
}
.help-me-choose-modal #ideal-package .card .info2{
  background-color:#f0f0f0; 
  width:50%; 
  border:solid 2px #cccccc; 
  border-top-right-radius: 12px; 
  border-bottom-right-radius:12px; 
  padding:16px;
}
.help-me-choose-modal #ideal-package .card h4{
  text-align:left;  
  font-size:18px; 
  margin-bottom: 6px;
}
.help-me-choose-modal #ideal-package .card .info1 p{
  text-align:left; 
  font-size: 14px; 
  font-family: GeneralSans-Regular; 
  color:#1F2836;
  margin: 0;
}
.help-me-choose-modal #ideal-package .card .info2 p{
  text-align:left; 
  font-size: 14px; 
  font-family: GeneralSans-Regular; 
  color:#1F2836;
  margin: 0;
}
.help-me-choose-modal #ideal-package .card s{
  font-size: 15px;
  color: #A1A5AA;
}
.help-me-choose-modal #ideal-package .card .features{
  margin-top: 21px;
}
.help-me-choose-modal #ideal-package .card .features h6{
  font-family: GeneralSans-Semibold;
  font-size: 14px;
}
.help-me-choose-modal #ideal-package .card .features ul{
  text-align:left; 
  font-size: 14px; 
  font-family: GeneralSans-Regular; 
  padding-left:25px; 
  line-height: 32px; 
  list-style-image:  url('../img/nike.svg');
}
.help-me-choose-modal #ideal-package .card .foot{
  display: flex;
}
.help-me-choose-modal #ideal-package .card .foot h6{
  margin-bottom: 0;
  font-family: GeneralSans-Regular; 
}
.help-me-choose-modal #ideal-package .card .fl{
  text-align: left;
  width: 50%;
}
.help-me-choose-modal #ideal-package .card .fr{
  text-align: right;
  width: 50%;
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .modal-content-hmc {
    background-color: #fefefe;
    margin: auto;
    /*  padding: 20px;*/
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    overflow: auto;
  }
  .head {
    width: 100%;
    height: 64px;
    padding: 18px 16px;
    box-shadow: 0px 2px 12px #090d2c0d;
    border-bottom: 1px solid #ECEDF7;
  }
  .head img{
    width: 123px;
    height: 27px;
  }
  .content-box {
    padding: 24px 16px;
    margin-bottom: 40px;
  }
  .content-box .foot-hmc {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    padding: 16px;
    width: 100%;
  }
  /*.select-plan {
    border-radius: 12px;
    padding: 20px 16px;
  }
  .select-plan option {
    padding: 12px 0;
    font-size: 16px;
  }
  .select-plan option:first-child {
    padding: 0 0 12px 0;
  }*/
  .foot-plan-buy {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #ffffff;
    padding-left: 40px;
    display: flex;
    padding-top: 15px;
  }
  .mob-show {
    display: block;
  }
  .mob-hide {
    display: none;
  }
  .help-me-choose-modal #ideal-package .card {
    padding: 20px 12px;
    margin-bottom: 10px;
  }
  .row {
    --bs-gutter-x: 0rem;
  }
  .help-me-choose-modal #ideal-package .card .foot h6{
    margin-bottom: 0;
    font-family: GeneralSans-Medium; 
  }
}

/*START help-me-choose-modal*/

  #myModal-plan .spinn-btn{
    background-color: #f8f533;
    border-radius: 25px;
    width: 100%;
    height: 44px;
  }
  #myModal-plan .spinn-btn .center{
    display: flex;
    justify-content: center;
  }
  #myModal-plan .spinner-gif{
    width: 44px; 
    z-index: 1;
  }
  #continue1 {
    display: none;
  }
  #continue1, #help_empty_error , #help_check_gif, #help_check_gif1, #help_selected_street, #buygif, #continue6_gif {
    display: none;
  }