body {
 font-family: barlow, sans-serif;
 margin: 0 auto;
 padding: 0;
 color: rgb(32, 32, 32);
 background-color: #fff;
 font-size: 18px;
 line-height: 29px;
}
@media(max-width: 599px){
 body {
  font-size: 16px;
  line-height: 28px;
 }
}

a {
 /*color: #072b83;*/
 color: #e11f26;
 text-decoration: none
}

a:hover {
 color: #f44950;
}

.plead{
 font-size: 1.25rem!important;
 font-weight: 300!important;
 line-height: 34px;
}
.py-7{
 padding-top: 5rem !important;
 padding-bottom: 5rem !important;
}
.pt-7{
 padding-top: 5rem !important;
}
.pb-7{
 padding-bottom: 5rem !important;
}
@media(max-width:991px){
 .py-7{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
 }
 .pt-7{
  padding-top: 3rem !important;
 }
 .pb-7{
  padding-bottom: 3rem !important;
 }
 .btn-md-block{
  width: 100%;
 }
}


@media(min-width:992px){
 .mt-lg-n1 {
  margin-top:-5rem!important
 }
 .mt-lg-n2 {
  margin-top:-10rem!important
 }
 .mt-lg-n3 {
  margin-top:-15rem!important
 }
 .mt-lg-n4 {
  margin-top:-20rem!important
 }
 .w-lg-75{
  width: 75% !important;
 }
 .icon-auto{
  margin-right: auto;
 }
}
@media(max-width:991px){
 .icon-auto{
  margin-right: auto;
  margin-left: auto;
  
 }
}

.breadcrumb{
 font-weight: 600;
 font-size: 16px;
 letter-spacing: 1px;
}


.fw-800{
 font-weight: 800;
}
.fw-900{
 font-weight: 900;
}


/*background color*/
.bg_red40 {
  background-color: rgba(255, 230, 231, 0.42);
}
.bg_red_grad{
 background: linear-gradient(311deg, rgb(244, 249, 255) 28%, rgba(255, 230, 231, 0.72) 75%, rgb(255 255 2555) 89%);
}
.bg_binary{
 background: url(../img/binary.webp), linear-gradient(311deg, rgb(244, 249, 255) 28%, rgba(255, 230, 231, 0.72) 75%, rgb(255 255 2555) 89%);
 background-repeat: no-repeat;
 background-position: center center;
 background-size: cover;
}
.bg-shadow {
 background-image: url(../img/bg-shadow.png);
 background-position: top center;
 background-repeat: no-repeat;
}
/*Text Color*/




.title {
 color: #e11f26;
 letter-spacing: 0.090em;
 text-transform: uppercase;
 font-size: 14px;
 font-weight: 600;
 border-radius: 30px;
 border: 1px solid #e11f26;
 padding: 4px 20px;
 display: inline-block;
}
.box_shadow{
 /*box-shadow: 0 5px 16px 0 rgba(124,181,255,0.23);*/
 /*box-shadow: 0 5px 16px -5px rgba(124,181,255,0.20);*/
 /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.04);*/
 border-radius: 20px;
 border: none;
}


.bg_icon{
 display: inline-block;
 background-color: #fff5f6;
 padding: 15px;
 border-radius: 10px;
}
.red10{
 background-color: #fff5f6;
 border: 1px solid #e11f26;
}
.text-red{
 color: #e11f26;
}
.text_yellow{
 color: #fbbc05;
}

/*background*/
.blue10{
 background-color: #f3f7ff;
 border: 1px solid #2563eb;
}
.green10{
 background-color: #f3fff7;
 border: 1px solid #16a34a;
}
.yellow10{
 background-color: #fffbeb;
 border: 1px solid #d97706;
}
.orange10{
 background-color: #fff7ed;
 border: 1px solid #ea580c;
}
.purple10{
 background-color: #faf5ff;
 border: 1px solid #7c3aed;
}
.text_purple{
 color: #7c3aed;
}
.pink10{
 background-color: #fdf2f8;
 border: 1px solid #db2777
}
.text_pink{
 color: #db2777;
}
.gray10{
 background-color: #f9fafb;
 border: 1px solid #374151;
}




/*Button*/
.btn{
 font-weight: 600;
}
.btn_text{
 transition: all .3s;
 text-decoration: none;
 font-size: 16px;
}
.btn_text:hover{
 letter-spacing: 1px;
}
.btn_text{
 fill: #e11f26;
}
.btn_text:hover svg{
 fill: #f44950;
}
a .arrow-right{
 transform: rotate(0deg);
 transition: all .4s;
}
a:hover .arrow-right{
 transform: rotate(-45deg);
 transition: all .4s;
}
.btn_white{
 background-color: #fff;
 border: 2px solid #fff;
 color: #000;
}
.btn_white:hover{
 background-color: #f6f6f6;
 border: 2px solid #f6f6f6;
 color: #000;
}
.btn_green{
 background-color: #198754;
 border: 2px solid #198754;
 color: #fff;
}
.btn_green:hover{
 background-color: #198754;
 border: 2px solid #198754;
 color: #fff;
}
.btn_red_outline{
 background-color: #fff;
 border: 2px solid #dc3545;
 color: #dc3545;
}
.btn_red_outline:hover{
 background-color: #dc3545;
 border: 2px solid #dc3545;
 color: #fff;
}
.btn_red_outline svg{
 fill: #dc3545;
}
.btn_red_outline:hover svg{
 fill: #fff;
}
.btn_orange{
 background-color: #d97706;
 border: 2px solid #d97706;
 color: #fff;
}
.btn_orange:hover{
 background-color: #d97706;
 border: 2px solid #d97706;
 color: #fff;
}
/*list*/
ul.list_green {
 list-style: none;
 margin: 0;
 padding: 0
}
ul.list_green li {
 margin-top: .33rem;
 padding-left: 1.8rem;
 position: relative
}
.list_green li:before {
 content: "";
 display: block;
 width: 6px;
 height: 10px;
 border: solid #fff;
 border-width: 0 2px 2px 0;
 transform: rotate(45deg);
 position: absolute;
 top: 10px;
 left: 6px;
 z-index: 1
}
ul.list_green li:after {
 width: 18px;
 height: 18px;
 border-radius: 14px;
 background: #099e44;
 position: absolute;
 left: 0;
 margin: auto;
 content: '';
 top: 7px;
 z-index: 0
}

ul.list_cross {
 list-style: none;
 margin: 0;
 padding: 0;
}
ul.list_cross li {
 margin-top: .33rem;
 padding-left: 1.8rem;
 position: relative;
}
ul.list_cross li:before,
ul.list_cross li:after {
 content: "";
 position: absolute;
 width: 10px;
 height: 2px;
 background: #fff;
 top: 17px;
 left: 4px;
 z-index: 1;
}
ul.list_cross li:before {
 transform: rotate(45deg);
}
ul.list_cross li:after {
 transform: rotate(-45deg);
}
ul.list_cross li span:before {
 content: "";
 position: absolute;
 left: 0;
 top: 9px;
 width: 18px;
 height: 18px;
 border-radius: 50%;
 background: #d32f2f;
 z-index: 0;
}


ul.list_secure_check{
 list-style: none;
 margin: 0;
 padding: 0
}
ul.list_secure_check li{
 margin-top: .33rem;
 padding-left: 1.8rem;
 position: relative
}
ul.list_secure_check li:before{
 position:absolute;
 height: 18px;
 width: 18px;
 content: "";
 background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path fill="rgb(1, 173, 49)" d="M12.8504 21.4622L7.97606 16.5878L9.69426 14.8696L12.8504 18.0136L20.8808 9.98312L22.5991 11.7135M15.2876 1.96484L4.32031 6.83917V14.1507C4.32031 20.9138 8.99967 27.2382 15.2876 28.7737C21.5754 27.2382 26.2548 20.9138 26.2548 14.1507V6.83917L15.2876 1.96484Z"></path></svg>') no-repeat;
 background-size: 18px 18px;
 top:6px;
 margin-left:-25px
}


ul.list_secure_check_yellow{
 list-style: none;
 margin: 0;
 padding: 0
}
ul.list_secure_check_yellow li{
 margin-top: .33rem;
 padding-left: 1.8rem;
 position: relative
}
ul.list_secure_check_yellow li:before{
 position:absolute;
 height: 18px;
 width: 18px;
 content: "";
 background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path fill="rgb(255, 193, 7)" d="M12.8504 21.4622L7.97606 16.5878L9.69426 14.8696L12.8504 18.0136L20.8808 9.98312L22.5991 11.7135M15.2876 1.96484L4.32031 6.83917V14.1507C4.32031 20.9138 8.99967 27.2382 15.2876 28.7737C21.5754 27.2382 26.2548 20.9138 26.2548 14.1507V6.83917L15.2876 1.96484Z"></path></svg>') no-repeat;
 background-size: 18px 18px;
 top:6px;
 margin-left:-25px
}

.list_footer{
 padding-left: 0;
}
.list_footer li{
 list-style: none;
 color: #545454;
 font-weight: 500;
 padding-left: 2px;
}
/*.list_footer li:hover{
  list-style: none;
  padding-left: 2px;
}*/
.list_footer li a{
 color: #545454;
}
.list_footer li a:hover{
 color: #e11f26;
}
.location_tab .nav-tabs{
  border-bottom: none;
  column-gap: 1rem;
}
.location_tab .nav-tabs .nav-link{
  text-transform: uppercase;
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  color: #555555;
  border: none;
  border-bottom: solid 1px #b8b8b8;
  line-height: 16px;
  padding: 10px 6px;
  opacity: .6;
}
.location_tab .nav-tabs .nav-link.active{
  color: #555555;
  border-bottom: solid 1px #e11f26;
  opacity: 1;
}

/*Style*/

.move-up {
 transition: transform 0.3s ease;
}

.move-up:hover {
 transform: translateY(-5px);
}



/*Carousel*/
.review_slider:before{
 content: "\275D";
 position: absolute;
 top: 10px;
 left: 10px;
 background:;
 font-size: 120px;
 color: #E88787;
}
.review_slider:after{
 content: "\275E";
 position: absolute;
 bottom: -20px;
 right: 30px;
 background:;
 font-size: 70px;
 color: #E88787;
}

.carousel-indicators [data-bs-target]{
 background-color: #d21c1c;
 width: 10px;
 height: 10px;
 border-radius: 30px;
 border: 1px solid #d21c1c;
}
.carousel-indicators .active{
 width: 30px;
}

/*navbar*/
.navbar-toggler{
  border: 1px solid rgb(0, 0, 0);
  box-shadow: none!important;
}
.navbar-toggler-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar {
 background: #fff;
 border-bottom: 2px solid #e11f26;
 font-weight: 700;
 font-size: 18px;
}

.navbar-light .navbar-nav.mid .nav-link {
 color: #333;
 padding-left: 1rem;
 padding-right: 1rem;
 border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav.mid .nav-link:focus,
.navbar-light .navbar-nav.mid .nav-link:hover {
 color: #191919;
 border-bottom: 2px solid #e11f26;
}

.btn_green_outline:focus,
.btn_green_outline{
 border: 2px solid #198754;
 background-color: #198754;
 color: #fff;
}
.btn_green_outline:hover{
 border: 2px solid #198754;
 background-color: #fff;
 color: #198754;
}

.btn_green_outline:focus svg,
.btn_green_outline svg{
 fill: #fff;
}
.btn_green_outline:hover svg{
 fill: #198754;
}

.nav_topbar{
 background-color: #000;
 color: #fff;
}
.nav_topbar .right_top li{
 padding: 2px 10px;
}
}
.nav_topbar .right_top a{
 color: #fff!important;
}
.nav_topbar .right_top li a:hover{
 color: #ffd3da;
}

.social-media a {
 position: relative;
 border-radius: 100%;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 padding: .5rem !important
}
.social-media a.fb {
 background: #0f69ff;
 opacity: .9;
}
.social-media a.fb:hover{
 opacity: 1;
}
.social-media a.twitter {
 background: #080808;
 opacity: .9;
}
.social-media a.twitter:hover{
 opacity: 1;
}
.social-media a.linkedin {
 background: #116ac3;
 opacity: .9;
}
.social-media a.linkedin:hover{
 opacity: 1;
}
.social-media a.youtube {
 background: #FF0000;
 opacity: .9;
}
.social-media a.youtube:hover{
 opacity: 1;
}
.social-media a.insta {
 background: #E1306C;
 opacity: .9;
}
.social-media a.insta:hover{
 opacity: 1;
}

.modal-body{
 flex: 1 1 auto;
 overflow-y: auto;
 display: flex;
 flex-wrap: wrap;
 gap: 0 0;
 align-content: flex-start;
 align-items: flex-start;
 padding-top: 16px;
}

.lang-item{
 display: flex;
 text-decoration: none;
 color: #0b0c0e;
 width: 180px;
 gap: 12px;
 height: 40px;
 border-radius: 8px;
 align-items: center;
 padding: 6px 16px;
 border: 1px solid transparent;
 margin: 5px;
}
.lang-item .badge{
 width: 20px;
 height: 20px;
 min-width: 20px;
 min-height: 20px;
 border-radius: 50%;
 border: 1px solid #95979c;
 display: grid;
 place-items: center;
 font-size: 8px;
 line-height: 1;
 color: #6b7075;
 text-transform: lowercase;
 font-weight: 800;
}
.lang-item .name{
 font-size: 14px;
}
.lang-item:hover, .lang-item:hover .badge{
 border-color: rgba(3, 140, 244, 1);
 color: rgba(3, 140, 244, 1);
 background-color: rgba(3, 140, 244, 0.05);
}


.img-hover {
 width: auto;
 height: auto;
 margin: 0;
 padding: 0;
 position: relative;
}
.img-hover .img-thumb {
 border-radius: 10px;
 overflow: hidden;
}
.img-hover:hover .img-thumb {
 bottom: -36px;
 opacity: 1;
}
.img-hover .ani-zoom {
 -webkit-transform: rotate(0) scale(1)s;
 transform: rotate(0) scale(1);
 -webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}
.img-hover:hover .ani-zoom {
 -webkit-transform: rotate(0deg) scale(1.1);
 transform: rotate(0deg) scale(1.1);
}

.divider-line{
 position: relative;
}
.divider-line:before{
 width: 2px;
 height: 100%;
 position: absolute;
 left: calc(100% - 50px);
 content: '';
 top: 0;
 background: linear-gradient(0deg,rgba(255,255,255,0) 20%,rgba(215,215,215,1) 49%,rgba(246,246,246,0) 80%);
}
.video_container {
 border: solid 1px #d1d1d1;
 height: auto;
 border-radius: 25px;
 overflow: hidden;
 box-shadow: 0 0 15px #d1d1d1;
}


.accordion-item:not(:first-of-type){
 border: 3px solid #f7f7f7;
}
.accordion-item:first-of-type,
.accordion-item:last-of-type{
 border-radius: 20px;
}
.accordion-item{
 border: 3px solid #f7f7f7;
 margin: 20px 0;
 border-radius: 20px;
 overflow: hidden;
 /*box-shadow: 0 0.5rem 1rem rgb(255, 232, 234);*/
 box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.04);
}

.accordion-button:not(.collapsed){
 color: #000;
 background-color: #fff;
 box-shadow: none;
 margin-bottom: 0 !important;


}
.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='none' stroke='%23dc3546' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
.accordion-button{
 font-weight: bold;
 background-color: #fff;
 padding: 20px;
 box-shadow: none;
 font-size: 18px;
/*margin-bottom: 25px;*/
}

#accordionFAQ .accordion-button {
    font-size: 20px; /* or 1.125rem, 1.2rem, etc. */
}

.accordion-body{
 box-shadow: none;
 background: #fff;
}

.spec_table tr td:first-child {
 min-width: 200px;
 padding-left: 0;
}
.spec_table tr td {
 padding: 0.3rem 0.5rem;
 padding-right: 1rem;
 vertical-align: top;
}
@media (max-width:767px) {
 .stc {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  direction: ltr !important;
 }
}
.progress-circle {
 width: 160px;
 height: 160px;
 border-radius: 50%;
 background: conic-gradient(#099e44 0%, #eeeeee 0);
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 margin: auto;
}
.progress-circle::before {
 content: "";
 width: 120px;
 height: 120px;
 background: #fff;
 border-radius: 50%;
 position: absolute;
}
.progress-value {
 position: relative;
 font-size: 40px;
 font-weight: 600;
 color: #099e44;
}

@media(min-width:992px) {
 .product-navbar {
  top: 0;
  width: 100%;
  z-index: 100;
  background: #f2f2f2 !important
 }
 .product-navbar li a, .product-navbar li a:focus {
  /*color: #000;
  font-weight: 700;*/
  color: #393939;
    font-weight: 600;
  padding-left: 1rem !important;
  padding-right: 1rem !important
 }
 .product-navbar li:hover a {
  color: #333;
  font-weight: 700;
  padding-left: 1rem !important;
  padding-right: 1rem !important
 }
}
.case50{
 overflow-y: scroll;
 height: 300px;
}

.nav-thumb {
 cursor: pointer;
 transition: 0.3s ease;
 opacity: 0.4;
 border: 1px solid #e11f26;
}

.nav-link.active .nav-thumb,
.nav-thumb:hover {
 opacity: 1;
 transform: scale(1.05);
}

.compliance-img {
 max-width: 150px;
 cursor: pointer;
 transition: opacity 0.3s ease;
 margin: 5px auto;
}

.compliance-img:hover {
 opacity: 1;
}

/* ================================================
 SEO UTILITY CLASSES - Heading/Paragraph Swap
 ================================================ */

/* H tag that looks like P (paragraph) */
.h-as-p {
font-size: 20px !important;
font-weight: 400 !important;
line-height: 1.7 !important;
margin-bottom: 15px !important;
letter-spacing: normal !important;
}

.h-as-p1 {
 display: inline-flex !important;
 align-items: center !important;
 padding: 10px 20px !important;
 margin: 0 !important;
 line-height: 1 !important;
 vertical-align: middle !important;
}

.h-as-p1 img {
vertical-align: middle !important;
margin-right: 8px !important;
}

.h-as-p-muted {
font-size: 15px !important;
font-weight: 400 !important;
line-height: 1.7 !important;
margin-bottom: 12px !important;
letter-spacing: normal !important;
}

.h-as-p-small {
font-size: 14px !important;
font-weight: 400 !important;
line-height: 1.6 !important;
margin-bottom: 10px !important;
letter-spacing: normal !important;
}

.h-as-p-white {
font-size: 16px !important;
font-weight: 400 !important;
line-height: 1.7 !important;
margin-bottom: 15px !important;
letter-spacing: normal !important;
}

/* P tag that looks like H1 */
.p-as-h1 {
font-size: 48px !important;
font-weight: 800 !important;
line-height: 1.15 !important;
margin-bottom: 20px !important;
letter-spacing: -0.02em !important;
}

/* P tag that looks like H2 */
.p-as-h2 {
font-size: 38px !important;
font-weight: 800 !important;
line-height: 1.2 !important;
margin-bottom: 15px !important;
letter-spacing: -0.01em !important;
}

/* P tag that looks like H3 */
.p-as-h3 {
font-size: 22px !important;
font-weight: 700 !important;
line-height: 1.3 !important;
margin-bottom: 12px !important;
}

/* P tag that looks like H4 */
.p-as-h4 {
font-size: 18px !important;
font-weight: 700 !important;
line-height: 1.4 !important;
margin-bottom: 10px !important;
}

/* P tag that looks like H5 */
.p-as-h5 {
font-size: 16px !important;
font-weight: 700 !important;
line-height: 1.4 !important;
margin-bottom: 8px !important;
}

/* P tag that looks like H6 */
.p-as-h6 {
font-size: 14px !important;
font-weight: 700 !important;
line-height: 1.4 !important;
margin-bottom: 6px !important;
}

/* White versions (for dark backgrounds) */
.p-as-h1-white { 
font-size: 48px !important; 
font-weight: 800 !important; 
line-height: 1.15 !important; 
margin-bottom: 20px !important; 
}

.p-as-h2-white { 
font-size: 38px !important; 
font-weight: 800 !important; 
line-height: 1.2 !important; 
margin-bottom: 15px !important; 
}

.p-as-h3-white { 
font-size: 22px !important; 
font-weight: 700 !important; 
line-height: 1.3 !important; 
margin-bottom: 12px !important; 
}

.p-as-h4-white { 
font-size: 18px !important; 
font-weight: 700 !important; 
line-height: 1.4 !important; 
margin-bottom: 10px !important; 
}

/* Responsive adjustments */
@media (max-width: 768px) {
.p-as-h1, .p-as-h1-white { font-size: 36px !important; }
.p-as-h2, .p-as-h2-white { font-size: 28px !important; }
.p-as-h3, .p-as-h3-white { font-size: 20px !important; }
}

@media (max-width: 480px) {
.p-as-h1, .p-as-h1-white { font-size: 30px !important; }
.p-as-h2, .p-as-h2-white { font-size: 24px !important; }
.p-as-h3, .p-as-h3-white { font-size: 18px !important; }
}