body {
  font-size: 16px;
  line-height: 1.8;
  color: #1f1d1e;
  font-weight:400;
  letter-spacing:0.5px;
  font-family: 'Montserrat', sans-serif;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #1f1d1e;
  font-weight: 600;
  line-height: 1.3;
}

p {
    font-family: "Roboto", sans-serif;
    color: #1d1b1c;
    font-weight: 400;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-94 {
  padding-top: 94px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-40 {
  padding-top: 40px;
}

.ml-50 {
  margin-left: 50px;
}

/*.mb-50 {*/
/*  margin-bottom: 50px;*/
/*}*/

.mb-30 {
  margin-bottom: 30px;
}

.ml-20 {
  margin-left: 20px;
}

.color-white {
  color: #fff;
}

.box-shadow {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.border-radius {
  border-radius: 50px !important;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-top {
  border-radius: 15px 15px 0 0;
}

.border-bottom {
  border-bottom: 1px solid rgba(224, 220, 220, 0.4) !important;
}

/*================================
Default Btn Style 
===================================*/
.default-btn1 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #ab0806;
  padding: 14px 30px 10px 30px;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.default-btn1::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: #64acff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.default-btn1:hover::before {
  height: 100%;
  border-radius: 5px;
}

.default-btn1:hover {
  color: #fff;
}

.default-btn2 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  background-color: #64acff;
  padding: 14px 40px 10px 40px;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.default-btn2::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ab0806;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.default-btn2:hover::before {
  height: 100%;
  border-radius: 5px;
}

.default-btn2:hover {
  color: #fff;
}

.default-btn3 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #ab0806;
  padding: 12px 30px 7px 30px;
  font-weight: 500;
  border-radius: 50px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.default-btn3:hover {
  background-color: #64acff;
  color: #fff;
}

.default-btn4 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #64acff;
  padding: 12px 30px 7px 30px;
  font-weight: 500;
  border-radius: 50px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.default-btn4:hover {
  background-color: #ab0806;
  color: #fff;
}

/*================================
Default Btn Style End
===================================*/
/*================================
Section Title Style 
===================================*/
.section-title span {
  font-size: 17px;
  color: #ab0806;
  font-weight: 600;
  line-height: 0;
}

.section-title h2 {
  font-size: 35px;
  margin-top: 2px;
}

.section-title p {
    /*max-width: 785px;*/
    margin: auto;
    padding: 30px;
    /*border: 2px solid #000;*/
    /*width: 65%;*/
    /*margin-top: -75px;*/
    }
    p.ctn-section {
     border: 2px solid #000; 
     width: 50%;
     margin-top: -75px;
     font-size:18px;
    }
    

#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 99;
}

.top-btn {
  background-color: #373e58;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  transition: .9s;
  -webkit-transition: .9s;
}

.top-btn:hover {
  background: #ab0806;
  color: #fff;
  -webkit-animation: none;
          animation: none;
}

.top-btn i {
  -webkit-animation: movebounce 3s linear infinite;
          animation: movebounce 3s linear infinite;
}
.top-header {
    padding: 5px 0;
    background-color: transparent;
    /* border-bottom: 1px solid #e1e1e1; */
    padding-bottom: 0;
}
.main-nav:before {
    background: #013783;
    position: absolute;
    content: '';
    height: 45px;
    top: 0;
    width: 100%;
    top: 18px;
}

.top-header .header-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-header .header-left ul li {
  display: inline-block;
  font-size: 14px;
  color: #373737;
  margin-right: 40px;
  position: relative;
}

.top-header .header-left ul li::before {
    position: absolute;
    content: '';
    width: 1px;
    background: #ab0001;
    height: 46%;
    left: -23px;
    top: 5px;
}

.top-header .header-left ul li:first-child::before {
  display: none;
}

.top-header .header-left ul li i {
  font-size: 16px;
  margin-right: 5px;
}

.top-header .header-left ul li a {
  color: #373737;
}

.top-header .header-left ul li a:hover {
  color: #ab0806;
}

.top-header .social-icon {
  float: right;
}

.top-header .social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-header .social-icon ul li {
  display: inline-block;
  margin-left: 16px;
}

.top-header .social-icon ul li a {
  color: #373737;
  font-weight: 500;
}

.top-header .social-icon ul li a.active, .top-header .social-icon ul li a:hover {
  color: #ab0806;
}

.navbar-light {
    padding-left: 0;
    padding-right: 0;
    padding: 0;
}
.navbar-light .navbar-brand img {
    float: left;
    width: 275px;
    position: relative;
    top: -1px;
}
.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin: auto;
  z-index: 999;
  background-color: #fff;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100% !important;
}

.sticky-nav .nav-top {
  width: 100%;
  border-radius: 0;
}

.sticky-nav .main-nav {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* Main nav */
.main-nav {
    position: relative;
    background: transparent;
    top: 0;
    left: 0;
    padding: 0px 0;
    width: 100%;
    z-index: 999;
    height: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a, .main-nav nav .navbar-nav .nav-item .active {
  color: #ab0806;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
}
.main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 0px 0;
}
.main-nav nav .navbar-nav .nav-item a i {
  font-size: 10px;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a :focus {
  color: #ab0806;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #ab0806 !important;
}

.main-nav nav .navbar-nav .nav-item a.active i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main-nav nav .navbar-nav .nav-item a:hover i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.main-nav nav .navbar-nav .nav-item a .active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border: none;
  border-radius: 0;
  background-color: #fff !important;
  padding: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px dotted rgba(148, 46, 89, 0.4);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #373737;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 400;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ab0806;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #ab0806;
  letter-spacing: 0.5px;
}

/* Mobile Nav */
.mobile-nav .mean-container .mean-nav ul li a .active {
  color: #ab0806;
}

.mean-container a.meanmenu-reveal {
  color: #373e58;
}

.mean-container a.meanmenu-reveal span {
  background-color: #373e58;
}

/* Other Side */
.other-side .search-area {
  float: left;
  position: relative;
  top: 0;
  margin-right: 10px;
}

.other-side .search-area .search-item {
  display: inline-block;
  position: relative;
  color: #fff;
  cursor: pointer;
  top: 9px;
}

.other-side .search-area .search-item i {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  position: relative;
  top: -2px;
  color: #fff;
  font-weight: 600;
}


.nav-top {
  position: fixed;
  width: 1220px;
  margin: 0 auto 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.nav-top .navbar-light .navbar-brand img {
  float: left;
  margin-left: 0 !important;
}


.banner-area {
    margin-top:-50px;
    position: relative;
    /* height: 750px; */
    background-color: #fff;
    overflow: hidden;
    height: 100vh;
    /*padding-top: 121px;*/
    background-image: url(https://cdn11.bigcommerce.com/s-jmnscf6j6i/images/stencil/original/image-manager/ww.png);
    /* background-position: center center; */
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s; z-index:9;
}

.banner-content {
    padding-top: 0;
    max-width: 560px;
    margin-left: auto;
    position: relative;
    top: -100px;
}

.banner-content h1 {
    font-size: 52px;
    color: #1f1d1e;
    max-width: 520px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}

.banner-content p {
    margin-top: 0;
    max-width: 540px; font-weight: 500;
}
.banner-content .banner-btn {
  margin-top: 25px;
  margin-bottom: 10px;
}

.banner-content .banner-btn .banner-btn1 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #ab0806;
  padding: 11px 30px 9px 30px;
  font-weight: 500;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}

.banner-content .banner-btn .banner-btn1:hover {
  color: #fff;
  background-color: #64acff;
}

.banner-content .banner-btn .banner-btn2 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    background-color: #a90000;
    padding: 8px 40px 8px 40px;
    font-weight: 500;
    border-radius: 50px;
}

.banner-content .banner-btn .banner-btn2:hover {
  color: #fff;
  background-color: #000;
}

.banner-img {
  text-align: right;
  margin-top: 0px;
  position:relative;
}
.banner-img:before {
    position: absolute;
    content: '';
    background: url(https://cdn11.bigcommerce.com/s-jmnscf6j6i/images/stencil/original/image-manager/bg1.jpg);
    background-size: cover;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    
}
.banner-img img {
 
  height: calc(100% - 100px);
}
div#header {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
}

.testimonial-area {
  z-index: 1;
  position: relative;
  background-color: #F7F9FF;
  z-index:9; 
  padding-top:130px;
}

.testimonial-area .owl-theme .owl-nav {
    z-index: 999;
    position: absolute;
    bottom: 20px;
    margin-top: 0;
    left: 50%;
    /* margin: 10px; */
    margin-top: 15px;
}

.testimonial-area .owl-theme .owl-nav .owl-prev {
  position: absolute;
  font-size: 40px;
  background-color: transparent;
  color: #000;
  left: -65px;
}

.testimonial-area .owl-theme .owl-nav .owl-prev:hover {
  color: #ab0806;
}

.testimonial-area .owl-theme .owl-nav .owl-next {
  position: absolute;
  background-color: transparent;
  font-size: 40px;
  color: #000;
}

.testimonial-area .owl-theme .owl-nav .owl-next:hover {
  color: #ab0806;
}

.testimonial-img {
  position: relative;
  margin-bottom: 30px;
}

.testimonial-img img {
  max-width: 520px;
  margin-left: 150px;
}

.testimonial-img .shape-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 50px;
  z-index: -1;
}

.testimonial-img .shape-img img {
  width: 280px;
}

.testimonial-item {
  text-align: center;
  margin-top: 15px;
}

.testimonial-item p {

  font-size: 18px;
  margin-bottom: 35px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-item h3 {
    font-size: 20px;
    line-height: 0.3;
    color: #a00;
}

.inner-banner {
  position: relative;
}

.inner-banner .inner-title {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.inner-banner .inner-title h3 {
  font-size: 45px;
  color: #ab0806;
}

.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner-banner .inner-title ul li {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin-right: 15px;
}

.inner-banner .inner-title ul li:last-child {
  margin-right: 0;
}

.inner-banner .inner-title ul li i {
  font-size: 16px;
}

.inner-banner .inner-title ul li a {
  color: #fff;
}

.inner-banner .inner-title ul li a:hover {
  color: #ab0806;
}


.other-side .cart-area {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 4px;
}

.other-side .cart-area .cart-icon {
  display: inline-block;
  position: relative;
  font-weight: 600;
  top: 4px;
  font-size: 16px;
  color: #fff;
}

.other-side .cart-area .cart-icon p {
  display: inline-block; color: #fff;
}

.other-side .cart-area .cart-icon p span {
  color: #fff;
}

.other-side .cart-area .cart-icon:hover i {
  color: #ab0806;
}
.search-item a {
    color: #fff;
    /* background: #a00; */
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes wave-circle {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes wave-circle {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes scale {
  35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes scale {
  35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes movebounce-in {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes movebounce-in {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}



     @keyframes float {
                                                                            0% {
                                                                                transform: translatey(0px);
                                                                            }

                                                                            50% {
                                                                                transform: translatey(-20px);
                                                                            }

                                                                            100% {
                                                                                transform: translatey(0px);
                                                                            }
                                                                        }

                                                                        @keyframes float-1 {
                                                                            0% {
                                                                                transform: translatey(0px);
                                                                            }

                                                                            50% {
                                                                                transform: translatey(20px);
                                                                            }

                                                                            100% {
                                                                                transform: translatey(0px);
                                                                            }
                                                                        }

                                                                        @keyframes float-2 {
                                                                            0% {
                                                                                transform: translatey(0px);
                                                                            }

                                                                            50% {
                                                                                transform: translatey(-30px);
                                                                            }

                                                                            100% {
                                                                                transform: translatey(0px);
                                                                            }
                                                                        }

                                                                        .float img {
                                                                            transform: translatey(0px);
                                                                            animation: float 6s ease-in-out infinite;
                                                                        }

                                                                        .float-del-1 {
                                                                            transform: translatey(0px);
                                                                            animation: float-1 8s ease-in-out infinite;
                                                                        }

                                                                        .float-del-2 {
                                                                            transform: translatey(0px);
                                                                            animation: float-2 5s ease-in-out infinite;
                                                                        }
																		
																		
																		
																		
																		
	
.float img {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
    position: relative;
    left: -50px;
    width: 95%;
}														
.top_strip {
  display: none;
    padding: 50px 0 0;
}
.inner_strip {
    display: flex;
    align-items: center;
}
.inner_strip i {
    color: #a90000;
    font-size: 32px;
    margin-right: 10px;
}
.inner_strip h2 {
    margin: 0;
    color: #1f1d1e;
    font-size: 1.8rem;
}																		
.top_strip {
  display: none;
    padding: 50px 0 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    bottom: 8px;
}
.product-wrapper {
    background-color: rgb(170 0 0 / 3%);
    position: relative;
    border-radius:5px;
}
.product-wrapper .product-img {
    max-width: 390px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 20px; text-align:center;
}
.product-img.image-scale-hover img {
    height: 390px;
    text-align: center;
}
@media (max-width: 1199px) {
  .product-wrapper .product-img {
    padding: 50px;
  }
}
.product-wrapper .badge {
  width: 50px;
  height: 50px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 41px;
  background-color: var(--title-color);
  right: 40px;
  top: 40px;
}
.product-wrapper .actions-btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-wrapper .actions-btn2 .add-cart-btn {
  color: var(--title-color);
  font-size: 14px;
  background-color: var(--white-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
}
.product-wrapper .actions-btn2 .add-cart-btn:hover {
    background-color: var(--theme-color);
    color: #a00;
}
.product-wrapper .actions-btn2 .add-cart-btn2 {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    background-color: #a00;
    padding: 15px 23px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 10px;
    font-weight: 500;
    /* margin-bottom: 19px; */
}
.pb-60 {
    padding-bottom: 60px;
}
.product-wrapper .actions-btn2 .add-cart-btn2:hover {
  background-color:#013783;
}
.product-section {
   background: rgb(202 228 243 / 36%);
    padding: 60px 0px; position:relative; z-index:9;
}
a.text-title.hover-theme {
    color: #a80303;
}
.about {
    background: url(https://cdn11.bigcommerce.com/s-jmnscf6j6i/images/stencil/original/image-manager/abt.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 130px 0px 100px;
    position: relative;
}
.about:before {
    background: rgb(0 0 0 / 29%);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
}
.about .container {
    position: relative;
    z-index: 9;
}
.about svg {
    left: 50%;
    position: relative;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); height:60px;  fill: #fff;
}
	.shap-top svg {
    fill: #fcf7f7;
}
.shap-top {
    position: absolute;
    top: 0;
    width: 100%;     z-index: 9;
}	
.shap-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;     z-index: 9;
}	
.about p {
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}
.about p span {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    line-height: 0;
    background: #00388d;
    line-height: 49px;
    /* padding: 0px 4px; */
}
.video-play-button {
    position: relative;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    margin-top: 15px;
    display: inline-block;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #a80000;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#a80000, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}															
.feature {
    padding: 40px 0px 55px;
    position: relative;
    z-index: 9;
    background: url(http://elancethemes.com/1/eeezsol_/assets/img/p1.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 50%;
    background-attachment: fixed;
}
.right-feature h3 {
    font-size: 22px;
}
.feature .section-title {
  margin-bottom: 47px;
}
.feature .left-feature .feature-box .icon {
  margin-left: 20px;
}
.feature .left-feature .feature-box .details {
  text-align: right;
}
.feature .right-feature .center-feature {
  text-align: center;
  justify-content: center;
}
.feature .right-feature .feature-box .icon {
  margin-right: 20px;
}
.feature .right-feature .feature-box .details {
  text-align: left;
}
.feature .feature-box {
  margin-bottom: 0px;
  background: #fff;
  display: flex;
  transition: all 0.3s ease-in;
  position: relative;
}
.feature .feature-box .icon-area {
  display:none;
}
.feature .feature-box .icon-area .icon {
  align-self: center;
}
.feature .feature-box .icon {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  text-align: center;
  line-height: 70px;
  font-size: 55px;
  border-radius: 50%;
  position: relative;
}
.feature .feature-box .icon i {
    background-image: linear-gradient(55deg, #a80000 0%, #ff6d6d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feature .feature-box .details {
  flex: 1;
}
.feature .feature-box .details .title {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #242424;
  margin: 26px 0px 0px;
}
.feature .feature-box .details .text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}
.feature .feature-box .feature-circle {
  opacity: 0;
  transition: all 0.3s ease-in;
  z-index: 95;
}
.feature .feature-box:hover .feature-circle {
  opacity: 1;
}
.feature .feature-box1 .feature-circle {
  position: absolute;
  right: -90px;
  top: 170px;
}
.feature .feature-box2 .feature-circle {
  position: absolute;
  right: -90px;
  top: 80px;
}
.feature .feature-box3 .feature-circle {
  position: absolute;
  right: -90px;
  top: -5px;
}
.feature .feature-box4 .feature-circle {
  position: absolute;
  left: -120px;
  right: auto;
  top: 110px;
}
.feature .feature-box5 .feature-circle {
  position: absolute;
  left: -100px;
  top: 80px;
}
.feature .feature-box6 .feature-circle {
  position: absolute;
  left: -130px;
  top: 50px;
}
.shape {
   
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.shape2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}
.footer-area {
    background-color: #013783;
    position: relative;
    z-index: 9; color:#fff
}

.footer-area .section-padding {
    padding: 80px 0;
}

.footer-widget .footer-logo {
    display: inline-block;
    margin-bottom: 22px;
}

.footer-bottom {
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding: 24px 0;
    text-align: center;
}

.social-menu {
    list-style: none;
    margin: -10px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main_heading img {
    max-height: 70px;
}
.social-menu li a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    color: var(--body-color);
    border-radius: 100px;
    margin: 10px;
    -webkit-box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.05);
}

.social-menu li:hover a {
    background-color: var(--primary-color);
    color: #ffffff;
}

.footer-widget .desc {
    margin-bottom: 24px;
}
.copyrights p, .footer-widget  p{color:#fff}
.footer-widget .widget-title {
    margin-bottom: 24px;     color: #fff;
}

.block-list {
    list-style: none;
    margin: -8px 0;
    padding: 0;
}

.block-list li {
    display: block;
}

.block-list li a {
    color: var(--body-color);
    display: inline-block;
    margin: 8px 0;
}

.block-list li:hover a {
    color: var(--primary-color);
}

.input-control {
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    display: inline-block;
    padding: 15px 24px;
    font-weight: 400;
    outline: none;
    line-height: 1.445em;
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
}

.subscribe-form .input-control {
    width: calc(100% - 66px);
    padding-left: 44px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.subscribe-form {
    position: relative;
    z-index: 1;
}

.subscribe-form .ls-envelope {
    position: absolute;
    left: 16px;
    top: 14px;
    z-index: 2;
}

.subscribe-form button[type="submit"] {
    width: 56px;
    height: 56px;
    font-size: 20px;
    text-align: center;
    line-height: 56px;
    border-radius: 4px;
    border: none;
    background-color:#a00;
    color: #ffffff;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 15px 30px rgba(255, 107, 49, 0.3);
    box-shadow: 0px 15px 30px rgba(255, 107, 49, 0.3);
}

.subscribe-form button[type="submit"]:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

.subscribe-form .input-control:focus {
    -webkit-box-shadow: 0px 15px 30px rgba(255, 107, 49, 0.3);
    box-shadow: 0px 15px 30px rgba(255, 107, 49, 0.3);
}

.subscribe-form .mc-error {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 10px;
}

.contact {
 /* padding: 0px 0px 100px;*/
  position: relative;
}
.contact .info-box {
  background: #fff;
  margin-bottom: 30px;
  padding: 30px 30px 22px;
  position: relative;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
}
.contact .info-box .left {
  margin-bottom: 25px;
}
.contact .info-box .left .icon {
  font-size: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  position: relative;
}
.contact .info-box .left .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed #0250c5;
  animation: shapeani2 10s linear infinite;
}
.contact .info-box .left .icon i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact .info-box .right {
  text-align: center;
}
.contact .info-box .right .content p {
  margin-bottom: 0px;
}
.contact .info-box:hover .left .icon::after {
  border: 1px dashed #d43f8d;
}
.contact .contact-form-wrapper {
  background: #fff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
  padding: 40px 25px 40px;
  transition: 0.3s ease-in;
}
.contact .contact-form-wrapper .section-title {
  margin-bottom: 48px;
}
.contact .contact-form-wrapper #contact-form textarea {
  margin-bottom: 9px;
}
.contact .contact-form-wrapper #contact-form .mybtn1 {
  margin-top: 7px;
  background: rgba(212, 63, 141, 0.2);
  color: #000;
  transition: 0.3s;
}
.contact .contact-form-wrapper #contact-form .mybtn1:hover {
  color: #fff;
}
.contact .google_map_wrapper {
  padding: 0px !important;
}
.contact .google_map_wrapper iframe {
  width: 100% !important;
  height: 405px !important;
  margin: 0px;
  padding: 0px;
}
.contact .info-box .left .icon::after {
    border: 1px dashed #0250c5;
    animation: shapeani2 10s linear infinite;
}
@keyframes shapeani2 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.input-field {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  color: #555;
  margin-bottom: 20px;
}
.input-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555;
}
.input-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}
.input-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}
.input-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555;
}
.input-field.borderd {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.input-field.borderd:focus {
  border: 1px solid #d43f8d;
}
.input-field.textarea {
  min-height: 140px;
  padding: 15px 20px;
  resize: none;
}
.input-field.error {
  border: 1px solid #0250c5;
}
.input-field.error::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #0250c5;
}
.input-field.error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0250c5;
}
.input-field.error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0250c5;
}
.input-field.error:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #013783;
}
.input-field.error:focus {
  border-color: #013783;
}
.mybtn3 {
    padding: 10px 30px;
    background: #fff;
    border-radius: 4px;
    font-size: 16px;
    display: inline-block;
    border: 1px solid transparent;
    position: relative;
    text-transform: uppercase;
    z-index: 3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.4s;
    cursor: pointer;
    outline: none !important;
    overflow: hidden;
}
.mybtn-bg {
    background: #013783;
    border-color: #013783;     color: #fff;
}
#bg-header {
    z-index: -1;
    height: 100%;
    max-height: 370px;
}
#bg-header, #bg-footer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
#bg-header  {
    fill: #CDE7F5;
}
#header-wave {
    margin-bottom: -1px;
    width: 100%;
}
.inner-header {
    margin-top: 90px;
    padding-top: 75px;
    margin-bottom: 80px;
    z-index: 1;
    position: relative;
    max-width: 1539px;
}
.banner {
    position: relative;
}
#bg-header {
    fill: #CDE7F5;
    background: #0137830a;
}
h1.header-title {
    text-align: center;
    font-weight: 700;
    font-size: 56px;
    margin-bottom: -145px;
    margin-top: -130px;
}
.footer-widget p {
    color: #fff;
    margin-bottom: 5px;
}
.footer-widget p a {

    color: #87b9ff;
    text-decoration: underline;
    text-decoration: underline!important;

}
.feature-box p {
    font-size: 13px!important;
}

.eez-product-details-wrapper {
  margin-left: 21px;
}
.eez-product-details-wrapper.has-sticky {
  position: sticky;
  top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eez-product-details-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .eez-product-details-wrapper {
    margin-left: 0;
    margin-top: 50px;
  }
}
.eez-product-details-wrapper > p {
  font-size: 15px;
  line-height: 1.7;
}
.eez-product-details-wrapper > p span {
  font-weight: 500;
  color: var(--eez-theme-primary);
}
.eez-product-details-nav-main-thumb {
  position: relative;
}
.eez-product-details-thumb-wrapper {
  position: sticky;
  top: 120px;
  margin-right: 20px;
}
.eez-product-details-thumb-wrapper .nav-tabs {
  margin-right: 10px;
}
.eez-product-details-thumb-wrapper .nav-tabs .nav-link {
  width: 78px;
  height: 100px;
  position: relative;
}
@media (max-width: 575px) {
  .eez-product-details-thumb-wrapper .nav-tabs .nav-link {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.eez-product-details-thumb-wrapper .nav-tabs .nav-link:not(:last-child) {
  margin-bottom: 10px;
}
.eez-product-details-thumb-wrapper .nav-tabs .nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid transparent;
  top: 0;
  left: 0;
}
.eez-product-details-thumb-wrapper .nav-tabs .nav-link.active::after, .eez-product-details-thumb-wrapper .nav-tabs .nav-link:hover::after {
  border-
}
.eez-product-details-thumb-wrapper .nav-tabs .nav-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eez-product-details-thumb-wrapper .nav-tabs .nav-link .nav-video-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-
  color: var(--eez-common-white);
  font-size: 15px;
}
.eez-product-details-thumb-slider {
  position: sticky;
  top: 120px;
}
.eez-product-details-thumb-slider:hover .eez-product-details-thumb-arrow button {
  visibility: visible;
  opacity: 1;
  left: 20px;
}
.eez-product-details-thumb-slider:hover .eez-product-details-thumb-arrow button.eez-product-details-thumb-slider-5-button-next {
  left: auto;
  right: 20px;
}
.eez-product-details-thumb-arrow button {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px;
  background-color: var(--eez-common-white);
  
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.01);
  visibility: hidden;
  opacity: 0;
}
.eez-product-details-thumb-arrow button.eez-product-details-thumb-slider-5-button-next {
  left: auto;
  right: 0;
}
.eez-product-details-thumb-arrow button:hover {
  background-color: var(--eez-theme-primary);
  color: var(--eez-common-white);
  box-shadow: none;
}
.eez-product-details-thumb-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  border-radius: 50%;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--eez-common-white);
  -webkit-animation: eez-pulse-2 2s infinite;
  -moz-animation: eez-pulse-2 2s infinite;
  -ms-animation: eez-pulse-2 2s infinite;
  -o-animation: eez-pulse-2 2s infinite;
  animation: eez-pulse-2 2s infinite;
}
.eez-product-details-thumb-video-btn:hover {
  color: var(--eez-common-white);
  background-color: var(--eez-theme-primary);
}
.eez-product-details-thumb-gallery-item img {
  width: 100%;
}
.eez-product-details-category span {
  font-size: 16px;
  line-height: 1;
}
.eez-product-details-category span a:hover {
  color: var(--eez-theme-primary);
}
.eez-product-details-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
.eez-product-details-stock {
  margin-right: 12px;
}
.eez-product-details-stock span {
  display: inline-block;
  font-size: 15px;
  color: var(--eez-theme-primary);
  background-color: rgba(9, 137, 255, 0.06);
  line-height: 1;
  padding: 4px 12px;
}
.eez-product-details-rating {
  margin-right: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.eez-product-details-rating span {
  font-size: 12px;
  color: #FFB21D;
}
.eez-product-details-rating span:not(:last-child) {
  margin-right: 3px;
}
.eez-product-details-price {
  font-weight: 500;
  font-size: 24px;
 
  
}
.eez-product-details-price.new-price {
  
}
.eez-product-details-price.old-price {
  font-weight: 400;
  font-size: 16px;
  text-decoration-line: line-through;
  color: #767A7D;
}
.eez-product-details-variation {
  margin-bottom: 30px;
}
.eez-product-details-variation-title {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 4px;
}
.eez-product-details-variation-item:not(:last-child) {
  margin-bottom: 15px;
}
.eez-product-details-variation-list button {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: box-shadow 0.2s 0s linear;
  -moz-transition: box-shadow 0.2s 0s linear;
  -ms-transition: box-shadow 0.2s 0s linear;
  -o-transition: box-shadow 0.2s 0s linear;
  transition: box-shadow 0.2s 0s linear;
}
.eez-product-details-variation-list button span[data-bg-color] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--eez-common-white);
  border-radius: 50%;
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.eez-product-details-variation-list button .eez-color-variation-tootltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(2px);
  -moz-transform: translateX(-50%) translateY(2px);
  -ms-transform: translateX(-50%) translateY(2px);
  -o-transform: translateX(-50%) translateY(2px);
  transform: translateX(-50%) translateY(2px);
  width: max-content;
  background-
  color: var(--eez-common-white);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.eez-product-details-variation-list button .eez-color-variation-tootltip::before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid var(--eez-common-black);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.eez-product-details-variation-list button.eez-size-variation-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(1, 15, 28, 0.2);
  border-radius: 0;
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}
.eez-product-details-variation-list button.eez-size-variation-btn:hover, .eez-product-details-variation-list button.eez-size-variation-btn.active {
  box-shadow: none;
  border-
  box-shadow: none;
  
}
.eez-product-details-variation-list button:hover, .eez-product-details-variation-list button.active {
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
}
.eez-product-details-variation-list button:hover span[data-bg-color], .eez-product-details-variation-list button.active span[data-bg-color] {
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -moz-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  -o-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}
.eez-product-details-variation-list button:hover .eez-color-variation-tootltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-6px);
  -moz-transform: translateX(-50%) translateY(-6px);
  -ms-transform: translateX(-50%) translateY(-6px);
  -o-transform: translateX(-50%) translateY(-6px);
  transform: translateX(-50%) translateY(-6px);
}
.eez-product-details-action-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
}
.eez-product-details-quantity .eez-product-quantity {
  width: 122px;
  border-radius: 0; position: relative; overflow: hidden;
    text-align: center;
}
.eez-product-details-quantity .eez-cart-plus, .eez-product-details-quantity .eez-cart-minus {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  left: 14px;
}
.eez-product-details-quantity .eez-cart-plus:hover, .eez-product-details-quantity .eez-cart-minus:hover {
  background-color: var(--eez-common-white);
  color: var(--eez-theme-primary);
}
.eez-product-details-quantity .eez-cart-plus {
  left: auto;
  right: 14px;
}
.eez-product-details-quantity .eez-cart-input[type=text] {
    height: 46px;
    line-height: 46px;
    background-color: #F3F5F6;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    text-align: center;
    width: 100%; outline:none;
}

.eez-product-details-add-to-cart-btn {
  font-size: 16px;
  
  text-align: center;
  padding: 9px 30px;
  border: 1px solid #E0E2E3; background: transparent;
}
.eez-product-details-add-to-cart-btn:hover {

  color: var(--eez-common-white);
}
.eez-product-details-buy-now-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    background-color: #013783;
    color: #fff;
    border: 0;
}
.mb-15 {
    margin-bottom: 15px;
}
.eez-product-details-buy-now-btn:hover {
 background:#ab0806;
  color: #fff;
}
.eez-product-details-action-wrapper {
  margin-bottom: 17px;
}
.eez-product-details-action-sm {
  padding-bottom: 9px;
  border-bottom: 1px solid #EAEBED;
  margin-bottom: 25px;
}
.eez-product-details-action-sm-btn {
    font-size: 16px;
    margin-bottom: 10px;
    border: 0;
    background: transparent;
}
.eez-product-details-action-sm-btn:not(:last-child) {
  margin-right: 10px;
}
.eez-product-details-action-sm-btn i, .eez-product-details-action-sm-btn svg {
  margin-right: 2px;
}
.eez-product-details-action-sm-btn:hover {
  color: var(--eez-theme-primary);
}
.eez-product-details-query {
  margin-bottom: 22px;
}
.eez-product-details-query-item:not(:last-child) {
  margin-bottom: 3px;
}
.eez-product-details-query-item > span {
  font-size: 15px;
  
  line-height: 1.4;
  margin-right: 6px;
}
.eez-product-details-query-item p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.4;
}
.eez-product-details-social {
  margin-bottom: 22px;
}
.eez-product-details-social span {
  font-size: 15px;
  
  margin-right: 2px;
}
.eez-product-details-social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #E6E7E8;
    border-radius: 50%;
    color: #000;
}

.eez-product-details-msg ul li {
  list-style: none;
  position: relative;
  font-size: 15px;
  padding-left: 25px;
}
.eez-product-details-msg ul li::after {
  position: absolute;
  content: url("../img/check-3.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  color: var(--eez-common-white);
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}.eez-product-details-msg ul{padding:0}
.eez-product-details-payment {
  background-color: #F3F5F6;
  padding: 18px 30px;
}
.eez-product-details-payment p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 46px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eez-product-details-payment p {
    margin-right: 25px;
  }
}
@media (max-width: 575px) {
  .eez-product-details-payment p {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .eez-product-details-payment p br {
    display: none;
  }
}
.eez-product-details-desc-title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 13px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .eez-product-details-desc-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .eez-product-details-desc-title {
    font-size: 26px;
  }
}
.eez-product-details-desc-title-2 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .eez-product-details-desc-title-2 {
    font-size: 25px;
  }
}
.eez-product-details-desc-content {
  margin-bottom: 25px;
  padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .eez-product-details-desc-content {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .eez-product-details-desc-content {
    padding-left: 0;
  }
}
.eez-product-details-desc-content span {
  font-size: 20px;
  
}
.eez-product-details-desc-content p {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .eez-product-details-desc-content-2 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .eez-product-details-desc-content-2.pt-75 {
    padding-top: 25px;
  }
}
.eez-product-details-desc-content-2 p {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .eez-product-details-desc-thumb img {
    max-width: 100%;
  }
}
.eez-product-details-desc-list {
  padding-top: 13px;
}
.eez-product-details-desc-list ul li {
  list-style: none;
  font-size: 16px;
  
  position: relative;
  padding-left: 17px;
}
.eez-product-details-desc-list ul li:not(:last-child) {
  margin-bottom: 3px;
}
.eez-product-details-desc-list ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #A8ACB0;
  border-radius: 50%;
}
.eez-product-details-desc-fact-thumb img {
  margin-bottom: 16px;
}
.eez-product-details-desc-fact-content span {
  display: inline-block;
  font-size: 50px;
  line-height: 1.2;
  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eez-product-details-desc-fact-content span {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .eez-product-details-desc-fact-content span {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .eez-product-details-desc-fact-content span {
    font-size: 25px;
  }
}
.eez-product-details-desc-fact-content p {
  font-size: 22px;
}
@media (max-width: 575px) {
  .eez-product-details-desc-fact-content p {
    font-size: 20px;
  }
}
.eez-product-details-additional-info {
  padding-top: 60px;
}
@media (max-width: 575px) {
  .eez-product-details-additional-info {
    overflow-x: scroll;
  }
}
.eez-product-details-additional-info-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  display: none;
}
.eez-product-details-additional-info.eez-table-style-2 {
  padding-top: 50px;
}
.eez-product-details-additional-info.eez-table-style-2 .eez-product-details-additional-info-title {
  display: block;
}
.eez-product-details-additional-info.eez-table-style-2 table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0 7px;
}
.eez-product-details-additional-info.eez-table-style-2 table tr {
  border: 0;
}
.eez-product-details-additional-info.eez-table-style-2 table tr:not(:last-child) {
  border: 0;
  margin-bottom: 6px;
}
.eez-product-details-additional-info.eez-table-style-2 table tr td {
  padding: 7px 24px;
  border: 1px solid #E6E7E8;
}
.eez-product-details-additional-info.eez-table-style-2 table tr td:first-child {
  padding-left: 24px;
  border-right: 0;
}
.eez-product-details-additional-info.eez-table-style-2 table tr td:last-child {
  padding-left: 34px;
}
.eez-product-details-additional-info table {
  border: 1px solid #E0E2E3;
  width: 100%;
}
.eez-product-details-additional-info table tr:not(:last-child) {
  border-bottom: 1px solid #ECEDED;
}
.eez-product-details-additional-info table tr td {
  padding: 12px 34px;
}
.eez-product-details-additional-info table tr td:first-child {
  font-size: 16px;
  
  background-color: #F9F9F9;
  width: 306px;
}
.eez-product-details-additional-info table tr td:last-child {
  font-size: 16px;
  color: var(--eez-text-body);
}
.eez-product-details-review-number {
  border: 1px solid #E0E2E3;
  padding: 35px 43px 33px 40px;
}
@media (max-width: 575px) {
  .eez-product-details-review-number {
    padding: 35px 25px 33px 25px;
  }
}
.eez-product-details-review-number-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
.eez-product-details-review-summery {
  margin-bottom: 12px;
}
.eez-product-details-review-summery-value span {
  font-size: 40px;
  font-weight: 500;
  
  margin-right: 8px;
}
.eez-product-details-review-summery-rating {
  margin-right: 3px;
}
.eez-product-details-review-summery-rating span {
  color: #FFB21D;
}
.eez-product-details-review-summery-rating p {
  margin-left: 4px;
  font-size: 14px;
  margin-bottom: 0;
}
.eez-product-details-review-rating-item > span {
  color: #A0A2A4;
  font-size: 15px;
  margin-right: 10px;
}
.eez-product-details-review-rating-bar {
  width: 260px;
  background-color: #EDEEEE;
  height: 10px;
  position: relative;
  margin-right: 12px;
}
@media (max-width: 575px) {
  .eez-product-details-review-rating-bar {
    width: 130px;
  }
}
.eez-product-details-review-rating-bar-inner {
  height: 100%;
  background-color: #FFB21D;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.eez-product-details-review-rating-percent span {
  font-size: 14px;
}
.eez-product-details-review-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
}
@media (max-width: 575px) {
  .eez-product-details-review-list {
    padding-right: 0;
  }
}
.eez-product-details-review-avater:not(:last-child) {
  margin-bottom: 32px;
}
.eez-product-details-review-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
.eez-product-details-review-avater-rating {
  line-height: 1;
  margin-bottom: 3px;
}
.eez-product-details-review-avater-rating span {
  font-size: 10px;
  margin-right: 2px;
  color: #FFB21D;
}
.eez-product-details-review-avater-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
  display: inline-block;
}
.eez-product-details-review-avater-meta {
  font-size: 14px;
  position: relative;
  padding-left: 11px;
  margin-left: 3px;
}
.eez-product-details-review-avater-meta::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #A8ACB0;
}
.eez-product-details-review-avater-comment p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .eez-product-details-review-form {
    margin-top: 50px;
  }
}
.eez-product-details-review-form > p {
  font-size: 16px;
  margin-bottom: 8px;
}
.eez-product-details-review-form-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}
.eez-product-details-review-form-rating {
  margin-bottom: 28px;
}
.eez-product-details-review-form-rating p {
  margin-bottom: 0;
  font-size: 14px;
  margin-right: 8px;
}
.eez-product-details-review-form-rating-icon span {
  font-size: 12px;
  color: #FFB21D;
}
.eez-product-details-review-input-wrapper {
  margin-bottom: 11px;
}
.eez-product-details-review-input-box {
  position: relative;
}
.eez-product-details-review-input-box:not(:last-child) {
  margin-bottom: 29px;
}
.eez-product-details-review-input input {
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #E0E2E3;
  font-size: 14px;
  
}
.eez-product-details-review-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #95999D;
}
.eez-product-details-review-input input::-moz-placeholder { /* Firefox 19+ */
  color: #95999D;
}
.eez-product-details-review-input input:-moz-placeholder { /* Firefox 4-18 */
  color: #95999D;
}
.eez-product-details-review-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #95999D;
}
.eez-product-details-review-input input::placeholder { /* MODERN BROWSER */
  color: #95999D;
}
.eez-product-details-review-input textarea {
  height: 165px;
  resize: none;
}
.eez-product-details-review-input-title label {
  font-size: 14px;
  
  position: absolute;
  top: -7px;
  left: 20px;
  padding: 0 5px;
  background-color: var(--eez-common-white);
  line-height: 1;
}
.eez-product-details-review-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.eez-product-details-review-input-eye .open-eye {
  display: none;
}
.eez-product-details-review-input-eye:hover {
  cursor: pointer;
}
.eez-product-details-review-input-eye:hover span {
  
}
.eez-product-details-review-remeber input {
  display: none;
}
.eez-product-details-review-remeber input:checked ~ label::after {
  background-color: var(--eez-theme-primary);
  border-color: var(--eez-theme-primary);
}
.eez-product-details-review-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.eez-product-details-review-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.eez-product-details-review-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.eez-product-details-review-remeber label::before {
  position: absolute;
  content: url("../img/product/icons/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--eez-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.eez-product-details-review-remeber label a:hover {
  color: var(--eez-theme-primary);
}
.eez-product-details-review-remeber label:hover {
  cursor: pointer;
}
.eez-product-details-review-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--eez-common-white);
  padding: 9px 45px;
  background-color: var(--eez-theme-primary);
}

.eez-product-details-tab-nav .nav-tabs {
  padding-bottom: 12px;
  border-bottom: 1px solid #E0E2E3;
}
@media (max-width: 575px) {
  .eez-product-details-tab-nav .nav-tabs {
    padding-bottom: 0;
  }
}
.eez-product-details-tab-nav .nav-tabs .nav-link {
  font-size: 20px;
  color: #A0A2A4;
  padding-left: 9px;
  padding-right: 7px;
  position: relative;
}
.eez-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
  margin-left: 40px;
}
.eez-product-details-tab-nav .nav-tabs .nav-link.active, .eez-product-details-tab-nav .nav-tabs .nav-link:hover {
   color: rgb(1 15 28);
}
.eez-product-details-tab-nav .nav-tabs .nav-link.active::after, .eez-product-details-tab-nav .nav-tabs .nav-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 575px) {
  .eez-product-details-tab-nav .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
  }
}
@media (max-width: 575px) {
  .eez-product-details-tab-nav .nav-tabs span#productTabMarker {
    display: none !important;
  }
}
.eez-product-details-tab-line {
  position: absolute;
  bottom: 0;
  height: 1px;
  background:rgb(1 15 28);
  display: block;
}
.eez-product-details-views {
  margin-bottom: 10px;
}
.eez-product-details-views > span {
  
  font-size: 16px;
  margin-right: 8px;
}
.eez-product-details-views p {
  font-size: 16px;
  margin-bottom: 0;
}
.eez-product-details-views p span {
  
  font-weight: 500;
}
.eez-product-details-stock-bar p {
  font-size: 15px;
  margin-bottom: 5px;
}
.eez-product-details-stock-bar p span {
  font-weight: 500;
  
}
.eez-product-details-stock-bar-line {
  height: 4px;
  position: relative;
}
.eez-product-details-stock-bar-line-inner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(1 15 28);
  height: 100%;
  display: inline-block;
}
.eez-product-details-wishlist-btn {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
 
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.eez-product-details-wishlist-btn:hover {
  

}
.eez-product-details-countdown {
  padding: 10px 20px;

  background-color: rgba(253, 75, 107, 0.05);
}
.eez-product-details-countdown-title {
  font-size: 18px;
  font-weight: 500;
 
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .eez-product-details-countdown-title {
    margin-bottom: 7px;
  }
}
.eez-product-details-countdown-time ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.eez-product-details-countdown-time ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--eez-pink-1);
  position: relative;
}
.eez-product-details-countdown-time ul li:not(:last-child) {
  margin-right: 24px;
}
.eez-product-details-countdown-time ul li:not(:last-child)::after, .eez-product-details-countdown-time ul li:not(:last-child)::before {
  position: absolute;
  content: "";
  right: -13px;
  top: 7px;
  width: 3px;
  height: 3px;
  border-radius: 50%;

}
.eez-product-details-countdown-time ul li:not(:last-child)::before {
  top: 15px;
}
.eez-product-details-thumb-style2 {
  margin-right: 78px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .eez-product-details-thumb-style2 {
    margin-right: 0;
  }
}
.eez-product-details-thumb-style2 .nav-tabs {
  margin-right: 0;
}
.eez-product-details-thumb-style2 .nav-tabs .nav-link {
  width: 116px;
  height: 116px;
}
.eez-product-details-thumb-style2 .nav-tabs .nav-link:not(:last-child) {
  margin-right: 8px;
}
.eez-product-details-thumb-style2 .eez-product-details-nav-main-thumb {
  margin-bottom: 14px;
}
.eez-product-details-wrapper-style2 {
  margin-left: 0;
}
.eez-product-details-wrapper-style2 .eez-product-details-wrapper > p {
  margin-bottom: 18px;
}
.eez-product-details-wrapper-style2 .eez-product-details-title {
  font-size: 30px;
  margin-bottom: 20px;
}
.eez-product-details-wrapper-style2 .eez-product-details-category span {
  display: inline-block;
  margin-bottom: 10px;
}
.eez-product-details-top.pb-115 {
    padding-bottom: 115px;
}
.eez-product-details-wrapper-style2 .eez-product-details-price {
  font-size: 22px;
}
.eez-product-details-wrapper-style2 .eez-product-details-reviews span {
  font-size: 15px;
}
.eez-product-details-wrapper-style2 .eez-product-details-variation {
  margin-bottom: 20px;
}
.eez-product-details-wrapper-style2 .eez-product-details-variation-title {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
  margin-right: 10px;
}
.eez-product-details-wrapper-style2 .eez-product-details-inventory {
  margin-bottom: 13px;
}
.eez-product-details-wrapper-style2 .eez-product-details-quantity .eez-product-quantity {
  background-color: var(--eez-common-white);
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.eez-product-details-wrapper-style2 .eez-product-details-quantity .eez-cart-input[type=text] {
  background-color: var(--eez-common-white);
}
.eez-product-details-wrapper-style2 .eez-product-details-quantity .eez-cart-plus, .eez-product-details-wrapper-style2 .eez-product-details-quantity .eez-cart-minus {
  left: 4px;
}
.eez-product-details-wrapper-style2 .eez-product-details-quantity .eez-cart-plus::after, .eez-product-details-wrapper-style2 .eez-product-details-quantity .eez-cart-minus::after {
  position: absolute;
  content: "";
  left: 28px;
  top: 2px;
  width: 1px;
  height: 20px;
  background-color: rgba(1, 15, 28, 0.1);
}
.eez-product-details-wrapper-style2 .eez-product-details-quantity .eez-cart-plus {
  left: auto;
  right: 4px;
}
.eez-product-details-wrapper-style2 .eez-product-details-quantity .eez-cart-plus::after {
  left: auto;
  right: 28px;
}
.eez-product-details-wrapper-style2 .eez-product-details-add-to-cart {
  width: 295px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eez-product-details-wrapper-style2 .eez-product-details-add-to-cart {
    width: 258px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eez-product-details-wrapper-style2 .eez-product-details-add-to-cart {
    width: 262px;
  }
}
.eez-product-details-wrapper-style2 .eez-product-details-add-to-cart-btn {
  background-color: var(--eez-theme-primary);
  border-color: var(--eez-theme-primary);
  color: var(--eez-common-white);
}
.eez-product-details-wrapper-style2 .eez-product-details-add-to-cart-btn:hover {
 
  color: var(--eez-common-white);
}
.eez-product-details-wrapper-style2 .eez-product-details-buy-now-btn {
  background-color: var(--eez-common-white);
  
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.eez-product-details-wrapper-style2 .eez-product-details-buy-now-btn:hover {
  
  color: var(--eez-common-white);
}
.eez-product-details-wrapper-style2 .eez-product-details-action-wrapper {
  margin-bottom: 25px;
}
.eez-product-details-wrapper-style2 .eez-product-details-social {
  margin-bottom: 28px;
}
.eez-product-details-wrapper-style2 .eez-product-details-social a {
  border-radius: 0;
  background-color: var(--eez-common-white);
  border-color: var(--eez-common-white);
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.eez-product-details-wrapper-style2 .eez-product-details-social a:hover {
  background-color: var(--eez-theme-primary);
  border-color: var(--eez-theme-primary);
  color: var(--eez-common-white);
}
.eez-product-details-wrapper-style2 .eez-product-details-payment {
  border: 1px solid #D3DAE1;
  background-color: transparent;
}
.eez-product-details-wrapper-style2 .eez-product-details-payment p {
  font-size: 15px;
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eez-product-details-wrapper-style2 .eez-product-details-payment p {
    margin-right: 0;
  }
}
.eez-product-details-wrapper-style2 .eez-product-details-payment p span {
  
}
.eez-product-details-bottom-style2 .nav-tabs .nav-link {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 575px) {
  .eez-product-details-bottom-style2 .nav-tabs .nav-link:not(:last-child) {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
}
.eez-product-details-review-wrapper-2 .eez-product-details-review-item-wrapper-2 {
  padding-bottom: 80px;
  border-bottom: 1px solid #E6E7E8;
}
.eez-product-details-review-wrapper-2 .eez-product-details-review-avater-title {
  display: block;
  margin-bottom: 2px;
}
.eez-product-details-review-wrapper-2 .eez-product-details-review-avater-meta {
  padding-left: 0;
}
.eez-product-details-review-wrapper-2 .eez-product-details-review-avater-meta::after {
  display: none;
}
.eez-product-details-review-wrapper-2 .eez-product-details-review-avater-rating {
  margin-bottom: 9px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .eez-product-details-review-wrapper-2 .eez-product-details-review-avater-rating {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .eez-product-details-review-wrapper-2 .eez-product-details-review-input-wrapper {
    margin-bottom: -11px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .eez-product-details-review-wrapper-2 .eez-product-details-review-input-box {
    margin-bottom: 29px;
  }
}
.eez-product-details-review-wrapper-2 .eez-product-details-review-form-title {
  font-size: 34px;
  font-weight: 500;
}
.eez-product-details-review-wrapper-title-2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 33px;
}
.eez-product-details-review-item-2:not(:last-child) {
  margin-bottom: 55px;
}
.mr-15 {
    margin-right: 15px;
}
.eez-cart-plus, .eez-cart-minus {
    display: inline-block;
    text-align: center;
    font-size: 16px;
 
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav-tabs .nav-link {
    padding: 0;
    margin: 0;
    border: 0;
}
section.eez-product-details-area {
    position: relative;
    padding-bottom: 120px;
}
 .main-headerez {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9999;
}
.topeez-header {
    background: #20296a;
}
.topeez-header-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.img-logo img {
    display: inline-block;
    margin-bottom: -8px;
    margin-top: -8px;
    max-width: 180px;
    position: relative;
    z-index: 999;

    @media (min-width: 767px) {
      margin-bottom: -15px;
      margin-top: -15px;
      max-width: 238px;
    }
}


.top-content-inner a {
    color: #fff;
}

.main-headerez a.nav-link {
    font-size: 21px;
    margin-left: 20px;
    text-align: center;
    padding: 20px 20px;
    color: #20296ae8;
    font-weight: 500;
}
img.header-logo-image {
    display: none;
}
 a.why-us-heading{
                text-align: center;
                color: #1f1d1e;
                padding-bottom: 15px;
                padding-top: 55px;
                font-weight: 600;
                line-height: 1.3;
                font-size: 35px;
                margin-top: 2px;
                display: block;
            }
            .why-us-inner h3 {
                font-size: 22px;
                line-height: 34px;
                font-weight: 600;
                color: #01357e;
                margin: 9px 0px 0px;
                text-decoration: underline;
            }
            .why-us-inner p {
                color: #1d1b1c;
                font-size: 13px;
                font-weight: 400;
            }
            /*.why-us-inner {*/
            /*    padding: 12px;*/
            /*}*/
            .why-us-image img {
                padding: 20px;
            }

.footer {
    background-color: #013783!important;
    
}
/*.why-us-inner-1 {*/
/*    margin-top: -60px;*/
/*}*/
.why-us-inner-1 h3{
    color:#a90000;
    text-decoration: underline;
}

div#menu {
   margin-top: -210px;
}

.abt-heading{
   text-align: center; 
   font-size: 40px;
   color: #01357e;
  font-weight: 900;
font-family: "Roboto", sans-serif;
margin-bottom: 15px;
}
a.logo {
    max-width: 30%;
}
section.footer-info {
    margin-top: 22px;
}
p.desc {
    color: #ffffff;
    font-size: 20px;
}
article.footer-info-col {
    margin-left: 120px;
}
.footer-info-list a {
    color: #ffffff!important;
     font-size: 20px;
    }
.footer-info-list a:hover {
    color: #a00;
     font-size: 20px;
}

  .button--primary {
     background-color:#a00!important;
     border-color: #a00!important;
    color: #fff;
} 

.footer {
  border-top: none;
}

/*@media (min-width: 1200px){*/
/*.container, .container-lg, .container-md, .container-sm, .container-xl {*/
/*    max-width: 100%!important;*/
/*}*/
/*}*/
.navPages-action.activePage, .navPages-action:hover {
     color: #a00;
}
.navPages-action {
    color: #20296a!important;
    font-size: 18px!important;
}
.navUser-action {
   color: #20296a!important;
    font-size: 18px!important;
}
/*ul.navUser-section.navUser-section--alt {*/
/*   margin-top: -57px;*/
/*}*/
.why-us-inner-1 {
    margin-top: -55px;
}
.why-us-inner-2 h3 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: #01357e;
    margin: 9px 0px 0px;
    text-decoration: underline;
}
.why-us-inner-3 h3 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: #01357e;
    margin: 9px 0px 0px;
    text-decoration: underline;
}
.why-us-image-1 {
    height: auto;
    max-width: 100%;
    width: 150%;
}
p.abt-para {
    font-size: 16px;
    text-align: left;
    line-height: 1.47;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
    color: #1d1b1c;
    font-weight: 400;
   padding: 12px; 
}
.logo-abt {
    margin-top: 40px;
}
.content {
    border: 2px solid #000;
    padding:30px;
    font-size: 18px;
}
h1.productView-title {
    font-weight: 500;
}
a {
    text-decoration: none!important;
}
 i.fas.fa-check-square{
    color: #01357e;
    font-size: 17px;
    }
/*.row-1 {*/
/*    margin-top: 45px;*/
/*}*/


.abt-section {
    padding-left: 50px;
    padding-right: 50px;
}
.abt-logo-1 {
    width: 90%;
    padding-top: 15px;
}
.abt-logo-2 {
    width: 90%;
}
h1.video-section {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #01357e;
    text-decoration: underline;
    padding-bottom: 25px;
    }
.video-cls {
    margin-left: 99px;
}
.productView-brand {
   border: 2px solid #000;
   width:30%;
   padding: 5px;
}
.productView-brand a {
color:#000!important;
font-size:25px!important;
}
div#tab-description {
    margin-right: 30px;
    margin-left: 30px;
}
footer.footer {
    margin-top: 0px!important;
}
.why-us-image-56 {
 width: 320px;
}
li.socialLinks-item.socialLinks-item--twitter {
    display: none;
}

i.fa.fa-tint {
    color: #a90000;
    font-size: 32px;
    margin-right: 10px;
}
.form-actions {
    text-align: left!important;
}

.tabs-contents {
     margin-bottom: -10px!important;
    margin-left: -46px;
}
ul.tabs {
    margin-top: 10px!important;
}

.why-us-heading h2 {
    text-align: center;
    color: #1f1d1e;
    padding-bottom: 15px;
    padding-top: 55px;
    font-weight: 600;
    line-height: 1.3;
    font-size: 35px;
    margin-top: 2px;
}
a.registrtn-form {
    color: #000080;
    font-weight: 600;
    font-size: 18px;
}
li.socialLinks-item.socialLinks-item--pinterest {
   display:none;
}

