/* ======================== variables ============================ */
/* ======================== variables ============================ */
/*============ Google fonts ============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*======= CSS variables =======*/
/*======= Main CSS =======*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  font-family: "Poppins", sans-serif;
  background: #f1f1f1 !important;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif !important;
}

.text-info {
  color: red !important;
}

@media (max-width: 639px) {
  .signup {
    display: contents;
  }
}
.signup.btn {
  color: #fff;
  background: #e33240;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px !important;
  font-weight: 700;
  text-transform: capitalize;
  padding: 6px 20px 8px;
  border: 2px solid #e33240;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
@media (max-width: 1599px) {
  .signup.btn {
    font-size: 13px !important;
    margin-right: 5px;
  }
}
@media (max-width: 1199px) {
  .signup.btn {
    font-size: 13px !important;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .signup.btn {
    font-size: 12px !important;
    margin-right: 10px;
    padding: 6px 12px 8px;
  }
}
@media (max-width: 639px) {
  .signup.btn {
    font-size: 12px !important;
    margin-right: 10px;
    padding: 4px 10px 4px;
    position: absolute;
    top: -50px;
    right: 70px;
  }
}
.signup.btn:focus {
  color: #fff;
}
.signup.btn:hover {
  color: #e33240;
}
.signup.btn:before {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.signup.btn:hover:before {
  left: auto;
  right: 0;
  width: 100%;
}

@media (max-width: 639px) {
  .signup-cnt {
    display: contents;
  }
}
.signup-cnt.btn {
  color: #fff;
  background: #e33240;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px !important;
  font-weight: 700;
  text-transform: capitalize;
  padding: 6px 20px 8px;
  border: 2px solid #e33240;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
@media (max-width: 1599px) {
  .signup-cnt.btn {
    font-size: 13px !important;
  }
}
@media (max-width: 1199px) {
  .signup-cnt.btn {
    font-size: 13px !important;
  }
}
@media (max-width: 991px) {
  .signup-cnt.btn {
    font-size: 12px !important;
    padding: 6px 12px 8px;
  }
}
@media (max-width: 639px) {
  .signup-cnt.btn {
    font-size: 12px !important;
    padding: 4px 10px 4px;
  }
}
.signup-cnt.btn:focus {
  color: #fff;
}
.signup-cnt.btn:hover {
  color: #e33240;
}
.signup-cnt.btn:before {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.signup-cnt.btn:hover:before {
  left: auto;
  right: 0;
  width: 100%;
}

@media (max-width: 639px) {
  .login {
    display: contents;
  }
}
.login.btn {
  color: #fff;
  background: #202945;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px !important;
  font-weight: 700;
  text-transform: capitalize;
  padding: 6px 20px 8px;
  border: 2px solid #202945;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
@media (max-width: 1599px) {
  .login.btn {
    font-size: 13px !important;
  }
}
@media (max-width: 991px) {
  .login.btn {
    font-size: 12px !important;
    margin-right: 10px;
    padding: 6px 12px 8px;
  }
}
@media (max-width: 639px) {
  .login.btn {
    font-size: 12px !important;
    margin-right: 10px;
    padding: 4px 10px 4px;
    position: absolute;
    top: -50px;
    right: 150px;
  }
}
.login.btn:focus {
  color: #fff;
}
.login.btn:hover {
  color: #202945;
}
.login.btn:before {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.login.btn:hover:before {
  left: auto;
  right: 0;
  width: 100%;
}

.hero-button .btn {
  color: #fff;
  background: #e33240;
  font-size: 15px !important;
  font-weight: 700;
  text-transform: capitalize;
  padding: 6px 20px 8px;
  border: 2px solid #e33240;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
@media (max-width: 639px) {
  .hero-button .btn {
    font-size: 13px !important;
    padding: 5px 10px 5px;
  }
}
.hero-button .btn:focus {
  color: #fff;
}
.hero-button .btn:hover {
  color: #e33240;
}
.hero-button .btn:before {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.hero-button .btn:hover:before {
  left: auto;
  right: 0;
  width: 100%;
}

.hero-button .btn11 {
  color: #fff;
  background: #e33240;
  font-size: 18px !important;
  font-weight: 700;
  text-transform: capitalize;
  padding: 13px 60px;
  border: 2px solid #e33240;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
  text-decoration: none;
}
@media (max-width: 639px) {
  .hero-button .btn11 {
    font-size: 13px !important;
    padding: 5px 10px 5px;
  }
}
.hero-button .btn:focus {
  color: #fff;
}
.hero-button .btn:hover {
  color: #e33240;
}
.hero-button .btn:before {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.hero-button .btn:hover:before {
  left: auto;
  right: 0;
  width: 100%;
}

.hero-button .btn22 {
  color: #fff;
  background: #202945;
  font-size: 18px !important;
  font-weight: 700;
  text-transform: capitalize;
  padding: 13px 60px;
  border: 2px solid #202945;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
  text-decoration: none;
}
@media (max-width: 639px) {
  .hero-button .btn22 {
    font-size: 13px !important;
    padding: 5px 10px 5px;
  }
}
.hero-button .btn:focus {
  color: #fff;
}
.hero-button .btn:hover {
  color: #e33240;
}
.hero-button .btn:before {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.hero-button .btn:hover:before {
  left: auto;
  right: 0;
  width: 100%;
}

.free-quote-button {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .free-quote-button {
    justify-content: center;
  }
}
.free-quote-button .btn {
  color: #fff;
  background: #e33240;
  font-size: 15px !important;
  font-weight: 700;
  text-transform: capitalize;
  padding: 6px 20px 8px;
  border: 2px solid #e33240;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
@media (max-width: 639px) {
  .free-quote-button .btn {
    font-size: 13px !important;
    padding: 5px 10px 5px;
  }
}
.free-quote-button .btn:focus {
  color: #fff;
}
.free-quote-button .btn:hover {
  color: #e33240;
}
.free-quote-button .btn:before {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.free-quote-button .btn:hover:before {
  left: auto;
  right: 0;
  width: 100%;
}

.my-ads-button .btn {
  color: #fff;
  background: #202945;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px !important;
  font-weight: 700;
  text-transform: capitalize;
  padding: 6px 20px 8px;
  border: 2px solid #202945;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .my-ads-button .btn {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 639px) {
  .my-ads-button .btn {
    margin: 0 0 15px 0;
    font-size: 13px !important;
    padding: 5px 10px 5px;
  }
}
.my-ads-button .btn:focus {
  color: #fff;
}
.my-ads-button .btn:hover {
  color: #e33240;
}
.my-ads-button .btn:before {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.my-ads-button .btn:hover:before {
  left: auto;
  right: 0;
  width: 100%;
}
.my-ads-button a:last-child {
  color: #e33240;
  font-size: 15px;
  padding: 0 0 0 10px;
}
.my-ads-button .btn9 {
  color: #fff;
  background: #202945;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px !important;
  font-weight: 700;
  text-transform: capitalize;
  padding: 6px 20px 8px;
  border: 2px solid #202945;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .my-ads-button .btn9 {
    margin: 0;
  }
}
@media (max-width: 639px) {
  .my-ads-button .btn9 {
    margin: 0;
    font-size: 13px !important;
    padding: 5px 10px 5px;
  }
}
.my-ads-button .btn9:focus {
  color: #fff;
}
.my-ads-button .btn9:hover {
  color: #e33240;
}
.my-ads-button .btn9:before {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.my-ads-button .btn9:hover:before {
  left: auto;
  right: 0;
  width: 100%;
}
.my-ads-button .btn88 {
  color: #fff;
  background: #e33240;
  font-size: 15px !important;
  font-weight: 700;
  text-transform: capitalize;
  padding: 6px 20px 8px;
  border: 2px solid #e33240;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
@media (max-width: 639px) {
  .my-ads-button .btn88 {
    font-size: 13px !important;
    padding: 5px 10px 5px;
  }
}
.my-ads-button .btn88:focus {
  color: #fff;
}
.my-ads-button .btn88:hover {
  color: #e33240;
}
.my-ads-button .btn88:before {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.my-ads-button .btn88:hover:before {
  left: auto;
  right: 0;
  width: 100%;
}

.wish-list-button .btn {
  color: #fff;
  background: #202945;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  text-transform: capitalize;
  padding: 5px 8px 6px;
  border: 2px solid #202945;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .wish-list-button .btn {
    margin: 0 10px;
  }
}
@media (max-width: 639px) {
  .wish-list-button .btn {
    margin: 0 10px;
    font-size: 13px !important;
    padding: 5px 10px 5px;
  }
}
.wish-list-button .btn:focus {
  color: #fff;
}
.wish-list-button .btn:hover {
  color: #e33240;
}
.wish-list-button .btn:before {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.wish-list-button .btn:hover:before {
  left: auto;
  right: 0;
  width: 100%;
}

.my-ads-button-sell .btn {
  color: #fff;
  background: #e33240;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px !important;
  font-weight: 700;
  text-transform: capitalize;
  padding: 6px 20px 8px;
  border: 2px solid #e33240;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .my-ads-button-sell .btn {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 639px) {
  .my-ads-button-sell .btn {
    margin: 0 0 15px 0;
    font-size: 13px !important;
    padding: 5px 10px 5px;
  }
}
.my-ads-button-sell .btn:focus {
  color: #fff;
}
.my-ads-button-sell .btn:hover {
  color: #e33240;
}
.my-ads-button-sell .btn:before {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.my-ads-button-sell .btn:hover:before {
  left: auto;
  right: 0;
  width: 100%;
}
.my-ads-button-sell .remove {
  color: #202945;
  margin-left: 10px;
}

.section-home {
  position: relative;
  min-height: 100vh;
  background: url(bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-home:before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, #23252b, transparent);
  width: 100%;
  height: 80px;
  bottom: 0;
}

.section-home h1 {
  color: #fff;
  font-size: 10vw;
  font-weight: 800;
  text-shadow: 0 5px 25px rgba(157, 10, 10, 0.2);
  opacity: 0.3;
}

.d-flex-right {
  display: flex !important;
  justify-content: right;
}

.section-two {
  min-height: 100vh;
  background: #23252b;
}

.section-two h2 {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  margin: 30px 0;
}

.section-two p {
  color: #fff;
  font-size: 1em;
  margin: 30px 0;
}

.header-top {
  padding: 0 55px 3px;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
@media (max-width: 1599px) {
  .header-top {
    padding: 0 20px 10px;
  }
}
@media (max-width: 1199px) {
  .header-top {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .header-top {
    padding: 7px 0px;
  }
}
@media (max-width: 639px) {
  .header-top {
    border: none;
    padding: 5px 0px;
  }
}
@media (max-width: 639px) {
  .header-top .head-search {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.header-top .header-box {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header-top .header-box {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .header-top .header-box {
    justify-content: space-around;
  }
}
@media (max-width: 639px) {
  .header-top .header-box {
    position: relative;
  }
}
.header-top .header-box .head-logo img {
  width: 140px;
}
@media (max-width: 1599px) {
  .header-top .header-box .head-logo img {
    width: 110px;
  }
}
@media (max-width: 639px) {
  .header-top .header-box .head-logo img {
    position: relative;
    left: 0px;
    width: 100px;
  }
}
.header-top .header-box .si-lo {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-top .header-box .si-lo {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .header-top .header-box .si-lo {
    justify-content: flex-start;
  }
}
@media (max-width: 639px) {
  .header-top .header-box .si-lo {
    position: absolute;
    top: 60px;
    left: 0px;
  }
}
@media (max-width: 374px) {
  .header-top .header-box .si-lo {
    position: absolute;
    top: 60px;
    left: 0px;
  }
}
.header-top .header-box .si-lo.dash a {
  text-decoration: none;
  color: #333;
}
@media (max-width: 1599px) {
  .header-top .header-box .si-lo.dash a {
    font-size: 14px;
    position: relative;
    left: -70px;
  }
}
@media (max-width: 374px) {
  .header-top .header-box .si-lo.dash a {
    font-size: 13px;
    position: relative;
    left: -70px;
  }
}
.header-top .header-box .si-lo.dash a:hover {
  text-decoration: none;
  color: #333;
}
.header-top .header-box .profile {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 2px;
  position: relative;
  z-index: 9999;
}
@media (max-width: 1199px) {
  .header-top .header-box .profile {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .header-top .header-box .profile {
    right: 0;
  }
}
@media (max-width: 639px) {
  .header-top .header-box .profile {
    position: absolute;
    right: 60px;
    justify-content: end;
    top: 10px;
  }
}
.header-top .header-box .profile img {
  width: 40px;
  height: auto;
  border-radius: 50%;
}
@media (max-width: 1599px) {
  .header-top .header-box .profile img {
    width: 35px;
    margin: 0 7px 0 0;
  }
}
@media (max-width: 639px) {
  .header-top .header-box .profile img {
    width: 30px;
  }
}
.header-top .header-box .profile a {
  text-decoration: none;
  color: #333;
}
@media (max-width: 1199px) {
  .header-top .header-box .profile a {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-top .header-box .profile a {
    display: none;
  }
}
@media (max-width: 639px) {
  .header-top .header-box .profile a {
    display: none;
  }
}
.header-top .header-box .profile a:hover {
  text-decoration: none;
}
.header-top .header-box .profile .dropbtn {
  background: none;
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
  outline: none !important;
}
.header-top .header-box .profile .dropdown {
  position: relative;
  display: flex;
}
.header-top .header-box .profile .dropdown .hello-box {
  margin: 0 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
.header-top .header-box .profile .dropdown .hello-box h6 {
  margin: 0 0 0 0;
  font-size: 12px !important;
  font-weight: 600 !important;
}
.header-top .header-box .profile .dropdown .hello-box p {
  margin: 0 0 0 0;
  font-size: 11px !important;
  font-weight: 500 !important;
}
.header-top .header-box .profile .dropdown .hello-box p span {
  color: #e33240;
}
.header-top .header-box .profile .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 13px 0px;
  border-radius: 8px;
  top: 35px;
}
.header-top .header-box .profile .dropdown-content a {
  color: #333;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}
@media (max-width: 639px) {
  .header-top .header-box .profile .dropdown-content a {
    padding: 3px 16px;
    font-size: 12px;
  }
}
.header-top .header-box .profile .dropdown-content a i {
  margin-right: 3px;
  color: #202945;
}
.header-top .header-box .profile .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.header-top .header-box .profile .dropdown:hover .dropdown-content {
  display: block;
}
.header-top .header-box .profile .dropdown:hover .dropbtn {
  background: none;
}

@media (max-width: 1599px) {
  .header {
    width: 100%;
    margin: 0px 0 0 auto;
  }
}
.header .head-box {
  position: relative;
}
@media (max-width: 1199px) {
  .header .head-box {
    padding: 0 10px 0 0px;
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 99999;
  }
}
@media (max-width: 991px) {
  .header .head-box {
    padding: 0;
    right: 0px;
  }
}
@media (max-width: 639px) {
  .header .head-box {
    padding: 0;
    right: 10px;
    top: -53px;
  }
}
.header .head-box .logo .one {
  display: none;
}

.header .navigation {
  position: relative;
  line-height: 40px;
  display: flex;
  justify-content: center;
}

.header.sticky {
  top: 0px;
}
@media (max-width: 1199px) {
  .header.sticky {
    padding: 10px 10px !important;
    right: 0;
  }
}
@media (max-width: 991px) {
  .header.sticky {
    padding: 13px 0 !important;
    right: 0;
  }
}
@media (max-width: 639px) {
  .header.sticky {
    padding: 5px 10px !important;
    right: 0;
  }
}

.header.sticky .navigation {
  line-height: 60px;
}

.header .navigation .menu {
  position: relative;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 0;
}

.menu-item > a {
  color: #333 !important;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
  margin: 15px;
  padding: 25px 0;
}
@media (max-width: 1599px) {
  .menu-item > a {
    font-size: 13px;
    margin: 7px;
    padding: 12px 0;
  }
}
.menu-item > a i {
  padding-left: 8px;
  color: #333;
}
.menu-item > a .fa-home {
  padding-left: 8px !important;
  color: #e33240 !important;
  font-size: 20px !important;
}
@media (max-width: 1199px) {
  .menu-item > a .fa-home {
    padding: 0 !important;
  }
}

.menu-item > a:hover {
  color: #e33240;
  transition: 0.3s;
  text-decoration: none;
}

.menu-item .sub-menu {
  position: absolute;
  background: #fff;
  top: 45px;
  line-height: 20px;
  list-style: none;
  border-radius: 0px 0px 10px 10px;
  text-shadow: 0 5px 25px rgba(157, 10, 10, 0.2);
  pointer-events: none;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s;
  transition-property: transform, opacity;
  z-index: 999;
  max-height: 60vh;
  overflow-y: auto;
}

.header.sticky .menu-item .sub-menu {
  top: 60px;
}

.menu-item:hover .sub-menu {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
  box-shadow: 1px 6px 12px 0px rgba(16, 16, 16, 0.4196078431);
}

.menu-item .sub-menu .sub-item {
  position: relative;
  cursor: pointer;
  box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(20, 24, 6, 0.1490196078);
}

.menu-item .sub-menu .sub-item a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  padding: 0px 20px;
  font-weight: 500;
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
  height: 40px;
  display: flex;
  align-items: center;
}
.menu-item .sub-menu .sub-item a:hover {
  color: #fff;
}
.menu-item .sub-menu .sub-item a i {
  margin: 2px 0 0 15px;
}

.menu-item .sub-menu .sub-item:hover {
  background: #e33240;
}

.menu-item .sub-menu .sub-item:last-child:hover {
  border-radius: 0 0 8px 8px;
}

.more .more-menu {
  position: absolute;
  background: #ffffff;
  list-style: none;
  top: 0;
  left: 100%;
  white-space: nowrap;
  border-radius: 0 0px 10px 10px;
  pointer-events: none;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.6s;
  transition-property: transform, opacity;
}

.more:hover .more-menu {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
  box-shadow: 1px 6px 12px 0px rgba(16, 16, 16, 0.4196078431);
}

.more .more-menu .more-item {
  box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}

.more .more-menu .more-item:hover {
  background: #e33240;
}

.more:hover .more2 .more-menu {
  opacity: 0;
}

.more2 .more-menu {
  position: absolute;
  background: #ffffff;
  list-style: none;
  top: 0;
  left: 100%;
  white-space: nowrap;
  border-radius: 0 0px 10px 10px;
  pointer-events: none;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s;
  transition-property: transform, opacity;
}

.more2:hover .more-menu {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1 !important;
}

.more2 .more-menu .more-item {
  box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}

.more2 .more-menu .more-item:hover {
  background: #e33240;
}

.menu-btn {
  display: none;
}

@media (max-width: 1060px) {
  .more:hover .more2 .more-menu {
    opacity: 1;
    background: #d3f382;
  }
  .header .navigation .menu {
    position: fixed;
    display: block;
    background: #f8f8f8;
    min-width: 350px;
    height: 100vh;
    top: 0;
    right: -100%;
    padding: 90px 50px;
    visibility: hidden;
    overflow-y: auto;
    transition: 0.5s;
    transition-property: right, visibility;
  }
}
@media (max-width: 1060px) and (max-width: 374px) {
  .header .navigation .menu {
    min-width: 100%;
    padding: 90px 20px;
  }
}
@media (max-width: 1060px) {
  .header.sticky .navigation {
    line-height: 45px;
  }
  .header .navigation .menu.active {
    right: 0;
    visibility: visible;
    z-index: 10000;
  }
  .menu-item {
    position: relative;
    margin-bottom: 0px;
  }
  .menu-item .sub-menu {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateX(10px);
    background: #e33240;
    border-radius: 5px;
    overflow-y: auto;
    max-height: 50vh;
    display: none;
  }
  .header.sticky .menu-item .sub-menu {
    top: 0;
  }
  .menu-item:hover .sub-menu {
    transform: translateX(10px);
  }
  .menu-item .sub-menu .sub-item {
    box-shadow: none;
  }
  .menu-item .sub-menu .sub-item:hover {
    background: none;
  }
  .menu-item .sub-menu .sub-item a:hover {
    color: #333;
    transition: 0.3s;
  }
  .more .more-menu {
    opacity: 1;
    position: relative;
    left: 0;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    display: none;
    margin-top: 15px;
  }
  .more .more-menu .more-item {
    box-shadow: none;
  }
  .more .more-menu .more-item:hover {
    background: none;
  }
  .more .more-menu .more-item a {
    margin-left: 20px;
  }
  .close-btn {
    position: absolute;
    background: url(../img/close.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 13px;
    background-position: center;
    top: 0;
    right: 0;
    margin: 25px;
    cursor: pointer;
  }
  .menu-btn {
    background: url(../img/menu.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 29px;
    background-position: center;
    cursor: pointer;
    display: block;
    float: right;
  }
}
@media (max-width: 1060px) and (max-width: 1199px) {
  .menu-btn {
    width: 30px;
  }
}
@media (max-width: 1060px) and (max-width: 991px) {
  .menu-btn {
    width: 50px;
  }
}
@media (max-width: 1060px) and (max-width: 639px) {
  .menu-btn {
    width: 44px;
  }
}
@media (max-width: 1060px) {
  .menu-item .sub-menu .sub-item a {
    color: #fff;
  }
  .header.sticky {
    padding: 10px 20px;
  }
}
.header-top-area .top-section {
  padding: 18px 100px 15px 100px;
}
@media (max-width: 1599px) {
  .header-top-area .top-section {
    padding: 18px 100px 20px 100px;
  }
}
@media (max-width: 1199px) {
  .header-top-area .top-section {
    padding: 18px 180px 20px 30px;
  }
}
@media (max-width: 991px) {
  .header-top-area .top-section {
    padding: 18px 90px 20px 30px;
  }
}
@media (max-width: 639px) {
  .header-top-area .top-section {
    padding: 9px 20px 0 20px;
  }
}
.header-top-area .top-section .logo img {
  width: 230px;
}
@media (max-width: 1199px) {
  .header-top-area .top-section .logo img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .header-top-area .top-section .logo img {
    width: 180px;
  }
}
@media (max-width: 639px) {
  .header-top-area .top-section .logo img {
    width: 160px;
  }
}
.header-top-area .top-section .top-sec-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 639px) {
  .header-top-area .top-section .top-sec-right {
    margin: 15px 0 0 0;
  }
}
.header-top-area .top-section .top-sec-right .col-md-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top-area .top-section .top-sec-right .col-md-9 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 639px) {
  .header-top-area .top-section .top-sec-right .col-md-9 {
    display: none;
  }
}
.header-top-area .top-section .top-sec-right .language select {
  border: none;
  outline: none !important;
}
@media (max-width: 639px) {
  .header-top-area .top-section .top-sec-right .language {
    position: absolute;
    top: -35px;
    right: 40px;
    z-index: 999;
  }
}
@media (max-width: 991px) {
  .header-top-area .top-section .top-sec-right .request-quotation {
    display: none;
  }
}
.header-top-area .top-section .top-sec-right .request-quotation .btn {
  font-size: 16px;
  padding: 7px 16px 7px;
}

/* ================== sticky ==================== */
.navbar-scroll {
  padding: 5px 0 0px 0;
  position: fixed;
  top: 0;
  z-index: 10000;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  transition-duration: 0.6s;
  height: auto;
  width: 100%;
}

.navbar-scroll .nav-item .nav-link {
  color: black;
}

.navbar-scroll .header-btn {
  color: #ffffff;
  background-color: #fe4066;
}

.navbar-scroll .logo img {
  position: sticky;
}

.navbar-scroll .one {
  display: inline-block !important;
  width: 200px;
  position: absolute !important;
  top: 5px;
  z-index: 999;
}

.navbar-scroll .logo_area .two {
  width: 220px;
  display: block;
  position: absolute;
  left: 38px;
  top: 0px;
}

.navbar-scroll .logo_area .one {
  opacity: 0;
  transform: rotateX(-45deg);
  transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.navbar-scroll .inner_main_menu ul {
  padding-top: 30px;
}

.navbar-scroll .inner_menu {
  width: 1360px;
}

.navbar-scroll .inner_main_menu {
  width: 1040px;
  transform: top translate(-100%);
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .title {
    font-size: 2rem !important;
  }
  .navbar-scroll {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .title {
    font-size: 1.8rem !important;
  }
  .main .tab-menu-link {
    width: 50% !important;
  }
  h2 {
    font-size: 2.3rem;
  }
  .navbar-scroll {
    height: 83px;
    border-radius: 0;
  }
  .navbar-scroll .one {
    width: 170px;
    top: 0px;
  }
  .product h4 {
    margin-top: 130px !important;
  }
  .pro-read {
    bottom: -80px !important;
    padding: 10px 0 !important;
  }
}
@media only screen and (min-width: 150px) and (max-width: 767px) {
  .navbar-scroll {
    height: 60px;
    border-radius: 0;
  }
  .navbar-scroll .head-search {
    position: unset;
  }
  .navbar-scroll .head-box {
    top: -90px;
  }
  .navbar-scroll .si-lo {
    position: absolute;
    top: 17px;
    left: 106px;
  }
  .navbar-scroll .one {
    top: 3px;
    width: 150px;
    left: 7px;
  }
}
/* ================== sticky ==================== */
/* ================== header-bottom-area start ==================== */
.header-bottom-area {
  border-bottom: 1px solid #ccc;
  padding: 0 80px;
  background: #fff;
}
@media (max-width: 991px) {
  .header-bottom-area {
    padding: 0 10px;
  }
}
@media (max-width: 639px) {
  .header-bottom-area {
    border: none;
    padding: 0 10px;
  }
}
@media (max-width: 639px) {
  .header-bottom-area .header-bottom-first {
    position: relative;
    top: 50px;
  }
}
@media (max-width: 374px) {
  .header-bottom-area .header-bottom-first {
    position: relative;
    top: 50px;
  }
}
.header-bottom-area .header-bottom-first ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 639px) {
  .header-bottom-area .header-bottom-first ul {
    padding: 0;
  }
}
@media (max-width: 374px) {
  .header-bottom-area .header-bottom-first ul {
    padding: 0;
  }
}
.header-bottom-area .header-bottom-first ul li {
  list-style: none;
  margin: 0 10px;
}
.header-bottom-area .header-bottom-first ul li a {
  text-decoration: none;
  color: #333;
}
.header-bottom-area .header-bottom-first ul li a:hover {
  text-decoration: none;
}
.header-bottom-area .header-bottom-first ul li a span {
  color: #fe4066;
  margin: 0 0 0 20px;
}
@media (max-width: 374px) {
  .header-bottom-area .header-bottom-first ul li a span {
    font-size: 12px;
    margin: 0 0 0 5px;
  }
}
@media (max-width: 639px) {
  .header-bottom-area .header-bottom-first ul li a {
    font-size: 14px;
  }
}
.header-bottom-area .header-bottom-first ul .w-list {
  position: absolute;
  right: 40px;
  top: 10px;
}
@media (max-width: 1599px) {
  .header-bottom-area .header-bottom-first ul .w-list {
    right: 0px;
  }
}
@media (max-width: 639px) {
  .header-bottom-area .header-bottom-first ul .w-list {
    position: unset;
  }
}
.header-bottom-area .header-bottom-first ul .w-list i {
  color: #e33240;
  font-size: 15px;
  margin: 0 2px 0 0;
}
@media (max-width: 1199px) {
  .header-bottom-area .header-bottom-first ul .w-list i {
    font-size: 13px;
    margin: 0 1px 0 0;
  }
}
@media (max-width: 991px) {
  .header-bottom-area .header-bottom-first ul .w-list i {
    font-size: 12px;
    margin: 0 1px 0 0;
  }
}
.header-bottom-area .header-bottom-second .header-bottom-right {
  justify-content: flex-end;
}
@media (max-width: 639px) {
  .header-bottom-area .header-bottom-second .header-bottom-right {
    width: 100%;
    margin-top: 10px;
    position: absolute;
    top: 0;
  }
}
@media (max-width: 639px) {
  .header-bottom-area .header-bottom-second .header-bottom-right .header-bottom-country {
    width: 100%;
    position: absolute;
    top: -95px;
    right: 130px;
    z-index: 9999;
  }
}
.header-bottom-area .header-bottom-second .header-bottom-right .header-bottom-wishlist {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 639px) {
  .header-bottom-area .header-bottom-second .header-bottom-right .header-bottom-wishlist {
    width: 40%;
    position: absolute;
    top: -42px;
    right: -9px;
  }
}
.header-bottom-area .header-bottom-second .header-bottom-right .header-bottom-wishlist a {
  text-decoration: none;
  color: #333;
}
@media (max-width: 1199px) {
  .header-bottom-area .header-bottom-second .header-bottom-right .header-bottom-wishlist a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 374px) {
  .header-bottom-area .header-bottom-second .header-bottom-right .header-bottom-wishlist a {
    font-size: 14px;
  }
}
.header-bottom-area .header-bottom-second .header-bottom-right .header-bottom-wishlist a:hover {
  text-decoration: none;
}
.header-bottom-area .header-bottom-second .header-bottom-right .header-bottom-wishlist a i {
  color: #e33240;
  margin: 0 5px 0 0;
}

/* ================== header-bottom-area end ==================== */
/* ================== breadcrumbs-area Start ==================== */
.breadcrumbs-area .breadcrumbs-box {
  width: 100%;
}
.breadcrumbs-area .breadcrumbs-box ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 12px 0 0 0;
}
@media (max-width: 639px) {
  .breadcrumbs-area .breadcrumbs-box ul {
    margin: 80px 0 0 0;
    justify-content: center;
  }
}
.breadcrumbs-area .breadcrumbs-box ul li {
  list-style: none;
}
.breadcrumbs-area .breadcrumbs-box ul li a {
  text-decoration: none;
  color: #323232;
  font-size: 14px;
}
.breadcrumbs-area .breadcrumbs-box ul li i {
  color: #202945;
  font-size: 10px;
  padding: 0 0 0 6px;
}

/* ================== breadcrumbs-area end ==================== */
h1 {
  font-size: 3.6rem !important;
  font-weight: 700 !important;
}
h1 em {
  font-style: normal;
  position: relative;
  font-weight: 800 !important;
  font-family: "Seek Font 1", sans-serif;
  font-size: 70px;
  color: #e33240;
  margin: 0 -9px 0 0;
  top: 20px;
  left: -14px;
  text-shadow: -4px 1px #f1f1f1;
}
@media (max-width: 1599px) {
  h1 em {
    font-size: 50px;
    margin: 0 -6px 0 0;
    top: 11px;
    left: -9px;
    text-shadow: -4px 1px #f1f1f1;
  }
}
@media (max-width: 1199px) {
  h1 em {
    font-size: 36px;
    margin: 0 -2px 0 0;
    top: 8px;
    left: -5px;
  }
}
@media (max-width: 991px) {
  h1 em {
    font-size: 30px;
  }
}
@media (max-width: 639px) {
  h1 em {
    font-size: 22px;
    margin: 0 -2px 0 0;
    top: 6px;
    left: -4px;
  }
}
@media (max-width: 374px) {
  h1 em {
    font-size: 22px;
    margin: 0 -2px 0 0;
    top: 6px;
    left: -4px;
  }
}
@media (max-width: 1599px) {
  h1 {
    font-size: 3.4rem !important;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 2.3rem !important;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 2.1rem !important;
  }
}
@media (max-width: 639px) {
  h1 {
    font-size: 1.7rem !important;
    margin-bottom: 10px !important;
  }
}

h2 {
  font-size: 2.2rem !important;
  font-weight: 600 !important;
}
h2 em {
  font-style: normal;
  position: relative;
  font-weight: 600;
  font-family: "Seek Font 1", sans-serif;
  font-size: 23px;
  color: #e33240;
  margin: 0 1px 0 0;
  top: 6px;
  left: -2px;
}
@media (max-width: 1599px) {
  h2 em {
    font-size: 21px;
    top: 3px;
  }
}
@media (max-width: 1199px) {
  h2 em {
    font-size: 20px;
    top: 4px;
    left: 0;
    margin: 0 2px 0 0;
  }
}
@media (max-width: 991px) {
  h2 em {
    font-size: 20px;
    top: 4px;
    left: 0;
    margin: 0 2px 0 0;
  }
}
@media (max-width: 639px) {
  h2 em {
    font-size: 15px;
    top: 2px;
    left: 0;
    margin: 0 2px 0 0;
  }
}
@media (max-width: 374px) {
  h2 em {
    font-size: 15px;
    top: 2px;
    left: 0;
    margin: 0 2px 0 0;
  }
}
@media (max-width: 1599px) {
  h2 {
    font-size: 2rem !important;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 2rem !important;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 639px) {
  h2 {
    font-size: 1.5rem !important;
  }
}

h3 {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
}
h3 em {
  font-style: normal;
  position: relative;
  font-weight: 600;
  font-family: "Seek Font 1", sans-serif;
  font-size: 18px;
  color: #e33240;
  margin: 0 1px 0 0;
  top: 4px;
  left: -3px;
}
@media (max-width: 1599px) {
  h3 em {
    font-size: 17px;
    top: 3px;
  }
}
@media (max-width: 1199px) {
  h3 em {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  h3 em {
    font-size: 14px;
    top: 3px;
    left: -1px;
  }
}
@media (max-width: 639px) {
  h3 em {
    font-size: 12px;
  }
}
@media (max-width: 374px) {
  h3 em {
    font-size: 12px;
  }
}
@media (max-width: 1599px) {
  h3 {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 1199px) {
  h3 {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 639px) {
  h3 {
    font-size: 1.2rem !important;
  }
}

h4 {
  font-size: 1.4rem !important;
  font-weight: 500 !important;
}
@media (max-width: 1599px) {
  h4 {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 1199px) {
  h4 {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 639px) {
  h4 {
    font-size: 1.1rem !important;
  }
}

h5 {
  font-size: 1.1rem !important;
  font-weight: 500 !important;
}
@media (max-width: 1599px) {
  h5 {
    font-size: 1.1rem !important;
  }
}
@media (max-width: 1199px) {
  h5 {
    font-size: 1rem !important;
  }
}
@media (max-width: 991px) {
  h5 {
    font-size: 1rem !important;
  }
}
@media (max-width: 639px) {
  h5 {
    font-size: 1rem !important;
  }
}

h6 {
  font-size: 1rem !important;
}
@media (max-width: 1599px) {
  h6 {
    font-size: 1rem !important;
  }
}
@media (max-width: 1199px) {
  h6 {
    font-size: 1rem !important;
  }
}
@media (max-width: 991px) {
  h6 {
    font-size: 1rem !important;
  }
}
@media (max-width: 639px) {
  h6 {
    font-size: 1rem !important;
  }
}

.main-box {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.main-box.product-page {
  background: #ebebeb;
}
@media (max-width: 639px) {
  .main-box {
    margin: 30px 0 0 0;
    padding: 0;
  }
}

@media (min-width: 576px) {
  .main-box {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .main-box {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .main-box {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .main-box {
    max-width: 1160px;
  }
}
@media (min-width: 1400px) {
  .main-box {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .main-box {
    max-width: 1520px;
  }
}
@media (min-width: 1920px) {
  .main-box {
    max-width: 1680px;
  }
}
.btn {
  position: relative;
  z-index: 998;
}

.text-muted {
  color: #9d9d9d !important;
}

#top {
  font-weight: bold;
  font-size: 25px;
  bottom: 10px;
  right: 30px;
  border-bottom: 0;
  padding: 10px;
  color: #ffffff;
  position: fixed;
  z-index: 999;
}
#top i {
  transform: rotateZ(0deg);
  color: #e33240;
  padding: 11px;
  background: #ffffff;
  border-radius: 5px;
}

.hero-area {
  margin: 50px 0 0 0;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 991px) {
  .hero-area {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 639px) {
  .hero-area {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 374px) {
  .hero-area {
    margin: 10px 0 0 0;
  }
}
.hero-area .hero-area-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
}
.hero-area .hero-area-head h2 {
  color: #333;
  position: relative;
  padding-left: 75px;
}
@media (max-width: 639px) {
  .hero-area .hero-area-head h2 {
    padding-left: 35px;
  }
}
.hero-area .hero-area-head h2::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
@media (max-width: 639px) {
  .hero-area .hero-area-head h2::before {
    top: 10px;
    width: 30px;
  }
}
.hero-area .heroSwiper {
  border-radius: 10px;
}
.hero-area .heroSwiper .swiper-wrapper .swiper-slide {
  padding: 30px 30px;
  border-radius: 10px;
  background: radial-gradient(circle at 80% 50%, #5878a7 0, #202a46 70%, #202a46 100%);
}
@media (max-width: 1599px) {
  .hero-area .heroSwiper .swiper-wrapper .swiper-slide {
    padding: 30px 30px 30px 40px;
  }
}
@media (max-width: 991px) {
  .hero-area .heroSwiper .swiper-wrapper .swiper-slide {
    background: radial-gradient(circle at 55% 35%, #5878a7 0, #202a46 70%, #202a46 100%);
  }
}
@media (max-width: 639px) {
  .hero-area .heroSwiper .swiper-wrapper .swiper-slide {
    padding: 0px 10px;
    border-radius: 0px;
    background: radial-gradient(circle at 55% 26%, #5878a7 0, #202a46 70%, #202a46 100%);
  }
}
@media (max-width: 374px) {
  .hero-area .heroSwiper .swiper-wrapper .swiper-slide {
    padding: 0px 10px;
    border-radius: 0px;
    background: radial-gradient(circle at 55% 26%, #5878a7 0, #202a46 70%, #202a46 100%);
  }
}
.hero-area .heroSwiper .swiper-wrapper .swiper-slide .slider-content {
  padding: 40px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.hero-area .heroSwiper .swiper-wrapper .swiper-slide .slider-content p {
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1599px) {
  .hero-area .heroSwiper .swiper-wrapper .swiper-slide .slider-content {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .hero-area .heroSwiper .swiper-wrapper .swiper-slide .slider-content {
    order: 1;
  }
}
@media (max-width: 639px) {
  .hero-area .heroSwiper .swiper-wrapper .swiper-slide .slider-content {
    padding: 30px;
    border-radius: 0px;
  }
}
@media (max-width: 374px) {
  .hero-area .heroSwiper .swiper-wrapper .swiper-slide .slider-content {
    padding: 10px;
    border-radius: 0px;
  }
}
.hero-area .heroSwiper .swiper-wrapper .swiper-slide .slider-content h5 {
  background: #e33240;
  padding: 2px 5px;
}
.hero-area .heroSwiper .swiper-wrapper .swiper-slide .slider-pic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-area .heroSwiper .swiper-wrapper .swiper-slide .slider-pic img {
  width: 100%;
  border-radius: 15px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1599px) {
  .hero-area .heroSwiper .swiper-wrapper .swiper-slide .slider-pic img {
    height: 460px;
  }
}
@media (max-width: 1199px) {
  .hero-area .heroSwiper .swiper-wrapper .swiper-slide .slider-pic img {
    height: 360px;
  }
}
@media (max-width: 991px) {
  .hero-area .heroSwiper .swiper-wrapper .swiper-slide .slider-pic img {
    height: 450px;
    margin: 40px 0;
  }
}
@media (max-width: 639px) {
  .hero-area .heroSwiper .swiper-wrapper .swiper-slide .slider-pic img {
    height: auto;
    margin: 30px 0;
    border-radius: 10px;
  }
}
@media (max-width: 374px) {
  .hero-area .heroSwiper .swiper-wrapper .swiper-slide .slider-pic img {
    height: auto;
    margin: 30px 0;
    border-radius: 10px;
  }
}
.hero-area .heroSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e33240;
}
.hero-area .heroSwiper .swiper-pagination {
  position: relative;
  margin: 20px 0 0 0;
}

.hot-deals-area {
  padding: 60px 0 0 0;
}
.hot-deals-area .hero-area-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
}
.hot-deals-area .hero-area-head h2 {
  color: #333;
  position: relative;
  padding-left: 75px;
}
@media (max-width: 639px) {
  .hot-deals-area .hero-area-head h2 {
    padding-left: 35px;
  }
}
.hot-deals-area .hero-area-head h2::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
@media (max-width: 639px) {
  .hot-deals-area .hero-area-head h2::before {
    top: 10px;
    width: 30px;
  }
}
.hot-deals-area .hotDeal-box {
  background: #202945;
  padding: 20px 25px;
  border-radius: 10px;
  margin: 0 0 40px 0;
}
@media (max-width: 1599px) {
  .hot-deals-area .hotDeal-box {
    height: 340px;
  }
}
@media (max-width: 1199px) {
  .hot-deals-area .hotDeal-box {
    height: auto;
  }
}
.hot-deals-area .hotDeal-box .hotSwiper .swiper-wrapper .swiper-slide .hotDeal-box-content h5 {
  color: #fff;
  margin: 0 0 20px 0;
}
@media (max-width: 1199px) {
  .hot-deals-area .hotDeal-box .hotSwiper .swiper-wrapper .swiper-slide .hotDeal-box-content h5 {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 991px) {
  .hot-deals-area .hotDeal-box .hotSwiper .swiper-wrapper .swiper-slide .hotDeal-box-content h5 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 639px) {
  .hot-deals-area .hotDeal-box .hotSwiper .swiper-wrapper .swiper-slide .hotDeal-box-content h5 {
    font-size: 1.2rem !important;
  }
}
.hot-deals-area .hotDeal-box .hotSwiper .swiper-wrapper .swiper-slide .hotDeal-box-content h4 {
  color: #fff;
  margin: 0 0 20px 0;
}
@media (max-width: 1199px) {
  .hot-deals-area .hotDeal-box .hotSwiper .swiper-wrapper .swiper-slide .hotDeal-box-content h4 {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 991px) {
  .hot-deals-area .hotDeal-box .hotSwiper .swiper-wrapper .swiper-slide .hotDeal-box-content h4 {
    font-size: 2rem !important;
  }
}
@media (max-width: 639px) {
  .hot-deals-area .hotDeal-box .hotSwiper .swiper-wrapper .swiper-slide .hotDeal-box-content h4 {
    font-size: 1.5rem !important;
  }
}
.hot-deals-area .hotDeal-box .hotSwiper .swiper-wrapper .swiper-slide .hotDeal-box-content h6 {
  color: #fff;
  margin: 0 0 20px 0;
}
@media (max-width: 1199px) {
  .hot-deals-area .hotDeal-box .hotSwiper .swiper-wrapper .swiper-slide .hotDeal-box-content h6 {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 991px) {
  .hot-deals-area .hotDeal-box .hotSwiper .swiper-wrapper .swiper-slide .hotDeal-box-content h6 {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 639px) {
  .hot-deals-area .hotDeal-box .hotSwiper .swiper-wrapper .swiper-slide .hotDeal-box-content h6 {
    font-size: 1rem !important;
  }
}
.hot-deals-area .hotDeal-box .hotSwiper .swiper-wrapper .swiper-slide .hotDeal-box-img img {
  width: 100%;
  border-radius: 6px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1599px) {
  .hot-deals-area .hotDeal-box .hotSwiper .swiper-wrapper .swiper-slide .hotDeal-box-img img {
    height: 240px;
  }
}
@media (max-width: 1199px) {
  .hot-deals-area .hotDeal-box .hotSwiper .swiper-wrapper .swiper-slide .hotDeal-box-img img {
    margin-top: 30px;
    height: 440px;
  }
}
@media (max-width: 991px) {
  .hot-deals-area .hotDeal-box .hotSwiper .swiper-wrapper .swiper-slide .hotDeal-box-img img {
    height: auto;
  }
}
@media (max-width: 639px) {
  .hot-deals-area .hotDeal-box .hotSwiper .swiper-wrapper .swiper-slide .hotDeal-box-img img {
    height: auto;
  }
}
.hot-deals-area .hotDeal-box .hotSwiper.swiper-cube .swiper-cube-shadow:before {
  background: none !important;
}

.categories-area {
  padding: 50px 0;
}
@media (max-width: 1599px) {
  .categories-area {
    padding: 50px 0;
  }
}
@media (max-width: 1199px) {
  .categories-area {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .categories-area {
    padding: 30px 0;
  }
}
@media (max-width: 639px) {
  .categories-area {
    padding: 30px 0;
  }
}
.categories-area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 60px;
  justify-content: center;
}
@media (max-width: 1599px) {
  .categories-area ul {
    padding: 0 15px;
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .categories-area ul {
    padding: 0 15px;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .categories-area ul {
    padding: 0 15px;
    gap: 15px;
  }
}
@media (max-width: 639px) {
  .categories-area ul {
    padding: 0 15px;
    gap: 10px;
    justify-content: flex-start;
  }
}
.categories-area ul li {
  list-style: none;
  border-radius: 6px;
  display: flex;
  background: #fff;
  border: 1px solid rgba(227, 50, 64, 0.4);
}
.categories-area ul li i {
  font-size: 22px;
  margin: 0 15px 0 0;
}
.categories-area ul li a {
  text-decoration: none;
  color: #333;
}
.categories-area ul li a:hover {
  text-decoration: none;
  color: #333;
}
@media (max-width: 639px) {
  .categories-area ul li {
    width: auto;
  }
}
.categories-area .btn {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 8px 16px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .categories-area .btn {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .categories-area .btn {
    font-size: 17px;
  }
}
@media (max-width: 639px) {
  .categories-area .btn {
    width: 100%;
    text-align: left;
    font-size: 13px;
    padding: 5px 7px;
  }
}
.categories-area .btn:focus,
.categories-area .btn:hover {
  color: #fff;
}
.categories-area .btn:before {
  content: "";
  background: #e33240;
  width: 100%;
  height: 100%;
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.categories-area .btn:focus:before,
.categories-area .btn:hover:before {
  transform: scale(1);
}
.categories-area .categories-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
}
@media (max-width: 1199px) {
  .categories-area .categories-head {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 991px) {
  .categories-area .categories-head {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 639px) {
  .categories-area .categories-head {
    margin: 0 0 10px 0;
  }
}
.categories-area .categories-head h2 {
  color: #333;
  position: relative;
  padding-left: 75px;
}
@media (max-width: 639px) {
  .categories-area .categories-head h2 {
    padding-left: 35px;
  }
}
.categories-area .categories-head h2::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
@media (max-width: 639px) {
  .categories-area .categories-head h2::before {
    top: 10px;
    width: 30px;
  }
}

.latest-upload-area {
  position: relative;
  padding: 20px 0 50px 0;
}
@media (max-width: 1599px) {
  .latest-upload-area {
    padding: 80px 0 100px 0;
  }
}
@media (max-width: 1199px) {
  .latest-upload-area {
    padding: 50px 0;
  }
}
@media (max-width: 639px) {
  .latest-upload-area {
    padding: 40px 0 70px 0;
  }
}
.latest-upload-area .latest-upload-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
}
@media (max-width: 1199px) {
  .latest-upload-area .latest-upload-head {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 991px) {
  .latest-upload-area .latest-upload-head {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 639px) {
  .latest-upload-area .latest-upload-head {
    margin: 0 0 10px 0;
  }
}
.latest-upload-area .latest-upload-head h2 {
  color: #333;
  position: relative;
  padding-left: 75px;
}
@media (max-width: 639px) {
  .latest-upload-area .latest-upload-head h2 {
    padding-left: 35px;
  }
}
.latest-upload-area .latest-upload-head h2::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
@media (max-width: 639px) {
  .latest-upload-area .latest-upload-head h2::before {
    top: 10px;
    width: 30px;
  }
}
.latest-upload-area .latestuploadSwiper {
  padding: 0 50px;
}
@media (max-width: 639px) {
  .latest-upload-area .latestuploadSwiper {
    padding: 0 20px;
  }
}
.latest-upload-area .latestuploadSwiper .swiper {
  padding: 0 60px;
}
.latest-upload-area .latestuploadSwiper .swiper-slide {
  padding: 10px 15px;
  text-align: left;
  border-radius: 8px;
  background: radial-gradient(circle at 50% 50%, #fff 0, #d7dee0 110%, #d7dee0 100%);
  height: 370px;
}
@media (max-width: 1599px) {
  .latest-upload-area .latestuploadSwiper .swiper-slide {
    height: 370px;
  }
}
@media (max-width: 1199px) {
  .latest-upload-area .latestuploadSwiper .swiper-slide {
    height: 430px;
  }
}
@media (max-width: 991px) {
  .latest-upload-area .latestuploadSwiper .swiper-slide {
    height: 370px;
  }
}
@media (max-width: 639px) {
  .latest-upload-area .latestuploadSwiper .swiper-slide {
    height: 370px;
  }
}
.latest-upload-area .latestuploadSwiper .swiper-slide img {
  width: 100%;
  margin: 7px 0 10px 0px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
}
@media (max-width: 1599px) {
  .latest-upload-area .latestuploadSwiper .swiper-slide img {
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .latest-upload-area .latestuploadSwiper .swiper-slide img {
    height: 260px;
  }
}
@media (max-width: 991px) {
  .latest-upload-area .latestuploadSwiper .swiper-slide img {
    height: 200px;
  }
}
@media (max-width: 639px) {
  .latest-upload-area .latestuploadSwiper .swiper-slide img {
    height: 200px;
  }
}
.latest-upload-area .latestuploadSwiper .swiper-slide h3 {
  margin: 0 0 2px 0;
}
.latest-upload-area .latestuploadSwiper .swiper-slide h3 a {
  font-size: 1.1rem !important;
  color: #333;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .latest-upload-area .latestuploadSwiper .swiper-slide h3 a {
    font-size: 1.1rem !important;
  }
}
.latest-upload-area .latestuploadSwiper .swiper-slide h3 a:hover {
  color: #333;
  text-decoration: none;
}
.latest-upload-area .latestuploadSwiper .swiper-slide p {
  color: #333;
  margin: 0px !important;
  font-size: 13px;
}
.latest-upload-area .latestuploadSwiper .swiper-slide p i {
  color: #e33240;
}
.latest-upload-area .latestuploadSwiper .swiper-slide .title-catgry {
  color: #333;
  font-size: 15px;
}
.latest-upload-area .latestuploadSwiper .swiper-button-next:after,
.latest-upload-area .latestuploadSwiper .swiper-button-prev:after {
  background: #d7dee0;
  font-size: 18px;
  padding: 20px 10px;
  color: #333;
  font-weight: 600;
}
.latest-upload-area .latestuploadSwiper .swiper-button-next.swiper-button-disabled,
.latest-upload-area .latestuploadSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

.free-quote-area {
  padding: 60px 0 60px 0;
}
@media (max-width: 1599px) {
  .free-quote-area {
    padding: 10px 0;
  }
}
@media (max-width: 1199px) {
  .free-quote-area {
    padding: 20px 0 10px 0;
  }
}
@media (max-width: 991px) {
  .free-quote-area {
    padding: 20px 0 10px 0;
  }
}
@media (max-width: 639px) {
  .free-quote-area {
    padding: 30px 0;
  }
}
.free-quote-area .container {
  border-radius: 6px;
  position: relative;
}
@media (max-width: 639px) {
  .free-quote-area .container {
    border-radius: 0px;
  }
}
.free-quote-area .container .free-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 100%;
}
@media (max-width: 1199px) {
  .free-quote-area .container .free-bg {
    width: 100%;
    opacity: 0.5;
  }
}
@media (max-width: 639px) {
  .free-quote-area .container .free-bg {
    width: 130%;
    opacity: 0.2;
  }
}
.free-quote-area .container .row {
  padding: 40px 40px;
  background: radial-gradient(circle at 50% 50%, #5e5e5e 0, #2c2c2c 80%, #262626 100%);
  border-radius: 6px;
}
@media (max-width: 639px) {
  .free-quote-area .container .row {
    border-radius: 0px;
    padding: 40px 0px;
  }
}
@media (max-width: 374px) {
  .free-quote-area .container .row {
    border-radius: 0px;
    padding: 40px 0px;
  }
}
.free-quote-area .free-quote-content h2 {
  color: #fff;
  position: relative;
  padding-left: 75px;
}
@media (max-width: 1199px) {
  .free-quote-area .free-quote-content h2 {
    padding-left: 70px;
  }
}
@media (max-width: 639px) {
  .free-quote-area .free-quote-content h2 {
    padding-left: 35px;
  }
}
.free-quote-area .free-quote-content h2::after {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
@media (max-width: 639px) {
  .free-quote-area .free-quote-content h2::after {
    top: 10px;
    width: 30px;
  }
}
.free-quote-area .free-quote-content p {
  line-height: 24px;
  font-size: 15px;
  color: #fff;
}
.free-quote-area .free-quote-pic img {
  width: 70%;
}
@media (max-width: 639px) {
  .free-quote-area .free-quote-pic img {
    width: 100%;
    margin: 50px 0 0 0;
  }
}

.modal-dialog {
  max-width: 800px !important;
}
.modal-dialog .modal-content {
  padding: 10px 10px;
}
@media (max-width: 639px) {
  .modal-dialog .modal-content {
    padding: 10px 0px;
  }
}

.post-your-requirements.modal-content {
  background: radial-gradient(circle at 50% 50%, #3c5d8c 0, #202a46 60%, #202a46 100%) !important;
  padding: 30px 30px;
}
.post-your-requirements.modal-content .modal-title {
  color: white;
}
.post-your-requirements.modal-content .form-group label {
  color: #fff;
}
.post-your-requirements.modal-content button.close {
  padding: 4px 10px;
  background-color: #fff !important;
  border: 0;
  opacity: 1;
}

.modal-body.post-requirement {
  max-height: 420px;
  overflow-y: scroll;
}

.blog-home-area {
  position: relative;
  padding: 10px 0 80px 0;
}
@media (max-width: 1599px) {
  .blog-home-area {
    padding: 80px 0 100px 0;
  }
}
@media (max-width: 1199px) {
  .blog-home-area {
    padding: 80px 0;
  }
}
@media (max-width: 639px) {
  .blog-home-area {
    padding: 40px 0 70px 0;
  }
}
.blog-home-area .blog-home-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
}
@media (max-width: 991px) {
  .blog-home-area .blog-home-head {
    margin: 40px 0 18px 0;
  }
}
.blog-home-area .blog-home-head h2 {
  color: #333;
  position: relative;
  padding-left: 75px;
}
.blog-home-area .blog-home-head h2::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
.blog-home-area .bloghomeSwiper {
  padding: 0 50px;
}
@media (max-width: 991px) {
  .blog-home-area .bloghomeSwiper {
    padding: 0px;
  }
}
@media (max-width: 639px) {
  .blog-home-area .bloghomeSwiper {
    padding: 0px;
  }
}
.blog-home-area .bloghomeSwiper .swiper {
  padding: 0 60px;
}
.blog-home-area .bloghomeSwiper .swiper-slide {
  padding: 0;
  text-align: left;
  border-radius: 8px;
  background: #fff;
  box-shadow: 3px -2px 20px 0px #dddddd;
  margin: 0 0 10px 0;
  padding: 10px 0;
}
.blog-home-area .bloghomeSwiper .swiper-slide img {
  width: 100%;
  margin: 0 0 0 0;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1599px) {
  .blog-home-area .bloghomeSwiper .swiper-slide img {
    height: 210px;
  }
}
@media (max-width: 1199px) {
  .blog-home-area .bloghomeSwiper .swiper-slide img {
    height: 260px;
  }
}
@media (max-width: 991px) {
  .blog-home-area .bloghomeSwiper .swiper-slide img {
    height: 220px;
  }
}
@media (max-width: 639px) {
  .blog-home-area .bloghomeSwiper .swiper-slide img {
    height: auto;
  }
}
@media (max-width: 374px) {
  .blog-home-area .bloghomeSwiper .swiper-slide img {
    height: auto;
  }
}
.blog-home-area .bloghomeSwiper .swiper-slide p {
  color: #333;
  height: 90px;
}
@media (max-width: 1199px) {
  .blog-home-area .bloghomeSwiper .swiper-slide p {
    height: 70px;
  }
}
@media (max-width: 991px) {
  .blog-home-area .bloghomeSwiper .swiper-slide p {
    height: 90px;
  }
}
.blog-home-area .bloghomeSwiper .swiper-button-next:after,
.blog-home-area .bloghomeSwiper .swiper-button-prev:after {
  background: #d7dee0;
  font-size: 18px;
  padding: 20px 10px;
  color: #333;
  font-weight: 600;
}
.blog-home-area .bloghomeSwiper .swiper-button-next.swiper-button-disabled,
.blog-home-area .bloghomeSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.blog-home-area .bloghomeSwiper .post-date {
  position: absolute;
  top: 2%;
  left: 4%;
}
@media (max-width: 1599px) {
  .blog-home-area .bloghomeSwiper .post-date {
    top: 2%;
  }
}
@media (max-width: 1199px) {
  .blog-home-area .bloghomeSwiper .post-date {
    top: 2%;
    left: 3%;
  }
}
@media (max-width: 639px) {
  .blog-home-area .bloghomeSwiper .post-date {
    top: 2%;
  }
}
.blog-home-area .bloghomeSwiper .post-date .date {
  display: inline-block;
  border-radius: 3px 0 0 3px;
  padding: 5px 10px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  float: left;
}
.blog-home-area .bloghomeSwiper .post-date .month {
  display: inline-block;
  border-radius: 0 3px 3px 0;
  padding: 5px 13px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #e33240;
}
.blog-home-area .bloghomeSwiper .bl-discription {
  padding: 15px 20px;
}
.blog-home-area .bloghomeSwiper .bl-discription .post-title {
  margin: 0 0 15px 0;
}
.blog-home-area .bloghomeSwiper .bl-discription .post-title a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.blog-home-area .bloghomeSwiper .bl-discription .post-title a:hover {
  text-decoration: none;
}
.blog-home-area .bloghomeSwiper .bl-discription .read-more {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  transition: color 0.2s linear;
}

.blog-home-area {
  padding: 0px 0 60px 0;
}
@media (max-width: 639px) {
  .blog-home-area {
    padding: 40px 0 70px 0;
  }
}
.blog-home-area .blog-home-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
}
@media (max-width: 991px) {
  .blog-home-area .blog-home-head {
    margin: 40px 0 18px 0;
  }
}
.blog-home-area .blog-home-head h2 {
  color: #333;
  position: relative;
  padding-left: 75px;
}
@media (max-width: 639px) {
  .blog-home-area .blog-home-head h2 {
    padding-left: 35px;
  }
}
.blog-home-area .blog-home-head h2::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
@media (max-width: 639px) {
  .blog-home-area .blog-home-head h2::before {
    top: 10px;
    width: 30px;
  }
}
.blog-home-area .blogSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.blog-home-area .blogSwiper .swiper-slide .swiper-slide-box {
  background: #ccc;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 10px;
  border-radius: 6px;
}
.blog-home-area .blogSwiper .swiper-slide .swiper-slide-box img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 1599px) {
  .blog-home-area .blogSwiper .swiper-slide .swiper-slide-box img {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .blog-home-area .blogSwiper .swiper-slide .swiper-slide-box img {
    height: 180px;
  }
}
@media (max-width: 991px) {
  .blog-home-area .blogSwiper .swiper-slide .swiper-slide-box img {
    height: 220px;
  }
}
@media (max-width: 639px) {
  .blog-home-area .blogSwiper .swiper-slide .swiper-slide-box img {
    height: auto;
  }
}
.blog-home-area .blogSwiper .swiper-slide .swiper-slide-box h6 {
  text-align: center;
  padding: 20px 0 10px 0;
  width: 100%;
}
.blog-home-area .blogSwiper .swiper-button-next,
.blog-home-area .blogSwiper .swiper-button-prev {
  position: absolute;
  top: 140px;
  width: 0px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-home-area .blogSwiper .swiper-button-next:after,
.blog-home-area .blogSwiper .swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 17px;
  color: #333;
  font-weight: 600;
  background: #fff;
  padding: 20px 20px 20px 10px;
}
.blog-home-area .blogSwiper .swiper-button-prev:after,
.blog-home-area .blogSwiper .swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 17px;
  color: #333;
  font-weight: 600;
  background: #fff;
  padding: 20px 10px 20px 20px;
}
.blog-home-area .blogSwiper .swiper-button-next.swiper-button-disabled,
.blog-home-area .blogSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.blog-list-area {
  padding: 60px 0 60px 0;
}
@media (max-width: 639px) {
  .blog-list-area {
    padding: 30px 0;
  }
}
.blog-list-area h2 {
  text-align: center;
  margin: 0 0 40px 0;
}
@media (max-width: 639px) {
  .blog-list-area h2 {
    margin: 0 0 20px 0;
  }
}
.blog-list-area .post-slide {
  margin: 0 15px 60px 15px;
  position: relative;
  background: #fff;
}
@media (max-width: 1599px) {
  .blog-list-area .post-slide {
    margin: 0 10px 40px 10px;
  }
}
@media (max-width: 1199px) {
  .blog-list-area .post-slide {
    margin: 0 10px 40px 10px;
  }
}
@media (max-width: 991px) {
  .blog-list-area .post-slide {
    margin: 0 0px 40px 0px;
  }
}
@media (max-width: 639px) {
  .blog-list-area .post-slide {
    margin: 0 0px 40px 0px;
  }
}
.blog-list-area .post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.blog-list-area .post-slide .post-img img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1599px) {
  .blog-list-area .post-slide .post-img img {
    height: 230px;
  }
}
@media (max-width: 1199px) {
  .blog-list-area .post-slide .post-img img {
    height: 290px;
  }
}
@media (max-width: 991px) {
  .blog-list-area .post-slide .post-img img {
    height: 220px;
  }
}
@media (max-width: 639px) {
  .blog-list-area .post-slide .post-img img {
    height: auto;
  }
}
.blog-list-area .post-slide .over-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}
.blog-list-area .post-slide:hover .over-layer {
  opacity: 1;
}
.blog-list-area .post-slide .post-link {
  margin: 0;
  padding: 0;
  position: relative;
  top: 45%;
  text-align: center;
}
.blog-list-area .post-slide .post-link li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}
.blog-list-area .post-slide .post-link li a {
  color: #fff;
  font-size: 20px;
}
.blog-list-area .post-slide .post-link li a:hover {
  color: #e33240;
  text-decoration: none;
}
.blog-list-area .post-slide .post-date {
  position: absolute;
  top: 10%;
  left: 4%;
}
.blog-list-area .post-slide .date {
  display: inline-block;
  border-radius: 3px 0 0 3px;
  padding: 5px 10px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  float: left;
}
.blog-list-area .post-slide .month {
  display: inline-block;
  border-radius: 0 3px 3px 0;
  padding: 5px 13px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #e33240;
}
.blog-list-area .post-slide .post-content {
  padding: 10px 20px 40px;
  background: #d7dee0;
  border-radius: 0 0 6px 6px;
}
.blog-list-area .post-slide .post-title {
  margin: 0 0 15px 0;
}
.blog-list-area .post-slide .post-title a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.blog-list-area .post-slide .post-title a:hover {
  text-decoration: none;
  color: #e33240;
}
.blog-list-area .post-slide .post-description {
  font-size: 14px;
  line-height: 24px;
  color: #424242;
}
.blog-list-area .post-slide .read-more {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  transition: color 0.2s linear;
}
.blog-list-area .post-slide .read-more:hover {
  text-decoration: none;
  color: #e33240;
}
.blog-list-area .post-slide .read-more:after {
  content: "";
  position: absolute;
  width: 30%;
  display: block;
  border: 1px solid #e33240;
  transition: all 0.3s ease;
}
.blog-list-area .post-slide .read-more:hover:after {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .blog-list-area .post-slide .month {
    font-size: 14px;
  }
  .blog-list-area .post-slide .date {
    font-size: 14px;
  }
}

.blog-details-area {
  padding: 60px 0 60px 0;
}
@media (max-width: 639px) {
  .blog-details-area {
    padding: 30px 15px;
  }
}
@media (max-width: 639px) {
  .blog-details-area .container {
    padding: 0;
  }
}
.blog-details-area h2 {
  text-align: center;
  margin: 0 0 40px 0;
}
@media (max-width: 639px) {
  .blog-details-area h2 {
    margin: 0 0 20px 0;
  }
}
.blog-details-area .blog-details-hero {
  border-radius: 6px;
}
.blog-details-area .blog-details-hero .blog-details-hero-slider h3 {
  margin: 20px 0 20px 0;
}
.blog-details-area .blog-details-hero .blog-details-hero-slider p {
  line-height: 28px;
  font-size: 15px;
  text-align: justify;
}
.blog-details-area .blog-details-hero .blog-details-hero-slider .swiper-pagination {
  position: relative;
}
.blog-details-area .blog-details-hero .blog-details-hero-slider .swiper-slide img {
  width: 100%;
  border-radius: 6px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1599px) {
  .blog-details-area .blog-details-hero .blog-details-hero-slider .swiper-slide img {
    height: 470px;
  }
}
@media (max-width: 1199px) {
  .blog-details-area .blog-details-hero .blog-details-hero-slider .swiper-slide img {
    height: 520px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 991px) {
  .blog-details-area .blog-details-hero .blog-details-hero-slider .swiper-slide img {
    height: 380px;
  }
}
@media (max-width: 639px) {
  .blog-details-area .blog-details-hero .blog-details-hero-slider .swiper-slide img {
    height: auto;
  }
}
.blog-details-area .blog-details-hero .blog-details-hero-slider .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #e33240;
  margin: 50px 4px 0 4px !important;
}
.blog-details-area .blog-details-hero .blog-details-hero-content {
  line-height: 26px;
  text-align: justify;
  font-size: 15px;
  color: #333;
  padding: 0 0 0 60px;
}
@media (max-width: 1599px) {
  .blog-details-area .blog-details-hero .blog-details-hero-content {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 1199px) {
  .blog-details-area .blog-details-hero .blog-details-hero-content {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 991px) {
  .blog-details-area .blog-details-hero .blog-details-hero-content {
    padding: 20px 0 0 20px;
  }
}
@media (max-width: 639px) {
  .blog-details-area .blog-details-hero .blog-details-hero-content {
    padding: 20px 10px 0 10px;
  }
}
.blog-details-area .blog-details-hero .blog-details-hero-content h4 {
  font-weight: 600 !important;
  background: #202945;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px 10px 0 0;
  margin: 0 0 20px 0;
}
.blog-details-area .blog-details-hero .blog-details-hero-content .latest-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 10px;
  background: #fff;
  margin: 0 0 10px 0;
}
.blog-details-area .blog-details-hero .blog-details-hero-content .latest-box img {
  width: 120px;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  .blog-details-area .blog-details-hero .blog-details-hero-content .latest-box img {
    width: 90px;
  }
}
@media (max-width: 991px) {
  .blog-details-area .blog-details-hero .blog-details-hero-content .latest-box img {
    width: 120px;
  }
}
.blog-details-area .blog-details-hero .blog-details-hero-content .latest-box .latest-title {
  padding: 0 0 0 20px;
}
.blog-details-area .blog-details-hero .blog-details-hero-content .latest-box .latest-title .latest-date {
  font-size: 13px;
  font-weight: 700;
  color: #e33240;
}
.blog-details-area .blog-details-hero .blog-details-hero-content .latest-box .latest-title .latest-date i {
  color: #e33240;
  margin: 0 6px 0 0;
}
.blog-details-area .blog-details-hero .blog-details-hero-content .latest-box .latest-title h6 {
  text-align: left;
}
.blog-details-area .blog-details-hero .blog-details-hero-content .latest-box .latest-title h6 a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  line-height: 22px;
  font-size: 15px;
}

.related-blog-area h2 {
  color: #333;
  position: relative;
  padding-left: 75px;
  margin-bottom: 30px;
}
.related-blog-area h2::after {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
.related-blog-area .post-slide {
  margin: 0 15px;
  position: relative;
  background: #fff;
}
@media (max-width: 639px) {
  .related-blog-area .post-slide {
    margin: 0;
  }
}
.related-blog-area .post-slide .post-img {
  position: relative;
  overflow: hidden;
}
.related-blog-area .post-slide .post-img img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 1599px) {
  .related-blog-area .post-slide .post-img img {
    height: 170px;
  }
}
@media (max-width: 1199px) {
  .related-blog-area .post-slide .post-img img {
    height: 190px;
  }
}
@media (max-width: 991px) {
  .related-blog-area .post-slide .post-img img {
    height: 200px;
  }
}
@media (max-width: 639px) {
  .related-blog-area .post-slide .post-img img {
    height: auto;
  }
}
.related-blog-area .post-slide .over-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}
.related-blog-area .post-slide:hover .over-layer {
  opacity: 1;
}
.related-blog-area .post-slide .post-link {
  margin: 0;
  padding: 0;
  position: relative;
  top: 45%;
  text-align: center;
}
.related-blog-area .post-slide .post-link li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}
.related-blog-area .post-slide .post-link li a {
  color: #fff;
  font-size: 20px;
}
.related-blog-area .post-slide .post-link li a:hover {
  color: #e33240;
  text-decoration: none;
}
.related-blog-area .post-slide .post-date {
  position: absolute;
  top: 10%;
  left: 4%;
}
.related-blog-area .post-slide .date {
  display: inline-block;
  border-radius: 3px 0 0 3px;
  padding: 5px 10px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  float: left;
}
.related-blog-area .post-slide .month {
  display: inline-block;
  border-radius: 0 3px 3px 0;
  padding: 5px 13px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #e33240;
}
.related-blog-area .post-slide .post-content {
  padding: 10px 20px 40px;
  background: #d7dee0;
  border-radius: 0 0 8px 8px;
}
.related-blog-area .post-slide .post-title {
  margin: 0 0 15px 0;
}
.related-blog-area .post-slide .post-title a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.related-blog-area .post-slide .post-title a:hover {
  text-decoration: none;
  color: #e33240;
}
.related-blog-area .post-slide .post-description {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
.related-blog-area .post-slide .read-more {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  transition: color 0.2s linear;
}
.related-blog-area .post-slide .read-more:hover {
  text-decoration: none;
  color: #e33240;
}
.related-blog-area .post-slide .read-more:after {
  content: "";
  position: absolute;
  width: 30%;
  display: block;
  border: 1px solid #e33240;
  transition: all 0.3s ease;
}
.related-blog-area .post-slide .read-more:hover:after {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .related-blog-area .post-slide .month {
    font-size: 14px;
  }
  .related-blog-area .post-slide .date {
    font-size: 14px;
  }
}

.supplier-home-area {
  padding: 40px 0 70px 0;
}
@media (max-width: 1199px) {
  .supplier-home-area {
    padding: 0px 0 70px 0;
  }
}
@media (max-width: 991px) {
  .supplier-home-area {
    padding: 0px 0 20px 0;
  }
}
@media (max-width: 639px) {
  .supplier-home-area {
    padding: 0px 0 30px 0;
  }
}
.supplier-home-area .supplier-home-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
}
@media (max-width: 991px) {
  .supplier-home-area .supplier-home-head {
    margin: 40px 0 18px 0;
  }
}
@media (max-width: 639px) {
  .supplier-home-area .supplier-home-head {
    margin: 0;
  }
}
.supplier-home-area .supplier-home-head h2 {
  color: #333;
  position: relative;
  padding-left: 75px;
}
@media (max-width: 639px) {
  .supplier-home-area .supplier-home-head h2 {
    padding-left: 35px;
  }
}
.supplier-home-area .supplier-home-head h2::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
@media (max-width: 639px) {
  .supplier-home-area .supplier-home-head h2::before {
    top: 10px;
    width: 30px;
  }
}
.supplier-home-area .supplier-box {
  padding: 30px 0px;
  border-radius: 6px;
}
@media (max-width: 1599px) {
  .supplier-home-area .supplier-box {
    padding: 20px 0px;
  }
}
@media (max-width: 991px) {
  .supplier-home-area .supplier-box {
    padding: 0px 0px;
  }
}
@media (max-width: 639px) {
  .supplier-home-area .supplier-box {
    padding: 0px 15px;
    margin: 30px 0 0 0;
  }
}
.supplier-home-area .supplier-box .supplierSwiper {
  padding: 0 20px;
}
.supplier-home-area .supplier-box .supplierSwiper .swiper-slide {
  text-align: center;
  border-radius: 6px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.supplier-home-area .supplier-box .supplierSwiper .swiper-slide img {
  width: 100%;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(227, 50, 64, 0.4);
}
@media (max-width: 1599px) {
  .supplier-home-area .supplier-box .supplierSwiper .swiper-slide img {
    height: 80px;
  }
}
@media (max-width: 1199px) {
  .supplier-home-area .supplier-box .supplierSwiper .swiper-slide img {
    height: 90px;
  }
}
@media (max-width: 991px) {
  .supplier-home-area .supplier-box .supplierSwiper .swiper-slide img {
    height: 90px;
  }
}
@media (max-width: 639px) {
  .supplier-home-area .supplier-box .supplierSwiper .swiper-slide img {
    height: 100px;
  }
}
@media (max-width: 374px) {
  .supplier-home-area .supplier-box .supplierSwiper .swiper-slide img {
    height: 100px;
  }
}
.supplier-home-area .supplier-box .supplierSwiper .swiper-slide h3 {
  line-height: 10px;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.supplier-home-area .supplier-box .supplierSwiper .swiper-slide h3::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.5098039216);
  z-index: 1;
  border-radius: 6px;
}
.supplier-home-area .supplier-box .supplierSwiper .swiper-slide h3 a {
  font-size: 1.3rem !important;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 9999;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .supplier-home-area .supplier-box .supplierSwiper .swiper-slide h3 a {
    font-size: 1.1rem !important;
  }
}
.supplier-home-area .supplier-box .supplierSwiper .swiper-slide h3 a:hover {
  color: rgb(236, 236, 236);
  text-decoration: none;
}
.supplier-home-area .supplier-box .supplierSwiper .swiper-button-next,
.supplier-home-area .supplier-box .supplierSwiper .swiper-button-prev {
  position: absolute;
  top: 60px;
  width: 0px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1599px) {
  .supplier-home-area .supplier-box .supplierSwiper .swiper-button-next,
  .supplier-home-area .supplier-box .supplierSwiper .swiper-button-prev {
    top: 53px;
  }
}
@media (max-width: 1199px) {
  .supplier-home-area .supplier-box .supplierSwiper .swiper-button-next,
  .supplier-home-area .supplier-box .supplierSwiper .swiper-button-prev {
    top: 55px;
  }
}
@media (max-width: 991px) {
  .supplier-home-area .supplier-box .supplierSwiper .swiper-button-next,
  .supplier-home-area .supplier-box .supplierSwiper .swiper-button-prev {
    top: 53px;
  }
}
@media (max-width: 639px) {
  .supplier-home-area .supplier-box .supplierSwiper .swiper-button-next,
  .supplier-home-area .supplier-box .supplierSwiper .swiper-button-prev {
    top: 51px;
  }
}
.supplier-home-area .supplier-box .supplierSwiper .swiper-button-next:after,
.supplier-home-area .supplier-box .supplierSwiper .swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  background: #e33240;
  padding: 20px 10px;
}
.supplier-home-area .supplier-box .supplierSwiper .swiper-button-prev:after,
.supplier-home-area .supplier-box .supplierSwiper .swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  background: #e33240;
  padding: 20px 10px;
}
.supplier-home-area .supplier-box .supplierSwiper .swiper-button-next.swiper-button-disabled,
.supplier-home-area .supplier-box .supplierSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.supplier-home-area .supplier-box .supplierSwiper .swiper-wrapper {
  justify-content: center;
  align-items: center;
}
.supplier-home-area .supplier-box .more {
  display: inline-flex;
  justify-content: flex-end;
  align-items: end;
}

.footer-area {
  padding: 40px 0 50px 0;
}
@media (max-width: 1199px) {
  .footer-area .footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .footer-area .footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 0 30px 0;
  }
}
@media (max-width: 639px) {
  .footer-area .footer-logo {
    text-align: center;
  }
}
.footer-area .footer-logo img {
  width: 280px;
}
@media (max-width: 1599px) {
  .footer-area .footer-logo img {
    width: 240px;
  }
}
@media (max-width: 1199px) {
  .footer-area .footer-logo img {
    width: 210px;
  }
}
@media (max-width: 991px) {
  .footer-area .footer-logo img {
    width: 210px;
  }
}
.footer-area .footer-logo span a {
  color: #e33240;
  text-decoration: none;
}
.footer-area .footer-logo span a:hover {
  text-decoration: underline;
}
.footer-area .footer-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer-area .footer-center .first {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 639px) {
  .footer-area .footer-center .first {
    flex-direction: column;
  }
}
.footer-area .footer-center .first li {
  list-style: none;
  margin: 0 10px 0 0;
}
.footer-area .footer-center .first li a {
  text-decoration: none;
  color: #333;
}
.footer-area .footer-center .first li a:hover {
  text-decoration: none;
  color: #333;
}
.footer-area .footer-center .second {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-area .footer-center .second li {
  list-style: none;
  margin: 0 10px 0 0;
}
.footer-area .footer-center .second li a {
  text-decoration: none;
  color: #333;
}
.footer-area .footer-center .second li a:hover {
  text-decoration: none;
  color: #333;
}
.footer-area .footer-center .third {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-area .footer-center .third li {
  list-style: none;
  margin: 0 10px 0 0;
}
.footer-area .footer-center .third li a {
  text-decoration: none;
  color: #333;
}
.footer-area .footer-center .third li a:hover {
  text-decoration: none;
  color: #333;
}
.footer-area .footer-end {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .footer-area .footer-end {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 991px) {
  .footer-area .footer-end {
    align-items: center;
  }
}
@media (max-width: 639px) {
  .footer-area .footer-end {
    align-items: center;
  }
}
.footer-area .footer-end h3 {
  color: #333;
  text-align: center;
  margin: 0 0 30px 0;
}
.footer-area .footer-end ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-area .footer-end ul li {
  list-style: none;
  margin: 0 0 0 15px;
}
.footer-area .footer-end ul li a {
  text-decoration: none;
}
.footer-area .footer-end ul li a:hover {
  text-decoration: none;
}
.footer-area .footer-end ul li a i {
  font-size: 40px;
  color: #333;
}
.footer-area .contain {
  background: #d7dee0;
  border-radius: 8px;
  padding: 30px 30px;
}

.banner-slider-area {
  margin: 50px 0 40px 0;
  position: relative;
}
@media (max-width: 639px) {
  .banner-slider-area {
    margin: 50px 0 0px 0;
  }
}
.banner-slider-area .text-over-lap {
  position: absolute;
  bottom: 50px;
  left: 60px;
  z-index: 99;
  color: #fff;
  width: 60%;
}
@media (max-width: 1199px) {
  .banner-slider-area .text-over-lap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .banner-slider-area .text-over-lap {
    display: none;
  }
}
.banner-slider-area .text-over-lap h2 {
  width: 70%;
}
@media (max-width: 1199px) {
  .banner-slider-area .text-over-lap h2 {
    width: 100%;
  }
}
.banner-slider-area .picture {
  position: relative;
}
@media (max-width: 1599px) {
  .banner-slider-area .picture {
    height: 100% !important;
  }
}
@media (max-width: 639px) {
  .banner-slider-area .picture {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 1599px) {
  .banner-slider-area .picture.check-email {
    height: 100% !important;
  }
}
@media (max-width: 639px) {
  .banner-slider-area .picture.check-email {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 1599px) {
  .banner-slider-area .picture.log-in {
    height: 750px;
  }
}
@media (max-width: 639px) {
  .banner-slider-area .picture.log-in {
    padding: 0 0 40px 0;
  }
}
.banner-slider-area .picture .banner {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1599px) {
  .banner-slider-area .picture .banner {
    height: 700px;
  }
}
@media (max-width: 639px) {
  .banner-slider-area .picture .banner {
    height: 100vh;
  }
}
@media (max-width: 1599px) {
  .banner-slider-area .picture .banner.check-email {
    height: 600px;
  }
}
@media (max-width: 639px) {
  .banner-slider-area .picture .banner.check-email {
    height: auto;
    display: none;
  }
}
@media (max-width: 1599px) {
  .banner-slider-area .picture .banner.log-in {
    height: 750px;
  }
}
@media (max-width: 639px) {
  .banner-slider-area .picture .banner.log-in {
    height: auto;
  }
}
.banner-slider-area .form-container {
  border-radius: 8px;
  background: url(../img/banner/sign-up.jpg);
  max-height: 1100px;
  background-size: cover;
  display: flex;
  justify-content: end;
  background-position: center;
}
.banner-slider-area .form-logo {
  margin: 0 auto;
  width: 150px;
}
.banner-slider-area .form-container .form-horizontal {
  background: radial-gradient(circle at 50% 50%, #334d73 0, #202a46 50%, #202a46 100%);
  padding: 20px 50px;
  width: 500px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1599px) {
  .banner-slider-area .form-container .form-horizontal {
    height: auto;
  }
}
@media (max-width: 1199px) {
  .banner-slider-area .form-container .form-horizontal {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .banner-slider-area .form-container .form-horizontal {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .banner-slider-area .form-container .form-horizontal {
    position: unset;
  }
}
.banner-slider-area .form-container .form-horizontal p {
  color: #fff;
  font-size: 15px;
  margin: 10px 0 20px 0px;
}
.banner-slider-area .form-container .form-horizontal p a {
  font-style: italic;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1599px) {
  .banner-slider-area .form-container .form-horizontal.check-email {
    height: auto;
  }
}
@media (max-width: 1199px) {
  .banner-slider-area .form-container .form-horizontal.check-email {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .banner-slider-area .form-container .form-horizontal.check-email {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .banner-slider-area .form-container .form-horizontal.check-email {
    width: auto;
  }
}
@media (max-width: 1599px) {
  .banner-slider-area .form-container .form-horizontal.log-in {
    height: auto;
  }
}
@media (max-width: 1199px) {
  .banner-slider-area .form-container .form-horizontal.log-in {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .banner-slider-area .form-container .form-horizontal.log-in {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .banner-slider-area .form-container .form-horizontal.log-in {
    width: auto;
  }
}
.banner-slider-area .form-container .title {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin: 50px 0 20px;
}
.banner-slider-area .form-container .form-horizontal .form-group {
  border-radius: 8px;
  width: 100%;
}
.banner-slider-area .form-container .form-horizontal .form-control {
  color: #3c3c3c;
  background: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 8px;
  height: auto;
}
.banner-slider-area .form-container .form-horizontal .form-control::-moz-placeholder {
  color: #333 !important;
  font-size: 14px !important;
}
.banner-slider-area .form-container .form-horizontal .form-control::placeholder {
  color: #333 !important;
  font-size: 14px !important;
}
.banner-slider-area .form-container .form-horizontal .form-control:focus {
  outline: none;
  box-shadow: none;
}
.banner-slider-area .form-container .form-horizontal .form-control::-moz-placeholder {
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
}
.banner-slider-area .form-container .form-horizontal .form-control::placeholder {
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
}
.banner-slider-area .form-container .form-horizontal .form-group select.form-control option {
  color: #000;
  background: #fff;
}
.banner-slider-area .form-container .form-horizontal .btn {
  color: #fff;
  background: #e33240;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 10px;
  padding: 10px 25px;
  border: none;
  transition: all 0.4s ease;
  margin: 20px 0 10px 0px;
}
.banner-slider-area .form-container .form-horizontal .btn:hover {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.banner-slider-area .form-container .form-horizontal .btn:focus {
  outline: none;
}
@media only screen and (max-width: 576px) {
  .banner-slider-area .form-container .form-img {
    width: 100%;
    height: 400px;
  }
  .banner-slider-area .form-container .form-horizontal {
    width: 100%;
    padding: 20px;
  }
}

.check-terms {
  padding: 0 0 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.check-terms .checkbox {
  position: relative;
  left: -15px;
}

.check-label {
  color: #fff;
  position: relative;
  left: 0px;
  display: flex;
  justify-content: flex-start;
}
.check-label a {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
}
.check-label a:hover {
  color: #fff;
  text-decoration: underline;
}

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

.banner-sec {
  padding: 50px 0 90px 0;
}
@media (max-width: 1599px) {
  .banner-sec {
    padding: 50px 0 70px 0;
  }
}
@media (max-width: 991px) {
  .banner-sec {
    padding: 50px 0 40px 0;
  }
}
@media (max-width: 639px) {
  .banner-sec {
    padding: 30px 0 30px 0;
  }
}
.banner-sec img {
  width: 100%;
}

@media (max-width: 639px) {
  .about-area .about-content {
    padding: 0 10px;
  }
}
.about-area .about-content p {
  line-height: 26px;
  font-size: 15px;
  text-align: justify;
}
.about-area .about-content p a {
  color: #202945;
  font-weight: 600;
  font-style: italic;
}
.about-area .about-content p a:hover {
  text-decoration: none;
}
.about-area .about-content .privacy {
  background: radial-gradient(circle at 50% 50%, #3c5d8c 0, #202a46 60%, #202a46 100%) !important;
  padding: 20px 20px;
  color: white;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 991px) {
  .about-area .about-pic {
    margin: 20px 0 60px 0;
    padding: 0;
  }
}
.about-area .about-pic img {
  width: 100%;
}

.subscription-plan-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.subscription-plan-area .container {
  padding: 50px 60px;
  background: #d7dee0;
  border-radius: 8px;
  margin: 60px 0 20px 0;
}
@media (max-width: 639px) {
  .subscription-plan-area .container {
    padding: 40px 30px;
  }
}
.subscription-plan-area .container .plan-subscription {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 991px) {
  .subscription-plan-area .container .plan-subscription {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.subscription-plan-area .container .plan-subscription p {
  font-size: 15px;
}
.subscription-plan-area .container .plan-days {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .subscription-plan-area .container .plan-days {
    align-items: flex-start;
    justify-content: flex-start;
    margin: 20px 0;
  }
}
.subscription-plan-area .container .plan-days h4 {
  text-align: center;
}
.subscription-plan-area .container .plan-renew {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .subscription-plan-area .container .plan-renew {
    align-items: center;
    margin: 40px 0 0 0;
  }
}
@media (max-width: 991px) {
  .subscription-plan-area .container .plan-renew {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 639px) {
  .subscription-plan-area .container .plan-renew {
    margin: 10px 0 0 0;
  }
}
.my-ads-area h2 {
  text-align: center;
  margin: 40px 0 60px 0;
}
@media (max-width: 639px) {
  .my-ads-area h2 {
    margin: 120px 0 20px 0;
  }
}
.my-ads-area .my-ads-boxes .my-ads-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #202945;
  padding: 30px 30px;
  border-radius: 6px;
  position: relative;
  margin: 0 0 30px 0;
  box-shadow: 3px 5px 10px 0px #ccc;
  background: #fff;
}
@media (max-width: 639px) {
  .my-ads-area .my-ads-boxes .my-ads-box {
    padding: 20px 15px;
    margin: 20px 10px;
  }
}
@media (max-width: 374px) {
  .my-ads-area .my-ads-boxes .my-ads-box {
    padding: 20px 15px;
    margin: 20px 0px;
  }
}
.my-ads-area .my-ads-boxes .my-ads-box .my-ads-box-content h3 {
  margin: 0 20px 10px 0;
}
@media (max-width: 639px) {
  .my-ads-area .my-ads-boxes .my-ads-box .my-ads-box-content h3 {
    margin: 0 20px 10px 0;
  }
}
.my-ads-area .my-ads-boxes .my-ads-box .my-ads-box-content h5 {
  margin: 0 0 15px 0;
}
.my-ads-area .my-ads-boxes .my-ads-box .my-ads-box-content h4 {
  margin: 0 0 10px 0;
  color: #202945;
  font-weight: 700 !important;
}
.my-ads-area .my-ads-boxes .my-ads-box .my-ads-box-content .my-ads-button .remove {
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 20px;
}
@media (max-width: 1199px) {
  .my-ads-area .my-ads-boxes .my-ads-box .my-ads-box-content .my-ads-button .remove {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .my-ads-area .my-ads-boxes .my-ads-box .my-ads-box-content .my-ads-button .remove {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 639px) {
  .my-ads-area .my-ads-boxes .my-ads-box .my-ads-box-content .my-ads-button .remove {
    padding: 0;
  }
}
.my-ads-area .my-ads-boxes .my-ads-box .my-ads-box-content .btn-outline-info {
  color: #202945;
  border: 1px solid #202945;
}
.my-ads-area .my-ads-boxes .my-ads-box .my-ads-box-content .btn-outline-info:hover {
  color: #fff;
  background: #202945;
}
.my-ads-area .my-ads-boxes .my-ads-box .my-ads-box-content .btn-outline-success {
  color: #202945;
  border: 1px solid #202945;
}
.my-ads-area .my-ads-boxes .my-ads-box .my-ads-box-content .btn-outline-warning {
  color: #e33240;
  border: 1px solid #e33240;
}
.my-ads-area .my-ads-boxes .my-ads-box .my-ads-box-content .btn-outline-warning:hover {
  color: #fff;
  background: #e33240;
}
.my-ads-area .my-ads-boxes .my-ads-box .my-ads-box-pic img {
  width: 100%;
  border-radius: 0px 30px 30px 0px;
  padding: 0 0 0 10px;
}
@media (max-width: 639px) {
  .my-ads-area .my-ads-boxes .my-ads-box .my-ads-box-pic img {
    border-radius: 0;
    border: 5px solid #fff;
  }
}
.my-ads-area .my-ads-boxes .my-ads-box .edit {
  text-decoration: none;
  color: #333;
}
.my-ads-area .my-ads-boxes .my-ads-box .edit .my-ads-sell-dlt {
  color: #ffffff !important;
  background: #e33240;
  font-size: 18px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.my-ads-area .my-ads-boxes .my-ads-box .edit i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 22px;
}
.my-ads-area .my-ads-boxes .my-ads-box .expired {
  background: #e33240;
  color: #fff;
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
}
.my-ads-area .my-ads-boxes .my-ads-box .badge.amt {
  font-size: 16px !important;
  padding: 7px 10px;
  background: #202945;
  color: #fff !important;
}
.my-ads-area .my-ads-boxes .my-ads-box .badge.clearance {
  background: #e33240;
  color: #fff;
  display: inline-flex;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 17px;
  margin: 10px 0 0 0;
}
@media (max-width: 991px) {
  .my-ads-area .my-ads-boxes .col-xl-6 {
    padding: 0px;
  }
}
@media (max-width: 639px) {
  .my-ads-area .my-ads-boxes .col-xl-6 {
    padding: 0px;
  }
}
.my-ads-area .my-ads-boxes .pagination .page-item.active .page-link {
  background-color: #202945 !important;
  border-color: #202945 !important;
  color: #fff !important;
}
.my-ads-area .my-ads-boxes .page-link {
  color: #333 !important;
}
.my-ads-area .my-ads-boxes .scroll-tbl {
  width: 100%;
  overflow-x: scroll;
}
.my-ads-area .wsh-box {
  border-top: 1px solid rgba(32, 41, 69, 0.2392156863);
  padding: 40px 0 6px 0;
  margin: 30px 0;
  align-items: center;
}
@media (max-width: 639px) {
  .my-ads-area .wsh-box .wsh-box-img {
    margin: 0 0 30px 0;
  }
}
.my-ads-area .wsh-box .wsh-box-img img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.my-ads-area .wsh-box .chk-now {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.my-ads-area .wsh-box .chk-now .my-ads-button {
  display: inline-flex;
  flex-direction: column;
}
.my-ads-area .wsh-box .chk-now .my-ads-button .remove {
  border: 1px solid rgba(32, 41, 69, 0.2392156863);
  width: 100%;
  text-align: center;
  margin: 12px 0 0 0;
  padding: 5px 0;
  border-radius: 6px;
  color: #333;
}
@media (max-width: 1199px) {
  .my-ads-area .wsh-box .chk-now .my-ads-button .remove {
    margin: 3px 0 0 0;
  }
}
@media (max-width: 639px) {
  .my-ads-area .wsh-box .chk-now .my-ads-button .remove {
    margin: 0;
    padding: 3px 0;
  }
}
.my-ads-area .wsh-box .chk-now .my-ads-button .remove:hover {
  text-decoration: none;
  color: #333;
}
.my-ads-area .wsh-box:last-child {
  border-bottom: 1px solid rgba(32, 41, 69, 0.2392156863);
  padding: 40px 0 40px 0;
}

.addCF {
  background: #202945 !important;
  border: none !important;
}
.addCF:hover {
  background: #e33240 !important;
}

.wishlist-banner-area {
  padding: 60px 0 60px 0;
}
@media (max-width: 639px) {
  .wishlist-banner-area {
    padding: 30px 0;
  }
}
.wishlist-banner-area .container {
  border-radius: 6px;
  position: relative;
}
@media (max-width: 639px) {
  .wishlist-banner-area .container {
    border-radius: 0px;
  }
}
.wishlist-banner-area .container .wishlist-banner-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 100%;
}
@media (max-width: 1199px) {
  .wishlist-banner-area .container .wishlist-banner-bg {
    width: 100%;
    opacity: 0.5;
  }
}
@media (max-width: 639px) {
  .wishlist-banner-area .container .wishlist-banner-bg {
    width: 130%;
    opacity: 0.2;
  }
}
.wishlist-banner-area .container .row {
  padding: 40px 40px;
  background: #d7dee0;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .wishlist-banner-area .container .row {
    padding: 30px 10px;
  }
}
@media (max-width: 639px) {
  .wishlist-banner-area .container .row {
    border-radius: 0px;
  }
}
.wishlist-banner-area .wishlist-banner-content h2 {
  color: #333;
  position: relative;
}
.wishlist-banner-area .wishlist-banner-content p {
  line-height: 24px;
  font-size: 15px;
  padding: 0 200px 0 0;
}
@media (max-width: 1199px) {
  .wishlist-banner-area .wishlist-banner-content p {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 639px) {
  .wishlist-banner-area .wishlist-banner-content p {
    padding: 0 0;
  }
}
.wishlist-banner-area .wishlist-banner-pic {
  display: flex;
  justify-content: center;
}
@media (max-width: 1599px) {
  .wishlist-banner-area .wishlist-banner-pic {
    justify-content: end;
  }
}
.wishlist-banner-area .wishlist-banner-pic img {
  width: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .wishlist-banner-area .wishlist-banner-pic img {
    width: 80%;
  }
}
@media (max-width: 639px) {
  .wishlist-banner-area .wishlist-banner-pic img {
    width: 100%;
  }
}

.wish-list-area h2 {
  text-align: center;
  margin: 40px 0 0 0;
}
@media (max-width: 639px) {
  .wish-list-area h2 {
    padding: 20px 0 0 0;
  }
}
.wish-list-area .wish-list-boxes {
  margin: 50px 0 0 0;
}
@media (max-width: 1599px) {
  .wish-list-area .wish-list-boxes {
    padding: 0px;
  }
}
@media (max-width: 1199px) {
  .wish-list-area .wish-list-boxes {
    padding: 0px;
  }
}
@media (max-width: 639px) {
  .wish-list-area .wish-list-boxes {
    padding: 0px;
    margin: 30px 0 0 0;
  }
}
.wish-list-area .wish-list-boxes .wish-list-box {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  position: relative;
  box-shadow: 3px 5px 10px 0px #ccc;
  margin: 0 10px 30px 10px;
  border-left: 6px solid #e33240;
}
@media (max-width: 1599px) {
  .wish-list-area .wish-list-boxes .wish-list-box {
    padding: 10px;
    height: 260px;
    margin: 0 10px;
  }
}
@media (max-width: 1199px) {
  .wish-list-area .wish-list-boxes .wish-list-box {
    padding: 30px 10px;
    height: auto;
    margin: 0 10px 30px 10px;
  }
}
@media (max-width: 991px) {
  .wish-list-area .wish-list-boxes .wish-list-box {
    padding: 10px;
    height: 230px;
    margin: 0 0 30px 0px;
  }
}
@media (max-width: 639px) {
  .wish-list-area .wish-list-boxes .wish-list-box {
    padding: 20px 10px;
    height: auto;
  }
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 20px 0 0px;
  z-index: 1000;
  flex-direction: column;
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content ul li {
  list-style: none;
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content ul li h4 {
  margin: 0;
  padding: 0;
  color: #3e3d3d;
  font-size: 30px !important;
  font-weight: 700 !important;
}
@media (max-width: 1599px) {
  .wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content ul li h4 {
    font-size: 27px !important;
  }
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content .inactive {
  flex-direction: row;
  align-items: center;
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content .inactive h4 {
  margin: 0;
  padding: 0;
  color: #3e3d3d;
  font-size: 20px !important;
  font-weight: 700 !important;
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content h3 {
  margin: 0 0 10px 0;
  font-size: 15px !important;
  color: #333;
  font-weight: 400 !important;
}
@media (max-width: 1599px) {
  .wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content h3 {
    font-size: 1.1rem !important;
  }
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content h5 {
  margin: 0 0 5px 0;
  color: #333;
  font-size: 14px !important;
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content h4 {
  margin: 0 0 40px 0;
  color: #e33240;
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content .wish-list-button .remove {
  color: #e33240;
  text-decoration: none;
  padding: 0 0 0 30px;
}
@media (max-width: 1599px) {
  .wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content .wish-list-button .remove {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 1199px) {
  .wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content .wish-list-button .remove {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content .wish-list-button .remove {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 639px) {
  .wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content .wish-list-button .remove {
    padding: 0;
  }
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content .wish-list-button .create {
  color: #202945;
  text-decoration: none;
  margin: 0 0 0 10px;
  padding: 6px 10px;
  border-radius: 7px;
  border: 1px solid #202945;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 1599px) {
  .wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content .wish-list-button .create {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 1199px) {
  .wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content .wish-list-button .create {
    margin: 0px;
  }
}
@media (max-width: 991px) {
  .wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content .wish-list-button .create {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 639px) {
  .wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content .wish-list-button .create {
    margin: 0;
    padding: 5px 10px;
  }
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content .wish-list-button {
  margin: 0 0 15px 10px;
}
@media (max-width: 1599px) {
  .wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content .wish-list-button {
    margin: 0;
  }
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content #main {
  width: 100%;
  height: auto;
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content .center {
  display: flex;
  justify-content: center;
  align-self: center;
  position: relative;
  padding: 0 5px;
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content .center .wish-list-box-content-icon {
  position: absolute;
  top: 10px;
  right: 0;
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content .center .wish-list-box-content-icon i {
  font-size: 36px;
  padding: 0 15px;
  color: #e33240;
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content #box {
  width: 100%;
  height: 140px;
  flex-direction: column;
  border-radius: 8px;
  margin: 0 0 10px 0;
  position: relative;
  transition: all 0.7s;
  overflow: hidden;
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1599px) {
  .wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content #box {
    height: 180px;
  }
}
@media (max-width: 1199px) {
  .wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content #box {
    height: auto;
  }
}
@media (max-width: 991px) {
  .wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content #box {
    height: 140px;
  }
}
@media (max-width: 639px) {
  .wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content #box {
    height: auto;
  }
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content #box::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 0.5rem;
  height: 80% !important;
  transition: all 0.7s;
  border-radius: 1rem;
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content #box:hover {
  color: white;
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-content #box:hover::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  border-radius: 0rem;
}
.wish-list-area .wish-list-boxes .wish-list-box .wish-list-box-pic img {
  width: 100%;
}
@media (max-width: 991px) {
  .wish-list-area .wish-list-boxes .col-xl-6 {
    padding: 0px;
  }
}
@media (max-width: 639px) {
  .wish-list-area .wish-list-boxes .col-xl-6 {
    padding: 0px;
  }
}
@media (max-width: 639px) {
  .wish-list-area .wish-list-boxes .dashboard-menu {
    margin: 0 0 30px 0;
  }
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard {
  background: #202945;
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__bar {
  display: block;
  background: #333333;
  position: fixed;
  width: 100%;
  height: 38.4px;
  z-index: 100;
  top: 0;
  left: 0;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__bar__item {
  overflow: hidden;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__bar__item:nth-child(1),
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__bar__item:nth-child(2) {
  float: left;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__bar__item:nth-child(3) {
  float: right;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__bar__item--logo {
  display: block;
  padding: 10px;
  color: #FDFDFD;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__bar__item--btn {
  display: block;
  padding: 10px 20px;
  color: #FDFDFD;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__menu {
  display: block;
  width: 100%;
  overflow: hidden;
  list-style: none;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__menu__item {
  overflow: hidden;
  border-bottom: 1px solid #5d5d5d;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__menu__item--btn {
  display: block;
  padding: 15px 20px;
  color: #FDFDFD;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__bar__item--logo i {
  margin: 0 15px;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__menu__item--btn i,
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__bar__item--btn i {
  margin-right: 10px;
}
.wish-list-area .wish-list-boxes .dashboard-menu .right-arrow {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid #F9F4D5;
  border-bottom: 10px solid transparent;
  right: 0;
  bottom: 15px;
  z-index: 9;
  opacity: 0;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__submenu {
  background: #ededed;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.7s;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__submenu a {
  display: block;
  padding: 15px 20px;
  color: #333;
  font-size: 14px;
  position: relative;
  text-decoration: none;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__submenu a:hover {
  color: #e33240;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__menu__item:target .dashboard__submenu,
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__bar__item:hover .dashboard__submenu {
  max-height: 15em;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__menu__item:target .right-arrow {
  opacity: 1;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__menu__item:target .dashboard__menu__item--btn {
  background: #e33240;
  color: #FDFDFD;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__menu__item:target .dashboard__submenu--btn:first-child {
  font-weight: bold;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__bar__item:target .dashboard__bar__item--btn {
  color: #FDFDFD;
}
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__menu__item--btn:hover,
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__bar__item--btn:hover,
.wish-list-area .wish-list-boxes .dashboard-menu .dashboard__bar__item--logo:hover {
  background: #222222;
  color: #e33240;
}
.wish-list-area .wish-list-boxes .dashboard-menu.boost-your-ads {
  margin: 72px 0 0 0;
}
.wish-list-area .wish-list-boxes table tr th {
  font-size: 15px;
}
@media (max-width: 639px) {
  .wish-list-area .wish-list-boxes table tr th {
    font-size: 13px;
    padding: 0 5px;
  }
}
@media (max-width: 639px) {
  .wish-list-area .wish-list-boxes table tr td {
    font-size: 14px;
    padding: 0 6px;
  }
}
.wish-list-area .wish-list-boxes .table-striped .text-succss {
  background: #202945;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
}
.wish-list-area .wish-list-boxes .subscription-area {
  box-shadow: -2px 3px 20px 0px #ccc;
  padding: 20px 25px;
  border-left: 6px solid #e33240;
  margin: 0 10px 60px 10px;
}
.wish-list-area .wish-list-boxes .subscription-area .subscription-box li {
  list-style: none;
  position: relative;
  line-height: 40px;
  font-weight: 600;
  font-size: 18px;
}
.wish-list-area .wish-list-boxes .subscription-area .subscription-box li .one {
  position: absolute;
  left: 0;
}
.wish-list-area .wish-list-boxes .subscription-area .subscription-box li .two {
  position: relative;
  left: 40%;
}
.wish-list-area .wish-list-boxes .subscription-area .subscription-box li .two .active {
  background: #202945;
  color: #fff;
  padding: 4px 13px;
  border-radius: 6px;
}
.wish-list-area .wish-list-boxes .go-to {
  background: #202945;
  border: 1px solid #202945;
}
.wish-list-area .wish-list-boxes .dash-b {
  padding: 0;
}
@media (max-width: 639px) {
  .wish-list-area .wish-list-boxes .dash-b {
    padding: 10px;
  }
}
.wish-list-area .wish-list-boxes .your-promo {
  margin: 0;
}
@media (max-width: 1199px) {
  .wish-list-area .wish-list-boxes .your-promo {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 991px) {
  .wish-list-area .wish-list-boxes .your-promo {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 639px) {
  .wish-list-area .wish-list-boxes .your-promo {
    padding: 10px 0 0 0;
  }
}
.wish-list-area .wish-list-boxes .your-promo-box {
  position: relative;
  top: -63px;
}
@media (max-width: 639px) {
  .wish-list-area .wish-list-boxes .your-promo-box {
    top: -30px;
  }
}
.wish-list-area .goto-box {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0px 0 10px 0;
}
.wish-list-area .goto-box .go-to {
  background: #202945;
  border: 1px solid #202945;
}

.products-home-area {
  background: url(../img/product/product-home.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 120px 0 150px 0;
}
@media (max-width: 1599px) {
  .products-home-area {
    padding: 100px 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .products-home-area {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 639px) {
  .products-home-area {
    padding: 40px 0 10px 0;
  }
}
.products-home-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 122, 57, 0.7490196078);
}
.products-home-area .cutting-automation {
  background: url(../img/product/cutting-automation-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.products-home-area .cutting-automation h2 {
  font-size: 2.2rem !important;
  text-align: center;
  color: #fff;
  padding: 0 0 40px 0;
}
@media (max-width: 1599px) {
  .products-home-area .cutting-automation h2 {
    font-size: 2rem !important;
  }
}
@media (max-width: 1199px) {
  .products-home-area .cutting-automation h2 {
    font-size: 1.5rem !important;
    padding: 0 0 20px 0;
  }
}
.products-home-area .cutting-automation .cutting-automation-box {
  padding: 0 20%;
}
@media (max-width: 1599px) {
  .products-home-area .cutting-automation .cutting-automation-box {
    padding: 0 10%;
  }
}
@media (max-width: 1199px) {
  .products-home-area .cutting-automation .cutting-automation-box {
    padding: 0 5%;
  }
}
.products-home-area .cutting-automation .cutting-automation-box .cuttingSwiper .swiper-slide {
  padding: 14px 15px;
  text-align: center;
  background: #fff;
  border-radius: 6px;
}
.products-home-area .cutting-automation .cutting-automation-box .cuttingSwiper .swiper-slide img {
  width: 100%;
  padding: 0 0 30px 0;
}
.products-home-area .cutting-automation .cutting-automation-box .cuttingSwiper .swiper-slide h3 {
  line-height: 10px;
}
.products-home-area .cutting-automation .cutting-automation-box .cuttingSwiper .swiper-slide h3 a {
  font-size: 1.3rem !important;
  color: #e33240;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .products-home-area .cutting-automation .cutting-automation-box .cuttingSwiper .swiper-slide h3 a {
    font-size: 1.1rem !important;
  }
}
.products-home-area .cutting-automation .cutting-automation-box .cuttingSwiper .swiper-slide h3 a:hover {
  color: #e33240;
  text-decoration: none;
}
.products-home-area .cutting-automation .cutting-automation-box .cuttingSwiper .swiper-slide h5 a {
  font-size: 1.1rem !important;
  text-decoration: none;
  color: #333;
}
@media (max-width: 1199px) {
  .products-home-area .cutting-automation .cutting-automation-box .cuttingSwiper .swiper-slide h5 a {
    font-size: 1rem !important;
  }
}
.products-home-area .cutting-automation .cutting-automation-box .cuttingSwiper .swiper-slide h5 a:hover {
  color: #333;
  text-decoration: none;
}
.products-home-area .cutting-automation .cutting-automation-box .cuttingSwiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.products-home-area .cutting-automation .cutting-automation-box .cuttingSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 25px !important;
  height: 4px !important;
  border-radius: 0 !important;
  visibility: inherit !important;
  margin: 50px 5px 0 5px !important;
  background: #fff;
}
.products-home-area .cutting-automation .cutting-automation-box .cuttingSwiper .swiper-pagination {
  position: relative !important;
}
.products-home-area .cutting-automation .cutting-automation-box .weldingSwiper .swiper-slide {
  padding: 14px 15px;
  text-align: center;
  background: #fff;
  border-radius: 6px;
}
.products-home-area .cutting-automation .cutting-automation-box .weldingSwiper .swiper-slide img {
  width: 100%;
  padding: 0 0 30px 0;
}
.products-home-area .cutting-automation .cutting-automation-box .weldingSwiper .swiper-slide h3 {
  line-height: 10px;
}
.products-home-area .cutting-automation .cutting-automation-box .weldingSwiper .swiper-slide h3 a {
  font-size: 1.3rem !important;
  color: #e33240;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .products-home-area .cutting-automation .cutting-automation-box .weldingSwiper .swiper-slide h3 a {
    font-size: 1.1rem !important;
  }
}
.products-home-area .cutting-automation .cutting-automation-box .weldingSwiper .swiper-slide h3 a:hover {
  color: #e33240;
  text-decoration: none;
}
.products-home-area .cutting-automation .cutting-automation-box .weldingSwiper .swiper-slide h5 a {
  font-size: 1.1rem !important;
  text-decoration: none;
  color: #333;
}
@media (max-width: 1199px) {
  .products-home-area .cutting-automation .cutting-automation-box .weldingSwiper .swiper-slide h5 a {
    font-size: 1rem !important;
  }
}
.products-home-area .cutting-automation .cutting-automation-box .weldingSwiper .swiper-slide h5 a:hover {
  color: #333;
  text-decoration: none;
}
.products-home-area .cutting-automation .cutting-automation-box .weldingSwiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.products-home-area .cutting-automation .cutting-automation-box .weldingSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 25px !important;
  height: 4px !important;
  border-radius: 0 !important;
  visibility: inherit !important;
  margin: 50px 5px 0 5px !important;
  background: #fff;
}
.products-home-area .cutting-automation .cutting-automation-box .weldingSwiper .swiper-pagination {
  position: relative !important;
}
.products-home-area .cutting-automation .cutting-automation-box .bodeSwiper .swiper-slide {
  padding: 14px 15px;
  text-align: center;
  background: #fff;
  border-radius: 6px;
}
.products-home-area .cutting-automation .cutting-automation-box .bodeSwiper .swiper-slide img {
  width: 100%;
  padding: 0 0 30px 0;
}
.products-home-area .cutting-automation .cutting-automation-box .bodeSwiper .swiper-slide h3 {
  line-height: 10px;
}
.products-home-area .cutting-automation .cutting-automation-box .bodeSwiper .swiper-slide h3 a {
  font-size: 1.3rem !important;
  color: #e33240;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .products-home-area .cutting-automation .cutting-automation-box .bodeSwiper .swiper-slide h3 a {
    font-size: 1.1rem !important;
  }
}
.products-home-area .cutting-automation .cutting-automation-box .bodeSwiper .swiper-slide h3 a:hover {
  color: #e33240;
  text-decoration: none;
}
.products-home-area .cutting-automation .cutting-automation-box .bodeSwiper .swiper-slide h5 a {
  font-size: 1.1rem !important;
  text-decoration: none;
  color: #333;
}
@media (max-width: 1199px) {
  .products-home-area .cutting-automation .cutting-automation-box .bodeSwiper .swiper-slide h5 a {
    font-size: 1rem !important;
  }
}
.products-home-area .cutting-automation .cutting-automation-box .bodeSwiper .swiper-slide h5 a:hover {
  color: #333;
  text-decoration: none;
}
.products-home-area .cutting-automation .cutting-automation-box .bodeSwiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.products-home-area .cutting-automation .cutting-automation-box .bodeSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 25px !important;
  height: 4px !important;
  border-radius: 0 !important;
  visibility: inherit !important;
  margin: 50px 5px 0 5px !important;
  background: #fff;
}
.products-home-area .cutting-automation .cutting-automation-box .bodeSwiper .swiper-pagination {
  position: relative !important;
}

.download-cards[data-view=list-view] .download-card__content {
  text-align: left;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .download-cards[data-view=list-view] .download-card__content {
    padding: 10px 0 10px 10px;
  }
}

.product-area {
  padding: 90px 0;
  width: 93%;
  margin: 0 auto;
}
@media (max-width: 1599px) {
  .product-area {
    padding: 40px 0;
    width: 86%;
  }
}
@media (max-width: 1199px) {
  .product-area {
    padding: 50px 0 70px 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .product-area {
    padding: 50px 0 70px 0;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .product-area {
    padding: 0;
    width: 90%;
  }
}
@media (max-width: 1599px) {
  .product-area .left-filter {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .product-area .left-filter {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 639px) {
  .product-area .left-filter {
    padding: 0;
  }
}
.product-area .left-filter .pro-all-search {
  padding: 0 !important;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 10px;
}
.product-area .left-filter .pro-all-search .form-inline {
  width: 100%;
  display: flex;
  flex-direction: row !important;
}
.product-area .left-filter .pro-all-search .form-inline .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.product-area .left-filter .pro-all-search .form-inline button {
  background: #9dc33b;
  color: #fff;
  padding: 5px 8px 5px 8px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
}
.product-area .left-filter .pro-all-search .form-inline .btn::before {
  background: none;
}
.product-area .left-filter .pro-all-search .form-inline .btn-outline-success:hover {
  color: #fff;
  background-color: #141806;
  border-color: #ffffff !important;
}
.product-area .left-filter .accordian .transition,
.product-area .left-filter .accordian .artlist,
.product-area .left-filter .accordian ul li i:before,
.product-area .left-filter .accordian ul li i:after {
  transition: all 0.25s ease-in-out;
}
.product-area .left-filter .accordian {
  position: relative;
  margin-top: 0px;
  background: radial-gradient(circle at 50% 50%, #334d73 0, #202a46 70%, #202a46 100%);
  padding: 60px 30px 50px 30px;
  border-radius: 6px;
}
@media (max-width: 1599px) {
  .product-area .left-filter .accordian {
    padding: 60px 20px 50px 20px;
  }
}
@media (max-width: 1199px) {
  .product-area .left-filter .accordian {
    padding: 30px 20px 50px 20px;
  }
}
@media (max-width: 991px) {
  .product-area .left-filter .accordian {
    padding: 60px 30px 50px 30px;
    margin: 30px 0 50px 0;
  }
}
@media (max-width: 639px) {
  .product-area .left-filter .accordian {
    padding: 60px 20px 50px 20px;
    margin: 0px 0 40px 0;
  }
}
.product-area .left-filter .accordian .clear-all a {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 80px;
}
.product-area .left-filter .accordian span {
  position: absolute;
  top: 0px;
  right: 0;
  border-radius: 50%;
  padding: 9px;
}
.product-area .left-filter .accordian span a {
  font-size: 16px;
  color: #fff;
}
.product-area .left-filter .accordian .no-select,
.product-area .left-filter .accordian h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.product-area .left-filter .accordian h5 {
  display: block;
  margin: 0;
  cursor: pointer;
  color: #fff;
}
.product-area .left-filter .accordian h4 {
  color: #fff;
  text-align: left;
  padding: 0px 0 5px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #ced2d3;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .product-area .left-filter .accordian h4 {
    padding: 30px 0 15px 0;
  }
}
@media (max-width: 991px) {
  .product-area .left-filter .accordian h4 {
    padding: 20px 0 15px 0;
  }
}
@media (max-width: 639px) {
  .product-area .left-filter .accordian h4 {
    padding: 10px 0 15px 0;
  }
}
.product-area .left-filter .accordian .artlist {
  font-size: 17px;
  position: relative;
  z-index: 2;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin: 14px 0;
  overflow-x: hidden;
}
.product-area .left-filter .accordian .form-check-label {
  margin-bottom: 0;
  color: #fff;
}
.product-area .left-filter .accordian ul {
  list-style: none !important;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.product-area .left-filter .accordian ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #dfdfdf;
}
.product-area .left-filter .accordian ul li:nth-of-type(1) {
  animation-delay: 0.5s;
  border-top: none;
}
.product-area .left-filter .accordian ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.product-area .left-filter .accordian ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.product-area .left-filter .accordian ul li:last-of-type {
  padding-bottom: 0;
}
.product-area .left-filter .accordian ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 3px;
  right: 0;
}
.product-area .left-filter .accordian ul li i:before,
.product-area .left-filter ul li i:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 3px;
  height: 9px;
}
.product-area .left-filter .accordian ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.product-area .left-filter .accordian ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.product-area .left-filter .accordian ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-area .grid-list-box {
  padding: 0px 0px 0 40px;
}
@media (max-width: 1199px) {
  .product-area .grid-list-box {
    padding: 0 40px 0 40px;
  }
}
@media (max-width: 991px) {
  .product-area .grid-list-box {
    padding: 0 40px 0 40px;
  }
}
@media (max-width: 639px) {
  .product-area .grid-list-box {
    padding: 0px 20px 40px 20px;
  }
}
.product-area .grid-list-box .baseline {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
  padding: 0;
}
@media (max-width: 1199px) {
  .product-area .grid-list-box .baseline {
    padding: 0 10px 0 20px;
  }
}
@media (max-width: 991px) {
  .product-area .grid-list-box .baseline {
    padding: 0 10px 0 20px;
    justify-content: center;
  }
}
@media (max-width: 639px) {
  .product-area .grid-list-box .baseline {
    padding: 0 10px 0 20px;
    justify-content: center;
  }
}
.product-area .grid-list-box h6 {
  color: #333;
  font-size: 13px !important;
  line-height: 22px;
  font-weight: 600;
  margin: 2px 10px 0 0;
}
@media (max-width: 1199px) {
  .product-area .grid-list-box h6 {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .product-area .grid-list-box h6 {
    margin-right: 38px;
  }
}
.product-area .grid-list-box h6 a {
  text-decoration: none;
  color: #d1d1d1;
}
.product-area .grid-list-box h6 .desable {
  pointer-events: none;
}
.product-area .grid-list-box h6 i {
  color: #e33240;
  font-size: 12px;
  padding: 0 7px;
}
.product-area .grid-list-box h2 {
  color: #e33240;
  font-size: 2.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .product-area .grid-list-box h2 {
    font-size: 1.5rem;
  }
}
.product-area .grid-list-box .sort-area {
  display: flex;
  justify-content: end;
  padding: 0 0 10px 0;
}
.product-area .grid-list-box .sort-area .sort {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 991px) {
  .product-area .grid-list-box .sort-area .sort {
    padding: 10px 0 0 0;
    justify-content: start;
  }
}
@media (max-width: 639px) {
  .product-area .grid-list-box .sort-area .sort {
    padding: 10px 0 0 0;
    justify-content: space-between;
  }
}
.product-area .grid-list-box .sort-area .sort h6 i {
  color: #e33240;
  font-size: 16px;
  padding-right: 15px;
}
.product-area .grid-list-box .sort-area .sort button,
.product-area .grid-list-box .sort-area .sort select {
  text-transform: none;
  padding: 4px 40px 4px 10px;
  border-radius: 7px;
  background: #fff;
  border: 1px solid #e33240;
  font-size: 14px;
  color: #333;
  outline: unset;
}
.product-area .grid-list-box .sort-area .sort button:focus-visible,
.product-area .grid-list-box .sort-area .sort select:focus-visible {
  border: 1px solid #e33240;
}
@media (max-width: 639px) {
  .product-area .grid-list-box .sort-area .sort button,
  .product-area .grid-list-box .sort-area .sort select {
    padding: 3px 30px 4px 10px;
  }
}
.product-area .grid-list-box .sort-area .sort-1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .product-area .grid-list-box .sort-area .sort-1 {
    padding: 10px 0 0 0;
    justify-content: start;
  }
}
@media (max-width: 639px) {
  .product-area .grid-list-box .sort-area .sort-1 {
    padding: 10px 0 0 0;
    justify-content: space-between;
  }
}
.product-area .grid-list-box .sort-area .sort-1 h3 {
  color: #202945;
  position: relative;
  padding: 0 0 0 60px;
}
.product-area .grid-list-box .sort-area .sort-1 h3::before {
  position: absolute;
  content: "";
  background: #e33240;
  width: 50px;
  height: 3px;
  left: 0;
  top: 13px;
}
.product-area .grid-list-box .sort-area .sort-1 button,
.product-area .grid-list-box .sort-area .sort-1 select {
  text-transform: none;
  padding: 7px 50px 7px 20px;
  border-radius: 7px;
  background: #fff;
  border: 1px solid #e33240;
  font-size: 14px;
  color: #333;
}
.product-area .grid-list-box .sort-area .sort-1 button:focus-visible,
.product-area .grid-list-box .sort-area .sort-1 select:focus-visible {
  border: 1px solid #e33240;
}
@media (max-width: 639px) {
  .product-area .grid-list-box .sort-area .sort-1 button,
  .product-area .grid-list-box .sort-area .sort-1 select {
    padding: 3px 30px 4px 10px;
  }
}
@media (max-width: 639px) {
  .product-area .grid-list-box .sort-area .locatn {
    padding: 0;
  }
}
.product-area .grid-list-box .srt-line {
  position: relative;
}
@media (max-width: 991px) {
  .product-area .grid-list-box .srt-line {
    display: none;
  }
}
@media (max-width: 639px) {
  .product-area .grid-list-box .srt-line {
    display: none;
  }
}
.product-area .grid-list-box .srt-line::before {
  position: absolute;
  content: "";
  top: 52px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #e33240;
}
.product-area .grid-list-box .next-prev ul {
  margin-top: 50px;
}
.product-area .grid-list-box .next-prev ul li a {
  color: #fff;
}
.product-area .grid-list-box .next-prev ul li a:hover {
  text-decoration: none;
}
.product-area .grid-list-box .next-prev ul li a i {
  color: #e33240;
}
.product-area .grid-list-box .pagi-nation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 50px 0;
}
.product-area .grid-list-box .page-item.active .page-link {
  z-index: 1;
  color: #fff !important;
  background-color: #202945 !important;
  border-color: #202945 !important;
}
.product-area .grid-list-box .page-link {
  color: #1a1a1a !important;
}
.product-area select.form-control:not([size]):not([multiple]) {
  height: 40px !important;
  margin-bottom: 15px !important;
}
.product-area .form-control {
  display: block;
  width: 100% !important;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #939393;
  background: no-repeat;
  background-clip: padding-box;
  border-bottom: 1px solid #393e25;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.product-area .form-check-box {
  height: 150px;
  overflow-y: auto;
  overflow-x: clip;
  margin: 40px 0 30px 0;
}

.navbar {
  padding: 30px 0 10px 0 !important;
}

.form-inline {
  flex-flow: initial !important;
}
@media (max-width: 991px) {
  .form-inline {
    flex-direction: column !important;
    justify-content: left !important;
    align-items: baseline !important;
  }
}
.form-inline button {
  background: #e33240;
  color: #222;
  padding: 5px 10px !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  border: 1px solid #4c4b4b;
  cursor: pointer;
}
@media (max-width: 991px) {
  .form-inline button {
    margin-top: 10px !important;
  }
}

.range-wrap {
  margin: 50px 0 20px 0;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .range-wrap {
    margin: 50px 0 0px 0;
  }
}
.range-wrap h6 {
  margin: 0;
  padding: 0 0 30px 0;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 20px 0;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: #171c07;
  border-radius: 25px;
}

input[type=range]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 4px 0 rgb(0, 0, 0);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #171c07;
}

.range-value {
  position: absolute;
  top: 27%;
}

.range-value span {
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #171c07;
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px;
}

.range-value span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #171c07;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}

footer .button {
  margin: 0;
  background: #ffffff;
  padding: 8px 14px;
  border-radius: 6px;
  color: #474747 !important;
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
  border: 1px solid #202945;
  position: relative;
  z-index: 99;
}
footer .button:hover {
  color: #fff;
  background: #202945;
  border: 1px solid #202945;
}
footer .button:hover span {
  color: #fff !important;
}
footer .button i {
  margin-right: 4px;
  opacity: 1;
  font-size: 16px;
}
footer .button span {
  position: relative;
  top: -2px;
}
@media (max-width: 1599px) {
  footer .button {
    padding: 8px 8px;
  }
}
@media (max-width: 1199px) {
  footer .button {
    padding: 7px 10px;
  }
}
footer .button-quote {
  margin: 0;
  background: #202945;
  padding: 9px 14px;
  border-radius: 6px;
  color: #ffffff !important;
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
  border: 1px solid #202945;
}
footer .button-quote:hover {
  color: #fff;
  background: #293601;
  border: 1px solid #202945;
}
footer .button-quote i {
  margin-right: 4px;
  opacity: 1;
  font-size: 16px;
}
footer .button-quote span {
  position: relative;
  top: -2px;
}

.download-cards {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -2rem;
  padding: 0;
}
@media (max-width: 639px) {
  .download-cards {
    display: block;
  }
}
.download-cards .express-intrest.button .modal-title {
  color: #fff;
}
.download-cards .express-intrest.button .modal-dialog {
  max-width: 800px !important;
}
@media (max-width: 991px) {
  .download-cards .express-intrest.button .modal-dialog {
    max-width: 600px !important;
  }
}
.download-cards .express-intrest.button label {
  color: #fff;
}
.download-cards .express-intrest.button .modal-content {
  background: radial-gradient(circle at 90% 10%, #5a678a 0, #202a46 30%, #202a46 100%) !important;
  padding: 30px 30px;
}
.download-cards .express-intrest.button .form-group::-moz-placeholder {
  color: #333;
  font-size: 14px;
}
.download-cards .express-intrest.button .form-group::placeholder {
  color: #333;
  font-size: 14px;
}
.download-cards .express-intrest.button .form-group .form-control {
  background: #fff;
  border-radius: 6px;
}
.download-cards .express-intrest.button .r-quest {
  background: #e33240;
  color: #fff;
}
.download-cards .express-intrest.button .modal-header .close {
  padding: 7px 10px 3px 10px;
  background-color: #fff !important;
  border: 0;
  opacity: 1;
}
.download-cards .express-intrest.button .modal-header .close span {
  font-size: 25px !important;
  margin: 0;
  color: #090909 !important;
}
.download-cards .pro-list-r-quest {
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 1199px) {
  .download-cards .pro-list-r-quest {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .download-cards .pro-list-r-quest {
    margin: 0;
  }
}
@media (max-width: 639px) {
  .download-cards .pro-list-r-quest {
    margin: 0px 0 20px 0;
    justify-content: flex-start;
  }
}
.download-cards .pro-list-r-quest .express-intrest {
  padding: 0 !important;
  border: none !important;
  background: no-repeat;
}
.download-cards .pro-list-r-quest .express-intrest .express {
  font-size: 13px !important;
  white-space: normal;
  background: #202945;
  color: white;
  border: 1px solid #202945;
}
@media (max-width: 1199px) {
  .download-cards .pro-list-r-quest .express-intrest .express {
    width: 140px;
    padding: 10px 0;
    font-size: 12px !important;
  }
}
.download-cards .no-data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .download-cards .no-data {
    justify-content: center;
  }
}
.download-cards .no-data img {
  width: 60%;
}
@media (max-width: 991px) {
  .download-cards .no-data img {
    width: 100%;
  }
}

.download-card {
  display: flex;
  flex-direction: column;
  width: 90%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2em;
  margin: 0 1em 2em;
  padding: 22px;
  background: #fff;
  box-shadow: 0 1px 2px #a29f9f;
}
@media (max-width: 1599px) {
  .download-card {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .download-card {
    padding: 5px 15px 20px 15px;
  }
}
.download-card .new {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 80px;
  background: #e33240;
  color: #fff !important;
  padding: 4px 0 0 0px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 1;
}
.download-card .new .new-text {
  color: #fff !important;
  transform: rotate(320deg);
  position: absolute;
  font-size: 13px;
  top: 21px;
  left: 0px;
}
@media (max-width: 639px) {
  .download-card {
    margin: 0 0 50px 0;
    padding: 15px;
    width: auto;
  }
}

.download-card-img-box {
  overflow: hidden;
  cursor: pointer;
}

.download-card a.button {
  text-decoration: none;
  margin: 0 6px 0 0;
}

@media (min-width: 1200px) {
  .download-cards[data-view=list-view] .pro-list-r-quest {
    margin: 0;
    position: absolute;
    right: 30px;
    top: 43%;
  }
}
@media (min-width: 700px) {
  .download-cards[data-view=grid-view] .download-card {
    float: left;
    width: calc(100% - 2em);
  }
  .download-cards[data-view=grid-view] .download-card:nth-child(3) {
    clear: both;
  }
  .download-cards[data-view=grid-view] .download-card:nth-child(4) {
    clear: initial;
  }
}
@media (min-width: 700px) {
  .download-cards[data-view=list-view] .download-card {
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px;
    gap: 20px;
  }
}
@media (min-width: 1000px) {
  .download-cards[data-view=grid-view] .download-card {
    width: calc(50% - 2em);
    padding: 7px 10px 10px 10px;
  }
  .download-cards[data-view=grid-view] .download-card:nth-child(3) {
    clear: initial;
  }
  .download-cards[data-view=grid-view] .download-card:nth-child(4) {
    clear: both;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
  .download-cards[data-view=grid-view] .download-card {
    width: calc(33.3333333333% - 2em);
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1600px) {
  .download-cards[data-view=grid-view] .download-card {
    width: calc(33.3333333333% - 2em);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .download-cards[data-view=grid-view] .download-card {
    width: calc(50% - 2em);
  }
}
.download-card__image {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 200px;
  background-size: cover;
  transition: 0.3s ease-in-out all;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .download-card__image {
    height: 160px;
  }
}
@media (max-width: 1199px) {
  .download-card__image {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .download-card__image {
    height: 200px;
  }
}
@media (max-width: 639px) {
  .download-card__image {
    height: auto;
  }
}
.download-card__image:hover {
  transform: scale(1.1) rotate(0deg);
}
.download-card__image img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1599px) {
  .download-card__image img {
    width: 100% !important;
    height: 160px;
  }
}
@media (max-width: 1199px) {
  .download-card__image img {
    width: 100% !important;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .download-card__image img {
    width: 100% !important;
    height: 200px;
  }
}
@media (max-width: 639px) {
  .download-card__image img {
    width: 100% !important;
    height: auto;
  }
}

@media (min-width: 700px) {
  .download-card__image {
    justify-content: center;
  }
}
@media (min-width: 700px) {
  .download-cards[data-view=list-view] .download-card__image {
    width: 100%;
    height: auto;
  }
  .download-cards[data-view=list-view] .download-card__image img {
    height: 180px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 250px;
    background: #eeeeee;
  }
  .download-cards[data-view=list-view] .mob-nmbr {
    display: block;
    text-decoration: none;
    padding: 0px 0 15px 0;
    color: #333;
    font-family: sans-serif;
    letter-spacing: 1px;
  }
}
.download-card__content {
  padding: 10px 0 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  text-align: left;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 991px) {
  .download-card__content {
    padding: 0px 0 10px 0;
  }
}
@media (max-width: 639px) {
  .download-card__content {
    align-items: flex-start;
  }
}
.download-card__content .brand {
  color: #d1d1d1;
}
.download-card__content .mob-nmbr {
  display: block;
  font-size: 13px;
  margin: 2px 0 0 0;
}
.download-card__content .mob-nmbr i {
  color: #e33240;
}
.download-card__content footer .button span {
  font-size: 14px !important;
  margin: 0;
  color: #202945;
  font-weight: 600;
}
.download-card__content .small {
  margin: 0 0 0 0;
}
.download-card__content .small i {
  color: #e33240;
}
.download-card__content .list-title-catg {
  color: #333;
  font-size: 14px;
}

.download-card__category {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  margin: 0 0 1em;
  display: block;
  color: #fff;
}

.download-card__category::before {
  content: "|| ";
  color: #e33240;
}

.download-card__title {
  line-height: 24px;
  margin: 0 0 0.2em 0;
  padding: 5px 0 0 0;
  font-size: 16px;
  color: #202945;
  font-weight: 600 !important;
}
@media (max-width: 1199px) {
  .download-card__title {
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  .download-card__title {
    margin: 12px 0 0.2em 0;
  }
}
@media (max-width: 639px) {
  .download-card__title {
    padding: 0;
    margin: 12px 0 0.2em 0;
  }
}
.download-card__title p {
  margin: 0;
  padding: 3px 0;
}
.download-card__title p .sml {
  color: #fff;
  background: #e33240;
  padding: 0px 8px 0 0;
  border-radius: 3px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  font-size: 12px;
  font-style: italic;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 639px) {
  .download-card__title p .sml {
    font-size: 11px;
  }
}
.download-card__title p .sml em {
  padding: 0px 18px 0 12px;
  color: #ffffff;
  font-family: "Seek Font 1", sans-serif;
  font-size: 10px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -1px;
}
.download-card__title p .sml svg {
  width: 30px;
  height: 25px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  fill: #e33240;
  border-radius: 3px;
}
@media (max-width: 639px) {
  .download-card__title p .sml svg {
    height: 24px;
  }
}

.download-card__description {
  line-height: 1.5;
  padding: 0;
  margin: 0 0 1.5em;
  clear: both;
  color: #8b8e9c;
  font-size: 16px;
}

.dc-view-switcher {
  display: none;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: right;
}

@media (min-width: 700px) {
  .dc-view-switcher {
    display: block;
  }
}
.dc-view-switcher > button {
  font-family: "fontAwesome";
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  border: none;
  cursor: pointer;
  font-size: 1.5em;
  vertical-align: middle;
  color: #e33240;
  opacity: 0.3;
  outline: none;
  transition: opacity 0.4s ease;
  padding: 0;
}

.dc-view-switcher > button:focus {
  outline: none;
}

.dc-view-switcher > button:nth-child(1) {
  margin-right: 0.5rem;
}

.dc-view-switcher > button[data-trigger=list-view]::before {
  content: "\f00b";
}

.dc-view-switcher > button[data-trigger=grid-view]::before {
  content: "\f009";
}

.dc-view-switcher > button[data-trigger].active {
  opacity: 1;
}

.home-product-area {
  padding: 90px 0;
  background: #313e44;
}
@media (max-width: 639px) {
  .home-product-area {
    padding: 60px 0 30px 0;
  }
}
.home-product-area .section-title {
  position: relative;
}
.home-product-area .section-title h2 {
  color: #202945;
  text-align: center;
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .home-product-area .section-title h2 {
    font-size: 2.9rem;
  }
}
@media (max-width: 991px) {
  .home-product-area .section-title h2 {
    font-size: 2.7rem;
  }
}
@media (max-width: 639px) {
  .home-product-area .section-title h2 {
    font-size: 2.2rem;
  }
}
.home-product-area .section-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -8px;
  height: 2px;
  width: 125px;
  background: #e33240;
}
.home-product-area .section-title h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -9px;
  height: 5px;
  width: 70px;
  border-radius: 20px;
  background: #98c130;
}
.home-product-area .section-title .text-hide {
  font-family: "Raleway", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 9rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.368627451);
  opacity: 0.3;
}
@media (max-width: 1199px) {
  .home-product-area .section-title .text-hide {
    font-size: 6rem;
  }
}
@media (max-width: 991px) {
  .home-product-area .section-title .text-hide {
    font-size: 7rem;
  }
}
@media (max-width: 639px) {
  .home-product-area .section-title .text-hide {
    font-size: 4.2rem;
  }
}
.home-product-area .main-product {
  padding: 150px 0 0 0;
}
@media (max-width: 639px) {
  .home-product-area .main-product {
    padding: 50px 0 0 0;
  }
}
.home-product-area .main-product .home-pro-img img {
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 639px) {
  .home-product-area .main-product .home-pro-img img {
    margin-top: 50px;
  }
}
@media (max-width: 639px) {
  .home-product-area .main-product .home-pro-details {
    margin-top: 20px;
  }
}
.home-product-area .main-product .home-pro-details h3 {
  color: #d1d1d1;
  font-size: 32px;
}
@media (max-width: 639px) {
  .home-product-area .main-product .home-pro-details h3 {
    font-size: 26px;
  }
}
.home-product-area .main-product .home-pro-details h3::after {
  content: "";
  position: absolute;
  top: 82px;
  bottom: 0;
  left: 15px;
  height: 3px;
  width: 80px;
  background: #e33240;
}
.home-product-area .main-product .home-pro-details p {
  color: #d1d1d1;
  padding: 20px 0 0 0;
  line-height: 28px;
}
.home-product-area .main-product .find-pro {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .home-product-area .main-product .find-pro {
    margin-top: 50px;
  }
}
@media (max-width: 639px) {
  .home-product-area .main-product .find-pro {
    margin-top: 20px;
    flex-direction: column;
    align-items: start;
  }
}
.home-product-area .main-product .find-pro h4 {
  font-size: 2rem;
  color: #202945;
}
@media (max-width: 991px) {
  .home-product-area .main-product .find-pro h4 {
    display: flex;
  }
}
@media (max-width: 639px) {
  .home-product-area .main-product .find-pro h4 {
    display: flex;
  }
}
.home-product-area .main-product .find-pro span {
  display: block;
}
.home-product-area .main-product .find-pro .s-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .home-product-area .main-product .find-pro .form-inline {
    display: flex;
    flex-direction: row !important;
  }
}
.home-product-area .main-product .find-pro .form-inline .form-control {
  display: block;
  width: 360px !important;
  padding: 10px 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 991px) {
  .home-product-area .main-product .find-pro .form-inline .form-control {
    width: 280px !important;
  }
}
@media (max-width: 639px) {
  .home-product-area .main-product .find-pro .form-inline .form-control {
    width: 300px !important;
  }
}
.home-product-area .main-product .find-pro .form-inline button {
  background: #9dc33b;
  color: #fff !important;
  padding: 9px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
}
@media (max-width: 639px) {
  .home-product-area .main-product .find-pro .form-inline button {
    margin-left: 10px;
  }
}
.home-product-area .main-product .find-pro .form-inline .btn-outline-success:hover {
  color: #fff;
  background-color: #141806;
  border-color: #ffffff !important;
}
.home-product-area .main-product .find-pro .form-inline .btn::before {
  z-index: -1;
}

.container-l {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 7px;
  cursor: pointer;
  font-size: 14px;
  color: #d1d1d1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.container-l input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-l:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-l input:checked ~ .checkmark {
  background-color: #e33240;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-l input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-l .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(37deg);
}

.product-details-area {
  padding: 0px 0 30px 0;
  background: #141806;
}
@media (max-width: 639px) {
  .product-details-area {
    padding: 0px 0 30px 0;
  }
}
.product-details-area .pro-border {
  padding: 40px 20px;
}
.product-details-area .pro-hilights h5 {
  color: #202945;
  margin-bottom: 20px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .product-details-area .pro-hilights h5 {
    font-size: 1.3rem;
  }
}
.product-details-area .pro-hilights h5 i {
  color: #ffffff;
  font-size: 20px;
  background: #9dc33b;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  margin-right: 5px;
}
.product-details-area .pro-hilights h2 {
  color: #fff !important;
  font-family: Arial !important;
  font-size: 25px !important;
}
.product-details-area .pro-hilights h2 span {
  color: #fff !important;
  font-family: Arial !important;
  font-size: 16px !important;
  font-weight: 100 !important;
  line-height: 26px;
}
.product-details-area .pro-hilights span {
  font-size: 15px !important;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  white-space: normal !important;
}
.product-details-area .pro-hilights .label {
  font-size: 17px !important;
}
.product-details-area .pro-hilights p {
  color: #202945;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
.product-details-area .pro-hilights p span {
  font-size: 15px !important;
  color: #fff !important;
  line-height: 28px !important;
}
.product-details-area .pro-hilights a {
  color: #e33240;
}
.product-details-area .pro-hilights a i {
  color: #e33240;
  padding-left: 5px;
}
.product-details-area .pro-hilights a:hover {
  color: #98c130;
  text-decoration: none;
}

.product-tab-area {
  padding: 0px 0 0px 0;
  background: #141806;
}
@media (max-width: 639px) {
  .product-tab-area {
    padding: 0px 0 30px 0;
  }
}

.book-serives {
  position: relative !important;
}
.book-serives img {
  width: 60%;
  padding: 50px 40px;
}
@media (max-width: 1599px) {
  .book-serives img {
    width: 70%;
    padding: 20px 10px;
  }
}
@media (max-width: 1199px) {
  .book-serives img {
    width: 70%;
    padding: 20px 10px;
  }
}
@media (max-width: 991px) {
  .book-serives img {
    width: 80%;
    padding: 20px 10px;
  }
}
@media (max-width: 639px) {
  .book-serives img {
    width: 100%;
    padding: 20px 10px;
  }
}
.book-serives .book-serv-box {
  position: absolute;
  bottom: 100px;
  right: 0;
  background: #191f07;
  width: 410px;
  left: 200px;
  padding: 25px;
}
@media (max-width: 1599px) {
  .book-serives .book-serv-box {
    bottom: 100px;
    width: 400px;
    left: 150px;
  }
}
@media (max-width: 1199px) {
  .book-serives .book-serv-box {
    bottom: 160px;
    width: 380px;
    left: 150px;
  }
}
@media (max-width: 991px) {
  .book-serives .book-serv-box {
    bottom: 0px;
    width: 470px;
    left: 210px;
  }
}
@media (max-width: 639px) {
  .book-serives .book-serv-box {
    bottom: -30px;
    width: 80%;
    left: 31px;
  }
}
.book-serives .book-serv-box h4 {
  color: #fff;
  font-size: 23px;
}
.book-serives .book-serv-box p {
  color: #fff;
  line-height: 28px;
  font-size: 15px;
}

.catalogues {
  padding: 0 10px;
  position: relative;
}
.catalogues img {
  width: 100%;
}
.catalogues a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 5px;
}
.catalogues a span i {
  font-size: 20px;
  background: #e33240;
  width: 80px;
  height: 60px;
  display: flex;
  justify-content: end;
  align-items: flex-end;
  color: #fff !important;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  padding: 0 10px 10px 0px;
  position: absolute;
  right: 10px;
  top: 94px;
}
.catalogues a span i:hover {
  background: #e33240;
}
.catalogues a h5 {
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 18px;
}
.catalogues a h5:hover {
  color: rgba(255, 255, 255, 0.774);
}
.catalogues iframe {
  width: 100%;
}
.catalogues .cat-button {
  font-size: 1.2rem;
}

.appli-video .box img {
  width: 100%;
}

.appli-video .box {
  position: relative !important;
}

.appli-video .box .pulse1 i {
  background: red;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
}

.appli-video .box .hero-video {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 120px;
}
@media (max-width: 1599px) {
  .appli-video .box .hero-video {
    top: 70px;
  }
}
@media (max-width: 1199px) {
  .appli-video .box .hero-video {
    top: 50px;
  }
}
@media (max-width: 991px) {
  .appli-video .box .hero-video {
    top: 55px;
  }
}
@media (max-width: 639px) {
  .appli-video .box .hero-video {
    top: 70px;
  }
}

.pro-application .box {
  font-family: "Raleway", sans-serif;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.pro-application .box h3 {
  padding: 15px 0;
  font-size: 23px;
}
@media (max-width: 1199px) {
  .pro-application .box h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .pro-application .box h3 {
    font-size: 19px;
  }
}
@media (max-width: 639px) {
  .pro-application .box h3 {
    font-size: 16px;
  }
}
.pro-application .box:before {
  content: "";
  background: #9dc33b;
  height: 150%;
  bottom: -150%;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}
.pro-application .box:hover:before {
  bottom: 95%;
}
.pro-application .box img {
  width: 100%;
  height: auto;
  transition: all 0.45s ease;
}
.pro-application .box:hover img {
  opacity: 0.2;
}
.pro-application .box .box-content {
  color: #9dc33b;
  width: 100%;
  padding: 0 20px;
  opacity: 0;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transition: all 0.45s ease;
}
.pro-application .box-content i {
  color: #e33240;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.pro-application .box:hover .box-content {
  opacity: 1;
  transition-delay: 0.4s;
}
.pro-application .box .title {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 3px 0;
}
.pro-application .box .post {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
}
.pro-application .box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pro-application .box .icon li {
  display: inline-block;
  margin: 0 3px;
}
.pro-application .box .icon li a {
  color: #fff;
  background: #fff;
  font-size: 16px;
  line-height: 33px;
  width: 33px;
  height: 33px;
  display: block;
  transition: all 0.3s ease 0s;
}
.pro-application .box .icon li a:hover {
  border-radius: 50%;
  animation: animate-hover 0.5s;
}
@keyframes animate-hover {
  0% {
    box-shadow: 0 0 0 10px rgba(19, 170, 82, 0.3);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(19, 170, 82, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(19, 170, 82, 0.3);
  }
}
@media only screen and (max-width: 990px) {
  .pro-application .box {
    margin: 0 0 30px;
  }
}

.product-accordion {
  background: none !important;
  color: #e33240;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 17px;
  transition: 0.4s;
  width: 100%;
  text-align: left;
}

.product-accordion i {
  margin-left: 10px;
  color: #e33240;
  animation: move 0.3s ease-in-out alternate infinite;
  font-size: 20px;
}

@keyframes move {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(3px);
  }
}
.product-accordion:focus {
  outline: none;
}

.product-panel {
  display: none;
  overflow: hidden;
  margin-top: 10px;
}
.product-panel ul li {
  list-style: none !important;
  line-height: 28px !important;
  color: #fff !important;
}

.pro-catalogue-area {
  padding: 0px 0 90px 0;
}
@media (max-width: 639px) {
  .pro-catalogue-area {
    padding: 30px 0 30px 0;
  }
}
.pro-catalogue-area .catalogue h2 {
  color: #d1d1d1;
  font-size: 2.5rem;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 30px 0 50px;
}
@media (max-width: 1599px) {
  .pro-catalogue-area .catalogue h2 {
    font-size: 2.1rem;
  }
}
@media (max-width: 1199px) {
  .pro-catalogue-area .catalogue h2 {
    font-size: 1.8rem;
    padding: 0 10px 0 20px;
  }
}
@media (max-width: 991px) {
  .pro-catalogue-area .catalogue h2 {
    font-size: 1.4rem;
    padding: 0 10px 0 0px;
  }
}
@media (max-width: 639px) {
  .pro-catalogue-area .catalogue h2 {
    font-size: 1.3rem;
    margin: 20px 0;
  }
}
.pro-catalogue-area .catalogue p {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 639px) {
  .pro-catalogue-area .catalogue p {
    font-size: 15px;
  }
}
.pro-catalogue-area .catalogue .product-supplier {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-catalogue-area .catalogue .product-supplier img {
  width: 100%;
}
@media (max-width: 639px) {
  .pro-catalogue-area .catalogue .product-supplier img {
    width: 50%;
  }
}

@media only screen and (min-width: 1367px) and (max-width: 1480px) {
  .first img {
    height: 200px !important;
  }
  .second img {
    height: 200px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .first img {
    height: 200px !important;
  }
  .second img {
    height: 200px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .download-cards[data-view=list-view] .download-card__image {
    padding: 0 0 0 20px;
  }
  .first img {
    height: 240px !important;
  }
  .second img {
    height: 240px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .first img {
    height: 170px !important;
  }
  .second img {
    height: 170px !important;
  }
}
@media only screen and (min-width: 150px) and (max-width: 767px) {
  .download-cards[data-view=list-view] .download-card__image img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .download-cards[data-view=list-view] .download-card__content {
    text-align: left;
    align-items: flex-start;
    padding: 10px 0 10px 0;
  }
  .first img {
    height: auto !important;
  }
  .second img {
    height: auto !important;
  }
}
h4 {
  color: white;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  h4 {
    font-size: 20px;
  }
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.template-btn {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 20px;
  display: inline-block;
  background: transparent;
  cursor: pointer;
  transition: 0.2s;
}

.template-btn:hover {
  color: white;
  background: #f28500;
}

.product-application-area {
  margin: 0px 0 50px 0;
}
.product-application-area .product-description-head {
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .product-application-area .product-description-head {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .product-application-area .product-description-head {
    padding: 40px 0 0px 0;
  }
}
.product-application-area .product-description-head h2 {
  position: relative;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 20px 0;
}
@media (max-width: 639px) {
  .product-application-area .product-description-head h2 {
    padding-left: 35px;
  }
}
.product-application-area .product-description-head h2::before {
  position: absolute;
  content: "";
  top: 26px;
  left: 0;
  width: 70px;
  height: 4px;
  background: #e33240;
}
@media (max-width: 639px) {
  .product-application-area .product-description-head h2::before {
    top: 10px;
    width: 30px;
  }
}
.product-application-area .product-description-head p {
  margin: 0;
}
.product-application-area .title {
  font-family: inherit;
  font-size: 2rem;
  font-weight: 600;
  line-height: inherit;
  color: #252b46;
  text-transform: capitalize;
}
.product-application-area .paragraph {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: inherit;
  max-width: 100%;
  margin-top: 0.5rem;
  color: #9194a1;
}
.product-application-area .main .tab {
  width: 100%;
  height: auto;
}
.product-application-area .main .tab-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.product-application-area .main .tab-menu-link {
  position: relative;
  overflow: hidden;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 10px 30px;
  border-bottom: 2.5px solid transparent;
  color: #9194a1;
  background: #ffffff;
  transition: all 0.3s ease;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2.5px solid #6a6a6a;
  margin: 0 0px 0 10px;
}
.product-application-area .main .tab-menu-link i {
  font-size: 20px;
  color: #e33240;
}
.product-application-area .main .tab-menu-link:focus {
  outline: none !important;
}
.product-application-area .main .tab-menu-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.product-application-area .main .tab-menu-link.is-active {
  bottom: 0px;
  z-index: 0;
  overflow: hidden;
  border-bottom: 2.5px solid #fa5757;
  color: #252b46;
  background: #ffffff;
}
.product-application-area .main .tab-bar {
  padding: 20px 0 0 0;
  overflow: hidden;
  background: #ffffff;
}
.product-application-area .main .tab-bar-content {
  display: none;
  width: 100%;
  min-height: 10rem;
  transition: all 0.3s ease;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px 20px;
}
.product-application-area .main .tab-bar-content img {
  width: 100%;
}
.product-application-area .main .tab-bar-content .texts h4 {
  padding: 10px 0 30px 0;
}
.product-application-area .main .tab-bar-content .hero-video {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: url(../img/success/youtube.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
@media (max-width: 1599px) {
  .product-application-area .main .tab-bar-content .hero-video {
    width: 70px;
    height: 53px;
    border-radius: 12px;
  }
}
@media (max-width: 1199px) {
  .product-application-area .main .tab-bar-content .hero-video {
    width: 60px;
    height: 40px;
    top: 30%;
  }
}
@media (max-width: 991px) {
  .product-application-area .main .tab-bar-content .hero-video {
    width: 60px;
    height: 40px;
    top: 30%;
  }
}
@media (max-width: 639px) {
  .product-application-area .main .tab-bar-content .hero-video {
    width: 55px;
    height: 38px;
    border-radius: 10px;
    top: 33%;
  }
}
.product-application-area .main .tab-bar-content .hero-video i {
  color: #fff;
  font-size: 22px;
}
@media (max-width: 1199px) {
  .product-application-area .main .tab-bar-content .hero-video i {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .product-application-area .main .tab-bar-content .hero-video i {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .product-application-area .main .tab-bar-content .hero-video i {
    font-size: 16px;
  }
}
.product-application-area .main .tab-bar-content.is-active {
  display: block;
}

.product-accessories-area {
  padding: 0 0 40px 0;
}
@media (max-width: 639px) {
  .product-accessories-area {
    padding: 0;
  }
}
.product-accessories-area .product-specification-head {
  padding-right: 80px;
  margin: 0 0 10px 0;
}
@media (max-width: 1199px) {
  .product-accessories-area .product-specification-head {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .product-accessories-area .product-specification-head {
    padding: 0px 0 10px 15px;
  }
}
@media (max-width: 639px) {
  .product-accessories-area .product-specification-head {
    padding: 10px 0 10px 15px;
  }
}
.product-accessories-area .product-specification-head h2 {
  position: relative;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 20px 0;
}
.product-accessories-area .product-specification-head h2::before {
  position: absolute;
  content: "";
  top: 26px;
  left: 0;
  width: 70px;
  height: 4px;
  background: #e33240;
}
.product-accessories-area .accessories-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 20px 20px;
  margin: 0 0 30px 0;
}
@media (max-width: 1599px) {
  .product-accessories-area .accessories-box {
    padding: 20px 10px;
  }
}
@media (max-width: 639px) {
  .product-accessories-area .accessories-box {
    padding: 10px;
  }
}
.product-accessories-area .accessories-box .accessories-pic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-accessories-area .accessories-box .accessories-pic img {
  width: 200px;
  padding-right: 20px;
}
@media (max-width: 1599px) {
  .product-accessories-area .accessories-box .accessories-pic img {
    width: 170px;
  }
}
.product-accessories-area .accessories-box .accessories-content h5 {
  font-weight: 600 !important;
}
.product-zoom-area {
  padding: 70px 0 60px 0;
}
@media (max-width: 1599px) {
  .product-zoom-area {
    padding: 60px 0 10px 0;
  }
}
@media (max-width: 1199px) {
  .product-zoom-area {
    padding: 40px 0 10px 0;
  }
}
@media (max-width: 991px) {
  .product-zoom-area {
    padding: 10px 0 30px 0;
  }
}
@media (max-width: 639px) {
  .product-zoom-area {
    padding: 0px 0 30px 0;
  }
}
.product-zoom-area .zoom-img {
  position: relative;
  z-index: 9;
}
.product-zoom-area .zoom-details-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 639px) {
  .product-zoom-area .zoom-details-box {
    margin: 70px 0 0 0;
  }
}
.product-zoom-area .zoom-details-box .zoom-details {
  padding: 30px 50px;
  border-radius: 20px;
  background: #e33240;
  width: 100%;
}
@media (max-width: 639px) {
  .product-zoom-area .zoom-details-box .zoom-details {
    padding: 60px 25px 0px 25px;
  }
}
.product-zoom-area .zoom-details-box .zoom-details h2 {
  color: #fff;
  font-size: 2.4rem;
}
@media (max-width: 991px) {
  .product-zoom-area .zoom-details-box .zoom-details h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 639px) {
  .product-zoom-area .zoom-details-box .zoom-details h2 {
    font-size: 1.4rem;
  }
}
.product-zoom-area .zoom-details-box .zoom-details p {
  color: #fff;
}
.product-zoom-area .zoom-details-box .zoom-details h4 {
  color: #fff;
  margin: 0 0 25px 0;
}
.product-zoom-area .zoom-details-box .zoom-details h6 {
  color: #fff;
  padding: 0 0 10px 0;
  font-size: 20px;
}
.product-zoom-area .zoom-details-box .zoom-details h5 {
  color: #fff;
  margin: 0 0 15px 0;
}
@media (max-width: 991px) {
  .product-zoom-area .zoom-details-box .zoom-details a {
    margin-top: 0px;
  }
}
.product-zoom-area .express-intrest-manual {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin: 40px 0 30px 0;
  padding: 0 10px;
}
.product-zoom-area .express-intrest-manual .express-intrest .show {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.631372549);
}
.product-zoom-area .express-intrest-manual .express-intrest .express {
  background: #007a39;
  color: white;
  font-size: 17px;
  border-radius: 6px;
}
.product-zoom-area .express-intrest-manual .express-intrest .modal-content {
  padding: 15px 10px;
}
.product-zoom-area .express-intrest-manual .express-intrest .modal-content .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #28a745;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  border: 1px solid #28a745 !important;
  padding: 3px 7px !important;
}
.product-zoom-area .express-intrest-manual .express-intrest .modal-body form button {
  background: #e33240;
  color: #fff;
  float: right;
}
.product-zoom-area .express-intrest-manual .express-intrest button {
  margin-bottom: 0;
}
.product-zoom-area .express-intrest-manual .manual a {
  background: #007a39;
  color: white;
  font-size: 17px;
  border-radius: 6px;
  padding: 12px 20px;
}
.product-zoom-area .express-intrest-manual .manual a:hover {
  text-decoration: none;
}
.product-zoom-area .express-intrest-manual .manual a i {
  padding-left: 10px;
  font-size: 18px;
  color: #fff;
}
.product-zoom-area .product-p {
  margin: 70px 0 0 0;
}
@media (max-width: 639px) {
  .product-zoom-area .product-p {
    margin: 0px;
    text-align: justify;
  }
}

.artlist_content_form .form-inline .form-control {
  background: #fff;
}

.product-categories-area {
  padding: 0px 0 60px 0;
}
@media (max-width: 639px) {
  .product-categories-area {
    padding: 30px 0;
  }
}
.product-categories-area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 1599px) {
  .product-categories-area ul {
    padding: 0 15px;
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .product-categories-area ul {
    padding: 0 15px;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .product-categories-area ul {
    padding: 0 15px;
    gap: 15px;
  }
}
@media (max-width: 639px) {
  .product-categories-area ul {
    padding: 0 15px;
    gap: 10px;
  }
}
.product-categories-area ul li {
  list-style: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: flex;
}
@media (max-width: 639px) {
  .product-categories-area ul li {
    width: 100%;
  }
}
.product-categories-area ul li i {
  font-size: 22px;
  margin: 0 15px 0 0;
}
.product-categories-area ul li a {
  text-decoration: none;
  color: #333;
}
.product-categories-area ul li a:hover {
  text-decoration: none;
  color: #333;
}
.product-categories-area .btn {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .product-categories-area .btn {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .product-categories-area .btn {
    font-size: 17px;
  }
}
@media (max-width: 639px) {
  .product-categories-area .btn {
    width: 100%;
    text-align: left;
  }
}
.product-categories-area .btn:focus,
.product-categories-area .btn:hover {
  color: #fff;
}
.product-categories-area .btn:before {
  content: "";
  background: #e33240;
  width: 100%;
  height: 100%;
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.product-categories-area .btn:focus:before,
.product-categories-area .btn:hover:before {
  transform: scale(1);
}

.similar-product-area {
  position: relative;
  padding: 20px 0 30px 0;
}
@media (max-width: 991px) {
  .similar-product-area .col-xl-12 {
    padding: 0;
  }
}
@media (max-width: 1599px) {
  .similar-product-area {
    padding: 80px 0 100px 0;
  }
}
@media (max-width: 1199px) {
  .similar-product-area {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .similar-product-area {
    padding: 40px 0;
  }
}
@media (max-width: 639px) {
  .similar-product-area {
    padding: 10px 0 0px 0;
  }
}
@media (max-width: 374px) {
  .similar-product-area {
    padding: 10px 0 0px 0;
  }
}
.similar-product-area .similar-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
}
.similar-product-area .similar-head h2 {
  color: #333;
  position: relative;
  padding-left: 75px;
}
@media (max-width: 1199px) {
  .similar-product-area .similar-head h2 {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 639px) {
  .similar-product-area .similar-head h2 {
    padding-left: 35px;
  }
}
.similar-product-area .similar-head h2::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
@media (max-width: 639px) {
  .similar-product-area .similar-head h2::before {
    top: 10px;
    width: 30px;
  }
}
.similar-product-area .similarSwiper {
  padding: 0 30px;
}
@media (max-width: 639px) {
  .similar-product-area .similarSwiper {
    padding: 0px 10px;
  }
}
.similar-product-area .similarSwiper .swiper {
  padding: 0 60px;
}
.similar-product-area .similarSwiper .swiper-slide {
  padding: 6px 7px 10px 7px;
  text-align: left;
  border-radius: 8px;
  background: #fff;
  box-shadow: 3px 5px 10px 0px #e5e5e5;
  margin: 0 0 10px 0;
}
.similar-product-area .similarSwiper .swiper-slide img {
  width: 100%;
  margin: 0;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px 6px 0 0;
  background: #dcdcdc;
}
@media (max-width: 1599px) {
  .similar-product-area .similarSwiper .swiper-slide img {
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .similar-product-area .similarSwiper .swiper-slide img {
    height: 180px;
  }
}
@media (max-width: 991px) {
  .similar-product-area .similarSwiper .swiper-slide img {
    height: 200px;
  }
}
@media (max-width: 639px) {
  .similar-product-area .similarSwiper .swiper-slide img {
    height: auto;
  }
}
.similar-product-area .similarSwiper .swiper-slide h3 {
  padding: 2px 10px 0 10px;
  margin: 0;
}
.similar-product-area .similarSwiper .swiper-slide h3 a {
  font-size: 16px !important;
  color: #333;
  text-decoration: none;
}
@media (max-width: 1599px) {
  .similar-product-area .similarSwiper .swiper-slide h3 a {
    font-size: 16px !important;
  }
}
@media (max-width: 1199px) {
  .similar-product-area .similarSwiper .swiper-slide h3 a {
    font-size: 15px !important;
  }
}
.similar-product-area .similarSwiper .swiper-slide h3 a:hover {
  color: #333;
  text-decoration: none;
}
.similar-product-area .similarSwiper .swiper-slide p {
  color: #333;
  margin: 0;
  padding: 0 10px 2px 10px;
  font-size: 13px;
}
.similar-product-area .similarSwiper .swiper-slide p i {
  color: #e33240;
  margin: 0 7px 0 0;
}
.similar-product-area .similarSwiper .swiper-button-next:after,
.similar-product-area .similarSwiper .swiper-button-prev:after {
  background: #d7dee0;
  font-size: 18px;
  padding: 20px 10px;
  color: #333;
  font-weight: 600;
}
.similar-product-area .similarSwiper .swiper-button-next.swiper-button-disabled,
.similar-product-area .similarSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

.product-info-area {
  padding: 0px 0;
  position: relative;
  height: auto;
}
.product-info-area .product-spec {
  padding: 50px 0 20px 70px;
}
@media (max-width: 1599px) {
  .product-info-area .product-spec {
    padding: 30px 0 20px 40px;
  }
}
@media (max-width: 1199px) {
  .product-info-area .product-spec {
    padding: 30px 0 20px 60px;
  }
}
@media (max-width: 991px) {
  .product-info-area .product-spec {
    padding: 0px 0 20px 0;
  }
}
@media (max-width: 639px) {
  .product-info-area .product-spec {
    padding: 0px 0 20px 0;
  }
}

.product-specification-area {
  margin: 50px 0 0px 0;
  position: sticky;
  top: 0;
  min-width: 50%;
  height: 100vh;
}
@media (max-width: 1599px) {
  .product-specification-area {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .product-specification-area {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .product-specification-area {
    padding: 0;
    height: auto;
  }
}
@media (max-width: 639px) {
  .product-specification-area {
    padding: 0 20px;
    height: auto;
  }
}
.product-specification-area .product-specification-head {
  padding-right: 20px;
}
@media (max-width: 1599px) {
  .product-specification-area .product-specification-head {
    padding-right: 0px;
  }
}
@media (max-width: 1199px) {
  .product-specification-area .product-specification-head {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .product-specification-area .product-specification-head {
    padding: 0px 0 10px 15px;
  }
}
@media (max-width: 639px) {
  .product-specification-area .product-specification-head {
    padding: 10px 0 10px 15px;
  }
}
.product-specification-area .product-specification-head h2 {
  position: relative;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 20px 30px;
}
@media (max-width: 639px) {
  .product-specification-area .product-specification-head h2 {
    padding-left: 35px;
  }
}
.product-specification-area .product-specification-head h2::before {
  position: absolute;
  content: "";
  top: 26px;
  left: 0;
  width: 70px;
  height: 4px;
  background: #e33240;
}
@media (max-width: 639px) {
  .product-specification-area .product-specification-head h2::before {
    top: 10px;
    width: 30px;
  }
}
.product-specification-area .seller-information-area {
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .product-specification-area .seller-information-area {
    position: inherit;
  }
}
@media (max-width: 639px) {
  .product-specification-area .seller-information-area {
    position: inherit;
  }
}
@media (max-width: 991px) {
  .product-specification-area .seller-information-area .seller-area {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 639px) {
  .product-specification-area .seller-information-area .seller-area .seller-image {
    margin: 0 0 20px 0px;
  }
}
.product-specification-area .seller-information-area .seller-area .seller-image img {
  width: 100%;
  border-radius: 8px;
}
.product-specification-area .seller-information-area .seller-area .seller-info h4 {
  font-weight: 600 !important;
}
.product-specification-area .seller-information-area .seller-area .seller-box {
  padding: 30px 0 0 70px;
}
@media (max-width: 1599px) {
  .product-specification-area .seller-information-area .seller-area .seller-box {
    padding: 30px 0 0 0px;
  }
}
@media (max-width: 991px) {
  .product-specification-area .seller-information-area .seller-area .seller-box {
    padding: 30px 0 0 70px;
  }
}
@media (max-width: 639px) {
  .product-specification-area .seller-information-area .seller-area .seller-box {
    padding: 0px;
  }
}
.product-specification-area .seller-information-area .seller-product-area {
  position: relative;
  padding: 0;
  margin: 40px 0 0 0;
}
@media (max-width: 1599px) {
  .product-specification-area .seller-information-area .seller-product-area {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .product-specification-area .seller-information-area .seller-product-area {
    padding: 0;
  }
}
@media (max-width: 639px) {
  .product-specification-area .seller-information-area .seller-product-area {
    padding: 0;
  }
}
.product-specification-area .seller-information-area .seller-product-area .seller-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
}
.product-specification-area .seller-information-area .seller-product-area .seller-head h2 {
  color: #333;
  position: relative;
  padding-left: 75px;
}
@media (max-width: 639px) {
  .product-specification-area .seller-information-area .seller-product-area .seller-head h2 {
    padding-left: 35px;
  }
}
.product-specification-area .seller-information-area .seller-product-area .seller-head h2::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
@media (max-width: 639px) {
  .product-specification-area .seller-information-area .seller-product-area .seller-head h2::before {
    top: 10px;
    width: 30px;
  }
}
.product-specification-area .seller-information-area .seller-product-area .sellerSwiper {
  padding: 0 30px;
}
@media (max-width: 1599px) {
  .product-specification-area .seller-information-area .seller-product-area .sellerSwiper {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .product-specification-area .seller-information-area .seller-product-area .sellerSwiper {
    padding: 0 30px;
  }
}
@media (max-width: 639px) {
  .product-specification-area .seller-information-area .seller-product-area .sellerSwiper {
    padding: 0px;
  }
}
.product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper {
  padding: 0 60px;
}
.product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper-slide {
  padding: 30px 15px;
  text-align: left;
  border-radius: 8px;
  box-shadow: 3px 5px 10px 0px #ccc;
  margin: 0 0 10px 0;
}
@media (max-width: 1599px) {
  .product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper-slide {
    padding: 0px 15px 20px 15px;
  }
}
@media (max-width: 1199px) {
  .product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper-slide {
    padding: 0px 20px 30px 20px;
  }
}
@media (max-width: 991px) {
  .product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper-slide {
    padding: 0px 15px 30px 15px;
  }
}
.product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper-slide img {
  width: 100%;
  margin: 0 0 20px 0px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1599px) {
  .product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper-slide img {
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper-slide img {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper-slide img {
    height: 200px;
  }
}
@media (max-width: 639px) {
  .product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper-slide img {
    height: auto;
  }
}
.product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper-slide h3 a {
  font-size: 1.3rem !important;
  color: #333;
  text-decoration: none;
}
@media (max-width: 1599px) {
  .product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper-slide h3 a {
    font-size: 1.1rem !important;
  }
}
@media (max-width: 1199px) {
  .product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper-slide h3 a {
    font-size: 1.1rem !important;
  }
}
.product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper-slide h3 a:hover {
  color: #333;
  text-decoration: none;
}
.product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper-slide p {
  color: #333;
  margin: 20px 0 0 0;
}
.product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper-button-next:after,
.product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper-button-prev:after {
  background: #d7dee0;
  font-size: 18px;
  padding: 20px 10px;
  color: #333;
  font-weight: 600;
}
.product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper-button-next.swiper-button-disabled,
.product-specification-area .seller-information-area .seller-product-area .sellerSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.product-specification-area .responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
}
@media (min-width: 48em) {
  .product-specification-area .responsive-table {
    font-size: 0.9em;
  }
}
@media (min-width: 62em) {
  .product-specification-area .responsive-table {
    font-size: 1em;
  }
}
.product-specification-area .responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .product-specification-area .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.product-specification-area .responsive-table thead th {
  border: 1px solid #e33240;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.product-specification-area .responsive-table thead th:first-of-type {
  text-align: center;
}
.product-specification-area .responsive-table tbody,
.product-specification-area .responsive-table tr,
.product-specification-area .responsive-table th,
.product-specification-area .responsive-table td {
  display: block;
  padding: 0;
  text-align: center;
  white-space: normal;
}
@media (min-width: 48em) {
  .product-specification-area .responsive-table tr {
    display: table-row;
  }
}
.product-specification-area .responsive-table th,
.product-specification-area .responsive-table td {
  padding: 0.5em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .product-specification-area .responsive-table th,
  .product-specification-area .responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 48em) {
  .product-specification-area .responsive-table th,
  .product-specification-area .responsive-table td {
    display: table-cell;
    padding: 0.5em;
  }
}
@media (min-width: 62em) {
  .product-specification-area .responsive-table th,
  .product-specification-area .responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 75em) {
  .product-specification-area .responsive-table th,
  .product-specification-area .responsive-table td {
    padding: 0.75em;
  }
}
.product-specification-area .responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 48em) {
  .product-specification-area .responsive-table caption {
    font-size: 1.5em;
  }
}
.product-specification-area .responsive-table tfoot {
  font-size: 0.8em;
  font-style: italic;
}
@media (min-width: 62em) {
  .product-specification-area .responsive-table tfoot {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .product-specification-area .responsive-table tbody {
    display: table-row-group;
  }
}
.product-specification-area .responsive-table tbody tr {
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  .product-specification-area .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.product-specification-area .responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .product-specification-area .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.12);
  }
}
.product-specification-area .responsive-table tbody th[scope=row] {
  background-color: #e33240;
  color: white;
}
@media (min-width: 30em) {
  .product-specification-area .responsive-table tbody th[scope=row] {
    border-left: 1px solid #e33240;
    border-bottom: 1px solid #e33240;
  }
}
@media (min-width: 48em) {
  .product-specification-area .responsive-table tbody th[scope=row] {
    background-color: transparent;
    color: #000001;
    text-align: center;
  }
}
.product-specification-area .responsive-table tbody td {
  text-align: center;
}
@media (max-width: 639px) {
  .product-specification-area .responsive-table tbody td {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 48em) {
  .product-specification-area .responsive-table tbody td {
    border-left: 1px solid #e33240;
    border-bottom: 1px solid #e33240;
    text-align: center;
  }
}
@media (min-width: 48em) {
  .product-specification-area .responsive-table tbody td:last-of-type {
    border-right: 1px solid #e33240;
  }
}
.product-specification-area .responsive-table tbody td[data-type=currency] {
  text-align: center;
}
.product-specification-area .responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.54);
}
@media (min-width: 30em) {
  .product-specification-area .responsive-table tbody td[data-title]:before {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .product-specification-area .responsive-table tbody td[data-title]:before {
    content: none;
  }
}

.product-description-area {
  padding: 0px 0 20px 0;
}
@media (max-width: 1599px) {
  .product-description-area {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .product-description-area {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .product-description-area {
    padding: 0;
  }
}
@media (max-width: 639px) {
  .product-description-area {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .product-description-area .product-description-head {
    padding: 0 0 50px 0;
  }
}
@media (max-width: 639px) {
  .product-description-area .product-description-head {
    padding: 0 0 10px 0;
  }
}
@media (max-width: 374px) {
  .product-description-area .product-description-head {
    padding: 0 0 10px 0;
  }
}
.product-description-area .product-description-head h2 {
  position: relative;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 20px 0;
}
@media (max-width: 639px) {
  .product-description-area .product-description-head h2 {
    padding-left: 35px;
  }
}
.product-description-area .product-description-head h2::before {
  position: absolute;
  content: "";
  top: 26px;
  left: 0;
  width: 70px;
  height: 4px;
  background: #e33240;
}
@media (max-width: 639px) {
  .product-description-area .product-description-head h2::before {
    top: 10px;
    width: 30px;
  }
}
.product-description-area .product-description-head .pro-list-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0px 0;
  flex-wrap: wrap;
}
.product-description-area .product-description-head .pro-list-info a {
  color: #333;
  text-decoration: none;
  margin: 0 0px 10px 0;
  border: 1px solid #ccc;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 1599px) {
  .product-description-area .product-description-head .pro-list-info a {
    margin: 0px;
  }
}
.product-description-area .product-description-head .pro-list-info a:hover {
  color: #333;
  text-decoration: none;
}
.product-description-area .product-description-youtube {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product-description-area .product-description-youtube iframe {
  border-radius: 8px;
}
@media (max-width: 639px) {
  .product-description-area .col-xl-12 {
    padding: 0;
  }
}
.product-description-area h6 {
  background: #e1e1e1;
  padding: 10px 10px;
  border-radius: 4px;
  font-weight: 600 !important;
}
.product-description-area .responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
}
@media (min-width: 48em) {
  .product-description-area .responsive-table {
    font-size: 0.9em;
  }
}
@media (min-width: 62em) {
  .product-description-area .responsive-table {
    font-size: 1em;
  }
}
.product-description-area .responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .product-description-area .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.product-description-area .responsive-table thead th {
  font-weight: normal;
  text-align: center;
  color: white;
}
.product-description-area .responsive-table thead th:first-of-type {
  text-align: left;
}
.product-description-area .responsive-table tbody,
.product-description-area .responsive-table tr,
.product-description-area .responsive-table th,
.product-description-area .responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (max-width: 639px) {
  .product-description-area .responsive-table tbody tr {
    margin-bottom: 0px !important;
    line-height: 20px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 48em) {
  .product-description-area .responsive-table tr {
    display: table-row;
  }
}
.product-description-area .responsive-table th,
.product-description-area .responsive-table td {
  padding: 0.5em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .product-description-area .responsive-table th,
  .product-description-area .responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 48em) {
  .product-description-area .responsive-table th,
  .product-description-area .responsive-table td {
    display: table-cell;
    padding: 0.5em;
  }
}
@media (min-width: 62em) {
  .product-description-area .responsive-table th,
  .product-description-area .responsive-table td {
    padding: 0.75em 0.5em;
    line-height: 25px;
  }
}
@media (min-width: 75em) {
  .product-description-area .responsive-table th,
  .product-description-area .responsive-table td {
    padding: 0.75em;
    font-weight: 400;
    font-size: 15px;
  }
}
.product-description-area .responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 48em) {
  .product-description-area .responsive-table caption {
    font-size: 1.5em;
  }
}
.product-description-area .responsive-table tfoot {
  font-size: 0.8em;
  font-style: italic;
}
@media (min-width: 62em) {
  .product-description-area .responsive-table tfoot {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .product-description-area .responsive-table tbody {
    display: table-row-group;
  }
}
.product-description-area .responsive-table tbody tr {
  margin-bottom: 1em;
  line-height: 12px;
}
@media (min-width: 48em) {
  .product-description-area .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.product-description-area .responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
.product-description-area .responsive-table tbody th[scope=row] {
  color: #454444;
}
@media (min-width: 48em) {
  .product-description-area .responsive-table tbody th[scope=row] {
    background-color: transparent;
    color: #000001;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
  }
}
.product-description-area .responsive-table tbody td {
  text-align: right;
}
@media (min-width: 48em) {
  .product-description-area .responsive-table tbody td {
    text-align: left;
    line-height: 25px;
  }
}
.product-description-area .responsive-table tbody td[data-type=currency] {
  text-align: right;
}
.product-description-area .responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.54);
}
@media (min-width: 30em) {
  .product-description-area .responsive-table tbody td[data-title]:before {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .product-description-area .responsive-table tbody td[data-title]:before {
    content: none;
  }
}

.product-view-area {
  padding: 80px 0 50px 0;
  position: relative;
}
@media (max-width: 1599px) {
  .product-view-area {
    padding: 100px 0 50px 0;
  }
}
@media (max-width: 1199px) {
  .product-view-area {
    padding: 90px 0 20px 0;
  }
}
@media (max-width: 991px) {
  .product-view-area {
    padding: 90px 0 20px 0;
  }
}
@media (max-width: 639px) {
  .product-view-area {
    padding: 30px 0 50px 0;
  }
}
.product-view-area .productviewSwiper {
  padding: 0 10px;
  position: relative;
}
.product-view-area .productviewSwiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: #e33240;
}
.product-view-area .productviewSwiper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: #e33240;
}
@media (max-width: 991px) {
  .product-view-area .productviewSwiper {
    margin: 0px 0 40px 0;
  }
}
.product-view-area .productviewSwiper .swiper-wrapper {
  height: 510px;
}
@media (max-width: 1599px) {
  .product-view-area .productviewSwiper .swiper-wrapper {
    height: 380px;
  }
}
@media (max-width: 1199px) {
  .product-view-area .productviewSwiper .swiper-wrapper {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .product-view-area .productviewSwiper .swiper-wrapper {
    height: auto;
  }
}
@media (max-width: 639px) {
  .product-view-area .productviewSwiper .swiper-wrapper {
    height: auto;
  }
}
.product-view-area .productviewSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 490px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
  margin: 10px 0 0 0;
  background: #cbcbcb;
}
@media (max-width: 1599px) {
  .product-view-area .productviewSwiper .swiper-wrapper .swiper-slide img {
    height: 360px;
  }
}
@media (max-width: 1199px) {
  .product-view-area .productviewSwiper .swiper-wrapper .swiper-slide img {
    height: 280px;
  }
}
@media (max-width: 991px) {
  .product-view-area .productviewSwiper .swiper-wrapper .swiper-slide img {
    height: 600px;
    margin: 10px 0 10px 0;
  }
}
@media (max-width: 639px) {
  .product-view-area .productviewSwiper .swiper-wrapper .swiper-slide img {
    height: 400px;
  }
}
.product-view-area .productviewSwiper .swiper-button-prev:after {
  background: #d7dee0;
  font-size: 18px;
  padding: 20px 10px;
  color: #333;
  font-weight: 600;
}
.product-view-area .productviewSwiper .swiper-button-next:after,
.product-view-area .productviewSwiper .swiper-rtl .swiper-button-prev:after {
  background: #d7dee0;
  font-size: 18px;
  padding: 20px 10px;
  color: #333;
  font-weight: 600;
}
.product-view-area .productviewSwiper .swiper-button-next.swiper-button-disabled,
.product-view-area .productviewSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.product-view-area .productviewSwiper .swiper-pagination {
  position: relative !important;
}
.product-view-area .productviewSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-top: 30px;
  background: #e33240;
}
.product-view-area .productviewSwiper .swiper-button-prev,
.product-view-area .productviewSwiper .swiper-rtl .swiper-button-next {
  left: 0 !important;
}
.product-view-area .productviewSwiper .swiper-button-next,
.product-view-area .productviewSwiper .swiper-rtl .swiper-button-prev {
  right: 0 !important;
}
.product-view-area .product-view-content {
  background: radial-gradient(circle at 53% 50%, #2c4974 0, #202a46 80%, #202a46 100%);
  color: #fff;
  padding: 60px 60px 0 60px;
  border-radius: 8px;
  margin: 10px 0 0 0;
  min-height: 490px;
}
@media (max-width: 1599px) {
  .product-view-area .product-view-content {
    min-height: 370px;
    padding: 40px 60px 20px 60px;
  }
}
@media (max-width: 1199px) {
  .product-view-area .product-view-content {
    min-height: 330px;
  }
}
@media (max-width: 991px) {
  .product-view-area .product-view-content {
    height: auto;
  }
}
@media (max-width: 639px) {
  .product-view-area .product-view-content {
    padding: 70px 20px 30px 20px;
  }
}
.product-view-area .product-view-content .date-id {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0;
  position: relative;
}
.product-view-area .product-view-content .date-id a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}
.product-view-area .product-view-content .date-id img {
  width: 100px;
  position: absolute;
  right: -30px;
  top: -40px;
}
@media (max-width: 1599px) {
  .product-view-area .product-view-content .date-id img {
    right: -40px;
    top: -20px;
    width: 80px;
  }
}
@media (max-width: 1199px) {
  .product-view-area .product-view-content .date-id img {
    right: -50px;
    top: -30px;
    width: 60px;
  }
}
@media (max-width: 991px) {
  .product-view-area .product-view-content .date-id img {
    right: -40px;
    top: -20px;
    width: 80px;
  }
}
@media (max-width: 639px) {
  .product-view-area .product-view-content .date-id img {
    right: -10px;
    top: -60px;
    width: 50px;
  }
}
.product-view-area .product-view-content .product-id {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 0 20px 0;
  font-size: 14px;
}
.product-view-area .product-view-content .product-id a {
  text-decoration: none;
}
.product-view-area .product-view-content h2 {
  margin: 0 0 5px 0;
  font-size: 1.8rem !important;
  font-weight: 500 !important;
}
@media (max-width: 1599px) {
  .product-view-area .product-view-content h2 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 1199px) {
  .product-view-area .product-view-content h2 {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 991px) {
  .product-view-area .product-view-content h2 {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 639px) {
  .product-view-area .product-view-content h2 {
    font-size: 1.2rem !important;
  }
}
.product-view-area .product-view-content h3 {
  font-family: sans-serif !important;
}
@media (max-width: 1199px) {
  .product-view-area .product-view-content h3 {
    font-size: 1.2rem !important;
    margin: 30px 0 15px 0;
  }
}
@media (max-width: 991px) {
  .product-view-area .product-view-content h3 {
    font-size: 1.1rem !important;
  }
}
.product-view-area .product-view-content p {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .product-view-area .product-view-content p {
    font-size: 13px;
  }
}
.product-view-area .product-view-content p i {
  color: #e33240;
  font-size: 15px;
  margin-right: 8px;
}
.product-view-area .product-view-content .price {
  margin: 20px 0 20px 0;
}
.product-view-area .product-view-content .button-area .button {
  text-decoration: none;
  margin: 0 10px 15px 0;
  background: #e33240;
  border-radius: 6px;
  color: #ffffff !important;
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  transition: 0.3s ease;
  position: relative;
  z-index: 9;
}
.product-view-area .product-view-content .button-area .button .express {
  padding: 9px 13px;
  font-size: 14px;
  background: #e33240;
  color: #fff;
}
.product-view-area .product-view-content .button-area .button-call {
  margin: 0 20px 0 0;
  background: #fff;
  padding: 9px 14px;
  border-radius: 6px;
  color: #333 !important;
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
  border: 1px solid #fff;
}
.product-view-area .product-view-content .button-area .w-list {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
.product-view-area .product-view-content .button-area .w-list i {
  color: #fff;
}
.product-view-area .product-view-content .new {
  position: absolute;
  top: 4px;
  left: 11px;
  width: 100px;
  height: 90px;
  background: #e33240;
  color: #fff !important;
  padding: 10px 0 0 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  border-radius: 8px 0 0 0;
}
.product-view-area .product-view-content .new p {
  transform: rotate(320deg);
  font-size: 13px;
  position: absolute;
  left: 3px;
  bottom: 42px;
}
.product-view-area .product-view-content .new a {
  color: #fff !important;
  transform: rotate(320deg);
  position: absolute;
  font-size: 13px;
  top: 21px;
  left: 0px;
}
.product-view-area .product-view-content .button-area {
  margin: 40px 0 0 0 !important;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-view-area .silver_above {
  position: fixed;
  top: 130px;
  left: 0;
  width: 100%;
  background: rgba(32, 41, 69, 0.8784313725);
  padding: 12px 0;
  z-index: 998;
  color: #fff;
  text-align: center;
  font-weight: 200;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
@media (max-width: 1599px) {
  .product-view-area .silver_above {
    top: 118px;
  }
}
@media (max-width: 1199px) {
  .product-view-area .silver_above {
    font-size: 14px;
    top: 108px;
  }
}
@media (max-width: 991px) {
  .product-view-area .silver_above {
    font-size: 14px;
    top: 120px;
  }
}
.product-view-area .navbar-scroll.silver_above {
  top: 83px;
  opacity: 0;
}
@media (max-width: 1599px) {
  .product-view-area .navbar-scroll.silver_above {
    top: 80px;
  }
}
@media (max-width: 639px) {
  .product-view-area .navbar-scroll.silver_above {
    top: 59px;
    padding: 4px 0;
    font-size: 13px;
  }
}

.express-intrest.button .modal-title {
  color: #fff;
  font-weight: 700 !important;
}
.express-intrest.button .modal-dialog {
  max-width: 800px !important;
}
@media (max-width: 991px) {
  .express-intrest.button .modal-dialog {
    max-width: 600px !important;
  }
}
.express-intrest.button label {
  color: #fff;
}
.express-intrest.button .modal-content {
  background: #202945 !important;
  padding: 30px 30px;
  border-radius: 12px;
}
@media (max-width: 639px) {
  .express-intrest.button .modal-content {
    padding: 10px;
  }
}
.express-intrest.button .modal-content .modal-header {
  border: none !important;
}
.express-intrest.button button.close {
  padding: 4px 10px;
  opacity: 1;
  outline: none !important;
  font-size: 27px;
  font-weight: 200;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}
.express-intrest.button .form-group::-moz-placeholder {
  color: #333;
  font-size: 14px;
}
.express-intrest.button .form-group::placeholder {
  color: #333;
  font-size: 14px;
}
.express-intrest.button .r-quest {
  background: #e33240;
  color: #fff;
}

.reach-the-seller-login {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reach-the-seller-login .reach-the-seller-popup {
  background: #202945;
  padding: 0px 0px 10px 20px;
  border-radius: 10px;
}
@media (max-width: 639px) {
  .reach-the-seller-login .reach-the-seller-popup {
    padding: 20px 10px;
  }
}
.reach-the-seller-login .reach-the-seller-popup .reachthe-seller-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px 0;
}
@media (max-width: 639px) {
  .reach-the-seller-login .reach-the-seller-popup .reachthe-seller-login {
    margin: 0 0 20px 0;
  }
}
.reach-the-seller-login .reach-the-seller-popup .reachthe-seller-login h4 {
  font-weight: 700 !important;
  margin: 0;
}
@media (max-width: 639px) {
  .reach-the-seller-login .reach-the-seller-popup .reachthe-seller-login h4 {
    margin: 0 0 0 5px;
  }
}
.reach-the-seller-login .reach-the-seller-popup .reachthe-seller-login p {
  font-size: 13px;
  margin: 0;
  padding: 0 30px 0 0;
}
@media (max-width: 639px) {
  .reach-the-seller-login .reach-the-seller-popup .reachthe-seller-login p {
    font-size: 12px;
  }
}
.reach-the-seller-login .reach-the-seller-popup .reachthe-seller-login p a {
  text-decoration: underline;
  font-style: italic;
  font-weight: 600 !important;
  color: #fff;
}
.reach-the-seller-login .reach-the-seller-popup h6 a {
  text-decoration: underline;
  font-style: italic;
  color: #fff;
  font-size: 13px;
}
@media (max-width: 639px) {
  .reach-the-seller-login .reach-the-seller-popup h6 a {
    font-size: 12px;
    margin: 0 0 0 5px;
  }
}
.reach-the-seller-login .reach-the-seller-popup .hero-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10px 0 0 0;
}
.reach-the-seller-login .reach-the-seller-popup .reach-the-seller-form .form-group input {
  background: #202945;
  border-radius: 10px;
  font-size: 13px;
  padding: 10px 15px;
}
.reach-the-seller-login .reach-the-seller-popup .reach-the-seller-form .form-group input::-moz-placeholder {
  color: #888888;
}
.reach-the-seller-login .reach-the-seller-popup .reach-the-seller-form .form-group input::placeholder {
  color: #888888;
}
.reach-the-seller-login .reach-the-seller-popup form {
  width: 100%;
  display: block;
}
@media (max-width: 639px) {
  .reach-the-seller-login .reach-the-seller-popup form {
    width: auto;
  }
}
.reach-the-seller-login .reach-the-seller-popup form .reach-the-seller-form {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.reach-the-seller-login .reach-the-seller-popup form .form-group {
  padding: 0 10px;
}
.reach-the-seller-login .reach-the-seller-popup form h6 {
  padding: 0 0 0 13px;
}

.pro-details-plans-area {
  background: #dcdcdc;
  padding: 50px 30px;
  border-radius: 10px;
  margin: 60px 0 30px 0;
}
@media (max-width: 991px) {
  .pro-details-plans-area {
    padding: 40px 10px;
  }
}
@media (max-width: 639px) {
  .pro-details-plans-area {
    padding: 40px 0 0 0;
    margin: 30px 0 0 0;
  }
}
.pro-details-plans-area .pro-details-plans-box {
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .pro-details-plans-area .pro-details-plans-box {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 639px) {
  .pro-details-plans-area .pro-details-plans-box {
    margin: 0 0 40px 0;
  }
}
.pro-details-plans-area .pro-details-plans-box h3 {
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  text-decoration: underline;
  color: #202945;
}
@media (max-width: 1599px) {
  .pro-details-plans-area .pro-details-plans-box h3 {
    font-size: 1.75rem !important;
  }
}
@media (max-width: 1199px) {
  .pro-details-plans-area .pro-details-plans-box h3 {
    font-size: 1.65rem !important;
  }
}
@media (max-width: 991px) {
  .pro-details-plans-area .pro-details-plans-box h3 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 639px) {
  .pro-details-plans-area .pro-details-plans-box h3 {
    font-size: 1.2rem !important;
  }
}
.pro-details-plans-area .pro-details-plans-box h5 {
  color: #e33240;
  font-family: sans-serif !important;
  font-weight: 700 !important;
  margin: 0 0 15px 0;
  font-size: 1.1rem !important;
}
@media (max-width: 1599px) {
  .pro-details-plans-area .pro-details-plans-box h5 {
    font-size: 1.1rem !important;
  }
}
@media (max-width: 1199px) {
  .pro-details-plans-area .pro-details-plans-box h5 {
    font-size: 1.1rem !important;
  }
}
@media (max-width: 991px) {
  .pro-details-plans-area .pro-details-plans-box h5 {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 639px) {
  .pro-details-plans-area .pro-details-plans-box h5 {
    font-size: 1.1rem !important;
  }
}
.pro-details-plans-area .pro-details-plans-box p {
  font-size: 13px;
  margin: 0 0 6px 0;
}
.pro-details-plans-area .pro-details-plans-box ul {
  margin: 0 0 15px 0;
}
.pro-details-plans-area .pro-details-plans-box ul li {
  font-size: 13px;
  list-style-type: disc;
  margin: 0 0 0 16px;
  line-height: 25px;
}
.pro-details-plans-area .v-plans {
  color: #202945;
  position: relative;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 40px 0;
}
@media (max-width: 639px) {
  .pro-details-plans-area .v-plans {
    padding-left: 35px;
  }
}
.pro-details-plans-area .v-plans::before {
  position: absolute;
  content: "";
  top: 26px;
  left: 0;
  width: 70px;
  height: 4px;
  background: #e33240;
}
@media (max-width: 639px) {
  .pro-details-plans-area .v-plans::before {
    top: 10px;
    width: 30px;
  }
}

.sellerInfo .product-specification-head {
  padding-right: 80px;
  margin: 0 0 10px 0;
}
@media (max-width: 1199px) {
  .sellerInfo .product-specification-head {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .sellerInfo .product-specification-head {
    padding: 0px 0 10px 15px;
  }
}
@media (max-width: 639px) {
  .sellerInfo .product-specification-head {
    padding: 10px 0 10px 15px;
  }
}
.sellerInfo .product-specification-head h2 {
  position: relative;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 20px 0;
}
@media (max-width: 639px) {
  .sellerInfo .product-specification-head h2 {
    margin: 0 0 5px 0;
  }
}
.sellerInfo .product-specification-head h2::before {
  position: absolute;
  content: "";
  top: 26px;
  left: 0;
  width: 70px;
  height: 4px;
  background: #e33240;
}
@media (max-width: 1199px) {
  .sellerInfo .product-specification-head h2::before {
    top: 17px;
  }
}
.sellerInfo .hero-button {
  margin: 0 0 0 80px;
}
@media (max-width: 1199px) {
  .sellerInfo .hero-button {
    margin: 0 0 0 80px;
  }
}
@media (max-width: 991px) {
  .sellerInfo .hero-button {
    margin: 0 0 0 100px;
  }
}
@media (max-width: 639px) {
  .sellerInfo .hero-button {
    margin: 0 0 0 15px;
  }
}
.sellerInfo .show {
  padding: 0;
  z-index: 99999;
}
.sellerInfo .show .modal-dialog .modal-content {
  padding: 20px 20px;
  border-radius: 10px;
}
@media (max-width: 639px) {
  .sellerInfo .show .modal-dialog .modal-content {
    padding: 10px;
  }
}
.sellerInfo .show .modal-dialog .modal-content .modal-header {
  border: none !important;
  padding: 20px 15px 3px 15px;
}
.sellerInfo .show .modal-dialog .modal-content .modal-header h3 {
  font-weight: 700 !important;
}
.sellerInfo .show .modal-dialog .modal-content .modal-header .close {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e33240 !important;
  color: #fff;
  font-weight: 200;
  font-size: 28px;
  opacity: 1;
}
.sellerInfo .show .modal-dialog .modal-content .modal-body {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 639px) {
  .sellerInfo .show .modal-dialog .modal-content .modal-body {
    padding: 15px;
  }
}
.sellerInfo .show .modal-dialog .modal-content .modal-body img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 639px) {
  .sellerInfo .show .modal-dialog .modal-content .modal-body img {
    margin: 0 0 20px 0;
  }
}
.sellerInfo .show .modal-dialog .modal-content .modal-body ul li {
  list-style: none;
  position: relative;
  padding-left: 5px;
}
.sellerInfo .show .modal-dialog .modal-content .modal-body ul li h5 {
  font-weight: 600 !important;
  margin: 0 0 10px 0;
}
.sellerInfo .show .modal-dialog .modal-content .modal-body ul li p {
  font-size: 15px;
  margin: 0 0 1px 0;
  position: relative;
  left: 2px;
}
@media (max-width: 639px) {
  .sellerInfo .show .modal-dialog .modal-content .modal-body ul li p {
    left: 0px;
    margin: 0 0 10px 0;
  }
}
.sellerInfo .show .modal-dialog .modal-content .modal-body ul li p a {
  color: #333;
  font-weight: 400;
}
.sellerInfo .show .modal-dialog .modal-content .modal-body ul li p a:hover {
  text-decoration: none;
}
.sellerInfo .show .modal-dialog .modal-content .modal-body ul li p span {
  font-weight: 400;
}
.sellerInfo .additional-serv {
  margin: 0px 0 30px 50px;
}
.sellerInfo .additional-serv li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.sellerInfo .additional-serv li img {
  width: 45px;
  margin: 0 0 0 25px;
}
@media (max-width: 991px) {
  .sellerInfo .additional-serv li img {
    width: 38px;
  }
}
@media (max-width: 639px) {
  .sellerInfo .additional-serv li img {
    width: 36px;
    margin: 0 0 0 -35px;
  }
}
@media (max-width: 374px) {
  .sellerInfo .additional-serv li img {
    width: 36px;
    margin: 0 0 0 -35px;
  }
}
.sellerInfo .additional-serv li h5 {
  position: absolute;
  left: 148px;
}
@media (max-width: 1599px) {
  .sellerInfo .additional-serv li h5 {
    left: 145px;
  }
}
@media (max-width: 639px) {
  .sellerInfo .additional-serv li h5 {
    left: 80px;
    margin: 0;
    font-size: 16px !important;
  }
}
@media (max-width: 374px) {
  .sellerInfo .additional-serv li h5 {
    left: 80px;
    margin: 0;
    font-size: 16px !important;
  }
}
.sellerInfo .modal-dialog {
  max-width: 600px !important;
}
.sellerInfo #the-form .modal-body .form-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sellerInfo #the-form .modal-body .form-group input {
  width: 20px;
}
.sellerInfo #the-form .modal-body .form-group label {
  margin-bottom: 0;
  padding: 0 0 0 10px;
}
.sellerInfo #the-form .modal-body .form-group #serv5 {
  margin: 10px 0 0 0;
}

.Upgrade-mbr {
  padding: 0 0 40px 80px;
}
@media (max-width: 1599px) {
  .Upgrade-mbr {
    padding: 0 0 40px 100px;
  }
}
@media (max-width: 639px) {
  .Upgrade-mbr {
    padding: 0 0 40px 17px;
  }
}
.Upgrade-mbr a {
  position: relative;
  z-index: 99;
}

.upGrade-head {
  margin: 80px 0 50px 0;
}
@media (max-width: 639px) {
  .upGrade-head {
    margin: 130px 0 50px 0;
  }
}
.upGrade-head .upGrade-head-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.upGrade-head .upGrade-head-box h5 {
  color: #ffffff;
  background: #202945;
  display: inline-block;
  padding: 15px 50px 15px 30px;
  margin: 0 0 10px 0;
  clip-path: polygon(0 8%, 75% 8%, 100% 57%, 75% 100%, 0% 100%);
}
.upGrade-head .upGrade-head-box h2 {
  color: #333;
  margin: 10px 0 0 0;
}

.upGrade-area {
  background: #e7e6e6;
  padding: 50px 30px;
  border-radius: 10px;
  margin: 60px 0 30px 0;
  display: flex;
}
@media (max-width: 1199px) {
  .upGrade-area {
    padding: 30px 10px 0 10px;
    border-radius: 8px;
  }
}
@media (max-width: 991px) {
  .upGrade-area {
    padding: 40px 20px 0 20px;
    border-radius: 8px;
  }
}
@media (max-width: 639px) {
  .upGrade-area {
    padding: 40px 0 0 0;
    border-radius: 0;
  }
}
.upGrade-area .upGrade-box {
  padding: 30px;
  border: 1px solid #fff;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .upGrade-area .upGrade-box {
    margin: 0 0 30px 0;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 8px;
  }
}
@media (max-width: 991px) {
  .upGrade-area .upGrade-box {
    margin: 0 0 40px 0;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 8px;
  }
}
@media (max-width: 639px) {
  .upGrade-area .upGrade-box {
    margin: 0 0 40px 0;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 8px;
  }
}
.upGrade-area .upGrade-box h3 {
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  text-decoration: underline;
  color: #202945;
}
@media (max-width: 1599px) {
  .upGrade-area .upGrade-box h3 {
    font-size: 1.75rem !important;
  }
}
@media (max-width: 1199px) {
  .upGrade-area .upGrade-box h3 {
    font-size: 1.65rem !important;
  }
}
@media (max-width: 991px) {
  .upGrade-area .upGrade-box h3 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 639px) {
  .upGrade-area .upGrade-box h3 {
    font-size: 1.2rem !important;
  }
}
.upGrade-area .upGrade-box h5 {
  color: #e33240;
  font-family: sans-serif !important;
  font-weight: 700 !important;
  margin: 0 0 15px 0;
  font-size: 1.1rem !important;
}
@media (max-width: 1599px) {
  .upGrade-area .upGrade-box h5 {
    font-size: 1.1rem !important;
  }
}
@media (max-width: 1199px) {
  .upGrade-area .upGrade-box h5 {
    font-size: 1.1rem !important;
  }
}
@media (max-width: 991px) {
  .upGrade-area .upGrade-box h5 {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 639px) {
  .upGrade-area .upGrade-box h5 {
    font-size: 1.1rem !important;
  }
}
.upGrade-area .upGrade-box p {
  font-size: 13px;
  margin: 0 0 6px 0;
}
.upGrade-area .upGrade-box ul {
  margin: 0 0 15px 0;
}
.upGrade-area .upGrade-box ul li {
  font-size: 13px;
  list-style-type: disc;
  margin: 0 0 0 16px;
  line-height: 25px;
}

.create-ads-area {
  padding: 50px 0 90px 0;
}
@media (max-width: 1599px) {
  .create-ads-area {
    padding: 50px 0 70px 0;
  }
}
@media (max-width: 639px) {
  .create-ads-area {
    padding: 10px 0 0px 0;
  }
}
.create-ads-area .create-ads-box {
  padding: 40px 50px;
  border-radius: 8px;
  color: #202945;
  background: #fff;
  box-shadow: 3px 5px 10px 0px #ccc;
}
@media (max-width: 1599px) {
  .create-ads-area .create-ads-box {
    padding: 30px 25px;
  }
}
@media (max-width: 1199px) {
  .create-ads-area .create-ads-box {
    height: auto;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 991px) {
  .create-ads-area .create-ads-box {
    height: auto;
    padding: 40px 30px;
  }
}
@media (max-width: 639px) {
  .create-ads-area .create-ads-box {
    padding: 40px 10px;
    height: auto;
    margin: 0;
  }
}
.create-ads-area .create-ads-box h3 {
  margin: 0 0 20px 0;
}
.create-ads-area .create-ads-box .create-ads-form .form-group .form-control {
  border-radius: 6px;
  height: 50px;
  font-size: 14px;
  color: #333;
}
.create-ads-area .create-ads-box .create-ads-form .form-group .form-control::-moz-placeholder {
  color: #9f9f9f;
  font-size: 14px !important;
}
.create-ads-area .create-ads-box .create-ads-form .form-group .form-control::placeholder {
  color: #9f9f9f;
  font-size: 14px !important;
}
.create-ads-area .create-ads-box .create-ads-form .form-group textarea {
  height: auto !important;
}
.create-ads-area .create-ads-box .create-ads-form.ad-details .form-group .ad {
  font-size: 16px;
  color: #202945;
  font-weight: 600;
}
.create-ads-area .create-ads-box .create-ads-form.ad-details .form-group textarea {
  font-size: 14px;
  color: #202945;
  font-weight: 400;
}
.create-ads-area .create-ads-box .create-ads-form.ad-details .form-group label {
  font-size: 17px;
  font-weight: 500;
}
.create-ads-area .create-ads-box .create-ads-form .badge-info {
  background: #202945;
  font-size: 16px;
  padding: 7px 10px;
}
.create-ads-area .create-ads-box .text-info-small {
  color: #e33240;
  font-size: 13px;
  font-weight: 300;
}
.create-ads-area .company-details {
  padding: 40px 50px;
  border-radius: 8px;
  color: #202945;
  background: #fff;
  box-shadow: 3px 5px 10px 0px #ccc;
}
@media (max-width: 1599px) {
  .create-ads-area .company-details {
    padding: 30px 25px;
  }
}
@media (max-width: 1199px) {
  .create-ads-area .company-details {
    height: auto;
  }
}
@media (max-width: 991px) {
  .create-ads-area .company-details {
    height: auto;
    padding: 40px 30px;
  }
}
@media (max-width: 639px) {
  .create-ads-area .company-details {
    padding: 40px 20px;
    margin: 30px 0 0 0;
    height: auto;
  }
}
.create-ads-area .company-details h3 {
  text-align: center;
}
.create-ads-area .company-details ul li {
  list-style: none;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 15px;
  line-height: 35px;
  width: 100%;
}
.create-ads-area .company-details ul li a:last-child {
  text-align: left;
  position: relative;
  width: 44%;
  padding-left: 0px;
  word-break: break-all;
}
.create-ads-area .company-details ul li a:last-child span {
  position: absolute;
  left: -30px;
}
.create-ads-area .company-details .image_box {
  position: relative;
  width: 48%;
  margin: 0 0 30px 0;
}
.create-ads-area .company-details .image_box a {
  position: absolute;
  bottom: 0;
  right: 0px;
}
.create-ads-area .company-details .image_box a i {
  color: #e33240;
}
.create-ads-area .company-details .image_box .image_name {
  display: block;
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0 0;
  font-weight: 600;
}
.create-ads-area #def_upload_image .image_box {
  width: 100% !important;
  min-height: 300px;
  background: #f1f1f1;
  padding: 20px 20px;
}
.create-ads-area #def_upload_image .image_box img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.create-ads-area #def_upload_image .image_box .image_name {
  display: block;
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0 0;
  font-weight: 600;
}
@media (max-width: 639px) {
  .create-ads-area .dashboard-menu {
    margin: 0 0 30px 0;
  }
}
.create-ads-area .dashboard-menu .dashboard {
  background: #202945;
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.create-ads-area .dashboard-menu .dashboard__bar {
  display: block;
  background: #333333;
  position: fixed;
  width: 100%;
  height: 38.4px;
  z-index: 100;
  top: 0;
  left: 0;
}
.create-ads-area .dashboard-menu .dashboard__bar__item {
  overflow: hidden;
}
.create-ads-area .dashboard-menu .dashboard__bar__item:nth-child(1),
.create-ads-area .dashboard-menu .dashboard__bar__item:nth-child(2) {
  float: left;
}
.create-ads-area .dashboard-menu .dashboard__bar__item:nth-child(3) {
  float: right;
}
.create-ads-area .dashboard-menu .dashboard__bar__item--logo {
  display: block;
  padding: 10px;
  color: #fdfdfd;
}
.create-ads-area .dashboard-menu .dashboard__bar__item--btn {
  display: block;
  padding: 10px 20px;
  color: #fdfdfd;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.create-ads-area .dashboard-menu .dashboard__menu {
  display: block;
  width: 100%;
  overflow: hidden;
  list-style: none;
}
.create-ads-area .dashboard-menu .dashboard__menu__item {
  overflow: hidden;
  border-bottom: 1px solid #5d5d5d;
}
.create-ads-area .dashboard-menu .dashboard__menu__item--btn {
  display: block;
  padding: 15px 20px;
  color: #fdfdfd;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.create-ads-area .dashboard-menu .dashboard__bar__item--logo i {
  margin: 0 15px;
}
.create-ads-area .dashboard-menu .dashboard__menu__item--btn i,
.create-ads-area .dashboard-menu .dashboard__bar__item--btn i {
  margin-right: 10px;
}
.create-ads-area .dashboard-menu .right-arrow {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid #f9f4d5;
  border-bottom: 10px solid transparent;
  right: 0;
  bottom: 15px;
  z-index: 9;
  opacity: 0;
}
.create-ads-area .dashboard-menu .dashboard__submenu {
  background: #ededed;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.7s;
}
.create-ads-area .dashboard-menu .dashboard__submenu a {
  display: block;
  padding: 15px 20px;
  color: #333;
  font-size: 14px;
  position: relative;
  text-decoration: none;
}
.create-ads-area .dashboard-menu .dashboard__submenu a:hover {
  color: #e33240;
}
.create-ads-area .dashboard-menu .dashboard__menu__item:target .dashboard__submenu,
.create-ads-area .dashboard-menu .dashboard__bar__item:hover .dashboard__submenu {
  max-height: 15em;
}
.create-ads-area .dashboard-menu .dashboard__menu__item:target .right-arrow {
  opacity: 1;
}
.create-ads-area .dashboard-menu .dashboard__menu__item:target .dashboard__menu__item--btn {
  background: #e33240;
  color: #fdfdfd;
}
.create-ads-area .dashboard-menu .dashboard__menu__item:target .dashboard__submenu--btn:first-child {
  font-weight: bold;
}
.create-ads-area .dashboard-menu .dashboard__bar__item:target .dashboard__bar__item--btn {
  color: #fdfdfd;
}
.create-ads-area .dashboard-menu .dashboard__menu__item--btn:hover,
.create-ads-area .dashboard-menu .dashboard__bar__item--btn:hover,
.create-ads-area .dashboard-menu .dashboard__bar__item--logo:hover {
  background: #222222;
  color: #e33240;
}
.create-ads-area.sell-yr-machines .create-ads-box {
  background: #fff;
  padding: 40px 50px;
  border-radius: 8px;
  height: 620px;
  color: #020202;
}
@media (max-width: 1599px) {
  .create-ads-area.sell-yr-machines .create-ads-box {
    height: 620px;
    padding: 30px 25px;
  }
}
@media (max-width: 1199px) {
  .create-ads-area.sell-yr-machines .create-ads-box {
    height: auto;
    margin: 0 0 40px 0;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .create-ads-area.sell-yr-machines .create-ads-box {
    height: auto;
    padding: 40px 30px;
    margin: 0;
  }
}
@media (max-width: 639px) {
  .create-ads-area.sell-yr-machines .create-ads-box {
    padding: 40px 10px;
    height: auto;
    margin: 0;
  }
}
.create-ads-area.sell-yr-machines .create-ads-box h3 {
  margin: 0 0 20px 0;
}
.create-ads-area.sell-yr-machines .create-ads-box .create-ads-form .form-group .form-control {
  border-radius: 6px;
  height: 50px;
  font-size: 13px;
  color: #9f9fab;
}
.create-ads-area.sell-yr-machines .create-ads-box .create-ads-form .form-group .form-control::-moz-placeholder {
  color: #9f9f9f;
  font-size: 13px !important;
}
.create-ads-area.sell-yr-machines .create-ads-box .create-ads-form .form-group .form-control::placeholder {
  color: #9f9f9f;
  font-size: 13px !important;
}
.create-ads-area.sell-yr-machines .create-ads-box .create-ads-form .form-group textarea {
  height: auto !important;
}
.create-ads-area.sell-yr-machines .company-details {
  background: #fff;
  padding: 40px 50px;
  border-radius: 8px;
  height: 620px;
  color: #1e1d1d;
}
@media (max-width: 1599px) {
  .create-ads-area.sell-yr-machines .company-details {
    height: 620px;
    padding: 30px 25px;
  }
}
@media (max-width: 1199px) {
  .create-ads-area.sell-yr-machines .company-details {
    height: auto;
    margin: 40px 0 0px 0;
  }
}
@media (max-width: 991px) {
  .create-ads-area.sell-yr-machines .company-details {
    height: auto;
    padding: 40px 30px;
    margin: 40px 0 0px 0;
  }
}
@media (max-width: 639px) {
  .create-ads-area.sell-yr-machines .company-details {
    padding: 40px 20px;
    margin: 30px 0 0 0;
    height: auto;
  }
}
.create-ads-area.sell-yr-machines .company-details h3 {
  text-align: center;
}
.create-ads-area.sell-yr-machines .company-details ul li {
  list-style: none;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 15px;
  line-height: 35px;
  width: 100%;
}
.create-ads-area.sell-yr-machines .company-details ul li a:last-child {
  text-align: left;
  position: relative;
  width: 44%;
  padding-left: 0px;
  word-break: break-all;
}
.create-ads-area.sell-yr-machines .company-details ul li a:last-child span {
  position: absolute;
  left: -30px;
}
.create-ads-area.sell-yr-machines .back-to-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.create-ads-area .machine-spec {
  margin: 50px 0 0 0;
  background: #fff;
  padding: 20px 10px;
  border-radius: 8px;
  box-shadow: 3px 5px 10px 0px #ccc;
}
.create-ads-area .machine-spec .machine-spec-first {
  padding: 0 40px;
}
@media (max-width: 1599px) {
  .create-ads-area .machine-spec .machine-spec-first {
    padding: 0 20px;
  }
}
@media (max-width: 639px) {
  .create-ads-area .machine-spec .machine-spec-first {
    padding: 0 10px;
  }
}
.create-ads-area .machine-spec .machine-spec-first table thead {
  background: #ccc;
  border-radius: 12px !important;
  border-collapse: unset !important;
  border: none !important;
}
.create-ads-area .machine-spec table tr td a {
  color: red;
}
.create-ads-area .machine-spec .up-tech-catalog {
  width: 50%;
}
.create-ads-area .upload-tech {
  padding: 0 40px;
}
@media (max-width: 1599px) {
  .create-ads-area .upload-tech {
    padding: 0 20px;
  }
}
@media (max-width: 639px) {
  .create-ads-area .upload-tech {
    padding: 0 10px;
  }
}
.create-ads-area .back-to {
  background: #202945;
  border: 1px solid #202945;
}
.create-ads-area .back-to:hover {
  color: #fff;
  background: #202945;
}
.create-ads-area .alert-warning {
  color: #dc3545;
  background-color: #fff3cd;
  border-color: #ffeeba;
  margin: 10px 0 0 0;
}

.upload-image .preview_image p {
  text-align: center;
}
.upload-image .preview_image .image_box {
  position: relative;
}
.upload-image .preview_image .image_box a {
  position: absolute;
  bottom: 0;
  right: 0px;
  background: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px 0 0 0;
}
.upload-image .preview_image .image_box a i {
  color: #e33240;
}
.upload-image #images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.upload-image .image_box {
  width: 25%;
}
.upload-image img {
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.upload-image .image_name {
  display: block;
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0 0;
  font-weight: 600;
}

.preview_image #images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
}

.hero-button.c-reate .btn:hover {
  color: #333 !important;
  border: 2px solid #333 !important;
}

.add-product-images-area {
  position: relative;
  padding: 20px 0 50px 0;
  background: #d7dee0;
  border-radius: 8px;
}
.add-product-images-area h3 {
  text-align: center;
  margin: 0 0 30px 0;
}
.add-product-images-area h6 {
  text-align: center;
  margin: 0px 10px 10px 10px;
  border: 1px solid #ccc;
  padding: 13px 10px;
  border-radius: 6px;
  background: #fff;
}
@media (max-width: 1599px) {
  .add-product-images-area {
    padding: 40px 0 60px 0;
  }
}
@media (max-width: 1199px) {
  .add-product-images-area {
    padding: 50px 0;
  }
}
@media (max-width: 639px) {
  .add-product-images-area {
    padding: 40px 0 70px 0;
  }
}
.add-product-images-area .add-product-images-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
}
.add-product-images-area .add-product-images-head h2 {
  color: #333;
  position: relative;
  padding-left: 75px;
}
@media (max-width: 639px) {
  .add-product-images-area .add-product-images-head h2 {
    padding-left: 35px;
  }
}
.add-product-images-area .add-product-images-head h2::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
@media (max-width: 639px) {
  .add-product-images-area .add-product-images-head h2::before {
    top: 10px;
    width: 30px;
  }
}
.add-product-images-area .addproductimagesSwiper {
  padding: 0 50px;
  /* Snackbar css */
}
@media (max-width: 639px) {
  .add-product-images-area .addproductimagesSwiper {
    padding: 0 30px;
  }
}
.add-product-images-area .addproductimagesSwiper .swiper {
  padding: 0 60px;
}
.add-product-images-area .addproductimagesSwiper .swiper-slide {
  text-align: left;
  border-radius: 8px;
  background: #fff;
}
.add-product-images-area .addproductimagesSwiper .swiper-slide img {
  width: 100%;
  padding: 20px;
}
.add-product-images-area .addproductimagesSwiper .swiper-slide h3 {
  line-height: 10px;
}
.add-product-images-area .addproductimagesSwiper .swiper-slide h3 a {
  font-size: 1.3rem !important;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 10px 40px;
  border-radius: 6px;
  background: #fff;
}
@media (max-width: 1199px) {
  .add-product-images-area .addproductimagesSwiper .swiper-slide h3 a {
    font-size: 1.1rem !important;
  }
}
.add-product-images-area .addproductimagesSwiper .swiper-slide h3 a:hover {
  color: #333;
  text-decoration: none;
}
.add-product-images-area .addproductimagesSwiper .swiper-slide p {
  color: #333;
  margin: 20px 0 0 0;
}
.add-product-images-area .addproductimagesSwiper .swiper-button-next:after,
.add-product-images-area .addproductimagesSwiper .swiper-button-prev:after {
  background: #fff;
  font-size: 18px;
  padding: 20px 10px;
  color: #333;
  font-weight: 600;
}
.add-product-images-area .addproductimagesSwiper .swiper-button-next.swiper-button-disabled,
.add-product-images-area .addproductimagesSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.add-product-images-area .addproductimagesSwiper .profile-pic-wrapper {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.add-product-images-area .addproductimagesSwiper .pic-holder {
  text-align: center;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.add-product-images-area .addproductimagesSwiper .pic-holder .pic {
  height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1199px) {
  .add-product-images-area .addproductimagesSwiper .pic-holder .pic {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .add-product-images-area .addproductimagesSwiper .pic-holder .pic {
    height: 240px;
  }
}
@media (max-width: 639px) {
  .add-product-images-area .addproductimagesSwiper .pic-holder .pic {
    height: 320px;
  }
}
.add-product-images-area .addproductimagesSwiper .pic-holder .upload-file-block,
.add-product-images-area .addproductimagesSwiper .pic-holder .upload-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(90, 92, 105, 0.7);
  color: #f8f9fc;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.add-product-images-area .addproductimagesSwiper .pic-holder .upload-file-block {
  cursor: pointer;
}
.add-product-images-area .addproductimagesSwiper .pic-holder:hover .upload-file-block,
.add-product-images-area .addproductimagesSwiper .uploadProfileInput:focus ~ .upload-file-block {
  opacity: 1;
}
.add-product-images-area .addproductimagesSwiper .pic-holder.uploadInProgress .upload-file-block {
  display: none;
}
.add-product-images-area .addproductimagesSwiper .pic-holder.uploadInProgress .upload-loader {
  opacity: 1;
}
.add-product-images-area .addproductimagesSwiper .snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 14px;
  transform: translateX(-50%);
}
.add-product-images-area .addproductimagesSwiper .snackbar.show {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.add-product-images-area .modal-body img {
  width: 100% !important;
}
@media (max-width: 639px) {
  .add-product-images-area .container {
    padding: 0;
  }
}
@media (max-width: 639px) {
  .add-product-images-area .col-xl-12 {
    padding: 0;
  }
}

.clients-area {
  padding: 0px 0 70px 0;
}
@media (max-width: 1199px) {
  .clients-area {
    padding: 0px 0 70px 0;
  }
}
@media (max-width: 639px) {
  .clients-area {
    padding: 0px 0 30px 0;
  }
}
.clients-area .clients-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px 0;
}
@media (max-width: 639px) {
  .clients-area .clients-head {
    margin: 0;
  }
}
.clients-area .clients-head h2 {
  color: #333;
  position: relative;
  padding-left: 75px;
}
@media (max-width: 639px) {
  .clients-area .clients-head h2 {
    padding-left: 35px;
  }
}
.clients-area .clients-head h2::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
@media (max-width: 639px) {
  .clients-area .clients-head h2::before {
    top: 10px;
    width: 30px;
  }
}
.clients-area .clients-box {
  padding: 30px 0px;
  border-radius: 6px;
}
@media (max-width: 1599px) {
  .clients-area .clients-box {
    padding: 20px 0px;
  }
}
@media (max-width: 991px) {
  .clients-area .clients-box {
    padding: 0px 0px;
  }
}
@media (max-width: 639px) {
  .clients-area .clients-box {
    padding: 0px 15px;
    margin: 30px 0 0 0;
  }
}
.clients-area .clients-box .clientsSwiper {
  padding: 0 20px;
}
.clients-area .clients-box .clientsSwiper .swiper-slide {
  text-align: center;
  border-radius: 6px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.clients-area .clients-box .clientsSwiper .swiper-slide img {
  width: 120px;
  height: auto;
}
.clients-area .clients-box .clientsSwiper .swiper-slide h3 {
  line-height: 10px;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.clients-area .clients-box .clientsSwiper .swiper-slide h3::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.5098039216);
  z-index: 1;
  border-radius: 6px;
}
.clients-area .clients-box .clientsSwiper .swiper-slide h3 a {
  font-size: 1.3rem !important;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 9999;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .clients-area .clients-box .clientsSwiper .swiper-slide h3 a {
    font-size: 1.1rem !important;
  }
}
.clients-area .clients-box .clientsSwiper .swiper-slide h3 a:hover {
  color: rgb(236, 236, 236);
  text-decoration: none;
}
.clients-area .clients-box .clientsSwiper .swiper-button-next,
.clients-area .clients-box .clientsSwiper .swiper-button-prev {
  position: absolute;
  top: 60px;
  width: 0px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1599px) {
  .clients-area .clients-box .clientsSwiper .swiper-button-next,
  .clients-area .clients-box .clientsSwiper .swiper-button-prev {
    top: 53px;
  }
}
@media (max-width: 1199px) {
  .clients-area .clients-box .clientsSwiper .swiper-button-next,
  .clients-area .clients-box .clientsSwiper .swiper-button-prev {
    top: 55px;
  }
}
@media (max-width: 991px) {
  .clients-area .clients-box .clientsSwiper .swiper-button-next,
  .clients-area .clients-box .clientsSwiper .swiper-button-prev {
    top: 53px;
  }
}
@media (max-width: 639px) {
  .clients-area .clients-box .clientsSwiper .swiper-button-next,
  .clients-area .clients-box .clientsSwiper .swiper-button-prev {
    top: 51px;
  }
}
.clients-area .clients-box .clientsSwiper .swiper-button-next:after,
.clients-area .clients-box .clientsSwiper .swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  background: #e33240;
  padding: 20px 10px;
}
.clients-area .clients-box .clientsSwiper .swiper-button-prev:after,
.clients-area .clients-box .clientsSwiper .swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  background: #e33240;
  padding: 20px 10px;
}
.clients-area .clients-box .clientsSwiper .swiper-button-next.swiper-button-disabled,
.clients-area .clients-box .clientsSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.clients-area .clients-box .more {
  display: inline-flex;
  justify-content: flex-end;
  align-items: end;
}

.categories-create-ads-area {
  padding: 20px 0 60px 0;
}
@media (max-width: 1599px) {
  .categories-create-ads-area {
    padding: 20px 0 0px 0;
  }
}
@media (max-width: 1199px) {
  .categories-create-ads-area {
    padding: 20px 0 0px 0;
  }
}
@media (max-width: 991px) {
  .categories-create-ads-area {
    padding: 20px 0 0px 0;
  }
}
@media (max-width: 639px) {
  .categories-create-ads-area {
    padding: 30px 0;
  }
}
.categories-create-ads-area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 60px;
}
@media (max-width: 1599px) {
  .categories-create-ads-area ul {
    padding: 0 15px;
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .categories-create-ads-area ul {
    padding: 0 15px;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .categories-create-ads-area ul {
    padding: 0 15px;
    gap: 15px;
  }
}
@media (max-width: 639px) {
  .categories-create-ads-area ul {
    padding: 0 15px;
    gap: 10px;
  }
}
.categories-create-ads-area ul li {
  list-style: none;
  border-radius: 6px;
  display: flex;
}
.categories-create-ads-area ul li i {
  font-size: 22px;
  margin: 0 15px 0 0;
}
.categories-create-ads-area ul li a {
  text-decoration: none;
  color: #333;
}
.categories-create-ads-area ul li a:hover {
  text-decoration: none;
  color: #333;
}
@media (max-width: 639px) {
  .categories-create-ads-area ul li {
    width: 100%;
  }
}
.categories-create-ads-area .btn {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .categories-create-ads-area .btn {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .categories-create-ads-area .btn {
    font-size: 17px;
  }
}
@media (max-width: 639px) {
  .categories-create-ads-area .btn {
    width: 100%;
    text-align: left;
  }
}
.categories-create-ads-area .btn:focus,
.categories-create-ads-area .btn:hover {
  color: #fff;
}
.categories-create-ads-area .btn:before {
  content: "";
  background: #e33240;
  width: 100%;
  height: 100%;
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.categories-create-ads-area .btn:focus:before,
.categories-create-ads-area .btn:hover:before {
  transform: scale(1);
}

.sell-area {
  padding: 50px 0 40px 0;
}
@media (max-width: 991px) {
  .sell-area {
    padding: 90px 0 40px 0;
  }
}
@media (max-width: 639px) {
  .sell-area .col-md-12 {
    padding: 0;
  }
}
.sell-area .sell-first {
  color: #333;
  background: #EDEDED;
  padding: 50px 60px;
  border-radius: 8px;
  height: 560px;
}
@media (max-width: 1599px) {
  .sell-area .sell-first {
    height: 600px;
    padding: 50px 40px;
  }
}
@media (max-width: 1199px) {
  .sell-area .sell-first {
    height: auto;
  }
}
@media (max-width: 991px) {
  .sell-area .sell-first {
    height: auto;
    padding: 40px;
  }
}
@media (max-width: 639px) {
  .sell-area .sell-first {
    height: auto;
    padding: 30px 20px;
  }
}
.sell-area .sell-first .cnt {
  text-align: left;
  margin: 0;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .sell-area .sell-first p {
    text-align: center;
    margin: 50px 0 0 0;
  }
}
@media (max-width: 639px) {
  .sell-area .sell-first h2 {
    margin: 10px 0 15px 0;
  }
}
@media (max-width: 639px) {
  .sell-area .sell-first p {
    text-align: center;
    margin: 20px 0 0 0;
  }
}
.sell-area .sell-first .sell-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sell-area .sell-first .sell-box img {
  width: 100%;
  padding: 30px;
}
@media (max-width: 1199px) {
  .sell-area .sell-first .sell-box img {
    width: 150px;
    padding: 30px;
  }
}
@media (max-width: 639px) {
  .sell-area .sell-first .sell-box img {
    width: 80%;
    padding: 20px;
  }
}
.sell-area .sell-first .sell-box p {
  margin: 30px 0 0 0;
}
.sell-area .sell-second {
  background: #EDEDED;
  padding: 50px 60px;
  border-radius: 8px;
  height: 560px;
}
@media (max-width: 1599px) {
  .sell-area .sell-second {
    height: 600px;
  }
}
@media (max-width: 1199px) {
  .sell-area .sell-second {
    height: auto;
    margin: 30px 0 0 0;
  }
}
@media (max-width: 991px) {
  .sell-area .sell-second {
    height: auto;
    padding: 40px;
    margin: 30px 0 0 0;
  }
}
@media (max-width: 639px) {
  .sell-area .sell-second {
    height: auto;
    padding: 30px;
    margin: 30px 0 0 0;
  }
}
.sell-area .sell-second h3 {
  margin: 0 0 30px 0;
}
.sell-area .sell-second .form-group .form-control {
  border-radius: 6px;
  height: 50px;
  font-size: 13px;
  color: #9f9fab;
}
@media (max-width: 639px) {
  .sell-area .sell-second .sub {
    padding: 0px;
  }
}
@media (max-width: 639px) {
  .sell-area .sell-second .sub .signup {
    width: 30%;
    margin: 0 10px 0 0;
  }
}

.subsription-area {
  background: url(../img/subscription-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 50px 0 80px 0;
  padding: 80px 100px;
  border-radius: 8px;
}
@media (max-width: 1599px) {
  .subsription-area {
    padding: 80px 80px;
  }
}
@media (max-width: 1199px) {
  .subsription-area {
    padding: 60px 50px;
  }
}
@media (max-width: 991px) {
  .subsription-area {
    padding: 50px 10px;
  }
}
@media (max-width: 639px) {
  .subsription-area {
    padding: 30px 0;
    margin: 120px 0 80px 0;
  }
}
.subsription-area h4 {
  color: #fff;
}
.subsription-area h2 {
  color: #fff;
  margin: 10px 0 60px 0;
}
@media (max-width: 1199px) {
  .subsription-area h2 {
    margin: 10px 0 40px 0;
  }
}
@media (max-width: 991px) {
  .subsription-area h2 {
    margin: 10px 0 40px 0;
  }
}
@media (max-width: 639px) {
  .subsription-area h2 {
    margin: 10px 0 30px 0;
  }
}
.subsription-area .subsription-box {
  background: #202945;
  padding: 40px 40px;
  color: #fff;
  border-radius: 8px;
  height: 550px;
}
@media (max-width: 1599px) {
  .subsription-area .subsription-box {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .subsription-area .subsription-box {
    height: 550px;
    margin: 0 0 50px 0;
  }
}
@media (max-width: 991px) {
  .subsription-area .subsription-box {
    height: 550px;
    margin: 0 0 50px 0;
  }
}
@media (max-width: 639px) {
  .subsription-area .subsription-box {
    height: auto;
  }
}
.subsription-area .subsription-box h3 {
  margin: 20px 0;
}
.subsription-area .subsription-box .ck-box {
  margin: 20px 0 50px 0;
}
.subsription-area .subsription-box .ck-box .check-terms {
  padding: 10px 0 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.subsription-area .subsription-box .ck-box .check-terms .checkbox {
  position: relative;
  left: -15px;
  width: 17px;
  height: 17px;
}
.subsription-area .subsription-box .ck-box a {
  text-decoration: underline;
  color: #fff;
}

.contact-area {
  padding: 60px 0 80px 0;
}
@media (max-width: 991px) {
  .contact-area {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 639px) {
  .contact-area {
    padding: 30px 10px 40px 10px;
  }
}
.contact-area img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 639px) {
  .contact-area img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.contact-page-address-area {
  padding: 0 170px 20px;
}
@media (max-width: 1599px) {
  .contact-page-address-area {
    padding: 0 70px 20px;
  }
}
@media (max-width: 1199px) {
  .contact-page-address-area {
    padding: 0 70px 20px;
  }
}
@media (max-width: 991px) {
  .contact-page-address-area {
    padding: 0 10px 20px;
  }
}
@media (max-width: 639px) {
  .contact-page-address-area {
    padding: 0 10px 20px;
  }
}
.contact-page-address-area .address-area h2 {
  margin: 0 0 30px 0;
}
.contact-page-address-area .address-area .address-boxes {
  margin-top: 20px;
}
.contact-page-address-area .address-area .address-boxes .address-box {
  background: #EDEDED;
  padding: 50px;
  margin: 0 0 30px 0;
  height: 210px;
  border-radius: 8px;
  box-shadow: 2px 1px 9px 0px #d9d9d9;
}
@media (max-width: 1599px) {
  .contact-page-address-area .address-area .address-boxes .address-box {
    padding: 30px;
    height: 180px;
  }
}
.contact-page-address-area .address-area .address-boxes .address-box h3 {
  margin-bottom: 15px;
}
.contact-page-address-area .address-area .address-boxes .address-box p a {
  text-decoration: none;
  color: #333;
}
.contact-page-address-area .address-area .address-boxes .address-box p a:hover {
  text-decoration: none;
}
.contact-page-address-area .address-area .address-boxes .address-box ul {
  display: flex;
}
.contact-page-address-area .address-area .address-boxes .address-box ul li {
  list-style: none;
  margin: 0 15px 0 0;
}
.contact-page-address-area .address-area .address-boxes .address-box ul li a {
  text-decoration: none;
}
.contact-page-address-area .address-area .address-boxes .address-box ul li a:hover {
  text-decoration: none;
}
.contact-page-address-area .address-area .address-boxes .address-box ul li a i {
  font-size: 18px;
  color: #333;
}
.contact-page-address-area .contact-form-area .form-horizontal {
  background: radial-gradient(circle at 50% 50%, #5878a7 0, #202a46 70%, #202a46 100%);
  padding: 40px 50px;
  width: 500px;
  position: absolute;
  top: -160px;
  right: 0;
  bottom: 0;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 630px;
}
@media (max-width: 1599px) {
  .contact-page-address-area .contact-form-area .form-horizontal {
    height: 100%;
    width: 380px;
    padding: 20px 30px;
  }
}
@media (max-width: 1199px) {
  .contact-page-address-area .contact-form-area .form-horizontal {
    width: 500px;
    margin: 0 auto;
    position: unset;
  }
}
@media (max-width: 991px) {
  .contact-page-address-area .contact-form-area .form-horizontal {
    width: 500px;
  }
}
@media (max-width: 639px) {
  .contact-page-address-area .contact-form-area .form-horizontal {
    width: 100%;
  }
}
.contact-page-address-area .contact-form-area .form-horizontal p {
  color: #fff;
  font-size: 15px;
  margin: 10px 0 20px 0px;
}
.contact-page-address-area .contact-form-area .form-horizontal p a {
  font-style: italic;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1599px) {
  .contact-page-address-area .contact-form-area .form-horizontal.check-email {
    height: 600px;
  }
}
@media (max-width: 1199px) {
  .contact-page-address-area .contact-form-area .form-horizontal.check-email {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .contact-page-address-area .contact-form-area .form-horizontal.check-email {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .contact-page-address-area .contact-form-area .form-horizontal.check-email {
    width: auto;
  }
}
@media (max-width: 1599px) {
  .contact-page-address-area .contact-form-area .form-horizontal.log-in {
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .contact-page-address-area .contact-form-area .form-horizontal.log-in {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .contact-page-address-area .contact-form-area .form-horizontal.log-in {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .contact-page-address-area .contact-form-area .form-horizontal.log-in {
    width: auto;
  }
}
.contact-page-address-area .contact-form-area .form-horizontal h3 {
  color: #fff;
}
.contact-page-address-area .contact-form-area .form-horizontal .form-group {
  width: 100%;
}
.contact-page-address-area .contact-form-area .form-horizontal .form-group .form-control {
  padding: 10px 10px;
  border-radius: 7px;
}

.how-it-works-area {
  padding: 60px 0 60px 0;
}
@media (max-width: 1599px) {
  .how-it-works-area {
    padding: 10px 0;
  }
}
@media (max-width: 1199px) {
  .how-it-works-area {
    padding: 20px 0 10px 0;
  }
}
@media (max-width: 991px) {
  .how-it-works-area {
    padding: 20px 0 10px 0;
  }
}
@media (max-width: 639px) {
  .how-it-works-area {
    padding: 30px 0;
  }
}
.how-it-works-area .container {
  border-radius: 6px;
  position: relative;
}
@media (max-width: 639px) {
  .how-it-works-area .container {
    border-radius: 0px;
  }
}
.how-it-works-area .container .how-it-works-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: 100%;
}
@media (max-width: 1199px) {
  .how-it-works-area .container .how-it-works-bg {
    width: 100%;
    opacity: 0.5;
  }
}
@media (max-width: 639px) {
  .how-it-works-area .container .how-it-works-bg {
    width: 130%;
    opacity: 0.2;
  }
}
.how-it-works-area .container.how-it-bg-color {
  padding: 60px 50px;
  background: radial-gradient(circle at 50% 50%, #334d73 0, #202a46 110%, #202a46 100%);
  border-radius: 6px;
}
@media (max-width: 639px) {
  .how-it-works-area .container.how-it-bg-color {
    border-radius: 0px;
    padding: 40px 0px;
    background: radial-gradient(circle at 50% 65%, #334d73 0, #202a46 110%, #202a46 100%);
  }
}
@media (max-width: 374px) {
  .how-it-works-area .container.how-it-bg-color {
    border-radius: 0px;
    padding: 40px 0px;
    background: radial-gradient(circle at 50% 65%, #334d73 0, #202a46 110%, #202a46 100%);
  }
}
@media (max-width: 639px) {
  .how-it-works-area .how-it-works-content {
    padding: 0 30px;
  }
}
@media (max-width: 374px) {
  .how-it-works-area .how-it-works-content {
    padding: 0 30px;
  }
}
.how-it-works-area .how-it-works-content h2 {
  color: #fff;
  position: relative;
  padding-left: 75px;
}
@media (max-width: 639px) {
  .how-it-works-area .how-it-works-content h2 {
    padding-left: 35px;
  }
}
.how-it-works-area .how-it-works-content h2::after {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
@media (max-width: 639px) {
  .how-it-works-area .how-it-works-content h2::after {
    top: 10px;
    width: 30px;
  }
}
.how-it-works-area .how-it-works-content p {
  line-height: 24px;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 639px) {
  .how-it-works-area .how-it-works-content p {
    text-align: justify;
  }
}
.how-it-works-area .how-it-timeline {
  margin-top: 20px;
}
.how-it-works-area .how-it-timeline .main-timeline {
  font-family: "PT Sans", sans-serif;
}
.how-it-works-area .how-it-timeline .main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.how-it-works-area .how-it-timeline .main-timeline .timeline {
  margin: 0 -15px;
}
.how-it-works-area .how-it-timeline .main-timeline .timeline-content {
  color: #fff;
  text-align: center;
  display: block;
}
.how-it-works-area .how-it-timeline .main-timeline .timeline-content:hover {
  text-decoration: none;
}
.how-it-works-area .how-it-timeline .main-timeline .timeline-year {
  font-size: 22px;
  font-weight: 600;
  padding: 0 0 15px;
  margin: 0 0 60px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3882352941);
  position: relative;
  z-index: 1;
}
.how-it-works-area .how-it-timeline .main-timeline .timeline-year:before,
.how-it-works-area .how-it-timeline .main-timeline .timeline-year:after {
  content: "";
  background: radial-gradient(#fff, #EA2027, #EA2027);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -10px;
}
.how-it-works-area .how-it-timeline .main-timeline .timeline-year:after {
  background: #b3b3b3;
  height: 55px;
  width: 3px;
  border-radius: 0;
  bottom: -55px;
  z-index: -1;
}
.how-it-works-area .how-it-timeline .main-timeline .inner-content {
  background-color: #fff;
  padding: 20px 10px 10px;
  margin: 0 10px;
  box-shadow: 0 0 5px #444;
  border-radius: 0 0 20px 20px;
  position: relative;
}
.how-it-works-area .how-it-timeline .main-timeline .inner-content i {
  color: #e33240;
  font-size: 22px;
  border: 1px solid #e33240;
  width: 60px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px 0;
}
.how-it-works-area .how-it-timeline .main-timeline .inner-content:before,
.how-it-works-area .how-it-timeline .main-timeline .inner-content:after {
  content: "";
  background: #333;
  height: 40px;
  width: 25px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -25px;
}
.how-it-works-area .how-it-timeline .main-timeline .inner-content:after {
  background-color: #b3b3b3;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  top: -20px;
}
.how-it-works-area .how-it-timeline .main-timeline .timeline-icon {
  transition: all 0.3s;
  width: 80px;
  height: 80px;
}
.how-it-works-area .how-it-timeline .main-timeline .timeline:hover .timeline-icon {
  transform: rotateY(360deg);
}
.how-it-works-area .how-it-timeline .main-timeline h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #2a3c5e;
}
.how-it-works-area .how-it-timeline .main-timeline .description {
  color: #333;
  font-size: 15px;
  text-align: center;
  padding: 0 10px;
}
.how-it-works-area .how-it-timeline .main-timeline .timeline.blue .timeline-content {
  color: #1B1464;
}
.how-it-works-area .how-it-timeline .main-timeline .timeline.blue .timeline-year:before {
  background: radial-gradient(#fff, #1B1464, #1B1464);
}
.how-it-works-area .how-it-timeline .main-timeline .timeline.orange .timeline-content {
  color: #EE5A24;
}
.how-it-works-area .how-it-timeline .main-timeline .timeline.orange .timeline-year:before {
  background: radial-gradient(#fff, #EE5A24, #EE5A24);
}
.how-it-works-area .how-it-timeline .main-timeline .timeline.green .timeline-content {
  color: #009432;
}
.how-it-works-area .how-it-timeline .main-timeline .timeline.green .timeline-year:before {
  background: radial-gradient(#fff, #009432, #009432);
}
@media screen and (max-width: 767px) {
  .how-it-works-area .how-it-timeline .main-timeline .timeline {
    margin: 0 0 15px;
  }
}
.how-it-works-area .how-it-works-pic img {
  width: 70%;
}
@media (max-width: 639px) {
  .how-it-works-area .how-it-works-pic img {
    width: 100%;
    margin: 50px 0 0 0;
  }
}

.how-it-works-area2 {
  padding: 20px 0;
}
@media (max-width: 1599px) {
  .how-it-works-area2 {
    padding: 10px 0;
  }
}
@media (max-width: 1199px) {
  .how-it-works-area2 {
    padding: 20px 0 10px 0;
  }
}
@media (max-width: 991px) {
  .how-it-works-area2 {
    padding: 20px 0 10px 0;
  }
}
@media (max-width: 639px) {
  .how-it-works-area2 {
    padding: 30px 0;
  }
}
.how-it-works-area2 .container {
  border-radius: 6px;
  position: relative;
}
@media (max-width: 639px) {
  .how-it-works-area2 .container {
    border-radius: 0px;
  }
}
.how-it-works-area2 .container .how-it-works-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 100%;
}
@media (max-width: 1199px) {
  .how-it-works-area2 .container .how-it-works-bg {
    width: 100%;
    opacity: 0.5;
  }
}
@media (max-width: 639px) {
  .how-it-works-area2 .container .how-it-works-bg {
    width: 130%;
    opacity: 0.2;
  }
}
.how-it-works-area2 .container.how-it-bg-color {
  padding: 60px 50px;
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .how-it-works-area2 .container.how-it-bg-color {
    padding: 60px 40px;
  }
}
@media (max-width: 639px) {
  .how-it-works-area2 .container.how-it-bg-color {
    border-radius: 0px;
    padding: 0px;
  }
}
@media (max-width: 374px) {
  .how-it-works-area2 .container.how-it-bg-color {
    border-radius: 0px;
    padding: 0px;
  }
}
@media (max-width: 639px) {
  .how-it-works-area2 .how-it-works-content {
    padding: 0 30px;
  }
}
@media (max-width: 374px) {
  .how-it-works-area2 .how-it-works-content {
    padding: 0 30px;
  }
}
.how-it-works-area2 .how-it-works-content h2 {
  color: #333;
  position: relative;
  padding-left: 75px;
}
@media (max-width: 639px) {
  .how-it-works-area2 .how-it-works-content h2 {
    padding-left: 35px;
  }
}
.how-it-works-area2 .how-it-works-content h2::after {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
@media (max-width: 639px) {
  .how-it-works-area2 .how-it-works-content h2::after {
    top: 10px;
    width: 30px;
  }
}
.how-it-works-area2 .how-it-works-content p {
  line-height: 24px;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 639px) {
  .how-it-works-area2 .how-it-works-content p {
    text-align: justify;
  }
}
.how-it-works-area2 .how-it-timeline {
  margin-top: 20px;
}
.how-it-works-area2 .how-it-timeline .main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.how-it-works-area2 .how-it-timeline .main-timeline .timeline {
  margin: 6px;
}
@media (max-width: 1599px) {
  .how-it-works-area2 .how-it-timeline .main-timeline .timeline {
    margin: 0 -10px;
  }
}
.how-it-works-area2 .how-it-timeline .main-timeline .timeline-content {
  color: #333;
  text-align: center;
  display: block;
}
.how-it-works-area2 .how-it-timeline .main-timeline .timeline-content:hover {
  text-decoration: none;
}
.how-it-works-area2 .how-it-timeline .main-timeline .timeline-year {
  font-size: 22px;
  font-weight: 600;
  padding: 0 0 15px;
  margin: 0 0 60px;
  border-bottom: 2px solid #ccc;
  position: relative;
  z-index: 1;
}
.how-it-works-area2 .how-it-timeline .main-timeline .timeline-year:before,
.how-it-works-area2 .how-it-timeline .main-timeline .timeline-year:after {
  content: "";
  background: radial-gradient(#fff, #EA2027, #EA2027);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -10px;
}
.how-it-works-area2 .how-it-timeline .main-timeline .timeline-year:after {
  background: #b3b3b3;
  height: 55px;
  width: 3px;
  border-radius: 0;
  bottom: -55px;
  z-index: -1;
}
.how-it-works-area2 .how-it-timeline .main-timeline .inner-content {
  background-color: #fff;
  padding: 20px 10px 10px;
  margin: 0 10px;
  box-shadow: 1px 3px 8px 0px #e7e7e7;
  border-radius: 0 0 20px 20px;
  position: relative;
  height: 270px;
}
@media (max-width: 991px) {
  .how-it-works-area2 .how-it-timeline .main-timeline .inner-content {
    margin: 40px 10px;
  }
}
@media (max-width: 639px) {
  .how-it-works-area2 .how-it-timeline .main-timeline .inner-content {
    margin: 40px 10px;
    height: auto;
  }
}
.how-it-works-area2 .how-it-timeline .main-timeline .inner-content i {
  color: #e33240;
  font-size: 22px;
  border: 1px solid #e33240;
  width: 60px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px 0;
}
.how-it-works-area2 .how-it-timeline .main-timeline .inner-content:before,
.how-it-works-area2 .how-it-timeline .main-timeline .inner-content:after {
  content: "";
  background: #333;
  height: 34px;
  width: 20px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -25px;
}
.how-it-works-area2 .how-it-timeline .main-timeline .inner-content:after {
  background-color: #b3b3b3;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  top: -20px;
}
.how-it-works-area2 .how-it-timeline .main-timeline .timeline-icon {
  transition: all 0.3s;
  width: 80px;
  height: 80px;
}
.how-it-works-area2 .how-it-timeline .main-timeline .timeline:hover .timeline-icon {
  transform: rotateY(360deg);
}
.how-it-works-area2 .how-it-timeline .main-timeline h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #2a3c5e;
}
.how-it-works-area2 .how-it-timeline .main-timeline .description {
  color: #333;
  font-size: 15px;
  text-align: center;
  padding: 0 10px;
}
.how-it-works-area2 .how-it-timeline .main-timeline .timeline.blue .timeline-content {
  color: #1B1464;
}
.how-it-works-area2 .how-it-timeline .main-timeline .timeline.blue .timeline-year:before {
  background: radial-gradient(#fff, #1B1464, #1B1464);
}
.how-it-works-area2 .how-it-timeline .main-timeline .timeline.orange .timeline-content {
  color: #EE5A24;
}
.how-it-works-area2 .how-it-timeline .main-timeline .timeline.orange .timeline-year:before {
  background: radial-gradient(#fff, #EE5A24, #EE5A24);
}
.how-it-works-area2 .how-it-timeline .main-timeline .timeline.green .timeline-content {
  color: #009432;
}
.how-it-works-area2 .how-it-timeline .main-timeline .timeline.green .timeline-year:before {
  background: radial-gradient(#fff, #009432, #009432);
}
@media screen and (max-width: 767px) {
  .how-it-works-area2 .how-it-timeline .main-timeline .timeline {
    margin: 0 0 15px;
  }
}
.how-it-works-area2 .how-it-works-pic img {
  width: 70%;
}
@media (max-width: 639px) {
  .how-it-works-area2 .how-it-works-pic img {
    width: 100%;
    margin: 50px 0 0 0;
  }
}

.modal-dialog {
  max-width: 800px !important;
}

.post-your-requirements.modal-content {
  background: radial-gradient(circle at 50% 50%, #3c5d8c 0, #202a46 60%, #202a46 100%) !important;
  padding: 30px 30px;
}
.post-your-requirements.modal-content .modal-title {
  color: white;
}
.post-your-requirements.modal-content .form-group label {
  color: #fff;
}
.post-your-requirements.modal-content button.close {
  padding: 4px 10px;
  background-color: #fff !important;
  border: 0;
  opacity: 1;
}

.question-area .question-area-home {
  margin: 60px 0;
  background: radial-gradient(circle at 50% 50%, #334d73 0, #202a46 110%, #202a46 100%);
  border-radius: 6px;
  padding: 40px 70px;
}
@media (max-width: 1599px) {
  .question-area .question-area-home {
    padding: 30px 40px;
  }
}
@media (max-width: 1199px) {
  .question-area .question-area-home {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .question-area .question-area-home {
    margin: 20px 0;
  }
}
@media (max-width: 639px) {
  .question-area .question-area-home {
    margin: 10px 0;
  }
}
.question-area .question-area-home .question-first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.question-area .question-area-home .question-first .question-home-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .question-area .question-area-home .question-first .question-home-head {
    margin: 0;
  }
}
@media (max-width: 639px) {
  .question-area .question-area-home .question-first .question-home-head {
    margin: 0;
  }
}
.question-area .question-area-home .question-first .question-home-head h2 {
  color: #fff;
  position: relative;
  padding-left: 75px;
  letter-spacing: -1px;
}
@media (max-width: 1599px) {
  .question-area .question-area-home .question-first .question-home-head h2 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 1199px) {
  .question-area .question-area-home .question-first .question-home-head h2 {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 639px) {
  .question-area .question-area-home .question-first .question-home-head h2 {
    padding-left: 35px;
  }
}
.question-area .question-area-home .question-first .question-home-head h2 em {
  font-size: 23px;
}
@media (max-width: 1599px) {
  .question-area .question-area-home .question-first .question-home-head h2 em {
    font-size: 19px;
    top: 3px;
  }
}
@media (max-width: 1199px) {
  .question-area .question-area-home .question-first .question-home-head h2 em {
    font-size: 15px;
    top: 3px;
  }
}
@media (max-width: 991px) {
  .question-area .question-area-home .question-first .question-home-head h2 em {
    font-size: 15px;
    top: 2px;
  }
}
.question-area .question-area-home .question-first .question-home-head h2::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
@media (max-width: 639px) {
  .question-area .question-area-home .question-first .question-home-head h2::before {
    top: 10px;
    width: 30px;
  }
}
.question-area .question-area-home .question-first p {
  padding: 7px 0 0 77px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 639px) {
  .question-area .question-area-home .question-first p {
    padding: 5px 0 0 0px;
  }
}
@media (max-width: 374px) {
  .question-area .question-area-home .question-first p {
    padding: 5px 0 0 0px;
  }
}
@media (max-width: 991px) {
  .question-area .question-area-home .question-first {
    margin: 0 0 0px 0;
  }
}
.question-area .question-area-home .hero-button {
  padding: 0px 0 0 77px;
}
@media (max-width: 639px) {
  .question-area .question-area-home .hero-button {
    padding: 5px 0 0 0px;
  }
}
@media (max-width: 374px) {
  .question-area .question-area-home .hero-button {
    padding: 5px 0 0 0px;
  }
}
.question-area .question-area-home .question-second {
  margin: 0 0 0 60px;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1599px) {
  .question-area .question-area-home .question-second {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 991px) {
  .question-area .question-area-home .question-second {
    padding: 5px 20px;
  }
}
@media (max-width: 1199px) {
  .question-area .question-area-home .question-second {
    padding: 20px 20px;
  }
}
.question-area .question-area-home .question-second ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .question-area .question-area-home .question-second ul {
    flex-direction: column;
  }
}
.question-area .question-area-home .question-second ul li {
  list-style: none;
}
.question-area .question-area-home .question-second .second-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.question-area .question-area-home .question-second .second-image img {
  width: 160px;
}
@media (max-width: 1599px) {
  .question-area .question-area-home .question-second .second-image img {
    width: 130px;
  }
}
@media (max-width: 1199px) {
  .question-area .question-area-home .question-second .second-image img {
    margin: 0 0 20px 0;
  }
}
.question-area .question-area-home .question-second .second-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1199px) {
  .question-area .question-area-home .question-second .second-content {
    align-items: center;
  }
}
.question-area .question-area-home .question-second .second-content h4 {
  color: #fff;
}
.question-area .question-area-home .question-second .second-content p {
  color: #fff;
}
.question-area .question-area-home .question-second .second-content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1599px) {
  .question-area .question-area-home .question-second .second-content ul {
    padding: 0;
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .question-area .question-area-home .question-second .second-content ul {
    padding: 0 15px;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .question-area .question-area-home .question-second .second-content ul {
    padding: 0 15px;
    gap: 15px;
  }
}
@media (max-width: 639px) {
  .question-area .question-area-home .question-second .second-content ul {
    padding: 0 15px;
    flex-direction: column;
  }
}
.question-area .question-area-home .question-second .second-content ul li {
  list-style: none;
  border-radius: 6px;
  display: flex;
  margin: 0 30px 0 0;
}
@media (max-width: 1599px) {
  .question-area .question-area-home .question-second .second-content ul li {
    margin: 0;
  }
}
.question-area .question-area-home .question-second .second-content ul li i {
  font-size: 22px;
  margin: 0 15px 0 0;
}
.question-area .question-area-home .question-second .second-content ul li a {
  text-decoration: none;
  color: #fff;
}
.question-area .question-area-home .question-second .second-content ul li a:hover {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 639px) {
  .question-area .question-area-home .question-second .second-content ul li {
    width: 100%;
  }
}
.question-area .question-area-home .question-second .second-content .btn {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: unset;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
@media (max-width: 1599px) {
  .question-area .question-area-home .question-second .second-content .btn {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .question-area .question-area-home .question-second .second-content .btn {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .question-area .question-area-home .question-second .second-content .btn {
    font-size: 17px;
  }
}
@media (max-width: 639px) {
  .question-area .question-area-home .question-second .second-content .btn {
    width: 100%;
    text-align: left;
  }
}
.question-area .question-area-home .question-second .second-content .btn:focus,
.question-area .question-area-home .question-second .second-content .btn:hover {
  color: #fff;
}
.question-area .question-area-home .question-second .second-content .btn:before {
  content: "";
  background: #e33240;
  width: 100%;
  height: 100%;
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.question-area .question-area-home .question-second .second-content .btn:focus:before,
.question-area .question-area-home .question-second .second-content .btn:hover:before {
  transform: scale(1);
}
.question-area .question-area-home .question-second .q-mail-sec a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  padding: 7px 15px;
}
@media (max-width: 639px) {
  .question-area .question-area-home .question-second .q-mail-sec a {
    margin: 0 0 10px 0;
    font-size: 15px;
  }
}
.question-area .question-area-home .question-second .q-mail-sec a:hover {
  background: #e33240;
}
.question-area .question-area-home .question-second .q-mail-sec a::before {
  content: "";
  background: #e33240;
  width: 100%;
  height: 100%;
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.testimonials-area {
  padding: 60px 0;
}
.testimonials-area .testimonials-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0;
}
@media (max-width: 639px) {
  .testimonials-area .testimonials-head {
    margin: 0;
  }
}
.testimonials-area .testimonials-head h2 {
  color: #333;
  position: relative;
  padding-left: 75px;
}
@media (max-width: 639px) {
  .testimonials-area .testimonials-head h2 {
    padding-left: 35px;
  }
}
.testimonials-area .testimonials-head h2::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
@media (max-width: 639px) {
  .testimonials-area .testimonials-head h2::before {
    top: 10px;
    width: 30px;
  }
}
.testimonials-area .testimonial {
  padding: 20px;
  margin: 20px 10px;
}
.testimonials-area .testimonial .pic {
  width: 122px;
  height: 122px;
  float: left;
  margin-right: 50px;
  position: relative;
}
.testimonials-area .testimonial .pic:before,
.testimonials-area .testimonial .pic:after {
  content: "";
  display: block;
  height: 50%;
  width: 50%;
  position: absolute;
}
.testimonials-area .testimonial .pic:before {
  bottom: -30%;
  left: -10%;
  border-bottom: 3px solid #e33240;
  border-left: 3px solid #e33240;
}
.testimonials-area .testimonial .pic:after {
  top: -10%;
  right: -10%;
  border-top: 3px solid #e33240;
  border-right: 3px solid #e33240;
}
.testimonials-area .testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonials-area .testimonial .testimonial-content {
  display: table;
  position: relative;
}
.testimonials-area .testimonial .testimonial-content:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -30px;
  left: -15px;
  font-size: 60px;
  color: #d8dad6;
  z-index: -1;
}
.testimonials-area .testimonial .testimonial-title {
  font-size: 24px;
  color: #333;
  text-transform: capitalize;
}
.testimonials-area .testimonial .post {
  font-size: 13px;
  font-weight: 600;
  color: #585f62;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 5px 0 0 0;
}
.testimonials-area .testimonial .description {
  font-size: 15px;
  color: #333;
  line-height: 22px;
  margin-top: 12px;
  font-style: italic;
}
.testimonials-area .owl-theme .owl-controls .owl-page.active span,
.testimonials-area .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #e33240;
}
@media only screen and (max-width: 980px) {
  .testimonials-area .testimonial {
    padding: 20px 0;
    margin: 20px 15px;
  }
  .testimonials-area .testimonial .pic {
    float: none;
  }
  .testimonials-area .testimonial .testimonial-content {
    display: block;
    margin-top: 50px;
  }
  .testimonials-area .testimonial .testimonial-content:before {
    z-index: -1;
    top: -26px;
    font-size: 32px;
  }
}

.services-for-clients-area-home {
  margin: 100px 0 50px 0;
}
@media (max-width: 1199px) {
  .services-for-clients-area-home {
    margin: 60px 0 50px 0;
  }
}
@media (max-width: 991px) {
  .services-for-clients-area-home {
    margin: 20px 0;
  }
}
@media (max-width: 639px) {
  .services-for-clients-area-home {
    margin: 10px 0;
  }
}
.services-for-clients-area-home .services-for-clients-first .services-for-clients-home-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .services-for-clients-area-home .services-for-clients-first .services-for-clients-home-head {
    margin: 40px 0 18px 0;
  }
}
@media (max-width: 639px) {
  .services-for-clients-area-home .services-for-clients-first .services-for-clients-home-head {
    margin: 0;
  }
}
.services-for-clients-area-home .services-for-clients-first .services-for-clients-home-head h2 {
  color: #333;
  position: relative;
  padding-left: 75px;
  letter-spacing: -1px;
}
@media (max-width: 639px) {
  .services-for-clients-area-home .services-for-clients-first .services-for-clients-home-head h2 {
    padding-left: 35px;
  }
}
.services-for-clients-area-home .services-for-clients-first .services-for-clients-home-head h2::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
@media (max-width: 639px) {
  .services-for-clients-area-home .services-for-clients-first .services-for-clients-home-head h2::before {
    top: 10px;
    width: 30px;
  }
}
.services-for-clients-area-home .services-for-clients-first p {
  padding: 7px 0 0 77px;
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 639px) {
  .services-for-clients-area-home .services-for-clients-first p {
    padding: 5px 0 0 0px;
  }
}
@media (max-width: 374px) {
  .services-for-clients-area-home .services-for-clients-first p {
    padding: 5px 0 0 0px;
  }
}
@media (max-width: 991px) {
  .services-for-clients-area-home .services-for-clients-first {
    margin: 0 0 40px 0;
  }
}
.services-for-clients-area-home .hero-button {
  padding: 7px 0 0 77px;
}
@media (max-width: 639px) {
  .services-for-clients-area-home .hero-button {
    padding: 5px 0 0 0px;
  }
}
@media (max-width: 374px) {
  .services-for-clients-area-home .hero-button {
    padding: 5px 0 0 0px;
  }
}
.services-for-clients-area-home .services-for-clients-second {
  border-radius: 6px;
  margin: 0 0 0 100px;
}
@media (max-width: 1599px) {
  .services-for-clients-area-home .services-for-clients-second {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 1199px) {
  .services-for-clients-area-home .services-for-clients-second {
    padding: 0;
    margin: 40px 0 0 0;
  }
}
@media (max-width: 991px) {
  .services-for-clients-area-home .services-for-clients-second {
    padding: 0;
    margin: 0;
  }
}
.services-for-clients-area-home .services-for-clients-second .second-image {
  background: radial-gradient(circle at 50% 50%, #334d73 0, #202a46 110%, #202a46 100%);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-radius: 12px;
}
@media (max-width: 639px) {
  .services-for-clients-area-home .services-for-clients-second .second-image {
    margin: 0 0 30px 0;
  }
}
.services-for-clients-area-home .services-for-clients-second .second-image img {
  width: 100px;
}
@media (max-width: 1599px) {
  .services-for-clients-area-home .services-for-clients-second .second-image img {
    width: 100px;
  }
}
@media (max-width: 1199px) {
  .services-for-clients-area-home .services-for-clients-second .second-image img {
    margin: 0 0 20px 0;
  }
}
.services-for-clients-area-home .services-for-clients-second .second-image h5 {
  color: #fff;
  margin: 10px 0 0 0;
}
.services-for-clients-area-home .services-for-clients-second .second-image p {
  color: #fff;
  font-size: 15px;
}
.services-for-clients-area-home .services-for-clients-second .second-image ul {
  margin: 0;
}
.services-for-clients-area-home .services-for-clients-second .second-image ul li {
  list-style-type: none;
}
.services-for-clients-area-home .services-for-clients-second .second-image ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}
.services-for-clients-area-home .services-for-clients-second .second-image ul li a:hover {
  text-decoration: none;
}
.services-for-clients-area-home .services-for-clients-second .second-content {
  background: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 639px) {
  .services-for-clients-area-home .services-for-clients-second .second-content {
    margin: 20px 0 0 0;
  }
}
.services-for-clients-area-home .services-for-clients-second .second-content ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.services-for-clients-area-home .services-for-clients-second .second-content ul li img {
  width: 45px;
}
@media (max-width: 639px) {
  .services-for-clients-area-home .services-for-clients-second .second-content ul li img {
    width: 36px;
  }
}
@media (max-width: 374px) {
  .services-for-clients-area-home .services-for-clients-second .second-content ul li img {
    width: 36px;
  }
}
.services-for-clients-area-home .services-for-clients-second .second-content ul li h5 {
  position: absolute;
  left: 110px;
}
@media (max-width: 1599px) {
  .services-for-clients-area-home .services-for-clients-second .second-content ul li h5 {
    left: 95px;
  }
}
@media (max-width: 639px) {
  .services-for-clients-area-home .services-for-clients-second .second-content ul li h5 {
    left: 80px;
    margin: 0;
    font-size: 16px !important;
  }
}
@media (max-width: 374px) {
  .services-for-clients-area-home .services-for-clients-second .second-content ul li h5 {
    left: 80px;
    margin: 0;
    font-size: 16px !important;
  }
}
.services-for-clients-area-home .services-for-clients-second h2 {
  color: #333;
  position: relative;
  padding-left: 75px;
  letter-spacing: -1px;
}
@media (max-width: 639px) {
  .services-for-clients-area-home .services-for-clients-second h2 {
    padding-left: 35px;
  }
}
.services-for-clients-area-home .services-for-clients-second h2::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
@media (max-width: 639px) {
  .services-for-clients-area-home .services-for-clients-second h2::before {
    top: 10px;
    width: 30px;
  }
}
.services-for-clients-area-home .services-for-clients-second .seeko-agent-box {
  padding: 0;
}
@media (max-width: 639px) {
  .services-for-clients-area-home .services-for-clients-second .seeko-agent-box {
    padding: 0 10px;
  }
}

.seeko-explain-first {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .seeko-explain-first {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 991px) {
  .seeko-explain-first {
    margin: 0;
  }
}
@media (max-width: 639px) {
  .seeko-explain-first {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 374px) {
  .seeko-explain-first {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 639px) {
  .seeko-explain-first .seeko-explain-home-head {
    padding: 0;
  }
}
@media (max-width: 374px) {
  .seeko-explain-first .seeko-explain-home-head {
    padding: 0;
  }
}
.seeko-explain-first .seeko-explain-home-head h2 {
  color: #333;
  position: relative;
  padding-left: 75px;
  margin: 0 0 40px 0;
}
@media (max-width: 639px) {
  .seeko-explain-first .seeko-explain-home-head h2 {
    padding-left: 35px;
    margin: 0;
  }
}
.seeko-explain-first .seeko-explain-home-head h2::after {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e33240;
}
@media (max-width: 639px) {
  .seeko-explain-first .seeko-explain-home-head h2::after {
    top: 10px;
    width: 30px;
  }
}
.seeko-explain-first p {
  padding: 7px 0 0 77px;
  color: #fff;
  font-size: 15px;
}
@media (max-width: 639px) {
  .seeko-explain-first p {
    padding: 0px 0 0 35px;
  }
}
@media (max-width: 374px) {
  .seeko-explain-first p {
    padding: 0px 0 0 35px;
  }
}
.seeko-explain-first .hero-button {
  padding: 7px 0 0 77px;
}
@media (max-width: 639px) {
  .seeko-explain-first .hero-button {
    padding: 0px 0 0 35px;
  }
}
@media (max-width: 374px) {
  .seeko-explain-first .hero-button {
    padding: 0px 0 0 35px;
  }
}

.seeko-explain-area {
  border-radius: 10px;
  padding: 30px 20px;
  margin: 0px 75px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .seeko-explain-area {
    margin: 0;
    padding: 20px 0px 0 0;
  }
}
@media (max-width: 991px) {
  .seeko-explain-area {
    padding: 0 0 70px 0px;
    margin: 0;
  }
}
@media (max-width: 639px) {
  .seeko-explain-area {
    padding: 0 0 10px 0px;
    margin: 0;
  }
}
@media (max-width: 374px) {
  .seeko-explain-area {
    padding: 0 0 10px 0px;
    margin: 0;
  }
}
.seeko-explain-area iframe {
  width: 100%;
  height: 700px;
  border-radius: 15px;
}
@media (max-width: 1599px) {
  .seeko-explain-area iframe {
    height: 580px;
  }
}
@media (max-width: 1199px) {
  .seeko-explain-area iframe {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .seeko-explain-area iframe {
    height: 400px;
  }
}
@media (max-width: 639px) {
  .seeko-explain-area iframe {
    height: 350px;
  }
}
.seeko-explain-area .youtube-bg .testi-first .testi-img {
  width: 100%;
}
.seeko-explain-area .youtube-bg .testi-first .hero-video {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate(43%, -50%) !important;
}
@media (max-width: 1599px) {
  .seeko-explain-area .youtube-bg .testi-first .hero-video {
    top: 50%;
    transform: translate(43%, -50%) !important;
  }
}
@media (max-width: 1199px) {
  .seeko-explain-area .youtube-bg .testi-first .hero-video {
    top: 50%;
    transform: translate(43%, -50%) !important;
  }
}
.seeko-explain-area .youtube-bg .testi-first .hero-video .video-play-btn1 {
  left: 0px;
  color: #fff;
  text-decoration: none;
  transform: scale(1.25);
  animation: zoomInUp 1s linear infinite alternate;
}
.seeko-explain-area .youtube-bg .testi-first .hero-video .video-play-btn1 i {
  font-size: 23px;
  color: #fff;
}
.seeko-explain-area .youtube-bg .testi-first .hero-video .video-play-btn1 .center1 .pulse1 {
  display: flex;
  justify-content: start;
  align-items: center;
}
.seeko-explain-area .youtube-bg .testi-first .hero-video .video-play-btn1 .center1 .pulse1 i {
  padding: 15px 17px 15px 19px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: animate-pulse 3s linear infinite;
  background: #e33240;
}
.seeko-explain-area .how-it-works-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .seeko-explain-area .how-it-works-bg {
    width: 100%;
    opacity: 0.5;
  }
}
@media (max-width: 639px) {
  .seeko-explain-area .how-it-works-bg {
    width: 130%;
    opacity: 0.2;
  }
}
.seeko-explain-area .seeko-pointing-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
}
@media (max-width: 1599px) {
  .seeko-explain-area .seeko-pointing-img {
    height: 80%;
    top: unset;
  }
}
@media (max-width: 1199px) {
  .seeko-explain-area .seeko-pointing-img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 60%;
  }
}
@media (max-width: 991px) {
  .seeko-explain-area .seeko-pointing-img {
    height: 45%;
  }
}
@media (max-width: 639px) {
  .seeko-explain-area .seeko-pointing-img {
    height: 40%;
  }
}
.seeko-explain-area .seeko-pointing-img img {
  width: 100%;
}
@media (max-width: 1599px) {
  .seeko-explain-area .seeko-pointing-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .seeko-explain-area .seeko-pointing-img img {
    width: auto;
  }
}
@media (max-width: 639px) {
  .seeko-explain-area .seeko-pointing-img img {
    width: 100%;
  }
}

.main-slider-area {
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media (max-width: 1599px) {
  .main-slider-area {
    height: 60vh;
  }
}
@media (max-width: 1199px) {
  .main-slider-area {
    height: 55vh;
  }
}
@media (max-width: 991px) {
  .main-slider-area {
    height: 40vh;
  }
}
@media (max-width: 639px) {
  .main-slider-area {
    height: 45vh;
  }
}
@media (max-width: 374px) {
  .main-slider-area {
    height: 45vh;
  }
}
.main-slider-area .slider-mainSwiper .swiper-wrapper .swiper-slide h1 {
  font-size: 90px !important;
  font-weight: 600 !important;
  letter-spacing: -1px;
  font-family: "Poppins", sans-serif !important;
  color: #333;
}
@media (max-width: 1599px) {
  .main-slider-area .slider-mainSwiper .swiper-wrapper .swiper-slide h1 {
    font-size: 70px !important;
    line-height: 100px;
  }
}
@media (max-width: 1199px) {
  .main-slider-area .slider-mainSwiper .swiper-wrapper .swiper-slide h1 {
    font-size: 50px !important;
  }
}
@media (max-width: 991px) {
  .main-slider-area .slider-mainSwiper .swiper-wrapper .swiper-slide h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 639px) {
  .main-slider-area .slider-mainSwiper .swiper-wrapper .swiper-slide h1 {
    font-size: 29px !important;
    line-height: 37px;
    letter-spacing: 0;
  }
}
@media (max-width: 374px) {
  .main-slider-area .slider-mainSwiper .swiper-wrapper .swiper-slide h1 {
    font-size: 29px !important;
    line-height: 37px;
    letter-spacing: 0;
  }
}
.main-slider-area .slider-mainSwiper .swiper-wrapper .swiper-slide h1 span {
  color: #e33240;
}
.main-slider-area .slider-mainSwiper .swiper-wrapper .swiper-slide h1 a {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}
.main-slider-area .slider-mainSwiper .swiper-wrapper .swiper-slide h1 a:hover {
  text-decoration: none;
  color: #333;
  text-decoration: underline;
}
.main-slider-area .slider-mainSwiper .main-slider-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 0 0 0;
}
.main-slider-area .slider-mainSwiper .main-slider-ul li {
  list-style: none;
  margin: 0 20px 0 0;
}
.main-slider-area .animated-images-box .is-animating--1 {
  display: none;
}
.main-slider-area .premier:hover .animated-images-box .is-animating--1 {
  display: block;
}
.main-slider-area .seeko-move:has(+ .container .seekoCall:hover) {
  display: block;
  animation: ride 3s linear 1;
}
.main-slider-area .seeko-move {
  position: absolute;
  display: none;
  height: 50px;
  left: -2000vw;
  top: 10%;
  pointer-events: none;
}
@keyframes ride {
  from {
    left: -40vw;
  }
  to {
    left: 100vw;
  }
}
.main-slider-area .box {
  --imageWidth: 1179px;
  --imageCount: 4;
  position: absolute;
  width: calc(var(--imageWidth) / var(--imageCount));
  height: 500px;
  background: url(../img/SeekoRideFlip.png);
  animation: animate 0.2s steps(var(--imageCount)) infinite;
  z-index: 0;
  cursor: pointer;
}
@keyframes animate {
  from {
    background-position: 0;
  }
  to {
    background-position: var(--imageWidth);
  }
}

.help-area .help-content h2 {
  margin: 20px 0;
}
.help-area .help-content h4 {
  padding: 15px 0 10px 0;
  font-weight: 600 !important;
}
.help-area .help-content #accordion {
  margin: 20px 0 50px 0;
}
.help-area .help-content .accordion {
  width: 100%;
  position: relative;
  margin: 0;
}
.help-area .help-content .accordian-chk {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -khtml-appearance: none;
  appearnace: none;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 20px;
  z-index: 2;
  margin: 0px;
}
.help-area .help-content .accordion h6 {
  background: #fff none;
  position: relative;
  padding: 15px 20px;
  color: #333;
  margin: 6px 0;
  z-index: 1;
  border-radius: 6px;
  font-weight: 600 !important;
}
.help-area .help-content .accordion h6 .acc-icon {
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}
.help-area .help-content .accordion .accordian-chk:checked + h6 > .acc-icon {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-top: 5px solid transparent;
  top: 10px;
}
.help-area .help-content .accordion .accordian-chk:checked + h6 + div.accordian-content {
  opacity: 1;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  max-height: 1000px;
  overflow: hidden;
  padding: 15px;
}
.help-area .help-content .accordian-content {
  opacity: 0;
  padding: 15px;
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  border: 1px solid #fff;
  margin-bottom: 2px;
  background: #fff;
}

.dashboard-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 90px 0;
}
@media (max-width: 1599px) {
  .dashboard-area {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .dashboard-area {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .dashboard-area {
    padding: 40px 0;
  }
}
@media (max-width: 639px) {
  .dashboard-area {
    padding: 30px 0;
  }
}
.dashboard-area h1 {
  font-size: 3.5rem !important;
}
@media (max-width: 1599px) {
  .dashboard-area h1 {
    font-size: 3.3rem !important;
  }
}
@media (max-width: 1199px) {
  .dashboard-area h1 {
    font-size: 2.7rem !important;
  }
}
@media (max-width: 991px) {
  .dashboard-area h1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 639px) {
  .dashboard-area h1 {
    font-size: 1.8rem !important;
  }
}
.dashboard-area h1 em {
  font-size: 40px !important;
  color: #e33240;
  margin: 0 -6px 0 0 !important;
  top: 9px !important;
  left: -8px !important;
}
@media (max-width: 1199px) {
  .dashboard-area h1 em {
    font-size: 32px !important;
    margin: 0 -4px 0 0 !important;
    top: 8px !important;
    left: -6px !important;
  }
}
@media (max-width: 639px) {
  .dashboard-area h1 em {
    font-size: 21px !important;
    margin: 0 -2px 0 0 !important;
    top: 5px !important;
    left: -3px !important;
  }
}
.dashboard-area h3 {
  font-weight: 600 !important;
}

.dashboard-main-area .tab {
  width: 100%;
  height: auto;
  padding: 3rem 0;
}
@media (max-width: 639px) {
  .dashboard-main-area .tab {
    padding: 3rem 0 0 0;
  }
}
.dashboard-main-area .tab .modal {
  z-index: 10000 !important;
}
.dashboard-main-area .tab .modal-dialog-centered {
  height: 100% !important;
}
.dashboard-main-area .tab-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-bottom: 2px solid #e33240;
  transition: all 0.3s ease;
}
.dashboard-main-area .tab-menu-link {
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 15px 45px;
  border: none;
  color: #333;
  background: #ffffff;
  transition: all 0.3s ease;
  outline: none !important;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-menu-link {
    padding: 6px 20px;
    font-size: 14px;
  }
}
.dashboard-main-area .tab-menu-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.dashboard-main-area .tab-menu-link.is-active {
  bottom: 0px;
  z-index: 0;
  overflow: hidden;
  color: #ffffff;
  background: #e33240;
  border: none;
}
.dashboard-main-area .tab-bar {
  padding: 60px 50px 30px 50px;
  overflow: hidden;
  background: #ffffff;
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar {
    padding: 40px 10px 0px 10px;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content h2 {
  position: relative;
  padding-left: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 20px 0;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
}
@media (max-width: 1599px) {
  .dashboard-main-area .tab-bar .tab-bar-content h2 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content h2 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 991px) {
  .dashboard-main-area .tab-bar .tab-bar-content h2 {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content h2 {
    font-size: 1.2rem !important;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content h2::before {
  position: absolute;
  content: "";
  top: 16px;
  left: 0;
  width: 50px;
  height: 4px;
  background: #e33240;
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area {
  background: #202945;
  padding: 15px 15px;
  border-radius: 8px;
  margin: 0 0 80px 0;
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area {
    justify-content: flex-end;
    margin: 0 0 60px 0;
  }
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .col-xl-3 {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .col-xl-3 {
    margin-bottom: 0px;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.pl-name {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e33240;
  padding: 10px 0 15px 0;
  border-radius: 8px;
  position: relative;
  width: 100%;
  flex-direction: column;
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.pl-name {
    padding: 10px 0;
    width: 90%;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.pl-name::after {
  position: absolute;
  content: "";
  top: 0;
  right: -32px;
  background: #e33240;
  width: 70px;
  height: 100%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 44%);
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.pl-name h3 {
  font-size: 3rem !important;
  color: #fff !important;
  margin: 0;
}
@media (max-width: 1599px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.pl-name h3 {
    font-size: 2.8rem !important;
  }
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.pl-name h3 {
    font-size: 2.6rem !important;
  }
}
@media (max-width: 991px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.pl-name h3 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.pl-name h3 {
    font-size: 2.2rem !important;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.pl-name p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.pl-name .d-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.pl-name .d-box p {
  font-weight: 500;
  font-size: 14px;
  margin: 0 6px 0 0;
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.vat {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.vat {
    padding: 0;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.vat p {
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 15px;
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.vat ul {
  padding: 0 0 0 30px;
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.vat ul li {
  list-style: disc;
  color: #fff;
  font-size: 15px;
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.usd {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.usd {
    padding: 20px 0 0 5px;
    align-items: flex-start;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.usd h3 {
  color: #e33240;
  margin: 0 0 8px 0;
  font-family: sans-serif !important;
  font-size: 2rem !important;
}
@media (max-width: 1599px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.usd h3 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.usd h3 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 991px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.usd h3 {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.usd h3 {
    font-size: 1.2rem !important;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.usd p {
  color: #fff;
  font-size: 24px;
  margin: 0;
}
@media (max-width: 1599px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.usd p {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.usd p {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.usd p {
    font-size: 21px;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.usd .renew_plan {
  color: #333;
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.usd .renew_plan {
  animation: blinker 1s linear infinite;
  font-weight: 700 !important;
  background: linear-gradient(45deg, #e33240, #fd6d79, #202945);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding: 10px 0 0 0;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.upgrade {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.upgrade {
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.upgrade {
    margin: 20px 0 0 0;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.upgrade .subscription-plan-views {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0 20px 0;
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.upgrade .subscription-plan-views h3 {
  color: #e33240;
  font-size: 1.5rem !important;
  font-family: sans-serif !important;
  margin: 0 10px 0 0;
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.upgrade .subscription-plan-views h4 {
  color: #fff;
  margin: 0 10px 0 0px;
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.upgrade .subscription-plan-views h4 {
    font-size: 17px !important;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.upgrade .subscription-plan-views i {
  color: #e33240;
  font-size: 1.2rem !important;
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-box.upgrade .subscription-plan-views i {
    font-size: 1.1rem !important;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-views {
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media (max-width: 991px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-views {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-views {
    margin: 10px 0 0 5px;
    justify-content: flex-start;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-views h3 {
  color: #e33240;
  font-size: 1.8rem !important;
  font-family: sans-serif !important;
  margin: 0 10px 0 0;
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-views h3 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 991px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-views h3 {
    font-size: 1.8rem !important;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-views h4 {
  color: #fff;
  margin: 0 10px 0 0px;
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-views h4 {
    font-size: 17px !important;
  }
}
@media (max-width: 991px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-views h4 {
    font-size: 22px !important;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-views i {
  color: #e33240;
  font-size: 1.5rem !important;
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-views i {
    font-size: 1.1rem !important;
  }
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .subscription-plan-area .subscription-plan-views i {
    font-size: 1.3rem !important;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area {
  margin: 0 0 0px 0;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area.buyer-past-v {
  margin: 0 0 80px 0;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area.buyer-past-v .responsive-table {
  border: 1px solid #e0e0e0 !important;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area.buyer-past-v .responsive-table tbody td {
  border-bottom: none !important;
  font-weight: 400;
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area.buyer-past-v .responsive-table tbody td {
    padding: 10px 10px 0 10px !important;
    border: none !important;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: inherit !important;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .main-row {
  background: #dcdcdc;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-1 img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-1 img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-1 img {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-1 img {
    height: auto;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-1 p {
  font-size: 14px;
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-1 p {
    text-align: left;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-1 ul li {
  list-style: none;
  text-align: left;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-1 ul li h5 {
  font-weight: 600 !important;
  font-family: sans-serif !important;
  font-size: 15px !important;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-1 ul li h6 {
  font-weight: 600 !important;
  font-family: sans-serif !important;
  font-size: 15px !important;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-2 h5 {
  font-weight: 600 !important;
  font-family: sans-serif !important;
  font-size: 15px !important;
  text-align: left;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-2 h6 {
  text-align: left;
  font-size: 12px !important;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-2 h6 span {
  color: #e33240;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-2 ul li {
  list-style: none;
  text-align: left;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-3 ul li {
  list-style: none;
  text-align: left;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-3 ul li h6 {
  font-weight: 600 !important;
  font-family: sans-serif !important;
  font-size: 15px !important;
  text-align: left;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-21 img {
  width: 100%;
  margin-bottom: 15px;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-21 p {
  font-size: 14px;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-21 p a {
  text-decoration: underline;
  color: #2b7ae1;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-21 ul li {
  list-style: none;
  text-align: left;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-21 ul li h5 {
  font-weight: 600 !important;
  font-family: sans-serif !important;
  font-size: 15px !important;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-21 ul li h6 {
  font-weight: 600 !important;
  font-family: sans-serif !important;
  font-size: 15px !important;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-21 .modal-content .modal-header {
  border: none !important;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-21 .modal-content .modal-header .close {
  font-size: 27px !important;
  font-weight: 400;
  background: #e33240 !important;
  opacity: 1 !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-21 .modal-content .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-21 .modal-content .modal-body h3 {
  font-size: 30px !important;
  font-weight: 700 !important;
  margin: 0 0 15px 0;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-21 .modal-content .modal-body h5 {
  margin: 0 0 40px 0;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-21 .total-ad-view {
  text-align: left !important;
  margin: 0 0 20px 0 !important;
  width: 100%;
  font-weight: 700 !important;
  margin: 0 0 30px 0 !important;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-21 .views-area-modal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-21 .views-area-modal li {
  list-style: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 32%;
  padding: 10px 10px;
  font-size: 14px;
  color: #7b7b7b;
  font-weight: 400;
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-21 .views-area-modal li {
    padding: 7px 10px;
    font-size: 13px;
    margin: 0 0 13px 0;
    width: 49%;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-22 h5 {
  font-weight: 600 !important;
  font-family: sans-serif !important;
  font-size: 15px !important;
  text-align: left;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-22 h6 {
  text-align: left;
  font-size: 15px !important;
  color: #e33240;
  font-family: sans-serif !important;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-22 h6 span {
  color: #e33240;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-22 ul li {
  list-style: none;
  text-align: left;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-23 ul li {
  list-style: none;
  text-align: right;
  font-size: 12px;
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-23 ul li {
    text-align: left;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-23 ul li h5 {
  font-weight: 600 !important;
  font-family: sans-serif !important;
  font-size: 15px !important;
  text-align: right;
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-23 ul li h5 {
    text-align: left;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-23 ul li h6 {
  font-weight: 600 !important;
  font-family: sans-serif !important;
  font-size: 15px !important;
  text-align: right;
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-23 ul li h6 {
    text-align: left;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-23 ul li h6 span {
  color: #e33240;
  padding: 0;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-31 img {
  width: 100%;
  margin-bottom: 15px;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-31 p {
  font-size: 14px;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-31 ul li {
  list-style: none;
  text-align: left;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-31 ul li h5 {
  font-weight: 600 !important;
  font-family: sans-serif !important;
  font-size: 15px !important;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-31 ul li h6 {
  font-weight: 600 !important;
  font-family: sans-serif !important;
  font-size: 15px !important;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-31 .hero-button {
  margin-bottom: 20px;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-31 .hero-button .btn {
  font-size: 13px !important;
  font-weight: 500;
  padding: 5px 12px 5px;
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-31 {
    text-align: left;
  }
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-31 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 {
    align-items: flex-start;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 h5 {
  font-weight: 600 !important;
  font-family: sans-serif !important;
  font-size: 15px !important;
  text-align: left;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 h6 {
  text-align: right;
  font-size: 15px !important;
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 h6 {
    text-align: left;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 h6 a {
  text-decoration: underline;
  color: #2b7ae1;
  font-size: 14px !important;
  font-weight: 600;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 ul li {
  list-style: none;
  text-align: left;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 .convert-to-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 .convert-to-icon {
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 .convert-to-icon {
    justify-content: flex-start;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 .convert-to-icon a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #202945;
  margin: 0 0px 0 15px;
  border-radius: 7px;
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 .convert-to-icon a {
    margin: 0;
  }
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 .convert-to-icon a {
    margin: 0 0px 0 13px;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 .convert-to-icon a i {
  color: #fff;
  font-size: 15px;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 .modal-content .modal-header {
  border: none !important;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 .modal-content .modal-header .close {
  font-size: 27px !important;
  font-weight: 400;
  background: #e33240 !important;
  opacity: 1 !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 .modal-content .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 .modal-content .modal-body h3 {
  font-size: 30px !important;
  font-weight: 700 !important;
  margin: 0 0 15px 0;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 .modal-content .modal-body h5 {
  margin: 0 0 40px 0;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-32 .modal-content .modal-body .hero-button .one {
  background: #202945 !important;
  border: 2px solid #202945 !important;
  margin: 0 20px 0 0;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-33 ul li {
  list-style: none;
  text-align: left;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table .ads-box .ads-box-33 ul li h6 {
  font-weight: 600 !important;
  font-family: sans-serif !important;
  font-size: 15px !important;
  text-align: left;
}
@media (min-width: 48em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table {
    font-size: 0.9em;
  }
}
@media (min-width: 62em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table {
    font-size: 1em;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table thead th {
  background-color: #202945;
  font-weight: normal;
  text-align: center;
  color: white;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table thead th:first-of-type {
  text-align: center;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody,
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tr,
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table th,
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 48em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tr {
    display: table-row;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table th,
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table td {
  padding: 0.5em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table th,
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 48em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table th,
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table td {
    display: table-cell;
    padding: 0.5em;
  }
}
@media (min-width: 62em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table th,
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 75em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table th,
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table td {
    padding: 0.75em;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 48em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table caption {
    font-size: 1.5em;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tfoot {
  font-size: 0.8em;
  font-style: italic;
}
@media (min-width: 62em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tfoot {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody {
    display: table-row-group;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody tr {
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.12);
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody th[scope=row] {
  background-color: #202945;
  color: white;
}
@media (min-width: 30em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody th[scope=row] {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 48em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody th[scope=row] {
    background-color: transparent;
    color: #000001;
    text-align: center;
    font-weight: 400;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody td {
  text-align: right;
  font-weight: 600;
  border-bottom: 15px solid #fff !important;
  border-left: 1px solid #fff;
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody td {
    border-bottom: 20px solid #fff !important;
    padding: 20px;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody td h6 {
  font-weight: 400;
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody td h6 span {
  font-weight: 400;
}
@media (min-width: 48em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody td {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
}
@media (min-width: 48em) and (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody td {
    text-align: left;
  }
}
@media (min-width: 48em) and (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody td {
    text-align: left;
  }
}
@media (min-width: 48em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody td:last-of-type {
    border-right: 1px solid #fff;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody td[data-type=currency] {
  text-align: center;
  font-weight: 400;
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody td[data-type=currency] {
    text-align: right;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: 13px;
  color: #8f8f8f;
  font-weight: 500;
  font-style: italic;
}
@media (min-width: 30em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody td[data-title]:before {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .dashboard-main-area .tab-bar .tab-bar-content .past-views-area .responsive-table tbody td[data-title]:before {
    content: none;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area {
  background: #202945;
  border-radius: 8px;
  margin: 0 0px;
  position: relative;
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area {
    padding: 0 0 30px 0;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area .flash-sale-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area .flash-sale-text img {
  width: 80%;
  padding: 40px 30px;
  position: relative;
}
@media (max-width: 1599px) {
  .dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area .flash-sale-text img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area .flash-sale-text img {
    width: 80%;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area .count-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
.dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area .count-area h4 {
  color: #fff;
}
.dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area .count-area #countdown {
  background: #fff;
  font-size: 40px;
  font-weight: 500;
  padding: 6px 50px;
  border-radius: 8px;
  margin: 20px 0 0 0;
}
.dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area .off-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 20px 20px 20px;
  position: relative;
  z-index: 9;
}
.dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area .off-area h3 {
  color: #fff;
  font-size: 5rem !important;
  font-family: "Poppins", sans-serif !important;
  text-align: center;
  font-weight: 700 !important;
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area .off-area h3 {
    margin: 0;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area .off-area h4 {
  color: #fff;
  font-size: 4.5rem !important;
  font-family: "Roboto" !important;
  text-align: center;
  font-weight: 700 !important;
}
.dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area .off-area h5 {
  color: #fff;
}
.dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area .click-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  background: #e33240;
  width: 50%;
  height: 100%;
  z-index: 0;
  border-radius: 8px;
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area::before {
    width: 30%;
  }
}
.dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0px;
  left: -13px;
  margin: 0 auto;
  background: #e33240;
  width: 70px;
  height: 100%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 44%);
}
@media (max-width: 639px) {
  .dashboard-main-area .tab-bar .tab-bar-content .flash-sale-area::after {
    left: -153px;
  }
}
.dashboard-main-area .tab-bar-content {
  display: none;
  width: 100%;
  min-height: 10rem;
  transition: all 0.3s ease;
}
.dashboard-main-area .tab-bar-content.is-active {
  display: block;
}

.verify-your-ads-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px 0;
}
@media (max-width: 639px) {
  .verify-your-ads-area {
    padding: 0 0 50px 0;
  }
}
.verify-your-ads-area h2 {
  font-weight: 700 !important;
}
.verify-your-ads-area .verify-your-ads-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px 0 0 0;
}
@media (max-width: 1199px) {
  .verify-your-ads-area .verify-your-ads-main {
    padding: 40px 0 0 0;
  }
}
.verify-your-ads-area .verify-your-ads-main .verify-your-ads-main-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 30px 10px;
  border-radius: 10px;
  background: #e7e6e6;
}
@media (max-width: 1199px) {
  .verify-your-ads-area .verify-your-ads-main .verify-your-ads-main-box {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .verify-your-ads-area .verify-your-ads-main .verify-your-ads-main-box {
    padding: 20px 0px;
  }
}
@media (max-width: 639px) {
  .verify-your-ads-area .verify-your-ads-main .verify-your-ads-main-box {
    width: 100%;
  }
}
.verify-your-ads-area .verify-your-ads-main .verify-your-ads-main-box .verify-your-ads-box-img img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 639px) {
  .verify-your-ads-area .verify-your-ads-main .verify-your-ads-main-box .verify-your-ads-box-content {
    padding: 0 10px;
  }
}
.verify-your-ads-area .verify-your-ads-main .verify-your-ads-main-box .verify-your-ads-box-content h3 {
  font-weight: 700 !important;
}
@media (max-width: 639px) {
  .verify-your-ads-area .verify-your-ads-main .verify-your-ads-main-box .verify-your-ads-box-content h3 {
    font-size: 18px !important;
  }
}
.verify-your-ads-area .verify-your-ads-main .verify-your-ads-main-box .verify-your-ads-box-content h5 {
  font-size: 17px !important;
  font-weight: 600 !important;
  font-family: sans-serif !important;
}
@media (max-width: 639px) {
  .verify-your-ads-area .verify-your-ads-main .verify-your-ads-main-box .verify-your-ads-box-content h5 {
    margin-top: 10px;
  }
}

.how-to-verify-ad-area p {
  font-size: 15px;
}
.how-to-verify-ad-area h2 {
  position: relative;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 20px 0;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
}
@media (max-width: 1599px) {
  .how-to-verify-ad-area h2 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 1199px) {
  .how-to-verify-ad-area h2 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 991px) {
  .how-to-verify-ad-area h2 {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 639px) {
  .how-to-verify-ad-area h2 {
    font-size: 1.2rem !important;
    padding-left: 50px;
  }
}
.how-to-verify-ad-area h2::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #e33240;
}
@media (max-width: 639px) {
  .how-to-verify-ad-area h2::before {
    top: 10px;
    width: 40px;
    height: 3px;
  }
}
.how-to-verify-ad-area .how-to-verify-ad-box {
  width: 80%;
  background: #e7e6e6;
  padding: 40px 60px;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 1599px) {
  .how-to-verify-ad-area .how-to-verify-ad-box {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .how-to-verify-ad-area .how-to-verify-ad-box {
    width: 80%;
    padding: 40px 35px 20px 40px;
  }
}
@media (max-width: 991px) {
  .how-to-verify-ad-area .how-to-verify-ad-box {
    width: 90%;
    padding: 40px 35px 20px 30px;
  }
}
@media (max-width: 639px) {
  .how-to-verify-ad-area .how-to-verify-ad-box {
    width: 100%;
    padding: 30px 25px;
  }
}
.how-to-verify-ad-area .how-to-verify-pay-now {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 30px 0 30px 0;
  width: 100%;
}
@media (max-width: 639px) {
  .how-to-verify-ad-area .how-to-verify-pay-now {
    text-align: center;
    padding: 0 20px;
  }
}
.how-to-verify-ad-area .how-to-verify-pay-now h3 {
  margin: 0 0 30px 0;
  font-size: 28px !important;
}
@media (max-width: 1599px) {
  .how-to-verify-ad-area .how-to-verify-pay-now h3 {
    font-size: 27px !important;
  }
}
@media (max-width: 1199px) {
  .how-to-verify-ad-area .how-to-verify-pay-now h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 991px) {
  .how-to-verify-ad-area .how-to-verify-pay-now h3 {
    font-size: 22px !important;
  }
}
@media (max-width: 639px) {
  .how-to-verify-ad-area .how-to-verify-pay-now h3 {
    font-size: 19px !important;
  }
}
.how-to-verify-ad-area .how-to-verify-pay-now h3 .dolor {
  color: #e33240;
  font-family: sans-serif !important;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  width: 80%;
  text-align: center;
  z-index: 9999;
}
.popup .flash-sale-area {
  background: #202945;
  border-radius: 8px;
  margin: 0 0px;
  position: relative;
}
@media (max-width: 639px) {
  .popup .flash-sale-area {
    padding: 0 0 30px 0;
  }
}
.popup .flash-sale-area .flash-sale-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.popup .flash-sale-area .flash-sale-text img {
  width: 80%;
  padding: 40px 30px;
  position: relative;
}
@media (max-width: 1599px) {
  .popup .flash-sale-area .flash-sale-text img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .popup .flash-sale-area .flash-sale-text img {
    width: 80%;
  }
}
@media (max-width: 639px) {
  .popup .flash-sale-area .flash-sale-text img {
    width: 100%;
  }
}
.popup .flash-sale-area .count-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
.popup .flash-sale-area .count-area h4 {
  color: #fff;
}
.popup .flash-sale-area .count-area #countdown {
  background: #fff;
  font-size: 40px;
  font-weight: 500;
  padding: 6px 50px;
  border-radius: 8px;
  margin: 20px 0 0 0;
}
@media (max-width: 639px) {
  .popup .flash-sale-area .count-area #countdown {
    font-size: 25px;
    padding: 6px 30px;
  }
}
.popup .flash-sale-area .off-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 20px 20px 20px;
  position: relative;
  z-index: 9;
}
.popup .flash-sale-area .off-area h3 {
  color: #fff;
  font-size: 5rem !important;
  font-family: "Poppins", sans-serif !important;
  text-align: center;
  font-weight: 700 !important;
  margin: 0 0 -25px 0;
}
@media (max-width: 639px) {
  .popup .flash-sale-area .off-area h3 {
    font-size: 4rem !important;
  }
}
.popup .flash-sale-area .off-area h4 {
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  text-align: center;
  font-weight: 700 !important;
  font-size: 5.5rem !important;
}
@media (max-width: 639px) {
  .popup .flash-sale-area .off-area h4 {
    font-size: 4.5rem !important;
  }
}
.popup .flash-sale-area .off-area h5 {
  color: #fff;
}
.popup .flash-sale-area .click-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .flash-sale-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  background: #e33240;
  width: 50%;
  height: 100%;
  z-index: 0;
  border-radius: 8px;
}
@media (max-width: 639px) {
  .popup .flash-sale-area::before {
    width: 30%;
  }
}
.popup .flash-sale-area::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0px;
  left: -13px;
  margin: 0 auto;
  background: #e33240;
  width: 70px;
  height: 100%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 44%);
}
@media (max-width: 639px) {
  .popup .flash-sale-area::after {
    left: -153px;
  }
}
.popup button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border: none;
  background: none;
  z-index: 99999;
  outline: unset !important;
}
.popup button i {
  background: #ffffff;
  color: #e33240;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-weight: 700;
  font-size: 18px;
}

/* Background overlay */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9019607843);
  z-index: 9999;
}

.no-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 90px 0 40px 0;
}
@media (max-width: 639px) {
  .no-page {
    padding: 50px 0;
  }
}
.no-page h2 {
  font-weight: 700 !important;
}
.no-page .no-page-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px 0 0 0;
}
@media (max-width: 1199px) {
  .no-page .no-page-main {
    padding: 40px 0 0 0;
  }
}
.no-page .no-page-main .no-page-main-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  border-radius: 10px;
  background: #e9e8e8;
  width: 74%;
}
@media (max-width: 1199px) {
  .no-page .no-page-main .no-page-main-box {
    width: 83%;
  }
}
@media (max-width: 991px) {
  .no-page .no-page-main .no-page-main-box {
    padding: 20px 0px;
    width: 92%;
  }
}
@media (max-width: 639px) {
  .no-page .no-page-main .no-page-main-box {
    width: 100%;
  }
}
.no-page .no-page-main .no-page-main-box .no-page-box-img img {
  width: 100%;
}
@media (max-width: 639px) {
  .no-page .no-page-main .no-page-main-box .no-page-box-content {
    padding: 0 10px;
  }
}
.no-page .no-page-main .no-page-main-box .no-page-box-content h3 {
  font-weight: 700 !important;
}
@media (max-width: 639px) {
  .no-page .no-page-main .no-page-main-box .no-page-box-content h3 {
    font-size: 18px !important;
  }
}
.no-page .no-page-main .no-page-main-box .no-page-box-content h3 span {
  color: #e33240;
}
.no-page .no-page-main .no-page-main-box .no-page-box-content h5 {
  font-size: 17px !important;
  font-weight: 600 !important;
  font-family: sans-serif !important;
}
@media (max-width: 639px) {
  .no-page .no-page-main .no-page-main-box .no-page-box-content h5 {
    margin-top: 10px;
  }
}

.bonus-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 90px 0 40px 0;
}
@media (max-width: 639px) {
  .bonus-page {
    padding: 50px 0;
  }
}
.bonus-page h2 {
  font-weight: 700 !important;
}
@media (max-width: 991px) {
  .bonus-page h2 {
    text-align: center;
  }
}
@media (max-width: 639px) {
  .bonus-page h2 {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .bonus-page h4 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .bonus-page h4 {
    text-align: center;
  }
}
@media (max-width: 639px) {
  .bonus-page h4 {
    padding: 0 10px;
  }
}
.bonus-page .bonus-page-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px 0 0 0;
}
@media (max-width: 1199px) {
  .bonus-page .bonus-page-main {
    padding: 40px 0 0 0;
  }
}
.bonus-page .bonus-page-main .bonus-page-main-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  border-radius: 10px;
  background: #e9e8e8;
  width: 100%;
}
@media (max-width: 1199px) {
  .bonus-page .bonus-page-main .bonus-page-main-box {
    width: 83%;
  }
}
@media (max-width: 991px) {
  .bonus-page .bonus-page-main .bonus-page-main-box {
    padding: 20px 0px;
    width: 92%;
  }
}
@media (max-width: 639px) {
  .bonus-page .bonus-page-main .bonus-page-main-box {
    width: 100%;
  }
}
.bonus-page .bonus-page-main .bonus-page-main-box .bonus-page-box-img img {
  width: 100%;
}
@media (max-width: 639px) {
  .bonus-page .bonus-page-main .bonus-page-main-box .bonus-page-box-content {
    padding: 0 10px;
  }
}
.bonus-page .bonus-page-main .bonus-page-main-box .bonus-page-box-content h3 {
  font-weight: 700 !important;
}
@media (max-width: 639px) {
  .bonus-page .bonus-page-main .bonus-page-main-box .bonus-page-box-content h3 {
    font-size: 18px !important;
  }
}
.bonus-page .bonus-page-main .bonus-page-main-box .bonus-page-box-content h3 span {
  color: #e33240;
}
.bonus-page .bonus-page-main .bonus-page-main-box .bonus-page-box-content h5 {
  font-size: 17px !important;
  font-weight: 600 !important;
  font-family: sans-serif !important;
}
@media (max-width: 639px) {
  .bonus-page .bonus-page-main .bonus-page-main-box .bonus-page-box-content h5 {
    margin-top: 10px;
  }
}

.avail-10-area {
  margin: 60px 0 0 0;
}
@media (max-width: 1199px) {
  .avail-10-area {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 991px) {
  .avail-10-area {
    margin: 10px 0 0 0;
  }
}
.avail-10-area .avail-10-box {
  background: #e33240;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 40px;
}
@media (max-width: 639px) {
  .avail-10-area .avail-10-box {
    padding: 25px 20px;
  }
}
.avail-10-area .avail-10-box h3 {
  color: #fff;
}
.avail-10-area .avail-10-secnd {
  margin: 40px 0 0 0;
}
@media (max-width: 639px) {
  .avail-10-area .avail-10-secnd {
    margin: 20px 0 0 0;
  }
}
.avail-10-area .avail-10-secnd h4 {
  color: #333;
}

.hotDeals-new-area .hotDeals-new-box {
  width: 90%;
  margin: 0 auto;
  align-items: flex-start;
}
@media (max-width: 1599px) {
  .hotDeals-new-area .hotDeals-new-box {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .hotDeals-new-area .hotDeals-new-box {
    width: 100%;
  }
}
.hotDeals-new-area .hotDeals-new-box .combo-boxes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #e7e6e6;
  border-radius: 8px;
  padding: 20px 10px;
}
.hotDeals-new-area .hotDeals-new-box .combo-boxes .combo-boxes-img img {
  width: 100%;
}
.hotDeals-new-area .hotDeals-new-box .payment .payment-sec {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 10px;
  margin: 20px 0 0 0;
  border-bottom: 1px solid #333;
}
@media (max-width: 1199px) {
  .hotDeals-new-area .hotDeals-new-box .payment .payment-sec {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .hotDeals-new-area .hotDeals-new-box .payment .payment-sec {
    padding: 12px 10px;
    margin: 0;
  }
}
@media (max-width: 639px) {
  .hotDeals-new-area .hotDeals-new-box .payment .payment-sec {
    padding: 12px 10px;
    margin: 0;
  }
}
.hotDeals-new-area .hotDeals-new-box .payment .payment-sec ul {
  margin: 0;
}
.hotDeals-new-area .hotDeals-new-box .payment .payment-sec ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0 0;
}
.hotDeals-new-area .hotDeals-new-box .payment .payment-sec ul li h5 {
  font-weight: 600 !important;
}
.hotDeals-new-area .hotDeals-new-box .payment .payment-sec ul li h5 span {
  padding: 0 0 0 80px;
}
.hotDeals-new-area .hotDeals-new-box .payment .total {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 15px 10px 0px 0;
  flex-direction: column;
}
.hotDeals-new-area .hotDeals-new-box .payment .total .hero-button {
  margin: 30px 0 0 0;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new {
  background: #e7e6e6;
  padding: 35px 30px;
  transition: transform 1s ease-in;
  border-radius: 13px;
}
@media (max-width: 1199px) {
  .hotDeals-new-area .hotDeals-new-box .hotDeals-new {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 991px) {
  .hotDeals-new-area .hotDeals-new-box .hotDeals-new {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 639px) {
  .hotDeals-new-area .hotDeals-new-box .hotDeals-new {
    margin: 0 0 30px 0;
  }
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new h1 {
  color: #9095a5;
  font-family: "Poppins", sans-serif;
  font-size: 4rem !important;
  position: relative;
  line-height: 58px;
}
@media (max-width: 1599px) {
  .hotDeals-new-area .hotDeals-new-box .hotDeals-new h1 {
    font-size: 4.2rem !important;
  }
}
@media (max-width: 1199px) {
  .hotDeals-new-area .hotDeals-new-box .hotDeals-new h1 {
    font-size: 3.5rem !important;
  }
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new h1 span {
  font-size: 35px;
  position: relative;
  left: -14px;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new h5 {
  color: #e33240;
  margin: 20px 0 15px 0;
  font-family: sans-serif !important;
  font-weight: 800 !important;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new .hero-button {
  margin-top: 20px;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new.active {
  background: #e33240;
  transition: transform 1s ease-in;
  padding: 35px 30px 50px 25px;
  cursor: pointer;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new.active h1 {
  color: #fff;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new.active h5 {
  color: #202945;
  font-weight: 700 !important;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new.active p {
  color: #fff;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new:hover {
  transform: translateY(20px);
  background: #e33240;
  transition: transform 1s ease-in;
  padding: 35px 30px 50px 25px;
  cursor: pointer;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new:hover h1 {
  color: #fff;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new:hover h5 {
  color: #202945;
  font-weight: 700 !important;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new:hover p {
  color: #fff;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new:hover .hero-button .btn {
  color: #fff;
  background: #333;
  font-size: 15px !important;
  font-weight: 700;
  text-transform: capitalize;
  padding: 6px 20px 8px;
  border: 2px solid #333;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new:hover .hero-button .btn::before {
  background: #333;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new .modal .modal-content .modal-header {
  border: none !important;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new .modal .modal-content .modal-header .close {
  background: #e33240;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  opacity: 1;
  font-weight: 300;
  color: #fff;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new .choose-this-plan {
  border-left: 3px solid #e33240;
  border-radius: 7px;
  padding: 16px 15px;
  background: #f1f1f1;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new .choose-this-plan label {
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 2px 3px;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new .choose-this-plan label i {
  padding: 0 0 0 5px;
  font-size: 17px;
  color: #e33240;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new .choose-this-plan input {
  font-size: 13px;
  font-weight: 500;
  padding: 5px 12px;
  background: #e33240;
  color: #fff;
  border: 1px solid #e33240;
  border-collapse: unset;
  border-radius: 20px;
  outline: unset;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-new .choose-this-plan input:hover {
  background: #fff;
  color: #333;
  border: 1px solid #e33240;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-check {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-check input {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: auto;
  z-index: -1;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-check label {
  width: 100%;
}
.hotDeals-new-area .hotDeals-new-box .hotDeals-check .form-control:focus .hotDeals-new {
  transform: translateY(20px);
  background: #e33240;
  transition: transform 1s ease-in;
  padding: 35px 30px 50px 25px;
  cursor: pointer;
}
.hotDeals-new-area .calendarBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.hotDeals-new-area .how-to-verify-pay-now {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 70px 0 30px 0;
  width: 100%;
}
@media (max-width: 991px) {
  .hotDeals-new-area .how-to-verify-pay-now {
    margin: 60px 0 30px 0;
  }
}
@media (max-width: 639px) {
  .hotDeals-new-area .how-to-verify-pay-now {
    text-align: center;
    padding: 0 20px;
    margin: 30px 0 30px 0;
  }
}
.hotDeals-new-area .how-to-verify-pay-now h3 {
  margin: 30px 0 20px 0;
  font-size: 28px !important;
  color: #202945;
}
@media (max-width: 1599px) {
  .hotDeals-new-area .how-to-verify-pay-now h3 {
    font-size: 27px !important;
  }
}
@media (max-width: 1199px) {
  .hotDeals-new-area .how-to-verify-pay-now h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 991px) {
  .hotDeals-new-area .how-to-verify-pay-now h3 {
    font-size: 22px !important;
  }
}
@media (max-width: 639px) {
  .hotDeals-new-area .how-to-verify-pay-now h3 {
    font-size: 19px !important;
    margin: 0;
  }
}
.hotDeals-new-area .how-to-verify-pay-now h3 .dolor {
  color: #e33240;
  font-family: sans-serif !important;
}
.hotDeals-new-area .how-to-verify-pay-now .choose-this-plan {
  text-align: center;
}
.hotDeals-new-area .how-to-verify-pay-now .choose-this-plan input {
  text-align: center;
}
.hotDeals-new-area .how-to-verify-pay-now .choose-this-plan label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px 0;
}
.hotDeals-new-area .how-to-verify-pay-now .choose-this-plan label h4 {
  margin: 0;
  font-weight: 600 !important;
  color: #202945;
}
.hotDeals-new-area .how-to-verify-pay-now .choose-this-plan label i {
  font-size: 18px;
  color: #202945;
}
.hotDeals-new-area .how-to-verify-pay-now .choose-this-plan .form-control {
  display: block;
  width: 100%;
  padding: 10px 0px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #202945;
  color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 0 20px 0;
}
.hotDeals-new-area .how-to-verify-pay-now .choose-this-plan .form-control::-moz-placeholder {
  color: #fff !important;
}
.hotDeals-new-area .how-to-verify-pay-now .choose-this-plan .form-control::placeholder {
  color: #fff !important;
}
.hotDeals-new-area .how-to-verify-pay-now #hotdeal-dates {
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 0 10px;
}
.hotDeals-new-area .choose-plan-box {
  background: #e7e6e6;
  border-radius: 10px;
  margin: 80px 0 0 0;
  padding: 0 0 40px 0;
}

.h-deal-page h2 {
  text-align: center;
  width: 100%;
  margin: 100px 0 60px 0;
  font-weight: 600 !important;
}
@media (max-width: 639px) {
  .h-deal-page h2 {
    margin: 60px 0 30px 0;
    font-size: 1.3rem !important;
  }
}
.h-deal-page .more-to-sell-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  background: #e9e8e8;
  padding: 60px 20px;
  border-radius: 10px;
}
@media (max-width: 639px) {
  .h-deal-page .more-to-sell-box {
    padding: 40px 15px;
    text-align: center;
  }
}
.h-deal-page .more-to-sell-box h4 {
  margin: 0 0 40px 0;
}
@media (max-width: 639px) {
  .h-deal-page .more-to-sell-box h4 {
    margin: 0 0 20px 0;
  }
}

@media only screen and (min-width: 1365px) and (max-width: 1400px) {
  .hotDeals-new-area .hotDeals-new-box .hotDeals-new {
    padding: 25px 15px 35px 15px;
  }
  .hotDeals-new-area .hotDeals-new-box .hotDeals-new:hover {
    padding: 35px 20px 50px 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .hotDeals-new-area .hotDeals-new-box .hotDeals-new h1 {
    font-size: 3.5rem !important;
  }
  .hotDeals-new-area .hotDeals-new-box .hotDeals-new h1 span {
    font-size: 28px;
    left: -10px;
  }
}
.your-ads-area {
  padding: 50px 0 90px 0;
}
@media (max-width: 1599px) {
  .your-ads-area {
    padding: 50px 0 70px 0;
  }
}
@media (max-width: 639px) {
  .your-ads-area {
    padding: 10px 0 0px 0;
  }
}
.your-ads-area .your-ads-box {
  padding: 40px 50px;
  border-radius: 8px;
  color: #202945;
  background: #fff;
  box-shadow: 3px 5px 10px 0px #ccc;
}
@media (max-width: 1599px) {
  .your-ads-area .your-ads-box {
    padding: 30px 25px;
  }
}
@media (max-width: 1199px) {
  .your-ads-area .your-ads-box {
    height: auto;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 991px) {
  .your-ads-area .your-ads-box {
    height: auto;
    padding: 40px 30px;
  }
}
@media (max-width: 639px) {
  .your-ads-area .your-ads-box {
    padding: 40px 10px;
    height: auto;
    margin: 0;
  }
}
.your-ads-area .your-ads-box h3 {
  margin: 0 0 20px 0;
}
.your-ads-area .your-ads-box h4 {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 15px;
}
.your-ads-area .your-ads-box p {
  font-size: 15px !important;
  line-height: 25px;
}
.your-ads-area .your-ads-box p span {
  font-weight: 600;
}
.your-ads-area .your-ads-box .category-brand-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.your-ads-area .your-ads-box .category-brand-box ul {
  padding: 0 0 0 15px;
}
.your-ads-area .your-ads-box .category-brand-box ul li {
  list-style: none;
  font-size: 15px;
  line-height: 34px;
}
.your-ads-area .your-ads-box .category-brand-box ul li span {
  font-weight: 600;
}
.your-ads-area .your-ads-box .category-brand-box ul li h6 {
  font-weight: 600;
  color: #e33240;
  font-family: sans-serif !important;
}
.your-ads-area .company-details {
  padding: 40px 50px;
  border-radius: 8px;
  color: #202945;
  background: #fff;
  box-shadow: 3px 5px 10px 0px #ccc;
}
@media (max-width: 1599px) {
  .your-ads-area .company-details {
    padding: 30px 25px;
  }
}
@media (max-width: 1199px) {
  .your-ads-area .company-details {
    height: auto;
  }
}
@media (max-width: 991px) {
  .your-ads-area .company-details {
    height: auto;
    padding: 40px 30px;
  }
}
@media (max-width: 639px) {
  .your-ads-area .company-details {
    padding: 40px 20px;
    margin: 30px 0 0 0;
    height: auto;
  }
}
.your-ads-area .company-details h3 {
  text-align: left;
}
.your-ads-area .company-details ul li {
  list-style: none;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 15px;
  line-height: 35px;
  width: 100%;
}
.your-ads-area .company-details ul li a:last-child {
  text-align: left;
  position: relative;
  width: 44%;
  padding-left: 0px;
  word-break: break-all;
}
.your-ads-area .company-details ul li a:last-child span {
  position: absolute;
  left: -30px;
}
.your-ads-area .company-details .image_box {
  position: relative;
  width: 48%;
  margin: 0 0 30px 0;
}
.your-ads-area .company-details .image_box a {
  position: absolute;
  bottom: 0;
  right: 0px;
}
.your-ads-area .company-details .image_box a i {
  color: #e33240;
}
.your-ads-area .company-details .image_box .image_name {
  display: block;
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0 0;
  font-weight: 600;
}
.your-ads-area .company-details .your-ad-image h6 {
  margin: 15px 0 30px 0;
  font-weight: 600 !important;
}
@media (max-width: 639px) {
  .your-ads-area .company-details .your-ad-image h6 {
    font-size: 12px !important;
    line-height: 18px;
  }
}
.your-ads-area .company-details .your-ad-image img {
  width: 100%;
  border-radius: 8px;
}
.your-ads-area .company-details .your-ad-image.deFlt {
  margin-bottom: 50px;
}
.your-ads-area #def_upload_image .image_box {
  width: 50% !important;
}
.your-ads-area #def_upload_image .image_box .image_name {
  display: block;
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0 0;
  font-weight: 600;
}
@media (max-width: 639px) {
  .your-ads-area .dashboard-menu {
    margin: 0 0 30px 0;
  }
}
.your-ads-area .dashboard-menu .dashboard {
  background: #202945;
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.your-ads-area .dashboard-menu .dashboard__bar {
  display: block;
  background: #333333;
  position: fixed;
  width: 100%;
  height: 38.4px;
  z-index: 100;
  top: 0;
  left: 0;
}
.your-ads-area .dashboard-menu .dashboard__bar__item {
  overflow: hidden;
}
.your-ads-area .dashboard-menu .dashboard__bar__item:nth-child(1),
.your-ads-area .dashboard-menu .dashboard__bar__item:nth-child(2) {
  float: left;
}
.your-ads-area .dashboard-menu .dashboard__bar__item:nth-child(3) {
  float: right;
}
.your-ads-area .dashboard-menu .dashboard__bar__item--logo {
  display: block;
  padding: 10px;
  color: #FDFDFD;
}
.your-ads-area .dashboard-menu .dashboard__bar__item--btn {
  display: block;
  padding: 10px 20px;
  color: #FDFDFD;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.your-ads-area .dashboard-menu .dashboard__menu {
  display: block;
  width: 100%;
  overflow: hidden;
  list-style: none;
}
.your-ads-area .dashboard-menu .dashboard__menu__item {
  overflow: hidden;
  border-bottom: 1px solid #5d5d5d;
}
.your-ads-area .dashboard-menu .dashboard__menu__item--btn {
  display: block;
  padding: 15px 20px;
  color: #FDFDFD;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.your-ads-area .dashboard-menu .dashboard__bar__item--logo i {
  margin: 0 15px;
}
.your-ads-area .dashboard-menu .dashboard__menu__item--btn i,
.your-ads-area .dashboard-menu .dashboard__bar__item--btn i {
  margin-right: 10px;
}
.your-ads-area .dashboard-menu .right-arrow {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid #F9F4D5;
  border-bottom: 10px solid transparent;
  right: 0;
  bottom: 15px;
  z-index: 9;
  opacity: 0;
}
.your-ads-area .dashboard-menu .dashboard__submenu {
  background: #ededed;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.7s;
}
.your-ads-area .dashboard-menu .dashboard__submenu a {
  display: block;
  padding: 15px 20px;
  color: #333;
  font-size: 14px;
  position: relative;
  text-decoration: none;
}
.your-ads-area .dashboard-menu .dashboard__submenu a:hover {
  color: #e33240;
}
.your-ads-area .dashboard-menu .dashboard__menu__item:target .dashboard__submenu,
.your-ads-area .dashboard-menu .dashboard__bar__item:hover .dashboard__submenu {
  max-height: 15em;
}
.your-ads-area .dashboard-menu .dashboard__menu__item:target .right-arrow {
  opacity: 1;
}
.your-ads-area .dashboard-menu .dashboard__menu__item:target .dashboard__menu__item--btn {
  background: #e33240;
  color: #FDFDFD;
}
.your-ads-area .dashboard-menu .dashboard__menu__item:target .dashboard__submenu--btn:first-child {
  font-weight: bold;
}
.your-ads-area .dashboard-menu .dashboard__bar__item:target .dashboard__bar__item--btn {
  color: #FDFDFD;
}
.your-ads-area .dashboard-menu .dashboard__menu__item--btn:hover,
.your-ads-area .dashboard-menu .dashboard__bar__item--btn:hover,
.your-ads-area .dashboard-menu .dashboard__bar__item--logo:hover {
  background: #222222;
  color: #e33240;
}
.your-ads-area.sell-yr-machines .create-ads-box {
  background: #fff;
  padding: 40px 50px;
  border-radius: 8px;
  height: 620px;
  color: #020202;
}
@media (max-width: 1599px) {
  .your-ads-area.sell-yr-machines .create-ads-box {
    height: 620px;
    padding: 30px 25px;
  }
}
@media (max-width: 1199px) {
  .your-ads-area.sell-yr-machines .create-ads-box {
    height: auto;
    margin: 0 0 40px 0;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .your-ads-area.sell-yr-machines .create-ads-box {
    height: auto;
    padding: 40px 30px;
    margin: 0;
  }
}
@media (max-width: 639px) {
  .your-ads-area.sell-yr-machines .create-ads-box {
    padding: 40px 10px;
    height: auto;
    margin: 0;
  }
}
.your-ads-area.sell-yr-machines .create-ads-box h3 {
  margin: 0 0 20px 0;
}
.your-ads-area.sell-yr-machines .create-ads-box .create-ads-form .form-group .form-control {
  border-radius: 6px;
  height: 50px;
  font-size: 13px;
  color: #9f9fab;
}
.your-ads-area.sell-yr-machines .create-ads-box .create-ads-form .form-group .form-control::-moz-placeholder {
  color: #9f9f9f;
  font-size: 13px !important;
}
.your-ads-area.sell-yr-machines .create-ads-box .create-ads-form .form-group .form-control::placeholder {
  color: #9f9f9f;
  font-size: 13px !important;
}
.your-ads-area.sell-yr-machines .create-ads-box .create-ads-form .form-group textarea {
  height: auto !important;
}
.your-ads-area.sell-yr-machines .company-details {
  background: #fff;
  padding: 40px 50px;
  border-radius: 8px;
  height: 620px;
  color: #1e1d1d;
}
@media (max-width: 1599px) {
  .your-ads-area.sell-yr-machines .company-details {
    height: 620px;
    padding: 30px 25px;
  }
}
@media (max-width: 1199px) {
  .your-ads-area.sell-yr-machines .company-details {
    height: auto;
    margin: 40px 0 0px 0;
  }
}
@media (max-width: 991px) {
  .your-ads-area.sell-yr-machines .company-details {
    height: auto;
    padding: 40px 30px;
    margin: 40px 0 0px 0;
  }
}
@media (max-width: 639px) {
  .your-ads-area.sell-yr-machines .company-details {
    padding: 40px 20px;
    margin: 30px 0 0 0;
    height: auto;
  }
}
.your-ads-area.sell-yr-machines .company-details h3 {
  text-align: center;
}
.your-ads-area.sell-yr-machines .company-details ul li {
  list-style: none;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 15px;
  line-height: 35px;
  width: 100%;
}
.your-ads-area.sell-yr-machines .company-details ul li a:last-child {
  text-align: left;
  position: relative;
  width: 44%;
  padding-left: 0px;
  word-break: break-all;
}
.your-ads-area.sell-yr-machines .company-details ul li a:last-child span {
  position: absolute;
  left: -30px;
}
.your-ads-area.sell-yr-machines .back-to-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.your-ads-area .machine-spec {
  margin: 50px 0 0 0;
  background: #fff;
  padding: 20px 10px;
  border-radius: 8px;
  box-shadow: 3px 5px 10px 0px #ccc;
}
.your-ads-area .machine-spec .machine-spec-first {
  padding: 0 40px;
}
@media (max-width: 1599px) {
  .your-ads-area .machine-spec .machine-spec-first {
    padding: 0 20px;
  }
}
@media (max-width: 639px) {
  .your-ads-area .machine-spec .machine-spec-first {
    padding: 0 10px;
  }
}
.your-ads-area .machine-spec .machine-spec-first table thead {
  background: #ccc;
  border-radius: 12px !important;
  border-collapse: unset !important;
  border: none !important;
}
.your-ads-area .machine-spec table tr td a {
  color: red;
}
.your-ads-area .machine-spec .up-tech-catalog {
  width: 50%;
}
.your-ads-area .upload-tech {
  padding: 0 40px;
}
@media (max-width: 1599px) {
  .your-ads-area .upload-tech {
    padding: 0 20px;
  }
}
@media (max-width: 639px) {
  .your-ads-area .upload-tech {
    padding: 0 10px;
  }
}
.your-ads-area .upload-tech .techCatalogue {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: flex-start;
  gap: 15px;
}
.your-ads-area .upload-tech .techCatalogue .techCatalogue-frame {
  width: 30%;
  margin: 0 0 10px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .your-ads-area .upload-tech .techCatalogue .techCatalogue-frame {
    width: 32%;
  }
}
@media (max-width: 991px) {
  .your-ads-area .upload-tech .techCatalogue .techCatalogue-frame {
    width: 46%;
  }
}
@media (max-width: 639px) {
  .your-ads-area .upload-tech .techCatalogue .techCatalogue-frame {
    width: 46%;
  }
}
.your-ads-area .upload-tech .techCatalogue .techCatalogue-frame iframe {
  width: 100%;
}
.your-ads-area .upload-tech .techCatalogue a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 5px;
}
.your-ads-area .upload-tech .techCatalogue a span i {
  font-size: 20px;
  background: #e33240;
  width: 80px;
  height: 60px;
  display: flex;
  justify-content: end;
  align-items: flex-end;
  color: #fff !important;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  padding: 0 10px 10px 0px;
  position: absolute;
  right: 0px;
  top: 94px;
}
.your-ads-area .upload-tech .techCatalogue a span i:hover {
  background: #e33240;
}
.your-ads-area .upload-tech .techCatalogue a h5 {
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 18px;
}
.your-ads-area .upload-tech .techCatalogue a h5:hover {
  color: rgba(255, 255, 255, 0.774);
}
.your-ads-area .back-to {
  background: #202945;
  border: 1px solid #202945;
}
.your-ads-area .back-to:hover {
  color: #fff;
  background: #202945;
}
.your-ads-area .alert-warning {
  color: #dc3545;
  background-color: #fff3cd;
  border-color: #ffeeba;
  margin: 10px 0 0 0;
}

.upload-image .preview_image p {
  text-align: center;
}
.upload-image .preview_image .image_box {
  position: relative;
}
.upload-image .preview_image .image_box a {
  position: absolute;
  bottom: 0;
  right: 0px;
  background: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px 0 0 0;
}
.upload-image .preview_image .image_box a i {
  color: #e33240;
}
.upload-image #images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.upload-image .image_box {
  width: 25%;
}
.upload-image img {
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.upload-image .image_name {
  display: block;
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0 0;
  font-weight: 600;
}

.preview_image #images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
}

.hero-button.c-reate .btn:hover {
  color: #333 !important;
  border: 2px solid #333 !important;
}

.caledar-area {
  background: #fff;
  padding: 50px;
  border-radius: 12px;
}
.caledar-area #calendar {
  width: 100%;
  text-align: center;
}
.caledar-area #header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.caledar-area table {
  width: 100%;
  border-collapse: collapse;
}
.caledar-area th,
.caledar-area td {
  width: 14.28%;
  padding: 13px 0px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  font-weight: 500;
}
.caledar-area td.selected {
  background-color: #e33240;
  color: #fff;
}
.caledar-area td.disabled {
  color: #ccc;
  pointer-events: none;
}
.caledar-area button {
  cursor: pointer;
  padding: 4px 9px;
  color: #232222;
  background: none;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.caledar-area #prevMonth {
  padding: 0 10px !important;
}
.caledar-area #nextMonth {
  padding: 0 10px !important;
}
.caledar-area #monthYear {
  font-weight: 600;
  font-size: 18px;
  color: #e33240;
}
.caledar-area #selectedDates {
  margin-top: 20px;
}
.caledar-area ul {
  list-style-type: none;
  padding: 0;
}/*# sourceMappingURL=main.css.map */