* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 300;
  src: url(../font/gilroy/Gilroy-Light.ttf);
}
@font-face {
  font-family: Gilroy-Regular;
  font-style: normal;
  font-weight: 400;
  src: url(../font/gilroy/Gilroy-Regular.ttf);
}
@font-face {
  font-family: Gilroy-Medium;
  font-style: medium;
  font-weight: 500;
  src: url(../font/gilroy/Gilroy-Medium.ttf);
}
@font-face {
  font-family: Gilroy-SemiBold;
  font-style: bold;
  font-weight: 600;
  src: url(../font/gilroy/Gilroy-SemiBold.ttf);
}
@font-face {
  font-family: Gilroy-Bold;
  font-style: bold;
  font-weight: 700;
  src: url(../font/gilroy/Gilroy-Bold.ttf);
}
@font-face {
  font-family: heading-pro;
  font-style: bold;
  font-weight: 700;
  src: url(../font/heading-pro/Heading-Bold.ttf);
}
@font-face {
  font-family: heading-pro;
  font-style: normal;
  font-weight: 300;
  src: url(../font/heading-pro/Heading-Light.ttf);
}
@font-face {
  font-family: Fontspring;
  font-style: normal;
  font-weight: 400;
  src: url(../font/Fontspring/Fontspring-DEMO-VeneerTwo.otf);
}
body {
  font: normal normal normal 14px/26px Gilroy-Medium;
  letter-spacing: 0.18px;
  color: #676767;
}
span.product-count {
    position: absolute;
    top: -8px;
    right: -15px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 100%;
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-family: Gilroy-Medium;
}

.btn {
  font: normal normal normal 16px/30px Gilroy-Medium;
  color: #000000;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: 0.4s;
}

.btn-primary {
  background: #ffffff 0% 0% no-repeat padding-box;
  width: 180px;
  border: 1px solid #14285e;
}
.btn-primary:hover {
  background: #c4252b 0% 0% no-repeat padding-box;
  color: #fff;
  border: 1px solid #c4252b;
  transition: 0.4s;
}
.btn-primary:focus {
  background: #c4252b 0% 0% no-repeat padding-box !important;
  color: #fff;
  border: 1px solid #c4252b !important;
}
.btn-primary:active {
  background: #c4252b 0% 0% no-repeat padding-box !important;
  color: #fff;
  border: 1px solid #c4252b !important;
}

.btn-secondary {
  font: normal normal normal 14px/30px Gilroy-Medium !important;
  color: #fff !important;
  background: #14285e 0% 0% no-repeat padding-box;
  border: 1px solid #14285e;
  width: 150px;
}
.btn-secondary:hover {
  background: #14285e 0% 0% no-repeat padding-box;
  border: 1px solid #14285e;
}
.btn-secondary:focus {
  background: #14285e 0% 0% no-repeat padding-box !important;
  border: 1px solid #14285e !important;
}
.btn-secondary:active {
  background: #14285e 0% 0% no-repeat padding-box !important;
  border: 1px solid #14285e !important;
}

a {
  text-decoration: none !important;
}

.whatsapp-img {
  position: fixed;
  right: -6px;
  bottom: 30px;
  z-index: 999;
  background: #398d46 0% 0% no-repeat padding-box;
  border: 2px solid #ffffff;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp-img a img {
  width: 40px;
}

.main-title {
  font: normal normal 300 48px/54px heading-pro;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.sub-title {
  font: normal normal 500 12px/22px Inter;
  letter-spacing: 2.8px;
  color: #ffffff;
  text-transform: uppercase;
}

.headingh1 {
  font: normal normal bold 20px/34px heading-Pro !important;
  letter-spacing: 0px;
  color: #ffffff !important;
  text-transform: uppercase;
  opacity: 1 !important;
}

.headingh2 {
  font: normal normal normal 16px/28px Gilroy-SemiBold;
  letter-spacing: 0.4px;
  color: #3b3b3b;
  text-transform: capitalize;
  margin-bottom: 0;
}

form .form-group {
  position: relative;
}
form .form-group label {
  font: normal normal normal 16px/23px Gilroy-Medium;
  letter-spacing: 0.64px;
  color: #1e295c;
}
form .form-group .form-control {
  background: #eeeeee 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 10px;
  border: none;
}
form .form-group .form-control:focus {
  
}
form .form-group .btn-primary {
  color: #1e295c;
}
form .form-group .btn-primary:hover {
  color: #fff;
}
form .form-group .form-check-input {
  background-color: #161718;
  border-color: #161718;
  width: 16px;
  height: 16px;
}
form .form-group .form-check-input:focus {
  box-shadow: none;
}

.fixed {
  background-color: #fff;
  position: fixed !important;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999999999999;
  box-shadow: 0px 1px 8px rgba(153, 153, 153, 0.6196078431);
  padding: 6px 0px !important;
}

header .navbar {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  padding: 6px 0px !important;
}
header .navbar .navbar-toggler .fa-bars {
  color: #161718;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .navbar-nav {
  padding-right: 30px;
}
header .navbar .navbar-nav .nav-item {
  margin: 0px 8px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font: normal normal 500 15px/18px Gilroy-Medium;
  letter-spacing: 0.36px;
  color: #0f0f0f;
  text-transform: uppercase;
  transition: 0.3s;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #585858;
  transition: 0.3s;
  opacity: 0.8;
}
header .navbar .right-nav li {
  margin: 0px 10px;
}
header .navbar .right-nav li a img {
  width: 18px;
}

footer {
  background: #161718 0% 0% no-repeat padding-box;
}
footer .footer-top {
  padding: 30px 0px;
}
footer .footer-top .footer-content p {
  font: normal normal normal 14px/28px Gilroy-Regular;
  letter-spacing: 0px;
  color: #ededed;
  opacity: 0.82;
}
footer .footer-top .footer-content ul li {
  margin: 5px 0px;
}
footer .footer-top .footer-content ul li a {
  font: normal normal normal 15px/28px Gilroy-Regular;
  letter-spacing: 0px;
  color: #ededed;
  opacity: 0.82;
}
footer .footer-bottom {
  padding: 15px 0px;
}
footer .footer-bottom p {
  margin: 0;
  font: normal normal normal 15px/28px Gilroy-Regular;
  letter-spacing: 0px;
  color: #ededed;
  opacity: 0.7;
}

.banner {
  background-image: url(../img/home/banner-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 75vh;
  display: flex;
  align-items: center;
  padding-top: 20px;
  position: relative;
  z-index: 0;
}
.banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(212deg, #2c2e5d, #11123b);
  opacity: 0.88;
  z-index: -1;
}
.banner .banner-inner .banner-title {
  font: normal normal normal 54px/72px Fontspring;
  letter-spacing: 0px;
  color: #ffffff;
}
.banner .banner-inner .banner-sub-title {
  font: normal normal normal 18px/22px Gilroy-Regular;
  letter-spacing: 0.8px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.home1 {
  padding: 50px 0px;
}
.home1 .section-title {
  position: relative;
}
.home1 .section-title::before {
  content: "";
  position: absolute;
  border-top: 1px solid rgba(78, 93, 133, 0.3803921569);
  width: 52%;
  right: 0;
  left: 18%;
  margin: auto;
  top: 54%;
}
.home1 .owl-theme .owl-nav {
  display: flex;
  position: absolute;
  top: -75px;
  right: -8px;
}
.home1 .owl-theme .owl-nav button {
  border-radius: 50%;
  background-color: #c4252b !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.home1 .owl-theme .owl-nav button:hover {
  color: inherit;
  background-color: transparent;
}
.home1 .owl-carousel .item .item1 {
  margin-bottom: 8px;
}
.home1 .owl-carousel .item .item3 {
  grid-column: 2;
  grid-row: 1/span 2;
}
.home1 .owl-carousel .item .item-box {
  padding: 3px;
  height: 100%;
}
.home1 .owl-carousel .item .item-box .item-box-inner {
  transition: 0.5s;
  border-radius: 10px;
  overflow: hidden;
  position: relative; 
  height: 100%;   
}
.home1 .owl-carousel .item .item-box .item-box-inner:after
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 3px solid #14204f;
  opacity: 0;
  transition: 0.5s;
}
.home1 .owl-carousel .item .item-box .item-box-inner img {
  transition: 0.5s;
  border-radius: 10px;
  height: 100%;
}
.home1 .owl-carousel .item .item-box .item-box-inner:hover img {
  transform: scale(1.04);
  transition: 0.5s;  
}
.home1 .owl-carousel .item .item-box .item-box-inner:hover:after {
/*  box-shadow: inset 0px 0px 4px 5px #14204f;  */
  opacity: 1;
  transition: 0.5s;
  padding: 4px;
}
.home1 .owl-carousel .item .item-box .item-box-inner .item-text {
  position: absolute;
}
.home1 .owl-carousel .item .item-box .item-box-inner .item-text p {
  font: normal normal normal 18px/24px Gilroy-Regular;
  letter-spacing: 1.2px;
  color: #ffffff;
  text-transform: capitalize;
  margin: 0;
}
.home1 .owl-carousel .item .item-box .item-box-inner .text1 {
  top: 49%;
  right: 13%;
}
.home1 .owl-carousel .item .item-box .item-box-inner .text2 {
  bottom: 18px;
  left: 20px;
}
.home1 .owl-carousel .item .item-box .item-box-inner .text3 {
  top: 44%;
  left: 32px;
}

.home2 {
  padding: 40px 0px;
}
.home2 .col-lg-2 {
  width: 20%;
}
.home2 .product-item .product-box-content {
  min-height: 40px;
}
.home2 .product-item .product-box-content .headingh2 {
  transition: 0.5s;
  line-height: 22px;
  position: relative;
  top: 0;
}
.home2 .product-item:hover .product-box-content .headingh2 {
  top: 8px;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .home2 .col-lg-2 {
    width: 33.33333333%;
  }
}
@media (max-width: 768px) {
  .home2 .col-lg-2 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .home2 .col-lg-2 {
    width: 100%;
  }
}
.product-item {
  margin-bottom: 15px;
}
.product-item .product-img {
/*  background: #f2f2f2 0% 0% no-repeat padding-box;*/
  margin-bottom: 12px;
  text-align: center;
  position: relative;
  z-index: 0;
  transition: 0.5s;
  overflow: hidden;
}
.product-item .product-img img {
  height: 100%;
  width: 100%;
  margin: auto;
}
.product-item .product-img .product-overlay {
  position: absolute;
/*  background: rgba(242, 242, 242, 0.4431372549) 0% 0% no-repeat padding-box;*/
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*width: 100%;
  height: 100%;*/
  display: grid;
  place-items: center;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.product-item:hover .product-overlay {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.product-item:hover .product-img img 
{
  transition: 0.5s;
  transform: scale(1.1);
  opacity: 0.5;
}

.home3 {
  background-image: url(../img/home/home3-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
}
.home3 .home3-content {
  max-width: 56%;
  margin: auto;
  background: #0e132b 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 0.93;
  padding: 40px 30px;
}
.home3 .home3-content .section-title .main-title {
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
}
.home3 .home3-content p {
  font: normal normal 400 16px/24px Gilroy-Regular;
  letter-spacing: 0.64px;
  color: #ffffff;
  opacity: 0.8;
}

.page-title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 50px 0px;
}
.page-title .page-title-content ul li {
  font: normal normal normal 14px/24px Gilroy-Medium;
  letter-spacing: 0.38px;
  color: #ffffff;
  opacity: 0.8;
  margin: 0px 5px;
}
.page-title .page-title-content ul li a {
  color: #ffffff;
}
.page-title .page-title-content .page-heading {
  font: normal normal 300 48px/65px heading-Pro;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}

.page-title1 {
  padding: 30px 0px;
  background: #0e132b 0% 0% no-repeat padding-box;
  opacity: 0.9;
}
.page-title1 .page-title1-content .arrow-icon {
  margin: 0px 50px;
}
.page-title1 .page-title1-content .arrow-icon img {
  width: 20px;
}
.page-title1 .page-title1-content ul li {
  font: normal normal normal 16px/24px Gilroy-Medium;
  letter-spacing: 0.38px;
  color: #dedede;
  margin: 0px 6px;
}
.page-title1 .page-title1-content ul li a {
  font: normal normal normal 16px/24px Gilroy-Medium;
  letter-spacing: 0.38px;
  color: #dedede;
}
.page-title1 .page-title1-content p {
  font: normal normal normal 16px/24px Gilroy-Medium;
  letter-spacing: 0.38px;
  color: #dedede;
  margin: 0;
}

.about1 {
  padding: 50px 0px;
}
.about1 .about1-content .main-title {
  font: normal normal 300 35px/40px heading-Pro;
  margin-bottom: 20px;
}
.about1 .about1-content p {
  font: normal normal normal 14px/23px Gilroy-Regular;
  letter-spacing: 0.64px;
  color: #3b3b3b;
  margin-bottom: 15px;
}
.about1 .about1-content ul {
  margin: 0;
}
.about1 .about1-content ul li {
  text-align: center;
}
.about1 .about1-content ul li img {
  width: 100px;
  margin-bottom: 8px;
}
.about1 .about1-content ul li p {
  margin: 0;
}

.product1 {
  padding: 50px 0px;
}
.product1 .sidebox {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  padding: 35px 25px;
}
.product1 .sidebox .side-title {
  font: normal normal bold 36px/44px heading-Pro;
  letter-spacing: 0px;
  color: #1e295c;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.product1 .sidebox ul li a {
  font: normal normal normal 16px/30px Gilroy-Regular;
  letter-spacing: 0.8px;
  color: #393939;
}
.product1 .sidebox form .form-group label {
  padding: 5px 0px 5px 8px;
}
.product1 .product-item {
  margin-bottom: 40px;
  display: block;
}
.product1 .product-item .product-box-content {
  min-height: inherit;
  transition: 0.5s;
}
.product1 .product-item:hover .product-box-content .headingh2 {
  padding-top: 0px;
  color: #3f5adb;
  transition: 0.5s;
}
.product1 .pagination .page-item .page-link {
  font: normal normal normal 16px/24px Gilroy-Medium;
  letter-spacing: 0px;
  color: #707070;
  padding: 0px 10px;
  border: none;
  background-color: transparent;
}
.product1 .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.product1 .pagination .page-item .page-link .fa:hover {
  color: #c4252b;
}
.product1 .pagination .page-item .page-link .fa:active {
  color: #c4252b;
}
.product1 .pagination .page-item .active {
  color: #c4252b;
}

.product-detail {
  padding: 60px 0px;
}
.product-detail .product-detail-image img {
  background: #f2f2f2 0% 0% no-repeat padding-box;
}
.product-detail .product-detail-content .main-title {
  font: normal normal bold 40px/48px Gilroy-Medium;
  letter-spacing: 0px;
  color: #354bb4;
  margin-bottom: 5px;
}
.product-detail .product-detail-content .serial-no {
  font: normal normal normal 16px/35px Gilroy-Medium;
  letter-spacing: 0px;
  color: #1e295c;
}
.product-detail .product-detail-content .price {
  font: normal normal normal 35px/50px Gilroy-Medium;
  letter-spacing: 0px;
  color: #c4252b;
}
.product-detail .product-detail-content .description {
  font: normal normal normal 17px/24px Gilroy-Medium;
  letter-spacing: 0px;
  color: #1e295c;
  margin-bottom: 60px;
}
.product-detail .product-detail-content .btn-cart .btn-primary {
  width: 250px;
  line-height: 30px;
}
.product-detail .product-detail-content .btn-cart .btn-primary:hover {
  background: #2f4195 0% 0% no-repeat padding-box;
  border: 1px solid #2f4195 !important;
}
.product-detail .product-detail-content .btn-cart .btn-primary:focus {
  background: #2f4195 0% 0% no-repeat padding-box !important;
  border: 1px solid #2f4195 !important;
}
.product-detail .product-detail-content .btn-cart .btn-primary:active {
  background: #2f4195 0% 0% no-repeat padding-box !important;
  border: 1px solid #2f4195 !important;
}

.product-detail1 .owl-carousel .item .product-item:hover .product-box-content .headingh2 {
  color: #3f5adb;
  transition: 0.5s;
}
.product-detail1 .owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 35%;
}
.product-detail1 .owl-theme .owl-nav button {
  position: absolute;
}
.product-detail1 .owl-theme .owl-nav button:hover {
  background-color: transparent;
}
.product-detail1 .owl-theme .owl-nav button .fa {
  color: #161718;
  font-size: 25px;
}
.product-detail1 .owl-theme .owl-nav .owl-prev {
  left: -4%;
}
.product-detail1 .owl-theme .owl-nav .owl-next {
  right: -4%;
}
.login-form
{
  box-shadow: 0px 2px 8px #bfbfbf;
  border: 0 !important;
}
.contact {
  background: #f4f4f7 0% 0% no-repeat padding-box;
  padding: 50px 0px;
}
.contact .contact-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.1019607843);
  padding: 50px 30px;
}
.contact .contact-content .section-title .main-title {
  font: normal normal bold 48px/44px heading-Pro;
}
.contact .contact-content ul li {
  display: flex;
  align-items: start;
}
.contact .contact-content ul li p,
.contact .contact-content ul li a {
  font: normal normal normal 16px/24px Gilroy-Regular;
  letter-spacing: 0.8px;
  color: #393939;
}
.contact .contact-content ul li img {
  width: 20px;
  margin-right: 8px;
  padding-top: 3px;
}
.contact .contact-form {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.1019607843);
  padding: 50px 30px;
}

@media (max-width: 1199px) {
  .main-title {
    font: normal normal 300 45px/46px heading-pro;
    margin-bottom: 15px;
  }
  .banner .banner-inner .banner-title {
    font: normal normal normal 44px/58px Fontspring;
  }
  .banner .banner-inner .banner-sub-title {
    font: normal normal normal 16px/18px Gilroy-Regular;
  }
  .home1 .section-title::before {
    width: 35%;
    left: 22%;
  }
  .home1 .owl-theme .owl-nav {
    top: -60px;
  }
  .home1 .owl-theme .owl-nav button {
    width: 35px;
    height: 35px;
  }
  .home1 .owl-theme .owl-nav button img {
    width: 20px;
  }
  .home2 .product-item .product-box-content {
    min-height: 65px;
  }
  .home3 .home3-content {
    max-width: 65%;
  }
  .contact .contact-content .section-title .main-title {
    font: normal normal bold 38px/44px heading-Pro;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 93%;
    width: 100%;
  }
  .main-title {
    font: normal normal 300 42px/46px heading-pro;
  }
  .navbar-brand img {
    width: 220px;
  }
  .navbar-toggler {
    padding: 0;
    border: 0;
    font-size: 20px;
  }
  .home1 {
    padding: 40px 0px;
  }
  .home2 {
    padding: 30px 0px;
  }
  .home2 .product-item .product-box-content {
    min-height: 40px;
  }
  .home3 .home3-content {
    max-width: 85%;
  }
  .home3 .home3-content .section-title .main-title {
    font-size: 28px;
    line-height: 35px;
  }
  .product1 .sidebox .side-title {
    font: normal normal bold 32px/44px heading-Pro;
  }
  .contact .contact-content .section-title .main-title {
    font: normal normal bold 35px/44px heading-Pro;
  }
}
@media (max-width: 767px) {
  .main-title {
    font: normal normal 300 38px/46px heading-pro;
  }
  .home1 .section-title::before {
    width: 25%;
    left: 27%;
  }
  .home1 .owl-carousel .item .grid-container .item3 {
    padding-left: 15px;
  }
  .home1 .owl-theme .owl-nav button {
    width: 30px;
    height: 30px;
  }
  .home1 .owl-theme .owl-nav button img {
    width: 18px;
  }
  .product-item .product-img img {
    height: 250px;
    width: auto;
  }
  .page-title {
    padding: 35px 0px;
  }
  .page-title .page-title-content .page-heading {
    font: normal normal 300 42px/65px heading-Pro;
  }
  .product-detail1 .owl-theme .owl-nav {
    position: inherit;
  }
  .product-detail1 .owl-theme .owl-nav button {
    position: inherit;
  }
  .product-detail .product-detail-content .main-title {
    font: normal normal bold 38px/46px Gilroy-Medium;
  }
  .product-detail .product-detail-content .price {
    font: normal normal normal 30px/35px Gilroy-Medium;
  }
  .page-title1 .page-title1-content .arrow-icon {
    margin: 0px 25px;
  }
  footer .footer-bottom p {
    font: normal normal normal 14px/18px Archivo;
  }
}
@media (max-width: 575px) {
  .btn {
    width: 160px;
    font: normal normal normal 15px/28px Gilroy-Medium;
  }
  .banner {
    height: 65vh;
    padding-top: 0;
  }
  .banner .banner-inner .banner-title {
    font: normal normal normal 38px/52px Fontspring;
  }
  .main-title {
    font: normal normal 300 32px/46px heading-pro;
  }
  .home1 {
    padding: 30px 0px;
  }
  .home1 .section-title::before {
    display: none;
  }
  .home3 {
    padding: 50px 0px;
  }
  .home3 .home3-content {
    max-width: 100%;
  }
  .page-title1 .page-title1-content ul .title-product {
    display: none;
  }
  .about1 {
    padding: 40px 0px;
  }
  .about1 .about1-content ul li {
    margin-bottom: 25px;
  }
  .contact {
    padding: 40px 0px;
  }
  .product-detail {
    padding: 40px 0px;
  }
  .product-detail .product-detail-content .main-title {
    font: normal normal bold 32px/46px Gilroy-Medium;
  }
  .product-detail .product-detail-content .price {
    font: normal normal normal 26px/35px Gilroy-Medium;
  }
  .product-detail .product-detail-content .description {
    font: normal normal normal 16px/24px Gilroy-Medium;
    margin-bottom: 40px;
  }
  footer .footer-top {
    padding: 20px 0px;
  }
}
@media (max-width: 425px) {
  .banner .banner-inner .banner-title {
    font: normal normal normal 35px/52px Fontspring;
  }
  .home3 .home3-content {
    padding: 30px 20px;
  }
  .contact .contact-content {
    padding: 40px 15px;
  }
  .contact .contact-content .section-title .main-title {
    font: normal normal bold 32px/44px heading-Pro;
  }
  .contact .contact-content ul li p,
  .contact .contact-content ul li a {
    font: normal normal normal 15px/24px Gilroy-Regular;
  }
  .contact .contact-form {
    padding: 40px 20px;
  }
  .product-detail .product-detail-image img {
    width: 100%;
  }
  .product1 .sidebox {
    padding: 25px;
  }
}
@media (max-width: 360px) {
  .banner .banner-inner .banner-title {
    font: normal normal normal 30px/45px Fontspring;
  }
  .card-address .card-header p,
  .card-address .card-header a {
    font-size: 10px !important;
  }
}
.help-block {
    display: inline-block;
    font-size: 13px;
    background: #ff7171;
    color: white;
    padding: 2px 10px;
    margin-top: 8px;
    position: relative;
    border-radius: 3px;
}
.help-block:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #ff7171;
}

.sign-up 
{
  min-height: 100vh;
  background-image: url(../img/home/user-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.btn-primary:focus, .btn-primary:active 
{
  background: #000 !important;
}
/*# sourceMappingURL=style.css.map */