body {
	font-family: 'Montserrat', sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: sans-serif;
	font-weight: 600;
}
a {
	color: #1e6fc6;
	text-decoration: none;
}
a:hover {
	color: rgb(0, 86, 179);
	text-decoration: underline;
}
.top-bar {
	background: #ffd700;
	line-height: 1;
	padding: 10px 0;
}
.top-bar ul {
	width: 100%;
	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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.top-bar ul li a {
	display: block;
	font-size: 12px;
	margin: 0 0 0 20px;
	color: #000000;
	text-transform: uppercase;
}
.site-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-header .bg-light {
	background: #ffffff !important;
	padding-left: 0;
	padding-right: 0;
}
.site-header .navbar-nav .nav-link {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.site-header .form-inline .form-control {
	height: 35px;
	font-size: 14px;
}
.site-header .form-inline .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #003366;
}
.site-header .form-inline .btn {
	background: #003366;
	color: #ffffff;
	font-size: 14px;
}
.site-header .form-inline .btn:hover {
	background: #ffd700;
}
.fixed-top-nav {
	background: #fad129 !important;
	-webkit-transform: translateY(-1000px);
	-ms-transform: translateY(-1000px);
	transform: translateY(-1000px);
	-webkit-box-shadow: 0px 15px 33px -2px rgba(0,0,0,0.08);
	box-shadow: 0px 15px 33px -2px rgba(0,0,0,0.08);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 700ms ease;
	-o-transition: transform 700ms ease;
	-webkit-transition: -webkit-transform 700ms ease;
	transition: transform 700ms ease;
	transition: transform 700ms ease, -webkit-transform 700ms ease;
	transition: transform 700ms ease, -webkit-transform 500ms ease;
}
.fixed-top-nav.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.fixed-top-nav .navbar-nav .nav-link {
	color: #000000;
    font-size: 13px;
    font-weight: bolder;
    text-transform: uppercase;
}
.fixed-top-nav .navbar-nav .nav-link:hover {
	color: #3e639b;
}
.fixed-top-nav .btn-download {
	font-size: 14px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.product-info {
	padding: 40px 0;
	background: #f0f0f0;
}
.product-info h1 {
	font-size: 32px;
}
.product-info .features {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
.product-info .features li {
	display: block;
	font-size: 15px;
	margin-bottom: 7px;
}
.btn-download, .btn-buy, .btn-live {
	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;
	font-size: 17px;
	border-radius: 0;
}
.btn-download img, .btn-buy img, .btn-live img {
	font-size: 25px;
}
.btn-download span, .btn-buy span {
	margin-left: 8px;
}
.btn-download small, .btn-buy small {
	font-size: 12px;
}
.cbmt-sec {
	padding: 55px 0;
}
.cbmt-sec .container {
	position: relative;
}
.cbmt-sec h3 {
	font-size: 1.625rem; 
	margin-bottom: 1.25rem;
}
.heading {
	margin-bottom: 5.625rem;
}
.heading h2 {
	font-size: 1.625rem;
	position: relative;
	padding-top: 2rem;
	margin-bottom: 0.9375rem;
}
.heading h2::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 54px;
	height: 12px;
	border-radius: 100px;
	background-color: #4baeb3;
}
.specs-section {
	padding: 55px 0;
	background: #f0f0f0;
}
.specs-section h2 {
	margin-bottom: 35px;
}
.fileformat {
	margin-top: 40px;
}
.fileformat > .row {
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d3d3d3;
}
.fileformat h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}
.fileformat p {
	font-weight: 500;
	margin-bottom: 0;
	font-size: 15px;
}
.fileformat p span {
	display: block;
	font-weight: 300;
	margin-top: 7px;
}
.cbmt-sec {
	padding: 55px 0;
}
.cbmt-sec .container {
	position: relative;
}
.cbmt-sec h3 {
	font-size: 1.625rem;
	margin-bottom: 1.25rem;
}
.features-section {
	padding: 60px 0;
	background: #f0f0f0;
}
.features-icon-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 35px;
}
.features-icon-box img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
}
.features-icon-box svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
}
.features-icon-box div {
	padding-left: 25px;
}
.features-icon-box h3 {
	font-size: 21px;
	font-weight: 600;
}
.features-icon-box p {
	font-size: 15px;
}
.specs-section {
	padding: 55px 0;
	background: #f0f0f0;
}
.specs-section h2 {
	margin-bottom: 35px;
}
.specs-table {
	margin-top: 40px;
}
.specs-table > .row {
	padding-top: 25px;
	padding-bottom: 25px;
}

.specs-table > .btmborder {
	border-bottom: 1px solid #d3d3d3;
}

.specs-table h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}
.specs-table h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}
.specs-table p {
	font-weight: 700;
	margin-bottom: 0;
	font-size: 15px;
}
.specs-table p span {
	display: block;
	font-weight: 300;
	margin-top: 7px;
}
.hwt-sec {
	padding: 55px 0;
}

.hwt-sec .h3{
	font-size: 20px;
	font-weight: 700;
}

.hwt-sec .h4{
	font-size: 20px;
	font-weight: 600;
}

.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: url(right.svg);
	width: 21px;
	height: 21px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #91bfff;
	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;
}
.hiw-carousel-nav .item.current::before {
	background-color: #1e90ff;
	-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.item-heading {
	font-size: 1.25rem;
	margin-bottom: 1.25rem;
	font-weight: 600
}
.hiw-carousel-nav .item p .h3 {
	font-size: 1.25rem!important;
	margin-bottom: 1.25rem!important;
}
.hiw-carousel-nav .item p .h4 {
	font-size: 1.25rem!important;
	margin-bottom: 1.25rem!important;
}
.hiw-carousel-nav .item p.item-content{
	display: none;
}
/*for old carousel start*/
/*
.hiw-carousel-nav .item p{
	display: none;
}
*/
/*ends*/
.hiw-carousel .slick-slide img {
	width: 100%;
}
.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: -40px;
}
.hiw-carousel .slick-arrow.next {
	right: -40px;
}
.faqs-section {
	padding: 55px 0;
}
.faqs-section h2 {
	margin-bottom: 35px;
}
.accordion .acr-item {
	margin-bottom: 15px;
}
.accordion .acr-item .btn {
	background: #003366;
	position: relative;
	color: #ffffff;
	border-radius: 4px;
	width: 100%;
	text-align: left;
	padding: 10px 30px 10px 10px;
}
.accordion .acr-item .btn::after {
	content: url(right.svg);
	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: #ffffff;
	text-rendering: auto;
	font-size: 19px;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	-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;
}
.accordion .acr-item .btn[aria-expanded="true"]::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
.accordion .acr-item .btn:focus {
	text-decoration: none;
}
.accordion .acr-item .btn:hover {
	text-decoration: none;
}
.accordion .acr-item .collapse-content {
	padding: 15px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #ffffff;
	border: 1px solid #d3d3d3;
}
.site-footer {
	background: #003366;
	color: #ffffff;
	text-align: center;
	padding: 40px 0;
	border-top: 3px solid #ffd700;
}
.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: #ffffff;
	margin: 0 15px 10px 15px;
}
ul.list-check {
	list-style: none;
	padding-left: 25px;
	padding-top: 10px;
}
ul.list-check li {
	position: relative;
	text-align: left;
	margin: 8px 0px;
}
ul.list-check 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(0, 51, 102)" 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;
}
#testimonials {
	padding-top: 2rem;
	overflow: hidden;
	padding: 0 10px;
}
#testimonials .container {
	padding: 2rem 0;
	position: relative;
}
#testimonials .title-section {
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 1rem;
}
#testimonials .text-section {
	color: #486581;
	font-size: 1.3rem;
	font-weight: 300;
	margin-bottom: 2rem;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#testimonials .testimonials-rating {
	background-color: #FFFFFF;
	padding: 1rem 2rem;
	border-radius: 5px;
}
#testimonials .testimonials-rating .rating {
	font-size: 1rem;
	letter-spacing: 2px;
	position: relative;
	color: #dfdfdf;
	margin-bottom: 5px;
}
#testimonials .testimonials-rating .rating-text {
	font-size: 0.875rem;
}
#testimonials .testimonials-rating .rating-text strong {
	display: block;
	font-weight: 700;
}
#testimonials .testimonials-rating .rating-text span {
	color: rgba(36,59,83,0.75);
}
#testimonials .testimonials-slider {
	padding: 15px;
}
#testimonials .testimonials-slider .testimonials-bg {
	border-radius: 5px;
	background: #003366;
	box-shadow: 0px 8px 15px 0px rgba(97,109,190,0.1);
	padding: 2.25rem;
}
#testimonials .testimonials-slider blockquote {
	font-size: 1.5rem;
	line-height: 2.125rem;
	color: #FFFFFF;
	padding: 0;
	margin-bottom: 0;
}
#testimonials .testimonials-slider blockquote .testimonials-text {
	margin-bottom: 2rem;
}
#testimonials .testimonials-slider blockquote .testimonials-info {
	position: relative;
	padding-right: 2.5rem;
	display: inline-block;
}
#testimonials .testimonials-slider blockquote .testimonials-info .testimonials-info-text {
	overflow: hidden;
	line-height: 1.4;
}
#testimonials .testimonials-slider blockquote .testimonials-info .testimonials-info-text p {
	margin: 0 0 0.3rem;
	display: block;
	line-height: 1;
	font-weight: 700;
	font-size: 0.875rem;
	color: #FFFFFF;
}
#testimonials .testimonials-slider blockquote .testimonials-info .testimonials-info-text .testimonials-position {
	color: rgba(255,255,255,0.5);
	display: block;
	line-height: 1.2;
	font-weight: 400;
	font-size: .875rem;
	padding-right: 24%;
}
#testimonials .testimonials-slider blockquote .testimonials-info .testimonials-info-text .testimonials-website {
	display: block;
	line-height: 1.2;
	font-weight: 400;
	font-size: .875rem;
	color: rgba(255,255,255,0.75);
	padding-right: 24%;
}
#testimonials .container .owl-theme .owl-nav.disabled + .owl-dots {
	position: absolute;
	right: 0;
	bottom: 14px;
	margin: 0;
}
#testimonials .container .owl-theme .owl-dots span {
	width: 8px;
	height: 8px;
	margin: 4px;
	background: rgba(255,255,255,0.25);
}
#testimonials .container .owl-theme .owl-nav.disabled + .owl-dots .active span {
	background: #FFFFFF;
}
.owl-carousel:hover {
	cursor: pointer
}
.download-product {
	padding: 0 4.3rem;
background: #fad12936;
}
.download-product .text-section {
	color: #e11f26;
	font-size: 15px;
	letter-spacing: .15em;
	font-weight: 700
}
.download-product .title-section {
	font-size: 32px;
	font-weight: 700;
}
.download-product .small {
	line-height: 25px;
	color: rgba(0,0,0,.5);
}
.pdf-btn img {
	margin: 0 5px 3px 0;
}
.pdf-btn a {
	padding: 6px 3px;
	font-size: 11px;
	vertical-align: middle;
	margin-right: 5px;
	color: #181617;
}
.pdf-btn a:hover {
	text-decoration: none;
}

@media screen and (min-width:992px) {
.site-header .navbar-nav .nav-link, .site-header .form-inline {
	margin-left: 15px;
}
#testimonials {
	padding-top: 4rem;
}
#testimonials .container {
	padding: 5.625rem 0;
}
}

@media screen and (min-width:768px) {
.fixed-top-nav {
	padding: 0;
}
.fixed-top-nav .navbar-nav .nav-link {
	padding: 10px 15px;
}
.buy-icon-box {
	margin: 0 15px 0 0;
}
.heading h2 {
	font-size: 2.375rem;
}
}

@media screen and (min-width:576px) {
.btn-download small, .btn-buy small {
	display: block;
}
.btn-download {
	max-width: 200px
}
.awards-carosuel-wrap h3 {
	font-size: 20px;
}
}

		.product-links {
    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;
}
		
		.product-links div {
    text-align: center;
    padding: 0 10px;
}
		
		.product-links a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #f0f0f0;
    font-size: 22px;
    text-align: center;
    line-height: 48px;
    -webkit-transition: border 300ms ease-in-out;
    -o-transition: border 300ms ease-in-out;
    transition: border 300ms ease-in-out;
}
		
		.product-links span {
    display: block;
    color: #858484;
    font-size: 14px;
}
.banner {
	background: linear-gradient(45deg, #593d7eeb, #000000);
	color: #FFFFFF;
	min-height: 70vh;
}
.banner .link {
	color: #8091BC;
	padding: 18px 0 0 0;
}
.img {
	float: right;
	width: 80%;
	max-width: 500px;
	height: 300px;
	/* margin-top: -16px; */
	background: url("https://backupgmailemails.com/img2/top-1.svg") no-repeat center;
	background-size: auto;
	background-size: 100% auto;
}
.btn-top {
	background-color: #fff;
	box-shadow: 0 .275rem .275rem rgba(0,0,0,.15);
	color: black;
	display: inline-block;
	transition: all 200ms;
	text-align: left;
	font-size: 1.05rem;
	padding: 2px 30px 15px 20px;
	font-weight: 600;
	line-height: 0.1;
}
.btn-top:hover {
	transform: scale(1.05);
	color: #000;
  text-decoration: none;
}
.btn-top img {
	padding-right: 10px;
	padding-top: 15px;
}
.btn-top span.text {
	font-size: 0.8rem;
	display: block;
	margin-left: 35px;
}
.safe {
	display: inline-block;
	font-size: 1.15rem;
	vertical-align: -.8rem;
	padding-left: 20px;
}

.tick {
	background: url(../img4/tick.svg);
	background-repeat: no-repeat;
	width: 300px;
	height: 65px;
}
.bread{
background: #f0f0f0;
}
.breadcrumb{
background-color: transparent;
margin: 0 !important;
}
.links a{
	color:#ffffff;
}
.btn-live{
	background-color: #000;
	border-color: #000;
	color: #FFFFFF
}
.btn-live:hover, .btn-live:focus{
	background-color: #0576e4;
	border-color: #0576e4;
	color: #FFFFFF
}

.open-video{
	cursor: pointer;
}

.testimonials-text a{
	color: #fad129!important;
}


.doc-button {
 position: relative;
 border-width: 0;
 color: white;
 font-size: 15px;
 font-weight: 600;
 border-radius: 4px;
 z-index: 1;
}

.doc-button .docs {
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 10px;
 min-height: 40px;
 padding: 0 10px;
 border-radius: 4px;
 z-index: 1;
 background-color: #242a35;
 border: solid 1px #e8e8e82d;
 transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}

.doc-button:hover {
 box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.doc {
 position: absolute;
 inset: 0;
 display: flex;
 align-items: center;
 justify-content: center;
 max-width: 90%;
 margin: 0 auto;
 z-index: -1;
 border-radius: 4px;
 transform: translateY(0%);
 background-color: #01e056;
 border: solid 1px #01e0572d;
 transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}

.doc-button:hover .doc {
 transform: translateY(100%)
}

.doc svg polyline,.doc svg line {
 animation: docs 1s infinite;
}

@keyframes docs {
 0% {
  transform: translateY(0%);
 }

 50% {
  transform: translateY(-15%);
 }

 100% {
  transform: translateY(0%);
 }
}

.product-info h2{
	font-size: x-large;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.h1{
	font-size: 32px!important;
}
.h2{
	font-size: 2.375rem!important;
}
.h3{
	font-size: 1.625rem!important;
}
.h4{
	font-size: 1.25rem!important;
}
.h5{
	font-size: 1.15rem!important;
}
.h6{
	font-size: 1.1rem!important;
}
.p{
	font-size: 1rem!important;
	font-weight: 400!important;
	font-family: 'Montserrat', sans-serif!important;
}

.hiw-carousel-nav .item p .h4 {
    font-size: 1.25rem!important;
    margin-bottom: 1.25rem!important;
}


.link-dark {
    color: black!important;
}
.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 img{
	filter: drop-shadow(0 16px 7px #d1d1d1);
}
*/
.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: solid 1px #203864;*/
    border-radius: 20px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 24%);
	position: relative;
}
/*
.product-video-wrapper img{
	filter: drop-shadow(0 16px 7px #d1d1d1);
}
*/
.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;
/*    padding-bottom: 3rem;*/
}
@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;
}


/*
.screenshots-container{
	max-width: 650px;
	width: 100%;
}
.video-container{
	max-width: 650px;
	width: 100%;
}*/


/*user review page start*/
.review-top-banner {
  padding: 25px 0 0;
}
@media(min-width:500px) and (max-width:767px) {
  .review-top-banner {
    padding: 50px 0;
  }
}
@media(min-width:768px) {
  .review-top-banner {
    background-image: url("../img5/topbanner.jpg");
    background-size: cover;
    padding: 70px;
  }
}

.review{
	display: none;
}
.review-box {
    border-radius: 10px;
	height: 100%
}
.text-dark-blue{
	color: #003366
}
.g-recaptcha div {
    margin: 0 auto;
}
.border-radius-20{
	border-radius: 20px;
}
.bg-dark-blue{
	background-color: #003366
}
.font-36{
	font-size: 36px
}
.hover-blue {
    background-color: #effaff;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
}


  .blue .nav-link.active,
  .blue .nav-item.show .nav-link {
    color: #fff;
    background-color: #036;
    border-color: #036;
  }
  .blue .nav-link svg,
  .blue .nav-item.show .nav-link svg{
    fill: #036;
  }
  .blue .nav-link.active svg,
  .blue .nav-item.show .nav-link svg{
    fill: #fff;
  }

/*
.screenshots-container{
	max-width: 650px;
	width: 100%;
}
.video-container{
	max-width: 650px;
	width: 100%;
}*/

.custom-social-proof {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999999999999!important
}

.custom-notification {
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px hsla(215.8,98.4%,52.2%,.22);
    background-color: #fff;
    position: relative;
    cursor: pointer;
    padding: 0 10px
}

.custom-notification-container {
    display: flex!important;
    align-items: center;
    height: 80px
}

.custom-notification-image-wrapper img {
    max-height: 75px;
    width: 90px;
    overflow: hidden;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid #aaa
}

.custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: #474e5d;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 6px 6px 0;
    flex: 1;
    display: flex!important;
    flex-direction: column;
    justify-content: center
}

.custom-notification-content {
    font-family: inherit!important;
    margin: 0!important;
    padding: 0!important;
    font-size: 14px;
    line-height: 16px
}

.custom-notification-content #country {
    color: #2f80fb
}

.custom-notification-content #product {
    color: #2f80fb
}

.custom-notification-content small {
    margin-top: 3px!important;
    display: block!important;
    font-size: 12px!important;
    opacity: .8
}

.custom-close {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    transition: .2s ease-in-out;
    transform: rotate(45deg);
    opacity: 0
}

.custom-social-proof .custom-notification .custom-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px
}

.custom-social-proof .custom-notification .custom-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0
}

.custom-social-proof .custom-notification:hover .custom-close {
    opacity: 1
}


button.gotoTop {
    position: fixed;
    z-index: 1100;
    right: 0;
    bottom: 180px;
    width: 30px;
    color: #fff;
    background-color: #202738;
    padding: 2px 10px 5px;
    display: none
}

button.gotoTop:hover {
    text-decoration: none;
    background-color: #e21032
}


.btn-win {
    color: #fff;
    background-color: #000;
    border-color: #000;
	margin-right: 10px;
	text-align: left;
}
.btn-win:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;

}

  .btn-win svg{
    fill: #fff;
  }

.btn-download.btn-win small {
    display:flex;
}

.btn-light {
	border-radius: 0px !important;
	margin-top: 10px;
}

.btn-outline-light{
	border-radius: 0px !important;	
	margin-top: 10px;
}