/*Main Css */
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
  --primary-color: #000;
  --secondary-color: #000;
  --theme-color: #ff0022;
  --body-font-family: "Bai Jamjuree", sans-serif;
  --heading-family: "Bai Jamjuree", sans-serif;
  --section-pad: 5rem 0;
}

::selection {
  background: #ff0022;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: var(--theme-color);
}

/* Tabbing CSS */
[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

body {
  font-family: var(--body-font-family);
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: var(--primary-color)
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: bold;
  margin: 0;
  line-height: normal;
  font-family: var(--heading-family);
  color: var(--secondary-color)
}


/*popup*/
.popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  height: 500px;
  z-index: 1;
}

.pop-inner {
  background-color: #930505;
  width: 100%;
  height: 550px;
  padding: 35px;
  border-radius: 10px;
}

.closePop {
  position: absolute;
  top: -12px;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: none
}

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

span {
  display: inline-block;
}

/* faqs accordian */
ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
}

ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 14px 20px;
  margin: 0 auto 0px;
  border-radius: 5px;
  cursor: pointer;
}

ul.accordion-list li.active h3:after {
  content: "\f068";
}

ul.accordion-list li h3 {
  font-weight: 700 !important;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 21px;
  margin: 0 !important;
  font-size: 15px !important;
  letter-spacing: .01em;
  cursor: pointer;
  color: #0386e9 !important;
}

ul.accordion-list li h3:after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  left: 0;
  color: #000;
  transition: all .3s ease-in-out;
  font-size: 15px;
  font-weight: 100;
}

ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer
}

ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  padding: 10px 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 700;
}

ul.accordion-list li.active .answer {
  display: block !important;
}

/* slider arrows */

.srv-slider .arr-left,
.srv-slider .arr-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0%;
  width: 35px;
  height: 35px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.srv-slider .arr-right {
  left: auto;
  right: 0%;
}

.srv-slider .arr-left:hover,
.srv-slider .arr-right:hover {
  background-color: #73bd44;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: var(--body-font-family);
  font-weight: 400;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
  opacity: 1;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Custom Slick Css */

.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-dots {
  padding: 50px 0 0;
  text-align: center;
  position: relative;
  bottom: 0;
}

.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
  height: auto;
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
}

.slick-dots li.slick-active button:before {
  display: none;
}

.slick-dots li button:before {
  display: none;
}

/*header css*/

header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  background-color: white;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
}

/* Hamburger Menu */

.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: var(--theme-color);
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
}

.menu-Bar.open span {
  background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Css */

.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.menu li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 23px;
}

.menu li a {
  display: block;
  font-size: 14px;
  color: #000;
}


/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: center;
  height: 659px;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  position: relative;
  padding: 0 92px 126px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--primary-color);
}

.spad {
  padding: var(--section-pad);
}

.topSection {
  padding: 20px 92px;
}

.topSection ul li {
  display: inline-block;
  font-size: 14px;
  padding-left: 74px;
  font-weight: normal;
  color: #000;
}

.topSection ul {
  text-align: end;
}

.topSection ul li a {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

.topSection ul li i {
  font-size: 14px;
  color: #000;
}

header .vendors {
  width: 665px;
  border: solid 1px #bcbcbc;
  display: flex;
  padding: 12px 20px;
  position: relative;
}

hr:not([size]) {
  height: 2px;
}

hr {
  margin: 0rem 0;
}

.main-header {
  padding: 30px 92px;
}

header .vendors input {
  width: 416px;
  padding-left: 8px;
  font-size: 14px;
}

header .vendors select {
  width: 103%;
  font-size: 14px;
  color: #000;
}

header .vendors button {
  padding: 16px 15px;
  background-color: #f02;
  position: absolute;
  bottom: -1px;
  right: -1px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

header .vendors button i {
  font-size: 14px;
  padding-right: 10px;
  color: white;
}

header .marBot {
  text-align: start;
  margin-bottom: 10px;
}

header .borderRight {
  padding-right: 42px;
  position: relative;
}

header .borderRight::before {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 10px;
  height: 44px;
  border-right: 2px solid #bcbcbc;
  z-index: 1;
}
span.phonr i {
    transform: rotate(90deg);
}

header .borderRight1 {
  padding-right: 42px;
  position: relative;
}

header .borderRight1::before {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 10px;
  height: 44px;
  border-right: 2px solid #bcbcbc;
  z-index: 1;
}

header .flex {
  display: flex;
  gap: 20px;
}

header .flex select {
  width: 110%;
  font-size: 14px;
  color: #000;
}

header .social li {
  display: inline-block;
  padding-right: 20px;
}

header .social li a i {
  font-size: 14px;
  color: #000;
}

header .setPad {
  padding-left: 10px !important;
}

.bannerContent h3 {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 1px;
}

.bannerContent h1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.bannerContent h1 strong {
  color: #ff0022;
}

.bannerContent p {
  font-size: 14px;
  font-weight: normal;
  padding-right: 9%;
  line-height: 1.21;
  color: #fff;
  margin-bottom: 15px;
}

.productSec {
  background-color: #f3f3f3;
  padding: 120px 92px 100px;
}

.productSec h2 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-bottom: 126px;
}

.prodctDiv {
  padding: 55px 48px 103px 50px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 30px;
  transition: 1s ease;
}
.prodctDiv:hover{
  transform: translateY(-20px);
}
.prodctDiv h3 {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.prodctDiv h2 {
  font-size: 40px;
  text-align: start !important;
  font-weight: bold;
  color: #000;
}

.prodctWrap {
  height: 95%;
  padding: 30px 0 26px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 30px;
  transition: 1s ease;
}
.prodctWrap:hover{
  transform: translateY(-20px);
}
.prodctWrap h4 {
  padding: 88px 26px 0;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.prodctWrap span {
  font-size: 16px;
  padding: 0 26px;
  font-weight: normal;
  color: #000;
}
.prodctWrap img{
  width: 100%;
}
.prodct {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 62px 46px 62px;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  transition: 1s ease;
}
.prodct:hover{
  transform: translateY(-20px);
}
.prodct img {
  width: 83%;
  margin: auto;
  margin-bottom: 68px;
}

.prodct h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: start;
  color: #000;
  margin-bottom: 6px;
}

.prodct span {
  font-size: 16px;
  text-align: start;
  display: block;
  font-weight: normal;
  color: #000;
}

.bgImage {
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 0 92px;
}

.bgImage h2 {
  font-size: 60px;
  font-weight: bold;
  padding-right: 10%;
  color: #f02;
  margin-bottom: 21px;
}

.bgImage h4 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 18px;
}

.bgImage .cnt li {
  display: inline-block;
  padding-right: 26px;
}

.bgImage .cnt li a {
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  padding-left: 15px;
}

.bgImage .cnt li i {
  font-size: 20px;
  color: white;
}

.premiumSec {
  padding: 100px 0;
}

.secure .flex {
  display: flex;
  gap: 16px;
  padding-top: 18px;
  padding-left: 50px;
  padding-bottom: 50px;
}

.secure .flex h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 16px;
}

.secure .flex p {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

.borderR {
  border-right: 2px solid #bcbcbc;
}

footer {
  text-align: center;
  background-color: #161616;
  padding-bottom: 80px;
}

footer .footerDiv {
  padding: 63px;
  background-color: #f02;
  text-align: center;
  position: relative;
  width: 90%;
  margin: auto;
  top: -80px;
  margin-bottom: 60px;
  transition: 1s ease;
}
footer .footerDiv:hover{
  transform: translateY(20px);
}
footer .footerSocial {
  padding-left: 8px;
}

footer .footerSocial i {
  font-size: 20px;
  color: white;
}

footer .footerSocial p {
  padding-top: 18px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.88;
  color: #fff;
}

footer .footerSocial a {
  padding-top: 18px;
  font-size: 15px;
  display: block;
  font-weight: normal;
  line-height: 1.88;
  color: white;
}

.setBor {
  padding-right: 36px;
  position: relative;
}

.setBor::before {
  content: '';
  position: absolute;
  top: -18px;
  right: 0;
  width: 10px;
  height: 150px;
  border-right: 2px solid white;
  z-index: 1;
}

.copyright {
  padding: 16px 92px;
  background-color: #f02;
}
.copyright .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright .flex p{
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.copyright .flex span{
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  padding-right: 20px;
}