body {
  font-family: 'Poppins', sans-serif;
}
a {
  text-decoration: none
}
.bg-blue {
  background-color: #042d47;
}
.text-black {
  color: #181a20
}
.navbar-light .navbar-nav .nav-link {
  color: #042d47;
  font-size: 16px;
  font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
  color: #ed1b24;
}
.banner-heading {
  color: #181a20;
  font-size: 50px;
  line-height: 52px;
  letter-spacing: -2.5px;
  font-weight: 600
}
.banner-heading span {
  color: #ed1b24;
}
.text {
  font-size: 16px;
  line-height: 30px;
  color: #2e3139;
}
.btn-section {
  max-width: 440px;
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
  border-top: 1px solid #f3f3f3;
  padding: 9px 15px;
  border-radius: 26px;
  display: block;
  text-align: center
}
.red-btn {
  padding: 16px 30px;
  border-radius: 22px;
  background-color: #ed1b24;
  color: #FFFFFF;
  line-height: 22px;
  font-weight: 700;
  transition: 0.4s;
  font-size: 16px;
}
.red-btn:hover {
  color: #FFFFFF;
  border-radius: 44px;
  background-color: #042d47;
}
.red-btn-sm {
  padding: 10px 20px;
  font-size: 14px !important;
}
.buy-btn {
  display: flex;
}
.buy-btn:hover .img img {
  margin-left: 0px;
}
.buy-btn .text {
  display: block;
  font-weight: 500;
  font-size: 18px;
}
.buy-btn .text-border {
  background-color: #042d47;
  width: 100%;
  display: block;
  height: 2px;
}
.buy-btn .img {
  width: 26px;
  overflow: hidden;
  display: block;
  margin-left: 5px;
}
.buy-btn .img img {
  position: static;
  top: 5px;
  margin-left: -15px;
  transition: margin 0.4s;
}
.client-section {
  background-color: #f4f5f7;
  border-radius: 76px;
}
.heading {
  font-size: 48px;
  color: #181a20;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -2.22px;
}
.client-text {
  margin-top: 26px;
  margin-bottom: 0;
  color: #2e3139;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -.1px;
}
.screenshot-section .text {
  max-width: 739px;
}
.feature-section {
  padding-top: 50px;
}
.feature-color {
  background-color: #ceddff;
  border-radius: 1rem;
}
.feature-section .text-section{
	font-weight: 700;
	color: #071c4d;
}
.feature-section .feature-card{
	border-radius: 1rem;
}
.mt_100{
	margin-top: -100px;
}
.feature-section .feature-icon{
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
}
.py-60{
	padding: 60px 0;
}
.feature-section .heading {
  font-size: 30px;
  color: #181a20;
  line-height: 58px;
  font-weight: 600;
}

.advance-feature {
  padding-top: 50px;
}

.advance-feature .text {
  max-width: 765px;
}

.advance-feature .h3 {
    font-size: 3rem;
	font-weight: 600;
}
.feature-heading {
  color: #181a20;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.feature-description {
  color: #2e3d61;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .4px;
}
.hiw-carousel-nav {
  position: relative;
}
.hiw-carousel-nav::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border-right: 1px dashed #3589ff;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
}
.hiw-carousel-nav .item {
  position: relative;
  cursor: pointer;
  padding: 0 0 0.875rem 3.75rem;
}
.hiw-carousel-nav .item::before {
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ed1b24;
  z-index: 10;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  -webkit-font-variant-ligatures: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  color: #fff;
  text-rendering: auto;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 21px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.hiw-carousel-nav .item.current::before {
  background-color: #ed1b24;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hiw-carousel-nav .item h3 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.hiw-carousel-nav .item p {
  display: none;
}
.hiw-carousel .slick-arrow {
  width: 40px;
  height: 40px;
  border: none;
  background-color: #ffffff;
  color: #666666;
  padding: 0;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.75rem;
  position: absolute;
  top: 50%;
  outline: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
}
.hiw-carousel .slick-arrow.prev {
  left: 0px;
}
.hiw-carousel .slick-arrow.next {
  right: 0px;
}
.specs-section {
  background-color: #f4f5f7;
  padding: 55px 0;
}
.specs-section .h3 {
    font-size: 2.5rem;
    font-weight: 600;
}
.specs-table {
  margin-top: 40px;
}
.specs-table > .btmborder {
  border-bottom: 1px solid #d3d3d3;
}
.specs-table p {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 15px;
}
.specs-table p span {
  display: block;
  font-weight: 300;
  margin-top: 7px;
}
.btn-blue {
  background-color: #042d47;
  color: #FFFFFF;
  padding: 10px 20px;
}
.btn-blue:hover {
  color: #FFFFFF;
}
.testimonial-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.testimonial-tab-list .nav-item a .dot {
  width: 10px;
  height: 10px;
  background-color: #817F7F;
  border-radius: 50%;
  margin-right: 10px
}
.testimonial-tab-list .nav-item a.active .dot {
  background-color: #042d47;
}
.rating-text {
  font-size: 0.875rem;
}
.rating-text strong {
  font-weight: 700;
  display: block;
}
.rating-text span {
  color: rgba(36, 59, 83, .75)
}
#start {
  background-color: #042d47;
  padding: 120px 0;
  color: #fff;
  overflow: hidden;
  position: relative
}
#start h4 {
  font-weight: 600
}
#start .title-section {
  font-weight: 700 !important;
  font-size: 2.5rem
}
#start .sub-text {
  color: #d6d5e1 !important
}
#start .watch-now-btn {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  color: #d6d5e1;
  cursor: pointer
}
#start .subscribe-list li {
  margin-right: 24px;
  font-size: 1rem;
  color: #d6d5e1
}
.btn-red {
  background-color: #ed1b24;
  color: #FFFFFF;
  padding: 10px 20px;
  font-weight: 600
}
.btn-red:hover {
  color: #FFFFFF;
}
.circle-shape-1 {
  width: 356px;
  min-height: 356px;
  min-width: 356px;
  background-color: #ed1b24;
  border-radius: 50%;
  position: absolute;
  top: -240px;
  right: 5%;
  opacity: 0.4
}
.circle-shape-2 {
  width: 300px;
  min-height: 300px;
  min-width: 300px;
  background-color: #ed1b24;
  border-radius: 50%;
  position: absolute;
  bottom: -210px;
  left: 5%;
  opacity: 0.2
}
.help-sec {
  background-color: #F8F8FA;
  padding: 100px 0;
}
.help-sec .box {
  background-color: #ffffff;
  padding: 2.5rem 1.5rem 2.5rem 3.75rem;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: 0rem 0.25rem 0.35rem 0rem rgba(221, 221, 221, 0.5);
  box-shadow: 0rem 0.25rem 0.35rem 0rem rgba(221, 221, 221, 0.5);
}
.help-sec h3 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.help-sec h3 img {
  position: absolute;
  top: 35px;
  left: 10px;
}
.help-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
.help-sec ul li a {
  display: inline-block;
  color: #000000;
  margin-bottom: 0.625rem;
}
*/

.accordion .acr-item .btn {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0.625rem 1.25rem 0.625rem 0;
  font-weight: 700;
  color: #000000;
}
.accordion .acr-item .btn:hover, .accordion .acr-item .btn[aria-expanded="true"] {
  color: #000;
  text-decoration: none;
}
.accordion .acr-item .btn {
  text-decoration: none
}
.accordion .acr-item .btn:focus {
  text-decoration: none;
}
.accordion .acr-item .btn::after {
  content: "";
  /*    font-family: "Font Awesome 5 Free";*/
  font-style: normal;
  font-variant-caps: normal;
  -webkit-font-variant-ligatures: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  color: #979797;
  text-rendering: auto;
  font-size: 1.1875rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -webkit-font-smoothing: antialiased;
  background-image: url("../img/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px
}
.accordion .acr-item .btn[aria-expanded="true"]::after {
  color: #4BAEB3;
  -webkit-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}
.site-footer {
  background: #036;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  border-top: 3px solid #ed1b24
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.site-footer ul li a {
  display: block;
  color: #fff;
  margin: 0 15px 10px 15px
}
.price-heading {
  color: #181a20;
  font-size: 50px;
  line-height: 52px;
  letter-spacing: -2.5px;
  font-weight: 600
}
.price-heading span {
  color: #ed1b24;
}

@media (min-width:586px) {
  .btn-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media(min-width:992px) {
  .feature-section {
    padding-top: 120px;
  }
  .feature-description {
    max-width: 555px;
  }
	
  .advance-feature {
    padding-top: 150px;
  }
	
  .banner-heading {
    font-size: 70px;
    line-height: 72px;
  }
  .price-heading {
    font-size: 55px;
    line-height: 72px;
  }
  .red-btn {
    font-size: 18px;
    line-height: 24px;
  }
  .heading {
    font-size: 38px;
    line-height: 70px;
  }
}
/*Pricing Page*/
.pricing-section {
  padding: 50px 0;
  background-color: #f8f8f8;
}
.price-box {
  border-radius: 1rem;
}
.price-header .package-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #042d47;
}
.bg-blue .price-header .package-name {
  color: #ed1b24;
}
.price-header h6 span {
  font-size: 50px;
  font-weight: 500;
  margin-left: -5px;
/*  color: #575757;*/
}
.price-box.bg-blue {
  color: #FFFFFF !important
}
.price-box.bg-blue ul.price-feature-list li:before {
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><path fill="rgb(237,27,36)" d="M20.5,42a2.368,2.368,0,0,1-1.759-.766l-14-14.423a2.584,2.584,0,0,1,0-3.626l3.988-4.109a2.4,2.4,0,0,1,3.518,0l8.249,8.5L38.755,8.76a2.4,2.4,0,0,1,3.518,0l3.988,4.109a2.584,2.584,0,0,1,0,3.626l-24,24.737A2.37,2.37,0,0,1,20.5,42Z"></path></svg>') no-repeat;
  background-size: 16px 16px;
  top: 5px;
  margin-left: -25px;
}
ul.price-feature-list {
  list-style: none;
  padding-left: 25px;
  padding-top: 10px;
}
ul.price-feature-list li {
  position: relative;
  text-align: left;
  margin: 8px 0px;
  font-size: 15px;
}
ul.price-feature-list li:before {
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><path fill="rgb(4,45,71)" d="M20.5,42a2.368,2.368,0,0,1-1.759-.766l-14-14.423a2.584,2.584,0,0,1,0-3.626l3.988-4.109a2.4,2.4,0,0,1,3.518,0l8.249,8.5L38.755,8.76a2.4,2.4,0,0,1,3.518,0l3.988,4.109a2.584,2.584,0,0,1,0,3.626l-24,24.737A2.37,2.37,0,0,1,20.5,42Z"></path></svg>') no-repeat;
  background-size: 16px 16px;
  top: 5px;
  margin-left: -25px;
}
.btn-outline-blue {
  color: #042d47;
  border: 2px solid #042d47;
}
.btn-outline-blue:hover {
  color: #FFFFFF;
  background-color: #042d47;
}
.btn-price-red {
  background-color: #ed1b24;
  color: #FFFFFF;
  border: 2px solid #ed1b24;
}
.btn-price-red:hover {
  color: #FFFFFF;
  background-color: #DC1119;
}
.product-price{
	margin-top: 5rem;
}
.product-price del{
	font-size: 28px;
}
.curve-box {
    position: absolute;
    min-width: 150px;
    left: -15px;
    height: 50px;
    background-color: #ed1b24;
    border-radius: 30px;
    border-bottom-left-radius: 0;
}
.curve-box::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 30px;
    background-color:#950006;
    top: 50px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 2;
}
.curve-box::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #ed1b24;
    top: 50px;
}
.curve-box p{
	padding: 5px 15px 5px;
	font-size: 30px;
}
/*contact page*/
.contact {
  padding: 70px 0 100px;
}
.contact-card {
  border-radius: 1rem;
}
.btn-link {
  text-decoration: underline;
  font-size: 1.1rem;
}
.btn-link:hover {
  text-decoration: none;
}
.contact-form {
  padding: 60px 0 120px;
}
.register-form .form-control:focus {
  border-color: #042d47
}
.register-form label:not(.form-check-label) {
  font-size: 16px;
  font-weight: 500;
}
/*Product Page*/
.tab-buy {}
.tab-buy .nav-justified > li {
  display: table-cell !important;
  padding-right: 5px !important;
  width: 1% !important
}
.tab-buy .nav-tabs.nav-justified > li > a {
  background-color: #eee;
  border-radius: 0;
  color: #000
}
.tab-buy .nav li.active a {
  background-color: #fff;
  color: #c00
}
.tab-buy .nav-tabs.nav-justified > .active > a, .tab-buy .nav-tabs.nav-justified > .active > a:hover, .tab-buy .nav-tabs.nav-justified > .active > a:focus {
  border-bottom-color: #fff
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd
}
.navbar-form .input-group {
  display: inline-table;
  vertical-align: middle;
  width: 100%
}
.tab-buy li a {
  color: #fff;
  background-color: #042d47;
  border-radius: 2px;
  font-size: 14px;
  margin-left: 0;
  margin-right: 5px;
  top: 1px
}
.tab-buy li a:hover {
  background-color: #042d47
}
.tab-buy > li > a.active, .tab-buy > li > a.active:hover, .tab-buy > li > a.active:focus {
  color: #042d47;
  background-color: #fff;
  border-bottom-color: transparent !important;
  border: 1px solid #042d47
}
.tab-buy {
  border-bottom: 1px solid #042d47
}
@media(max-width:992px) {
  .tab-buy > li > a {
    position: relative;
    display: block;
    padding: 7px
  }
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.border-blue {
  border: 1px solid #337ab7;
  border-top: 0
}
ul.product-list {
  padding-left: 0;
  list-style: none
}
ul.product-list li {
  margin-left: 0;
  text-align: left;
  list-style: none !important;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 10px;
  border-bottom: 1px dotted #595959 !important;
  line-height: 18px
}
ul.product-list li:before {
  color: #0b3468;
  content: "\e86e ";
  font-size: 17px;
  font-weight: bolder;
  margin-left: -18px;
  margin-right: 10px;
  line-height: 17px;
  position: relative;
  font-family: fontello;
  top: 10px
}
ul.product-list li:hover {
  background-color: #337ab71a;
  text-decoration: none
}
ul.product-list li a {
  font-size: 15px;
  padding: 0;
  text-transform: none;
  text-shadow: none;
  font-weight: 400;
  cursor: pointer;
  color: #042d47;
}
ul.product-list li span {
  font-size: 12px;
  color: #595959
}
.nav-pills > li > a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #042d47
}
.btn.buynow {
  color: #fff;
  background: #ed1b24;
  padding: 3px;
  border-radius: 0;
  position: relative;
  font-size: 12px
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav-pills > li > a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #042d47;
  border-radius: 4px;
  color: #042d47;
}
.nav-pills > li > a.active, .nav-pills > li > a.active:hover, .nav-pills > li > a.active:focus {
  color: #fff;
  background-color: #042d47;
}
.pull-right {
  float: right !important;
}
.nav-pills > li {
  margin-bottom: 5px;
}
/*cookie*/
#cookie-bar {
  display: block;
  direction: ltr;
  color: #ddd;
  min-height: 30px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99999;
  padding: 6px 20px 4px;
  background-color: #042d47;
  text-align: center;
  bottom: 0
}
#cookie-bar a {
  color: #fff
}
button#Cookie {
  margin: 0 20px;
  line-height: 20px;
  background: #45ae52;
  border: none;
  color: #fff;
  padding: 4px 12px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700
}
.breadcrumb{
background-color: transparent;
margin: 0 !important;
}
.breadcrumb li a span{
 color: #f27f7f;
}
.breadcrumb li span{
color:#84888c;
}
.thank-text{
	font-size: 60px;
	line-height: 70px;
	color: #243b53;
}
.thank-animation {
	animation-name: animated;
	animation-duration: 2s;
}
@keyframes animated {
 0% {
 opacity: 0;
	 font-size: 0px;
}
 100% {
 opacity: 1;
	 font-size: 60px;
}
}
footer.footer-wrapper {
  background-color: #0b163f;
  color: #FFFFFF
}
#footer {
  background-color: #0b163f!important;
  color: #FFFFFF;
  background: url("https://xtraxtor.com/images1/page-footer-bg.svg")no-repeat bottom right;
}
#footer ul.list-unstyled li {
  line-height: 30px;
}
#footer ul.list-unstyled li a {
  color: #FFFFFF;
}
footer .copyright {
  border-top: 1px solid rgba(248, 249, 250, 0.05);
  padding: 20px 0;
}
footer .copyright ul.list-unstyled li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.12);
  color: #65676d;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .copyright ul.list-unstyled li a:hover {
  background: var(--bs-danger);
  border-color: var(--bs-danger);
}
/*PRODUCT PAGE*/
.top-banner {
  padding: 25px 0 0;
}

@media(min-width:500px) and (max-width:767px) {
.top-banner {
  padding: 50px 0;
}
}

@media(min-width:768px) {
.top-banner {
  background-image: url("../img/topbanner.jpg");
  background-size: cover;
  padding: 100px;
}
}
.left-menu {
  background-color: #f0f0f0;
  margin-top: 50px;
}
.menu-heading {
  background-color: #0E2741;
  color: #FFFFFF;
  font-size: 20px;
  padding: 8px;
  font-weight: 600
}
.card .link a {
  text-decoration: none;
  font-size: 22px;
  padding: 7px 0px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
}
.card .amount {
  color: #e11f27;
  padding: 7px 0px;
  font-size: 30px;
  font-weight: 600;
}
.product-heading {
  font-size: 26px;
  line-height: 24px;
  padding: 7px 0;
}
.product-tabs li a {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 15px;
}
.product-tabs li a:hover, .product-tabs li a:focus {
  background-color: #003366;
  color: #FFFFFF
}
.product-tabs li a.nav-link.active {
  background-color: #003366;
  color: #FFFFFF
}
.amount span {
  font-size: 20px;
  color: grey;
}
.link span {
  display: block;
  font-weight: 300;
}
.product-sub-tabs li a {
  color: #000000;
  font-size: 18px;
  font-weight: 600;/*  padding: 10px 15px;*/
}
.product-sub-tabs li a:hover, .product-sub-tabs li a:focus {
  background-color: #00478E;
  color: #FFFFFF
}
.product-sub-tabs li a.nav-link.active {
  background-color: #00478E;
  color: #FFFFFF
}
#drop {
  position: relative
}
#drop .nav-link::after {
  content: '';
  display: inline-block;
  background-image: url("../img/arrow-right.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 35%;
  right: 5%;
  transition: .3s;
}
#drop .nav-link.active::after {
  transform: rotate(90deg);
}
ul.list-gold li {
  position: relative
}
ul.list-gold li::before {
  content: '';
  display: inline-block;
  background-image: url("../img/arrow-right.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 35%;
  left: 5%;
  z-index: 2
}


.screenshot-img-wrapper{
	border: solid 1px #d1d1d1;
    border-radius: 20px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 24%);
	position: relative;
}
.screenshot-img-wrapper:hover{
	box-shadow: 2px 1px 46px 3px #c9c7c7a6;
}
.screenshot-overlay{
	width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out .3s;
}
.screenshot-img-wrapper:hover .screenshot-overlay{
	background: rgba(255,255,255,.5);
}
.screenshot-overlay a{
	display: inline-flex;
    padding: 0.7rem;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    background: #e11f26;
    transform: scale(0);
    transition: ease-in-out .3s;
    opacity: 0;
    font-size: .8rem;
	cursor: pointer
}
.screenshot-overlay a:hover{
	text-decoration: none
}
.screenshot-img-wrapper:hover .screenshot-overlay a{
	transform: scale(1);
    opacity: 1;
}
.product-video-wrapper{
	border: solid 2px #203864;
    border-radius: 20px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 24%);
	position: relative;
	cursor: pointer
}
.play-icon{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    filter: drop-shadow(0 16px 7px #d1d1d1);
}
.modal img.screenshots{
	height: 60vh
}
@media screen and (min-width:992px) {
	.separate-line{
	position: relative
}
.separate-line::before{
	width: 1px;
    height: 100%;
    position: absolute;
    right: -10%;
    content: '';
    top: 0;
    background: linear-gradient(0deg,rgba(255,255,255,0) 20%,rgba(215,215,215,1) 49%,rgba(246,246,246,0) 80%);
}
}
.video-overlay{
	position: absolute;
    max-width: 170px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width:450px){
	.video-overlay{
		max-width: 140px;
	}
}
.gradient-btn{
	background: linear-gradient( 147deg, rgb(32,56,100) 9%, rgb(47,87,149) 78%);
	display: inline-block;
    padding: 5px 0;
    max-width: 140px;
    text-align: center;
    font-size: 12px;
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
}