@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Jersey+20&display=swap');

/***** General CSS *****/
body {
  word-break: break-word;
  font: 15px / 25px "Poppins", sans-serif;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  transition: opacity 0.5s ease;
}

body.loaded {
  opacity: 1;
}

a {
  text-decoration: none;
  color: #000;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.2s ease-in-out;
}

img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  transition: all 0.5s ease;
  outline: none;
}

select,
input,
textarea {
  appearance: auto;
}

/***** Font Files *****/
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urban";
  src: url(../fonts/Urban.otf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: url(../fonts/Calibri.ttf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Thunder";
  src: url(../fonts/Thunder.ttf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Jersey";
  src: url(../fonts/Jersey.ttf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/***** Custom Classes *****/
select {
  background: #fff url("../images/select-arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #575757;
}

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
  padding: 80px 0;
}

.flexRow,
.flexCol {
  display: flex;
  align-items: center;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin: 0 0 10px;
}

h1 {
  font-family: "Urban";
  font-size: 71px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}

h2 {
  font-family: "Jersey";
  font-size: 67px;
  line-height: 1.2;
  color: #0b1721;
  font-weight: 500;
}

h3 {
  font-size: 45px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  font-family: "Jersey";
}

h4 {
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  font-family: "Jersey";
}

h5 {
  font-size: 21px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  font-family: "Thunder";
}

h6 {
  font-size: 16px;
  font-family: "Jersey";
  color: #167fca;
  font-weight: 500;
}

p {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #000;
  font-family: "Montserrat", serif;
  opacity: 0.7;
}

.calibri {
  font-family: "Calibri";
}

.thunder {
  font-family: "Thunder";
}

.montserrat {
  font-family: "Montserrat";
}

.urban {
  font-family: "Urban";
}

.jersey {
  font-family: "Jersey";
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.lightblue {
  color: #167fca !important;
}

.darkblue {
  color: #0b1721;
}

.f65 {
  font-size: 65px;
}

.f60 {
  font-size: 60px;
}

.f63 {
  font-size: 63px;
}

.f49 {
  font-size: 49px;
}

.f39 {
  font-size: 39px;
}

.f30 {
  font-size: 30px;
}

.f22 {
  font-size: 22px;
}

.f20 {
  font-size: 20px;
}

.f19 {
  font-size: 19px;
}

.f17 {
  font-size: 17px;
}

.f18 {
  font-size: 18px;
}

/* Menu */
.nav ul {
  list-style: none;
  text-align: center;
  justify-content: end;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 30px;
  padding-right: 50px;
}

.nav ul li a {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  color: #000;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 14px;
  padding: 15px 26px;
  display: block;
}

section.header .nav.stroke {
  display: block;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 0%;
  content: ".";
  color: transparent;
  background: #000000;
  height: 2px;
  transform: translateX(-50%);
}

.nav.stroke ul li a.active::before {
  height: 100%;
}

.nav.stroke ul li a.active {
  color: #000 !important;
}

/* Buttons Css Start*/
.theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 5px 5px 5px 25px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in-out;
  border-radius: 30px;
  overflow: hidden;
  gap: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #061724;
  font-family: 'Montserrat';
}

.theme-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  transition: 0.3s ease-in-out;
  background: #fff;
}

.theme-btn span {
  width: 50px;
  height: 50px;
  background: #1779c0;
  border-radius: 0 30px 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.theme-btn:hover span {
  background-color: #061724;
  transition: 0.3s ease-in-out;
}

.theme-btn:hover span i {
  background-color: #fff;
  transition: 0.3s ease-in-out;
}

.theme-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  content: "";
  transition: 0.3s ease-in-out;
  background: #1779c0;
}

.theme-btn:hover::after {
  width: 100%;
  transition: 0.3s ease-in-out;
}

.theme-btn:hover {
  color: #fff;
  transition: 0.3s ease-in-out;
}

.theme-btn span i {
  width: 15px;
  height: 15px;
  font-size: 16px;
  clip-path: polygon(40% 50%, 25% 10%, 100% 50%, 25% 90%);
  background-color: #fff;
  margin: 0 0 0px -3px;
}

/* Buttons Css End*/
/* Loader start */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 1s ease;
  flex-direction: column;
  gap: 5px;
}

#loader.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

img.loader {
  width: 10vw;
}

/* Loader end */
/* Custom Scrollbar  */
#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar-thumb {
  background-color: #f48a12;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

.scrollbar {
  overflow-y: scroll;
}

/* Custom Scrollbar  */
/* Home Page start*/
/* Header */
.hdr_logo a img {
  object-fit: scale-down;
  padding: 15px 0;
  display: block;
  width: 100%;
}

section.header {
  position: relative;
}

.search-right {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  padding: 0;
}

a.search-btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.3vw;
  background: #167fca;
  color: #fff;
  font-size: 19px;
}

/* Header end*/
/* Search Overlay */
body.loaded.overlay-open .banner-main {
  position: unset;
}

.search-content {
  width: 100%;
}

body.overlay-open {
  overflow: hidden;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 23, 36, 0.95);
  backdrop-filter: blur(10px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform: scale(1.1);
}

.search-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.close-search {
  position: absolute;
  top: 40px;
  right: 40px;
  background: none;
  border: none;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  transition: transform 0.3s ease;
  padding: 10px;
  line-height: 1;
}

.close-search:hover {
  transform: rotate(90deg) scale(1.2);
  color: #167fca;
}

.search-heading {
  color: #fff;
  margin-bottom: 40px;
  font-family: "Jersey";
  font-size: 50px;
  letter-spacing: 2px;
}

.search-input-group {
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.search-input-group:focus-within {
  border-color: #167fca;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 20px rgba(22, 127, 202, 0.3);
}

.search-input {
  flex: 1;
  background: none;
  border: none;
  padding: 15px 30px;
  color: #fff;
  font-family: "Montserrat";
  font-size: 18px;
  outline: none;
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-submit-btn {
  background: #167fca;
  border: none;
  border-radius: 50px;
  padding: 0 35px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-submit-btn:hover {
  background: #fff;
  color: #061724;
}

.search-submit-btn span {
  font-size: 14px;
}

.search-submit-btn i {
  font-size: 16px;
}

@media (max-width: 768px) {
  .search-heading {
    font-size: 35px;
  }

  .search-input-group {
    flex-direction: column;
    background: none;
    border: none;
    padding: 0;
    gap: 15px;
  }

  .search-input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    text-align: center;
  }

  .search-submit-btn {
    padding: 15px;
    justify-content: center;
  }

  .close-search {
    top: 20px;
    right: 20px;
    font-size: 28px;
  }
}

/* Banner */
.banner-main {
  position: relative;
  z-index: 1;
}

.banner-main::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -2;
  content: '';
  background-image: url(../images/banner-left-before.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-main::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 57%;
  height: 100%;
  z-index: -1;
  content: '';
  background-color: #fff;
}

.banner_text {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 50px 0;
}

.banner-slider .slick-list {
  height: 100%;
}

.banner-slider .slick-track {
  height: 100%;
}

.banner_text h1 span {
  display: block;
}

.banner-main-box {
  position: relative;
  z-index: 1;
}

.bannser-slider-box {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #020000;
  border-radius: 0 0 20px 20px;
}

.banner-content {
  position: relative;
  z-index: 2;
  padding: 100px 0px 100px 50px;
  overflow: hidden;
}

.banner-bottom-main {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  width: 29%;
  padding: 0;
  box-sizing: border-box;
  margin-left: auto;
  margin-top: -80px;
}

.banner-chat-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
  text-decoration: none;
  margin-right: 70px;
}

.chat-text-bubble {
  background-color: #2481cd;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 6px;
  position: relative;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
}

.chat-text-bubble::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #2481cd;
}

.chat-icon-box {
  background-color: #2481cd;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-icon-box img.chat {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.banner-nav {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: fit-content;
}

.current-no {
  font-family: 'Jersey';
  font-size: 63px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 500;
}

.banner-numbers {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  margin-bottom: 10px;
  width: 100%;
  margin-right: 70px;
}

.banner-numbers .num {
  font-family: 'Jersey';
  font-size: 17px;
  color: #ffffff;
  letter-spacing: 1px;
}

.banner-numbers .num.active {
  color: #2481cd;
}

.banner-numbers .dash {
  color: #ffffff;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
}

.banner-dot-line {
  width: 100%;
  height: 2px;
  background-color: #ffffff40;
  position: relative;
  border-radius: 2px;
}

.banner-dot-line .fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #2481cd;
  border-radius: 2px;
}

.banner-dot-line .banner-dot {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-color: #2481cd;
  border-radius: 50%;
}

.bannser-slider-box * {
  height: 100%;
}

.banner-slider-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
  background-color: #131212;
  background: linear-gradient(90deg, #000000f5 24%, rgba(19, 18, 18, 0.86) 50% 50%, rgba(19, 18, 18, 0.43) 80%, rgba(19, 18, 18, 0.16) 100%);
}

.banner-slider-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  background: #020000;
}

.banner-slider-image img {
  width: 79%;
  margin-left: auto;
  display: block;
}

.banner_text h1 {
  position: relative;
  z-index: 1;
}

.banner_text h1::before {
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 100%;
  z-index: -1;
  content: '';
  background: #ffffff42;
  height: 1px;
}

/* Banner end*/
/* section start */
section.about_sec {
  padding: 50px 0;
  background: #f0f0f0;
  position: relative;
  z-index: 1;
}

.about-style-box {
  background: #167fca;
  position: absolute;
  top: -80px;
  left: 0;
  width: 37%;
  border-radius: 0 20px 20px 20px;
  overflow: hidden;
  display: flex;
  align-items: end;
}

.about-alpha {
  margin: 0 0 -10px 0;
}

span.alpha-big {
  font-size: 427px;
  color: #fff;
  opacity: 0.2;
  line-height: 0.6;
  display: inline-block;
  font-family: 'Jersey';
}

.about_text p {
  margin: 0 0 30px 0;
}

.about-style-box h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.mission-box span {
  letter-spacing: 3px;
  position: relative;
  z-index: 1;
  padding: 0 0 5px 0;
  display: inline-block;
  margin: 0 0 5px 0;
}

.mission-box span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background: #167fca;
  content: '';
}

.slick-slide-item.slick-slide {
  margin: 0;
}

/* section end */
/* section start */
.indutry-text-box {
  padding: 40px 20px;
  width: 50%;
  display: flex;
  flex-direction: column;
  background: #0b1721;
  gap: 10px;
}

.industry-left-text {
  display: flex;
  flex-wrap: wrap;
}

img.indes-img {
  width: 50px;
  height: 50px;
  object-fit: scale-down;
}

.indutry-text-box p {
  color: #fff;
  font-size: 12px;
}

.indutry-text-box * {
  margin: 0;
}

.industry-left-main {
  border-radius: 40px 0 0 40px;
  overflow: hidden;
  margin-top: 80px;
}

.indutry-text-box h6 {
  position: relative;
  z-index: 1;
  padding: 0 0 8px 0;
  display: inline-block;
  margin: 0 0 5px 0;
}

.indutry-text-box h6::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 1px;
  background: #ffffff54;
  content: '';
}

.indutry-text-box:nth-child(1) {
  border-bottom: 1px solid #ffffff29;
}

.indutry-text-box:nth-child(2) {
  border-left: 1px solid #ffffff29;
  border-bottom: 1px solid #ffffff29;
}

.indutry-text-box:nth-child(4) {
  border-left: 1px solid #ffffff29;
}

.industry-right {
  padding: 80px 40px;
  background-image: url(../images/industry-bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -2px;
}

.industry-right p {
  color: #ffff;
  margin: 0 0 20px 0;
}

.partner-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

img.partner-img {
  width: 100%;
  height: 80px;
  object-fit: scale-down;
}

.partner-img-box {
  width: 22%;
}

.partner-images::before {
  position: absolute;
  top: 0;
  left: 51%;
  width: 118.5%;
  height: 110%;
  background-image: url(../images/partner-bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateX(-50%);
  content: '';
}

img.industry-img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}

.industry-right h2 span {
  display: block;
}

.philosophy-box h4 {
  padding: 0 0 10px 0;
  width: fit-content;
  border-bottom: 1px solid #ffffff70;
}

.philosophy-box {
  position: relative;
  z-index: 1;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
}

.philosophy-box::before {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 60%;
  height: 1px;
  background: #ffffff70;
  content: '';
}

.industry-right h4 {
  margin: 0 0 20px 0;
}

img.product-img {
  object-fit: scale-down;
  height: 220px;
}

.product-card {
  /* padding: 30px 24px; */
  border-radius: 20px;
  overflow: hidden;
  margin: 30px 0;
  box-shadow: 0 0 20px 0 #00000017;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.new-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: 600;
  gap: 10px;
}

.new-btn span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}

.new-btn span img {
  object-fit: scale-down;
  width: auto;
}

.product-card::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  z-index: -1;
  content: '';
  background: #167fca;
  height: 0;
  transition: 0.3s ease-in-out;
}

.product-card::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
  content: '';
  background: #eeeeee;
  height: 100%;
  transition: 0.3s ease-in-out;
}

.product-card:hover::before {
  height: 100%;
  transition: 0.3s ease-in-out;
}

.product-card-image::after {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  z-index: -2;
  content: '';
  background: url(../images/product-image-bg.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 0;
  transition: 0.3s ease-in-out;
}

.product-card:hover .product-card-image::after {
  height: 110%;
  transition: 0.3s ease-in-out;
}

.product-card-image {
  position: relative;
  z-index: 1;
  padding: 0px 24px;
}

.product-card-text {
  padding: 50px 24px;
}

.product-card:hover .product-card-text p {
  color: #fff;
  transition: 0.3s ease-in-out;
}

.product-card:hover .product-card-text h6 {
  color: #fff;
  transition: 0.3s ease-in-out;
}

.product-card:hover .product-card-text .new-btn {
  color: #fff;
  transition: 0.3s ease-in-out;
}

.product-card:hover {
  transition: 0.3s ease-in-out;
  transform: scaleY(1.05);
}

.product-card-text .new-btn {
  padding: 20px 0 0 0;
  border-top: 1px solid #0000004d;
}

.product-card:hover .product-card-text .new-btn {
  border-top: 1px solid #ffffff4d;
  transition: 0.3s ease-in-out;
}

/* section end */
/* section start */
.serve-left-main {
  position: relative;
  z-index: 1;
  padding: 90px 50px 90px 0px;
}

.serve-left-main::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 49vw;
  height: 100%;
  z-index: -1;
  content: '';
  background-image: url(../images/serve-left-bg.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.serve-left {
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  overflow: hidden;
}

.serve-left-box {
  width: 50%;
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.serve-left-box::before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: -1;
  content: '';
  background: #167fca;
  height: 0;
  transition: 0.3s ease-in-out;
}

.serve-left-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
  content: '';
  background: #0b172157;
  height: 100%;
  transition: 0.3s ease-in-out;
}

.serve-left-box:hover::before {
  height: 100%;
  transition: 0.3s ease-in-out;
}

.serve-left-box.active::before {
  height: 100%;
  transition: 0.3s ease-in-out;
}

.serve-left-box:last-child::after {
  background: no-repeat;
  background: no-repeat;
}

.serve-left-inner {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 75%;
}

.serve-left-inner::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  height: 120%;
  background: url(../images/serve-style.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  z-index: -1;
  transform: translateY(-50%);
}

.serve-right {
  padding: 100px 0 0 60px;
}

section.serve-sec {
  position: relative;
  z-index: 1;
}

section.serve-sec::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 79vw;
  height: 85%;
  z-index: -2;
  content: '';
  background-image: url(../images/serve-right-bg.jpg);
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
}

.serve-right * {
  color: #fff;
}

.serve-right h2 {
  font-size: 60px;
}

/* Custom Slider Dots and Styling Start */
.serve-dots {
  margin-top: 40px;
  padding-left: 60px;
  text-align: right;
  margin-right: -50px;
}

.custom-slick-dots {
  position: relative;
  display: inline-block;
}

.dots-list {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dots-list li {
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.dot-diamond {
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.dots-list li.active-dot .dot-diamond {
  background-color: #ffffff;
  border-color: #ffffff;
}

.dot-line {
  position: absolute;
  top: 20px;
  left: 7px;
  width: 1px;
  height: 100px;
  background-color: #ffffff50;
}

/* Custom Slider Dots and Styling End */
/* section end */
/* section start */
.testi-card {
  background: #0b1720;
  overflow: hidden;
  transition: background 0.4s ease;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
}

.testi-slider-box {
  padding: 0;
}

.testi-user {
  position: relative;
  padding: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.testi-user-img {
  padding: 70px 30px 10px 30px;
  width: 130px !important;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  transition: 0.4s ease;
}

.testi-user-big {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  object-fit: cover;
  transition: 0.5s ease-in-out;
  object-position: top;
}

.testi-user-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.testi-user-name h6 {
  color: #fff;
  margin: 0;
  font-size: 20px;
}

.testi-user-name p {
  color: #ffffff90;
  margin: 0;
  font-size: 14px;
}

ul.stars {
  display: flex;
  gap: 3px;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.stars li i {
  color: #ff6000;
  font-size: 12px;
}

.testi-user-content {
  padding: 30px 30px 30px 30px;
}

.testi-user-content p {
  color: #ffffffcc;
  font-size: 14px;
  line-height: 1.6;
}

.testi-card .new-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  padding-top: 20px;
  border-top: 1px solid #ffffff20;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Jersey';
  font-size: 16px;
}

.testi-card .new-btn span {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testi-card .new-btn span img {
  width: 15px;
  transition: 0.3s ease;
}

/* Hover States through CSS */
.testi-card:hover .testi-user {
  height: 210px;
  transition: 0.3s ease-in-out;
}

.testi-card:hover {
  background: #fff;
  transform: scaleY(1.05);
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 20px #0000001a;
}

.testi-card:hover .testi-user-name h6,
.testi-card:hover .testi-user-name p,
.testi-card:hover .testi-user-content p,
.testi-card:hover .new-btn {
  color: #0b1720;
}

.testi-card:hover .new-btn {
  border-top-color: #0000001a;
}

.testi-card:hover .new-btn span {
  background: #167fca;
}

.testi-card:hover .new-btn span img {
  filter: brightness(0) invert(1);
}

.testi-card:hover .testi-user-img {
  opacity: 0;
  visibility: hidden;
}

.testi-slider .slick-slide {
  margin: 0;
}

.testi-slider .slick-list {
  padding: 50px 0 0 0;
  height: 670px;
}

.testi-slider .slick-slide.slick-current.slick-active {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}

.testi-slider .slick-slide.slick-current.slick-active+.slick-slide+.slick-slide+.slick-slide {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}

/* section end */
/* section start */
section.contact-sec {
  position: relative;
  z-index: 1;
  margin: 50px 0;
  padding-bottom: 50px;
}

section.contact-sec::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background-image: url(../images/contact-bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

img.contact-right-img {
  height: 700px;
  border-radius: 30px;
  margin: 0 0 10px 0;
  box-shadow: 0 0 20px 0 #00000017;
}

.contact-right {
  margin: -90px 0 0 0;
}

ul.list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0px;
}

ul.list li {
  padding: 15px 0 15px 33px;
  width: 48%;
  position: relative;
  z-index: 1;
  margin: 10px 0;
  border-bottom: 1px solid #ffffff3d;
}

ul.list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(../images/check.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  transform: translateY(-50%);
}

ul.list li h6 {
  margin: 0;
}

/* section end */
/* section start */
.gallery-images-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: start;
  margin: 6px 0 0 0;
  gap: 5px;
}

.gallery-image {
  width: 31.7%;
}

img.gallery-img {
  height: 250px;
  border-radius: 20px;
}

.gallery-right {
  z-index: 1;
  padding-left: 60px;
  position: relative;
  width: fit-content;
}

.gallery-left.gallery-bottom .gallery-images-box {
  justify-content: end;
}

.galler-text-box p {
  margin: 0;
  color: #fff;
}

.galler-text-box {
  background-image: url(../images/galler-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 20px;
  overflow: hidden;
  border-radius: 10px 10px 0px 10px;
}

.gallery-right::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 107%;
  z-index: -1;
  content: '';
  background: #00000042;
  height: 1px;
}

/* section end */
/* section start */
img.paperplane-img {
  width: 50px;
  object-fit: contain;
  height: 50px;
}

.news-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.news-main {
  padding: 40px 40px;
  background: #081017;
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid #ffffff1a;
}

.news-left-text * {
  margin: 0;
}

input.news-input {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background: #292f35;
  color: #ffff;
  padding: 0 30px;
  border: none;
  font-family: 'Montserrat';
  text-transform: capitalize;
}

form.news-form {
  position: relative;
  z-index: 1;
}

button.news-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 50px;
  height: 100%;
  border-radius: 30px;
  border: none;
  font-family: 'Montserrat';
  background: #208edc;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}

input.news-input::placeholder {
  color: #fff;
  font-weight: 500;
  font-family: 'Montserrat';
}

/* section end */
/*Footer-Start*/
.dv2footer {
  margin-left: 25px;
  padding: 0;
}

ul.ul1footer li {
  padding: 7px 0px;
}

.dv1footer .logo-text a {
  font-size: 31px;
  line-height: 35px;
}

.dv1footer p {
  font-size: 14px;
  color: #fff;
  opacity: 60%;
  font-weight: 400;
}

ul.ul1footer li {
  font-size: 12px;
  font-weight: 500;
  color: #d2d2d2;
}

.footer h6 {
  font-weight: 400;
  margin-bottom: 20px;
  padding: 5px 0 5px 20px;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.footer h6::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  z-index: -1;
  content: '';
  background: #167fca;
}

.footer {
  background: url(../images/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 150px 0 0 0;
}

ul.ul1ftbottom li a {
  font-size: 18px;
  color: #ffff;
}

ul.ul1footer li a {
  color: #fff;
  font-family: 'Montserrat';
  text-transform: uppercase;
  opacity: 100%;
  font-size: 12px;
  font-weight: 500;
}

ul.ul2footer li {
  padding: 11px 0px;
  font-size: 12px;
  font-family: 'Montserrat';
  font-weight: 500;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

ul.ul2footer li a {
  color: #c1c1c3;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

ul.ul1footer li a:hover {
  color: #208edc;
}

ul.ul2footer li a:hover {
  color: #208edc;
}

ul.ul2footer li i {
  font-size: 23px;
  color: #ffe898;
  margin-right: 18px;
}

.dv3footer {
  margin-left: 35px;
}

ul.ul1ftbottom {
  display: flex;
  gap: 15px;
  margin-bottom: 0px;
}

.dv1ftbottom {
  padding: 20px 0;
  background: #081017;
  margin: 50px 0 0 0;
}

.dv1ftbottom p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  opacity: 1;
}

ul.ul1ftbottom li i:hover {
  color: #ffff;
  transition: 0.5s;
}

ul.ul2footer li img {
  margin-right: 19px;
  object-fit: scale-down;
  width: 20px;
}

.dv1footer {
  padding: 0;
  padding-right: 10px;
}

.banner_right_ul1 ul li a {
  color: #adbfc0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}

.f-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

img.ftr {
  object-fit: scale-down;
  width: auto;
}

a.top-navigator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 80px;
  font-size: 25px;
  color: white;
  background: #208edc;
}

.top-navigator-box {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: end;
  border-left: 1px solid #ebebeb3d;
}

.banner_right_ul1 ul li a:hover::before {
  height: 100%;
  transition: 0.3s ease-in-out;
}

.banner_right_ul1 ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  z-index: -1;
  background: linear-gradient(180deg, rgba(119, 18, 62, 1) 0%, rgba(206, 42, 76, 1) 100%);
  transition: 0.3s ease-in-out;
}

section.new-sec {
  margin: 0 0 -60px 0;
  position: relative;
  z-index: 2;
}

a.online-form {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid;
  color: #fff;
  margin: 30px 0 20px 0;
  font-family: Roboto;
}

a.number {
  margin: 20px 0;
  display: block;
  width: fit-content;
  line-height: 1;
}

ul.time-list li * {
  margin: 0;
}

ul.time-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid #ffffff3d;
}

ul.time-list li p {
  color: #ffff;
}

p.lightblue {
  opacity: 1;
}

.banner-main-box::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 76%;
  z-index: 2;
  content: '';
  background: url(../images/banner-spark.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}



/*Footer-End*/


/* InnerPage Aboutus start */

.inner-banner .banner-bottom-main {
  width: 100%;
  margin: 100px 0 0 0;
}

.inner-banner .banner_text {
  height: 100%;
}

.inner-banner .banner_text h1::before {
  right: 0;
  width: 100vw;
}

.team-card {
  background: #fff;
  box-shadow: 0 0 20px 0 #00000017;
  margin: 30px 30px;
  border-radius: 20px;
  overflow: hidden;
}

.team-card-text {
  padding: 30px 30px;
}

.team-card-name * {
  margin: 0;
}

.team-card-name {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #0000004d;
}

.team-card-name h6 {
  color: #000;
}

ul.team-list * {
  margin: 0;
}

ul.team-list {
  padding: 10px 0;
}

.adv-main-text a {
  justify-self: center;
}

.theme-btn.style1 {
  border: 1px solid #2d7bbe;
}

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

.adv-line-box {
  border-bottom: 1px solid #0000004d;
  padding-bottom: 80px;
}

section.adv-sec {
  padding-bottom: 0;
}

/* InnerPage Aboutus end */


/*CART PAGE CSS*/

.shopping_cart {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

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

.shopping_cart img.bk-2 {
  bottom: -38%;
  width: 6%;
}

.shopping_cart img.bk-1 {
  bottom: -2%;
  width: 7%;
}

.cart-pag-qunty .product-detail .num-in {
  width: 30% !important;
  border: 0 !important;
}

.payment_card a.btn-1 {
  color: #fff !important;
}

.payment_card a.btn-1 i {
  color: #fff !important;
}

.shopping_cart_table h2 {
  font-size: 35px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 600;
}

.shopping_cart_table table th {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat';
  padding-bottom: 10px;
  color: #151414;
}

.shopping_cart_table table thead {
  border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td {
  padding: 25px 0;
  border-bottom: 1px solid #dddddd;
}

.shopping_cart_table table tbody .cart_box_product {
  display: flex;
  align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_img {
  width: 90%;
  background-color: #f2f2f2;
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat';
  margin: 0;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
  font-size: 10px;
  color: #0000004f;
  font-family: 'Montserrat';
  margin: 0;
  font-weight: 600;
  line-height: 15px;
}

.shopping_cart_table table tbody td select {
  height: 40px;
  padding-left: 10px;
  appearance: auto;
  border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.boxes {
  border: 1px solid #dcdcdc;
  padding: 5px 15px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
  color: #00000080;
  transition: 0.3s;
}

.boxes:hover {
  border-color: #000;
  color: #000;
}

.in-num {
  width: 40px !important;
  text-align: center;
  border: 0 !important;
  background: transparent;
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

.shopping_cart_table table tbody td .t_price {
  font-size: 30px;
  font-weight: 600;
  color: #1779c0;
  margin: 0;
  font-family: "Jersey";
  opacity: 1;
}

th.w-40 {
  width: 40%;
}

.shopping_cart_table table tbody td i.fas.fa-times {
  font-size: 10px;
  color: #000;
}

.cart_recipt {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.cart_recipt-btn a {
  padding: 15px 50px;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #151414;
  font-weight: 500;
}

.cart_recipt>a i {
  margin-right: 10px;
}

.recipt {
  width: 27%;
}

.recipt li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #151414;
  text-transform: uppercase;
  gap: 20px;
}

.recipt li:last-child {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
}

.recipt li span {
  color: #151414;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "Jersey";
}

.payment_card {
  background-color: transparent;
  padding: 0 0;
}

.payment_card h3 {
  font-size: 30px;
  color: #000 !important;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 40px;
  text-transform: capitalize;
  border-bottom: 1px solid #dddddd;
}

.payment_card * {
  color: #0e0d0d !important;
}

.credit_paypal a {
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  background: #f3f3f3;
  align-items: center;
  font-weight: 500;
  font-family: 'Montserrat';
  font-size: 15px;
  width: fit-content;
}

.credit_paypal a img {
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
  width: auto;
}

.credit_paypal {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.payment_card form label {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.payment_card form {
  margin-top: 15px;
}

.payment_card form input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  background: transparent;
  padding: 0;
  color: #000;
}

.payment_card form select {
  width: 100%;
  height: 50px;
  border: none;
  color: #fff;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  background: transparent;
  padding: 0;
}

.payment_card form input::placeholder {
  color: #000;
}

.expiry_cvv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.expiry_date {
  width: 70%;
}

.cvv_box {
  width: 26%;
}

.month_year {
  display: flex;
  justify-content: space-between;
}

.month_year select {
  width: 48% !important;
  appearance: auto;
}

.month_year select option {
  color: #000;
}

.payment_card form .btn1 {
  margin: 30px 85px;
  border: 1px solid;
}

.shopping_cart_table {
  padding-right: 40px;
}

.payment_card a.theme_btn {
  color: #fff !important;
  margin: 0 auto;
  margin-top: 10px;
}


/*CART PAGE CSS END*/

/*CHECKOUT PAGE*/

.billing_form h3 {
  font-size: 39px;
  line-height: 1;
  color: #121212;
  margin: 0;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 600;
}

.billing_form label {
  font-size: 14px;
  font-family: 'Montserrat';
  color: #7c7c7c;
  font-weight: 600;
}

.radiosss p {
  color: #000000ad;
  font-size: 13px;
  font-weight: 400;
}

.billing_form input {
  width: 100%;
  height: 45px;
  border: 1px solid #C4C4C4;
  margin-bottom: 20px;
  padding-left: 15px;
  font-family: 'Montserrat';
  background: transparent;
  border-radius: 0;
  font-weight: 500;
}

.billing_form input::placeholder {
  color: #b0b0b0;
  font-family: 'Montserrat';
}

.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
  font-size: 14px;
  color: #7c7c7c;
  font-family: 'Montserrat';
}

.cart_sidebar .cart_lst li span {
  float: right;
}

.cart_sidebar .cart_lst li:last-child {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  font-weight: 500;
  font-family: "Jersey";
}

.cart_sidebar .cart_lst {
  margin-top: 20px;
  margin-bottom: 40px;
}

.thankyou_txt {
  padding: 50px;
  border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
  font-size: 35px;
  color: #000;
  font-weight: 800;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

.thankyou_txt h3 i {
  font-size: 40px;
  margin-right: 15px;
}

.order_det h5 {
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.order_det p {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}

.order_complete_detail h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.order_detail_table {
  padding: 40px;
  border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: 'Montserrat', sans-serif;
}

.order_detail_table ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
  margin-bottom: 25px;
}

.order_detail_table ul li {
  font-size: 14px;
  color: #7c7c7c;
}

.order_detail_table ul li span {
  float: right;
}

.order_detail_table ul li:last-child {
  font-weight: 700;
  color: #000;
}

.order_detail_table h6 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  font-family: 'Roboto', sans-serif;
  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
  margin: 0;
}

.order_detail_table h6 span {
  float: right;
}

.check_menu ul {
  text-align: center;
  margin-bottom: 40px;
}

.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #7c7c7c;
  margin: 0 14px;
}

.check_menu ul li i {
  font-size: 18px;
}

.check_menu ul li.purp {
  color: #700ea3;
}

.cart_sidebar {
  padding: 40px 25px;
  border: 1px solid #C4C4C4;
  border-radius: 0;
}

.cart_sidebar h3 {
  font-size: 25px;
  color: #121212;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: normal;
}

.cart_sidebar .h-sub {
  font-size: 25px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Jersey";
  color: #000;
}

.cart_sidebar h5 span {
  float: right;
  color: #000;
}

.cart_sidebar h4 {
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: normal;
  padding-top: 0;
  /* font-family: 'saud'; */
}

.cart_sidebar ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cart_sidebar ul li label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #7c7c7c;
  font-family: 'Montserrat';
}

.cart_sidebar ul li label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #3683cb;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar form {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
  font-family: 'Roboto', sans-serif;
}

.cart_sidebar form select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form select option {
  color: #000;
}

.cart_sidebar form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
  color: #b7b7b7;
  font-family: 'Montserrat-Ultral';
}

.cart_sidebar form button {
  color: #000;
  font-size: 15px;
  border-radius: 0px;
  font-family: 'Poppins', sans-serif;
  padding: 10px 40px;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.checkout_btn {
  padding: 12px 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-radius: 0;
  font-weight: 500;
  border: 2px solid transparent;
  background-color: #ff2e98;
  font-family: 'Montserrat-Ultral';
}

.checkout_btn:hover {
  /* color: white; */
}

ul.shipping-ul {
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  padding-bottom: 30px;
}

h6.payment-h {
  font-weight: 500;
  color: #000;
  font-size: 22px;
  margin-bottom: 30px;
  /* font-family: 'saud'; */
  font-weight: 600;
}

.cart_sidebar .radiosss-payments li label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  border-radius: 20px;
  left: 6px;
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #3683cb;
}

.radiosss-payments .card.card-body {
  padding: 0;
  border: 0;
  margin-left: 30px;
  background: none;
}

.radiosss-payments {
  border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
  padding: 60px 0px 80px;
  position: relative;
}

.checkout_page .img-1 {
  position: absolute;
  left: -13%;
  top: 50%;
  width: 340px;
}

.checkout_page .img-2 {
  position: absolute;
  right: -7%;
  top: 60%;
  width: 230px;
  transform: rotate(200deg);
}

.billing_form {
  border: none;
  padding: 0;
}

section.checkout_page a.theme_btn {
  margin: 0 auto;
}

.checkout_page {
  position: relative;
  padding: 100px 0;
}

.checkout_page img.bk-1 {
  bottom: 20%;
  width: 7%;
}

.checkout_page img.bk-2 {
  bottom: 10%;
  width: 7%;
}

.h-sub-ex,
.h-sub-ex span {
  color: #000;
  font-weight: 700 !important;
}

.cart_product_name h6 {
  font-size: 13px;
  width: 86%;
  font-weight: 700;
  margin: 0;
}

/*Checkout End*/


/* Contact Start  */

section.contact-page {
  position: relative;
  padding: 100px 40px;
  background: #f3f9fe;
}

section.contact-page .wraper {
  width: 90%;
  margin: 0px auto;
  position: relative;
}

section.contact-page .ctc-contentWraper {
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 30px 40px;
  width: 90%;
  margin: 0px auto;
  background: #fff;
}

section.contact-page .ctc-contentWraper .content {
  position: relative;
}

section.contact-page .content h6 {
  text-transform: uppercase;
  font-size: 13px;
  color: #000000;
  margin-top: 20px;
  font-weight: 400;
  font-family: "Jersey";
}

section.contact-page .content h2 {
  font-size: 42px;
  color: #000;
  padding: 0px 0 12px;
  font-weight: 400;
}

section.contact-page .content p {
  width: 68%;
  color: #9d9d9d;
  opacity: 1;
}

section.contact-page .content .tel {
  position: relative;
  margin: 40px 0 10px;
}

section.contact-page .content .tel a {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  font-weight: 400;
  font-family: 'Urban';
}

section.contact-page form {
  position: relative;
}

section.contact-page form .formField {
  position: relative;
  margin-bottom: 10px;
}

section.contact-page form .formField input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #dadada;
  height: 52px;
  padding: 0px 29px;
  color: #000;
  font-family: "Poppins";
}

section.contact-page form .formField input::placeholder {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

section.contact-page form textarea#message {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dadada;
  padding: 15px 29px 31px;
  color: #000;
  font-family: "Poppins";
  height: 110px;
  resize: unset;
}

section.contact-page form textarea#message::placeholder {
  position: absolute;
  bottom: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

section.contact-page form .meessage {
  position: relative;
}

section.contact-page form .siteBtn {
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: 34px;
  background: #ffff;
}

section.contact-page .smtpsConnection {
  margin: 50px 0 0px;
}

section.contact-page .smtpsConnection .iconsBox {
  padding: 50px 0px 10px;
  position: relative;
  display: flex;
  gap: 20px;
}

section.contact-page .smtpsConnection .iconsBox p span {
  display: block;
}

section.contact-page .smtpsConnection .iconsBox p {
  color: #9d9d9d;
  opacity: 1;
}

section.contact-page .smtpsConnection .col3 .iconsBox {
  justify-content: flex-end;
}

section.contact-page .smtpsConnection .col2 .iconsBox {
  justify-content: center;
  padding-right: 40px;
}

section.contact-page .smtpsConnection .col2 .iconsBox:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 1px;
  top: 0;
  background: #000;
  opacity: 20%;
}

section.contact-page .smtpsConnection .col2 .iconsBox:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 7px;
  top: 0;
  background: #000;
  opacity: 20%;
}

section.contact-page .contacMap {
  margin-top: -190px;
}

.cont-whatts {
  display: flex;
  align-items: center;
}

.cont-whatts img {
  width: 6%;
  object-fit: scale-down;
}

.cont-whatts a {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  font-family: 'brunson';
  font-weight: 400;
}

.hdr_btn a.theme-btn:hover {
  color: #000;
}

/* Contact End */

/* InnerPage Aboutus start */

.product_show ul li a {
  font-weight: 500;
}

.product_main_box .clothing_box_image img {
  height: 450px;
  object-fit: cover;
  object-position: center;
}

.product_grid ul {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  /* Needed for positioning the tool_tip */
}

.product_grid ul li {
  position: relative;
  /* Positioning context for tool_tip */
}

.product_grid ul li a:hover {
  color: #3683cb;
}

.product_grid ul li a:focus-within {
  color: #000;
}

/* tool_tip styles */
.tool_tip {
  display: none;
  /* Hidden by default */
  position: absolute;
  bottom: 125%;
  /* Position above the link */
  left: 50%;
  transform: translateX(-50%);
  background-color: #3683cb;
  /* Red background */
  color: white;
  /* White text */
  padding: 1px 5px;
  border-radius: 5px;
  white-space: nowrap;
  /* Prevent line breaks */
  z-index: 1;
  /* Ensure it appears above other elements */
  font-size: 10px;
}

.product_select {
  display: flex;
  align-items: center;
}

.product_select select {
  padding: 0 10px;
  appearance: auto;
  width: 100%;
  height: 40px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  background: #f8f8f8;
}

.product_show ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product_show ul {
  font-family: montserrat;
  font-size: 17px;
}

.product_show ul li a:focus-within {
  color: #000;
}

.product_show ul li a:hover {
  color: #000;
}

.product_select h6 {
  width: 100px;
  margin: 0;
  font-size: 15px;
  text-transform: capitalize;
}

.product_grid ul li a:hover .tool_tip {
  display: block;
  /* Show tool_tip on hover */
}

h5.capi {
  text-transform: uppercase;
  margin-top: 0;
}

.bannertabs .nav {
  display: block !important;

}

.product_top_bar {
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
}

.product_heading h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Montserrat';
  margin: 0;
}

.bannertabs .nav1 ul {
  display: block !important;
}

.box-shadow {
  box-shadow: 0 0 20px 0 #00000012;
  padding: 30px 27px 12px 27px;
  margin: 60px 0;
}

/* Product Sidebar Start */
.product-sidebar {
  padding-right: 0;
}

.border-right {
  border-right: 1px solid #f2f2f2;
}

.sidebar-block h4 {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

.sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-list li {
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
}

.sidebar-list li:last-child {
  border-bottom: none;
}

.custom-radio {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  user-select: none;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  height: 17px;
  width: 17px;
  background-color: transparent;
  border: 1px solid #6b6b6b;
  border-radius: 2px;
  margin-right: 15px;
  position: relative;
  transition: 0.3s;
  flex-shrink: 0;
}

.custom-radio:hover input~.checkmark {
  border-color: #000;
}

.custom-radio input:checked~.checkmark {
  background-color: transparent;
  border-color: #000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-radio input:checked~.checkmark:after {
  display: block;
}

.custom-radio .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.products-found {
  padding: 28px 0;
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 50px 0;
}

.products-found p {
  opacity: 1;
  margin: 0;
  font-size: 15px;
}

/* Product Sidebar End */

/* InnerPage Aboutus end */


/*product detail page css start*/

.productdetailsec {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.productdetailtext h3 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #231e22;
  margin: 0 0 30px 0;
}

.productdetailtext ul {
  padding: 0;
  margin: 13px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.productdetailtext p {
  color: #838383;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  font-family: 'Montserrat';
  margin-bottom: 30px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
  font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
  font-size: 13px;
  margin: 0;
  top: -15px;
  right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
  width: 100%;
  margin: 0 auto;
  display: table;
  height: 50px;
  text-align: center;
}

.statment-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px;
  background-color: #0b1721;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  transition: ease-in;
  transition-duration: 0.5s;
}

.statment-btn a:hover {
  background-color: #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.productdetailtext .input-group {
  width: 50%;
  margin: 0 0 34px;
}

.iconlist ul {}

.iconlist ul li {
  display: flex;
  align-items: center;
  font-size: 17px;
  gap: 10px;
  list-style: none;
  margin-bottom: 4px;
  font-weight: 600;
  line-height: 30px;
  color: #1d1d1db0;
}

.iconlist ul li>div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.iconlist ul li>div i {
  font-size: 16px;
  color: #0b1721;
}

.productdetailtext .input-group span.input-group-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.productdetailsmallportion {
  position: relative;
  top: 0;
  z-index: 99;
}

.productdetailsmallportion img {
  margin: auto;
  width: 100%;
  /* border: 4px solid #E1E1E1; */
  height: 100%;
}

/* .productdetailsmallportion img:hover {
    border: 2px solid #ac725c;
} */

/* .productdetailnav .slick-current .productdetailsmallportion img {
    border-color: #ac725c;
} */

/* .productdetailnav .slick-current .productdetailsmallportion:before {
    position: absolute;
    content: '';
    top: -16px;
    left: 0;
    right: 0;
    width: 90px;
    height: 50px;
    background: #ac725c;
    margin: 0 auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
} */

.productdetailsec .productdetailportion {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.productdetailsec .productdetailportion img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  width: 100%;
  object-fit: fill;
}

.productdetailnav .slick-slide {
  opacity: 1;
  z-index: 9999;
  position: relative;
  margin-top: 20px;
  cursor: pointer;
}

.product-detail span {
  margin: 0;
}

.product-detail .num-in {}

.product-detail input.in-num {
  border: 1px solid #DADADA;
  background-color: transparent;
  width: 40%;
  margin: 0 5px;
}

.product-detail span {
  width: 50px !important;
  /* border: 1px solid #E3E3E3; */
  border-radius: 5px;
  height: 50px !important;
  margin: 5px 0;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
  background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
  background-color: rgb(255, 255, 255) !important;
}

.product-detail span:hover {
  background-color: #0b1721;
}

.iconlist {
  margin-top: 20px;
}

/* .productdetailportion::before {
    position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 5px solid #fff;
} */

.quanity.product-detail h5 {
  font-size: 18px;
  color: #0b1721;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: 600;
}

ul.quan-count li {
  width: 30%;
}

ul.quan-count {}

.num-block.skin-2 {}

.iconlist ul {
  display: block;
  column-count: 2;
  width: 60%;
  margin: 60px 0 0 0;
}

ul.disc-list {
  margin: 20px 0;
}

ul.disc-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 10px 0;
}

ul.disc-list li i {
  color: #0b1721;
}

ul.disc-list li {
  font-size: 20px;
  color: #000;
}

ul.disc-list p {
  font-size: 17px !important;
  /* color: #0e0e0f !important; */
  /* font-family: 'saud' !important; */
  /* padding: 0 !important; */
}

.description li.nav-item {
  margin-right: 12px;
}

.description li.nav-item button {
  width: 200px;
  height: 60px;
  background-color: transparent;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  color: #0e0e0f;
  font-family: "Syne", sans-serif;
}

.description li.nav-item .nav-link.active {
  border: unset;
  background: transparent;
  border-bottom: 2px solid #006df0;
}

.description .nav-tabs {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: initial;
  margin-bottom: 30px;
}

.description {
  padding: 80px 0;
}

.prod-detail-description img.bk-1 {
  position: absolute;
  bottom: 30%;
  right: 0;
  width: 6%;
}

.prod-detail-description img.bk-2 {
  position: absolute;
  top: 15%;
  left: -30px;
  width: 7%;
}

.description .tab-content p {
  color: #636363;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
}

.productdetailfor .slick-slide img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: 0 0;
  border-radius: 10px;
}

.productdetailsmallportion img {
  width: 160px;
  /* padding: 12px 20px; */
  transition: 0.5s;
  position: relative;
  z-index: 999999999999999;
  height: 130px;
  border-radius: 0;
  object-fit: cover;
  object-position: 0 0;
  border-radius: 5px;
}


/* skin 2 */

.skin-2 .num-in {
  border-radius: 60px;
  cursor: pointer;
}

.skin-2 .num-in span {
  /* width: 40%; */
  display: block;
  /* height: 40px; */
  float: left;
  position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: '';
  position: absolute;
  background-color: #667780;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.skin-2 .num-in input {
  float: left;
  width: 20%;
  height: 37px;
  border: none;
  text-align: center;
  background-color: #f0f0f0;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 600;
}

.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 90%;
  height: 52px;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-right: 0; */
  /* border-left: 0; */
  border-radius: 5px;
  border-radius: 100px;
  overflow: hidden;
}

.product-detail input.in-num {
  border: 0;
  background-color: transparent;
  width: 45%;
  margin: 0 5px;
}

.productdetailsec .btn10 {
  color: white;
}


/* / skin 2 */

.statment-choose h6 {
  font-size: 17px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Montserrat';
}

ul.quan-count h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #006df0;
}

ul.rate-reviews {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: start;
}

ul.rate-reviews li {
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.rate-reviews li h6 {
  margin: 0;
  font-size: 14px;
  font-family: 'Montserrat';
  color: #000;
}

ul.rate-reviews li:first-child i {
  color: #fbb022;
  font-size: 15px;
}

ul.rate-reviews li:last-child i {
  color: #000;
  font-size: 22px;
  border-left: 1px solid #000;
  padding-left: 30px;
}

.price h5 del {
  display: block;
  font-size: 22px;
  color: #393939;
  /* font-family: 'saud'; */
}

.price h5 {
  font-size: 35px;
  font-family: 'Montserrat';
  color: #1c1c1c;
  font-weight: 700;
  margin: 15px 0;
  line-height: 40px;
}

.iconlist ul {
  display: block;
  column-count: 2;
  width: 60%;
  margin: 0;
}

.iconlist ul li {
  display: flex;
  align-items: center;
  font-size: 17px;
  gap: 10px;
  list-style: none;
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  font-family: 'Montserrat';
}

/*  product Detail Review Section Start */


/* Rating Stars */

.prod-detail-description .rating:not(:checked)>input {
  position: absolute;
  -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
  float: right;
  cursor: pointer;
  font-size: 30px;
  color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
  content: "ÃƒÂ¢Ã‹Å“Ã¢â‚¬Â¦";
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
  color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
  color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
  color: #ffa723;
}


/* Rating Stars */

.prod-detail-description {
  position: relative;
  padding: 0 0 80px 0;
}

.prod-detail-description .nav-tabs .nav-link {
  color: #0e0e0f;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  width: fit-content;
  padding: 15px;
  background: transparent;
  margin-right: 10px;
  border-radius: 0 !important;
  border-bottom: 3px solid #0000;
  border: navajowhite;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
  border-bottom: 3px solid #0b1721 !important;
  border: 0;
  color: #0b1721;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
  border-bottom: 3px solid #000 !important;
}

.prod-detail-description .nav-tabs {
  margin-bottom: 15px;
  border: 0;
  border-bottom: 1px solid #dee2e6;
}

.prod-detail-description .prd-review-input label {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #000;
  font-weight: 300;
  border: 1px solid #000;
  margin: 5px 0 20px;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
  color: #000;
  font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
  width: 100%;
  height: 200px;
  padding: 13px;
  border: 1px solid #000;
  margin: 5px 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  resize: none;
}

.prod-detail-description .rating-stars input {
  width: auto !important;
  height: auto;
  border: 0;
}

.prod-detail-description .rating-stars {
  display: flex;
  justify-items: baseline;
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #0b1721;
}

.prod-detail-description .rating {
  display: block;
  /* align-items: center; */
  /* justify-content: flex-start; */
  /* gap: 5px; */
  margin: 20px 0;
  float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
  padding: 15px 40px;
  border-radius: 0;
  border: 1px solid #000;
  font-size: 16px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
}

.prod-detail-description .client-review-box {
  box-shadow: 0 0 5px 1px #989898;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.prod-detail-description ul.client-list-review img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  object-fit: cover;
  box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
  font-size: 16px;
  color: #666;
  font-family: "Montserrat";
}

.prod-detail-description ul.client-list-review li i {
  font-size: 20px;
  color: #c78b1b;
}

.prod-detail-description .client-info {
  margin-left: 15px;
}

.prod-detail-description .client-review-box p {
  font-size: 16px;
  color: #000;
  /* font-family: "Roboto"; */
}

.prod-detail-description .prd-det-review-form .row {
  align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
  text-align: justify;
  font-size: 14px;
  color: #0b0c0c;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 23px;
  padding-bottom: 0;
  margin: 0;
}

.prod-detail-description .prd-det-additional-content p {
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
}

/* Product Detail Ends */

/* Product Detail Box Start */
.lh11mb20 {
  line-height: 1.1;
  margin-bottom: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 20px;
}

.gap-40 {
  gap: 30px;
}

.productdetailtext p {
  font-size: 14px;
  color: #8a8a8a !important;
  line-height: 1.8 !important;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}

.price-box h4 {
  font-size: 39px;
  font-weight: 700;
}

.quanity-sidebar-border {
  border-left: 1px solid #ebebeb;
  padding-left: 40px;
}

.quan-text {
  font-size: 11px;
  letter-spacing: 2px;
  color: #8a8a8a;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.product-detail .num-in {
  display: flex;
  align-items: center;
  gap: 20px;
  background: transparent;
  border: none;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
}

.product-detail input.in-num {
  width: 25px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  text-align: center;
  margin: 0 !important;
}

.product-detail .num-in span {
  width: 45px !important;
  height: 45px !important;
  border: 1px solid #ebebeb !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  transition: 0.3s;
  font-size: 14px;
  margin: 0 !important;
}

.product-detail .num-in span:hover {
  background: #2a83cf;
  border-color: #2a83cf !important;
  color: #fff !important;
}

.product-meta-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-meta-list li {
  font-size: 11px;
  font-weight: 700;
  color: #8a8a8a;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  display: block;
  width: 100%;
}

.wishlist-link {
  color: #1a1a1a;
  text-decoration: none;
  transition: 0.3s;
}

.wishlist-link:hover {
  color: #2a83cf;
}

.sku-val {
  color: #1a1a1a;
}

.social-share-circle {
  display: flex;
  gap: 12px;
}

.social-share-circle a {
  width: 42px;
  height: 42px;
  border: 1px solid #b4b4b4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  font-size: 14px;
  transition: 0.38s;
}

.social-share-circle a:hover,
.social-share-circle a.active {
  background: #2a83cf;
  border-color: #2a83cf;
  color: #fff;
}

.add-to-cart-btn .theme-btn {
  display: inline-flex;
  align-items: center;
  padding: 0 5px 0 45px;
  height: 68px;
  border: 1px solid #2a83cf;
  border-radius: 100px;
  color: #1a1a1a;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px;
  transition: 0.4s;
  background: #fff;
  box-shadow: 0 10px 25px rgba(42, 131, 207, 0.1);
  font-family: 'Montserrat', sans-serif;
}

.add-to-cart-btn .theme-btn span {
  width: 58px;
  height: 58px;
  background: #2a83cf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 35px;
  font-size: 14px;
}

.add-to-cart-btn .theme-btn:hover {
  background: #2a83cf;
  color: #fff;
  border-color: #2a83cf;
  box-shadow: 0 15px 35px rgba(42, 131, 207, 0.25);
}

.add-to-cart-btn .theme-btn:hover span {
  background: #fff;
  color: #2a83cf;
}

/* Product Detail Box End */

/* Service Request Form Start */
:root {
  --form-border: #e1e1e1;
  --form-label: #1a1a1a;
  --form-placeholder: #b4b4b4;
  --form-bg: #fff;
  --lightblue-text: #2a83cf;
}

.service-request-box {
  background-color: #fff;
  padding: 20px 0;
}

.mb25 {
  margin-bottom: 5px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.form-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--form-label);
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
}

.service-form .form-control,
.service-form .form-select {
  height: 52px;
  border: 1px solid var(--form-border);
  border-radius: 4px;
  background-color: var(--form-bg);
  padding: 10px 18px;
  font-size: 14px;
  color: var(--form-label);
  font-family: 'Montserrat', sans-serif;
  transition: 0.3s;
  width: 100%;
}

.service-form textarea.form-control {
  height: auto;
  padding: 15px 18px;
  resize: none;
}

.service-form .form-control:focus,
.service-form .form-select:focus {
  border-color: var(--lightblue-text);
  box-shadow: none;
  outline: none;
}

.service-form .form-control::placeholder {
  color: var(--form-placeholder);
  font-size: 13px;
}

.upload-box {
  position: relative;
  border: 1.5px solid var(--form-border);
  border-radius: 6px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  transition: 0.3s;
  overflow: hidden;
}

.upload-box:hover {
  border-color: var(--lightblue-text);
  background-color: #f3f9fe;
}

.upload-content {
  text-align: center;
  pointer-events: none;
}

.upload-content img {
  width: 55px;
  opacity: 0.7;
}

.font-bold {
  font-weight: 700;
}

.gray-text {
  color: #8a8a8a;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}



/* Service Request Form End */

/* InnerPage Aboutus start */
.support-box {
    padding: 50px 40px 40px 40px;
    background: #eeeeee;
    border-right: 1px solid #d7d8d9;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

img.icon-img {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
}

.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    justify-self: center;
    border-radius: 50%;
    border: 1px solid #167fca;
    margin: 30px 0;
}
.icon-img{
  filter: brightness(0) saturate(100%) invert(38%) sepia(83%) saturate(4826%) hue-rotate(188deg) brightness(98%) contrast(83%);
}

.support-text h6 {
    padding: 20px 0;
    margin: 0;
    color: #061724;
    border-bottom: 1px solid  #d7d8d9;
    margin: 0 0 20px 0;
}

.support-main {
    border-radius: 30px;
    overflow: hidden;
    margin: 30px 0;
}

.support-box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    content: '';
    background: #1779c0;
    transition: 0.3s ease-in-out;
}

.support-box:hover::before {
    height: 100%;
    transition: 0.3s ease-in-out;
}

.support-box:hover .icon-box{
  border-color: #fff;
}

.support-box:hover .icon-img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.support-text h6{
  transition: 0.3s ease-in-out;
}
.support-box:hover .support-text h6{
  color: #fff;
  transition: 0.3s ease-in-out;

}

.support-box:hover .new-btn{
  color: #ffff;
  transition: 0.3s ease-in-out;

}

/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/*--- BUY MAIN SECTION START ---*/
.buy-main .nav-tabs .nav-link {
    border: none;
    background: transparent;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 13px;
    color: #0b1721;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

.buy-main .nav-tabs .nav-link.active {
    color: #167fca;
    background: transparent;
}

.buy-main .nav-tabs .nav-link:hover {
    color: #167fca;
}

.buy-main .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.buy-heading h2 {
    letter-spacing: 0.5px;
}

.buy-text-content h4 {
    font-size: 24px;
}

.buy-text-content h5 {
    font-size: 18px;
}

.buy-text-content p {
    font-size: 15px;
    line-height: 26px;
    color: #000;
    opacity: 0.6;
    font-family: 'Montserrat';
}

.buy-list {
    list-style: none;
    padding: 0;
}

.buy-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    color: #0b1721;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.buy-list .check-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    padding: 4px;
}

.buy-list .check-icon img {
    /* filter: brightness(0) invert(1); */
    width: 100%;
}

.buy-img-box {
    background: #fff;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 30px 70px rgb(0 0 0 / 18%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.buy-img-box img {
    border-radius: 0;
}

@media (max-width: 991px) {
    .buy-tabs .nav-tabs {
        justify-content: center !important;
        margin-top: 20px;
    }
    .buy-heading {
        text-align: center;
    }
}
/*--- BUY MAIN SECTION END ---*/

/*--- STEPS SECTION START ---*/
.steps-sec {
    position: relative;
    z-index: 1;
    padding: 0;
}

.steps-heading h2 {
    font-size: 45px;
    line-height: 1.1;
}

.steps-sec .vertical-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #eeeeee;
    transform: translateX(-50%);
    padding: 0;
}

.steps-sec .step-box h4 {
    font-size: 20px;
    letter-spacing: 0.5px;
}

.steps-sec .buy-list li {
    font-weight: 500;
    text-transform: none;
    color: #444;
    font-size: 15px;
    line-height: 22px;
}

@media (max-width: 991px) {
    .steps-heading h2 {
        font-size: 30px;
    }
}

section.steps-sec::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 136%;
  background-color: #f0f0f0;
  z-index: -1;
  content: '';
  transform: translateY(-50%);
}

/*--- ACCESSORIES SECTION START ---*/
.acc-sec {
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
}

section.buy-sec.sec {
    position: relative;
    z-index: 2;
}
/*--- ACCESSORIES SECTION END ---*/