* {
  box-sizing: border-box;
}
body {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 0 15px;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --light-black: #333333;
  --main-red: #d90a12;
  --ws-blue: #004a9b;
  --ws-gray: #444444;
  --footerBG: #eeeeee;
}

.navbar-collapse {
  /*flex-basis: auto;*/
  justify-content: right;
}
ul.navbar-nav li a:hover {
    color: var(--main-red);
      transition: 0.5s;
}
.header_container {
  align-items: end !important;
}

.navbar-nav {
  gap: 35px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 74, 155, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  outline: none;
}
.navbar-toggler:focus {
  outline: none;
  border: none;
  box-shadow: none;
}


/*navbar toggle css*/

.dropdown-menu{
    border:none;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.dropdown-item:focus, .dropdown-item:hover{
    color: #1e2125;
    background-color: transparent;
}

.main_header .dropdown-item {
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding:10px;
}



/*navbar toggle css*/






.user_account {
  display: flex;
  gap: 30px;
}
.main_header .nav-link {
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.user_account a {
  text-decoration: none;
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-right: 1px solid #dddddd;
  padding-right: 20px;
}
.user_account a:last-child {
  border: none;
  padding: 0;
}
.home_bg {
  position: relative;
}
.home_bg img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  border-radius: 10px;
}
.banner_content {
  border-radius: 20px;
  background: var(--white);
  position: absolute;
  top: 14%;
  right: 11%;
  padding: 50px;
  max-width: 460px;
}
.protection {
  color: var(--main-red);
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.protection span {
  color: var(--ws-gray);
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.protection-pera {
  color: var(--ws-gray);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  text-transform: capitalize;
}
.banner_content a,
.security-box a,
.prod-bg a,
.prod-image a,
.packege-buy a,
.package_price_box a {
  padding: 16px 21px;
  border-radius: 100px;
  background: var(--main-red);
  color: var(--white);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

/* .banner_content a span i {
  transition: transform 0.3s ease-in-out;
}

.banner_content a:hover span i {
  transform: translateX(5px);
} */

.banner_content a span i,
.security-box a span i,
.prod-bg a span i,
.prod-image a span i,
.packege-buy a span i,
.package_price_box a span i {
  animation: moveRight 1s infinite alternate;
}

.banner_content a,
.security-box a,
.prod-image a,
.packege-buy a,
.package_price_box a:hover span i {
  animation-play-state: paused;
}

/* Keyframes for the animation */
@keyframes moveRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
.product-Protection,
.security,
.privacy,
.online_protection,
.clients_says,
.digital_universe,
.viruses,
.blog-display,
.blog-details,
.renew-details,
.packege-buy,
.system,
.contect-enq {
  margin: 100px 0;
}
.works {
  margin-top: 50px;
}
.custom-head {
  color: var(--main-red);
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.prod-bg {
  background-image: url("../images/product-bg.svg");
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  background-position: center;
  background-size: cover;
}
.prod-bg h2 {
  color: var(--ws-blue);
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.prod-bg p {
  color: var(--ws-gray);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.prod-image img {
  width: auto;
  padding-top: 70px;
  /*height: 570px;*/
}
.price-prod-box {
  position: relative;
}
.prod-image {
  position: relative;
}
.price-prod {
  position: absolute;
  top: 50%;
  left: 0;
}
.price-pro-more {
  left: 70%;
}
.price-prod-box img {
  padding: 0;
  height: auto;
}
.protection-pedt {
  margin-top: 50px;
}
.prod-main-price {
  color: var(--white);
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  position: absolute;
  top: 24%;
  left: 22%;
  margin: 0;
}
.wk-text {
  color: var(--light-black);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.wk-pera {
  color: var(--ws-gray);
  text-align: justify;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 567px;
  text-transform: capitalize;
}
.prd-title { 
  color: var(--ws-gray);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 1136px;
  margin: 0 auto;
}

.receive_text {
  color: var(--main-red);
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.receive_pra {
  color: var(--ws-gray);
  text-align: justify;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 45px;
}
.privacy-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  margin-top: 40px;
  gap: 35px;
}
.privacy-items {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #bbb;
  background: var(--white);
}
.pvy-head {
  margin: 0;
  margin-top: 16px;
  color: var(--ws-gray);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.pvy-pera {
  color: var(--ws-gray);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  margin: 0;
  margin-top: 20px;
}

.privacy-items:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.3s ease-in-out;
}
.privacy-items img {
    width: 100%;
    height: 84px;
}
.bg-online {
  border-radius: 10px;
  background: linear-gradient(180deg, #004a9b 0%, #00889b 100%);
  padding: 60px 0px;
}
.protection_title {
  color: var(--white);
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 800px;
  margin: 0 auto;
}
.prot_items {
  margin-top: 50px;
}
.items-millions {
  text-align: center;
}
.items_text {
  color: var(--white);
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  margin-top: 13px;
}

 .items-millions img {
        transition: transform 0.3s;
    }
    .items-millions:hover img {
        transform: scale(1.1); 
    }
.items_tt_pera {
  color: var(--white);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
.add-border {
  border-left: 3px dotted var(--white);
  border-right: 3px dotted var(--white);
}
.client_box {
  border-radius: 20px;
  border: 1px solid #bbb;
  background: var(--white);
  padding: 40px;
min-height: 425px;
position: relative;
}
.client_box p {
  color: var(--ws-gray);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 30px 0 50px;
  text-transform: capitalize;
}
.client_box h4 {
  color: #111;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  position: absolute;
  bottom: 11%;
}
.custom-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: var(--main-red);
}
span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.client-our {
  margin-top: 50px;
}
/* footer css strat  */

.footer-bg {
  border-radius: 20px;
  background-color: var(--footerBG);
  padding: 90px 0;
}
.footer-title {
  color: var(--main-red);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0;
}
.ft-links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}
ul.ft-links li a {
  text-decoration: none;
  color: var(--ws-gray);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /*text-transform: capitalize;*/
}
.ctt-area li {
  display: flex;
  gap: 20px;
  align-items: baseline;
}
.ctt-area li a {
  margin-bottom: 17px;
}
.poweredby-B {
  margin: 0;
  padding: 10px 0;
  color: #444;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-transform: capitalize;
  text-align: center;
}
ul.social_links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
ul.ft-links li a:hover {
    color: var(--main-red);
    transition: 0.5s;
}

/* footer css end  */

/* Product listing page css start  */
.product-list {
  position: relative;
}
.product-list img {
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.banner-sec h1 {
  color: var(--white);
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.display {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.16);
}
.prdt-titles-box {
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(180deg, #dc2371 0%, #277ad3 100%);
  padding: 44px 0;
  text-align: center;
}
.prdt-titles-box h2 {
  color: var(--white);
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.prdt-titles-box P {
  color: var(--white);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.prod-display {
  padding: 0 130px 50px;
  text-align: center;
}
.prod-kavach {
  position: relative;
}
.prod-kavach img {
  width: auto;
  height: 506px;
}
.price-prod-kavach {
  position: absolute;
  top: 45%;
  left: -35%;
}
.price-prod-box-kavach {
  position: relative;
}
.price-prod-box-kavach {
  padding: 0;
  height: auto;
}
.price-prod-box-kavach img {
  height: auto;
  width: 72%;
  padding: 0;
}
/* .prod-image:before {
    content: "";
    background-image: url('../images/shadow.png');
    position: absolute;
    width: 100%;
    left: -13%;
    bottom: 0;
    border: 1px solid;
} */
.product-display {
  margin-top: 70px;
}
.bottom-display {
  transform: translateY(35px);
}
.price-display {
  color: var(--white);
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  position: absolute;
  top: 24%;
  left: 22%;
  margin: 0;
}
.prod-image a {
  margin-top: 30px;
}
.accordion-item {
    background-color: #fff;
    border: none ;
        background-color: #f5f5f5;
    margin: 10px 40px;
    border-radius:10px;
}
.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-button:not(.collapsed){
    background-color:transparent;
    box-shadow:none;
    color: black;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.accordion-button{
    font-size:20px;
}
.accordion-button:focus{
    background-color:transparent;
    box-shadow:none;
}

ul.prod-points {
  margin: 0;
  /*padding: 0 66px 70px;*/
  list-style: none;
}

ul.prod-points img{
    mix-blend-mode: darken;
}

ul.prod-points li {
  display: flex;
  /* align-items: center; */
  gap: 15px;
  color: var(--black);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 15px;
}
.many-more {
  color: var(--main-red);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  border: none;
  background: transparent;
}
.prod-bg-trans {
  padding: 44px 0;
  text-align: center;
}
.prod-bg-trans h2 {
  color: var(--ws-blue);
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.prod-bg-trans p {
  color: var(--light-black);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.viruses-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px 0;
  gap: 50px;
}
.viruses_items {
  border-radius: 30px;
  background: #f0f5fa;
  padding: 60px;
  transition: background-color 0.3s ease;
}
.viruses_items:hover {
  background-color: #f0f0f0;
}
.vb-head {
  color: var(--black);
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.vb-pera {
  color: var(--black);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.more_learn {
  color: var(--main-red);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  background: transparent;
  display: flex;
  margin: 0 auto;
}

/* Product listing page css end  */

/* Blog page css start  */

.blogs,
.renew-sec,
.packege,
.contact {
  position: relative;
}
.blogs img,
.renew-sec img,
.packege img,
.package-protections img,
.contact img {
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.renew-head h1,
.packege-head h1 {
  color: var(--white);
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-head h1,
.contact-head h1 {
  color: var(--white);
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-display-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.blogs-items img,
.blog-detial-image img {
  border-radius: 10px;
}
.blog-show-title {
  color: var(--light-black);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  margin-top: 13px;
}
.blog-datte {
  color: var(--main-red);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
}
.blog-disc {
  color: var(--ws-gray);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
}
.blogs-items a {
  text-decoration: none;
}

.blogs-items {
  position: relative;
}
.blog-show-title {
    color: black; 
    text-decoration: none; 
    transition: color 0.3s, text-decoration 0.3s; 
}

.blogs-items:hover .blog-show-title {
    color: var(--main-red); 
    text-decoration: underline;
}
.bg-detail {
  color: var(--ws-gray);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.blog-detial-image {
  margin-bottom: 20px;
}
ul.blog-info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}
ul.blog-info span {
  padding: 9px;
  background: var(--main-red);
  color: var(--white);
  margin-right: 17px;
  width: 47px;
  height: 47px;
  text-align: center;
}
ul.blog-info li {
  color: #333;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  display: flex;
}
.point-infos {
  color: #444;
  text-align: justify;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
}
.point-infos {
  color: #444;
  text-align: justify;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0;
  margin-left: 65px;
}
.list-details {
  margin-bottom: 20px;
}
/* Blog page css start  */

/* customer support page css start  */
.support {
  position: relative;
  margin-bottom: 100px;
}
.support img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.support-info {
  position: absolute;
  top: 70%;
  left: 48%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.support-info h1 {
  color: var(--ws-gray);
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  text-transform: capitalize;
  margin: 0;
}
.support-info p {
  color: var(--ws-gray);
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 40px;
  border-bottom: 2px solid #bbb;
}
.support-info a {
  color: var(--main-red);
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
  position: relative;
  padding-top: 43px;
  top: 47px;
  border-top: 2px solid #bbb;
  text-decoration: none;
}
/* customer support page css end  */

/* Renew page css start  */
.renew-inner-head {
  color: var(--main-red);
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 25px;
}
ul.renew-points {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.renew-points li {
  display: flex;
  color: #444;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
ul.renew-points span {
  width: 40px;
  height: 40px;
  padding: 6px;
  background: #bbb;
  text-align: center;
  color: var(--white);
  border-radius: 10px;
  margin-right: 15px;
}
/* Renew page css end  */

/* package page css start  */

.Conditions {
  margin: 0;
  color: var(--ws-gray);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 368px;
  margin-top: 13px;
}
.show-packages {
  margin: 50px 116px;
}
.package-box {
  border-radius: 20px;
  border: 2px solid #ddd;
}
.free_days {
  border-radius: 20px 20px 0px 0px;
  background: #004a9b;
}
.free_days p {
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0;
  padding: 18px;
  text-align: center;
}
.package-head {
  padding: 38px 0 30px 48px;
  position: relative;
}
.package-head h2 {
  color: var(--ws-gray);
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
  margin: 0;
  max-width: 370px;
}
.pc {
  border-radius: 10px 0px 0px 10px;
  background: #ababab;
  padding: 2px 28px;
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  position: absolute;
  top: 35%;
  right: 0;
}
.package_price_box {
  padding: 30px;
  text-align: center;
  background: #f5f5f5;
}
.package_price_box h4 {
  color: var(--ws-gray);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
}
.package_price_box h3 {
  color: var(--ws-gray);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
.package_price_box h2 {
  color: var(--ws-gray);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  margin: 0;
  margin-top: 18px;
}
.functionality {
  padding: 50px 128px;
}
.package-protections {
  position: relative;
}
.pts-box {
  position: absolute;
  right: 9%;
  top: 5%;
  width: 39%;
}
.pts-title {
  color: var(--white);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  text-transform: capitalize;
}
.pts-box img {
  width: 43% !important;
  margin-bottom: 5px;
}
.sec-protece {
  margin-bottom: 90px;
}
ul.system-point {
  margin: 0;
  padding-left: 20px;
  margin-top: 20px;
}
ul.system-point li {
  color: var(--ws-gray);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
/* package page css end  */

/* contact page css strat  */
.form_lable {
  color: var(--ws-gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fm_control {
  border-radius: 5px;
  background: #f6f6f6;
  width: 100%;
  border: none;
  padding: 8px 14px;
}
.fm_control:focus-visible {
  outline: none;
}
.form-box {
  margin-left: 50px;
}
.enq_fm {
  margin-top: 40px;
}
.sub-btn {
  border-radius: 100px;
  background: #d90a12;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 16px 30px;
  border: none;
}

/*Buy popup css */

.buy_header {
  padding: 10px;
  border: none;
}
.buy_header, .btn-close:hover {
  box-shadow: none;
}
.pop-head {
  color: var(--ws-blue);
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 0;
}
.pop-fm {
  margin: 30px 0;
}
.contact-supoort-wrapper{
  padding: 100px 0;
}

.contact-supoort-wrapper .fm_control {
  border-radius: 5px;
  background: #f6f6f6;
  width: 100%;
  padding: 8px 14px;
}

.support .nav {
  gap: 20px;
  overflow-x: scroll;
  width: 100%;
  flex-wrap: inherit;
  padding: 10px 0;
}
.support .nav::-webkit-scrollbar {
  width: 5px;
  scrollbar-width: 5px;
  height: 5px;
  scroll-margin: 10px;
  scrollbar-gutter: stable;
  cursor: pointer;
}
.support .nav::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
  margin-top: 10px;
}

.support .nav-pills .nav-link.active {
  color: #fff;
  background-color: var(--main-red);
  border: 1px solid var(--main-red);
}

.support .nav-pills .nav-link {
  color:#666;
  background-color: white;
  border: 1px solid #bbb;
  width: 250px;
}

.support .accordion {
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 5px;
}

.support .accordion-item {
  margin: 10px 10px;
}
.support .accordion-body {
  color: #373434;
  font-size: 18px;
}

.support .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF0000 '%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.packages_img{
    width:300px !important;
    height:auto;
    margin-top:10px;
}

.setup_wrapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);

}

.succ-msg {
    color: green;
    padding-top: 10px;
}