/** Shopify CDN: Minification failed

Line 1641:0 Unexpected "}"

**/
/*----------------------------------------------------------------------------------

Project     :   Rupa - One Page Product Landing Page
-------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------

[Table of contents]

Default CSS
Site Preloader
Header
Welcome Area
About Area
Features Area
Video Area
Core Features Area
Why Choose Area
Product Area
Testimonial Area
FAQ Area
Newsletter Area
Contact Area
Footer

--------------------------------------------------------------------------------------*/

/*=====================================================================================
    Default CSS
=======================================================================================*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i');
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}
html{
	overflow-x:hidden;
	scroll-behavior: smooth;
}
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #373737;
    position: relative
}

#body-wrap {
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a {
    color: #2c3e50;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3 {
    font-weight: 400;
    margin-top: 0
}

h1 {
    font-size: 46px;
    line-height: 56px;
}

h2 {
    font-size: 36px;
    line-height: 46px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 14px;
    color: #2d2d2d;
    line-height: 24px;
	font-weight:bold;
}

.bg-gray {
    background-color: #f7f7f9
}

.form-control {
    border: 1px solid #e6f0fa;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    border-radius: 2px
}

.m-0 {
    margin: 0
}

.p-0 {
    padding: 0
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.bg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0.8
}

/*=====================================================================================
    Site Preloader
=======================================================================================*/

.site-preloader {
    background-color: #002978;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.site-preloader h3{
	color: #fff; font-weight: bold; padding-top: 20%; text-align: center;
}
.site-preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 21% auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*=====================================================================================
    Header
=======================================================================================*/

nav.navbar.bootsnav {
    background: #1b1f23;
    background: rgba(27,31,35,0.9);
    border-bottom: 0;
}

nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
    font-weight: 600;
	text-transform: uppercase;
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a {
    color: #fff;
}

.attr-nav a { 
    font-size: 14px;  
    transition: all 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
	background: #3fbbf9;
    border: 1px solid #3fbbf9;
    color: #ffffff;
    display: inline-block; 
    padding: 8px 24px; 
    margin: 20px 0 0 25px; 
}
 

.attr-nav a:hover {
      -webkit-box-shadow: 0px 1px 5px 0px #ccc;
    box-shadow: 0px 1px 5px 0px #ccc; 
}


.affix {
    width: 100%;
}

.navbar {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.navbar.affix {
    -webkit-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
    top: 0;
    width: 100%;
}

.navbar.affix-top {
    position: static;
    top: -10px;
}

/*=====================================================================================
    Welcome Area
=======================================================================================*/

#welcome-area {
    padding: 20px 0px 20px 0px;
	background: #002978; 
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.wecome-content {
    padding: 12% 0 0;
}

.wecome-content h1 {
    font-weight: 700;
	color:#fff;
}
.wecome-content p { 
	color:#fff;
}

.wecome-content a ,.btn-primary-red,.back-button{
    display: inline-block;
    background-color: #002978;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    margin: 20px 0 0;
    font-weight: 500;
	outline:0px !important
}


.welcome-img img {
    max-width: 450px;
}

.wecome-content.newsletter-content h1 {
    margin: 0 0 30px;
    font-size: 36px;
    line-height: 46px;
}

/*=====================================================================================
    Slider Area
=======================================================================================*/

#slider-area {
    height: 600px
}

.slide-content {
    padding: 25% 0 0;
}

.slide-img {
    padding: 15% 0 0;
}

.slide-content h2 {
    font-weight: 700;
}

.slide-content a {
    display: inline-block;
    background-color: #002978;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    margin: 20px 0 0;
    font-weight: 500
}

.slide-content a:hover {
    background-color: #152a52;
}

.slide-img img {
    max-width: 450px;
}

.slider-carousel .owl-nav > div {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slider-carousel .owl-nav > div:hover {
    background-color: #3094f1;
}

.slider-carousel .owl-nav .owl-next {
    padding: 5px 10px;
    right: 10px;
    left: auto;
}

.slider-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.slider-carousel .owl-dot {
    width: 30px;
    height: 6px;
    display: inline-block;
    margin: 0 4px;
    background-color: #555
}

.slider-carousel .owl-dot.active {
    background-color: #3094f1
}


/*=====================================================================================
    About Area
=======================================================================================*/

#about-area {
    padding: 80px 0 30px;
}

.about-content h2 {
    font-weight: 700;
}

.about-content a {
    display: inline-block;
    background-color: #002978;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    margin: 24px 0 0;
    font-weight: 500
}

.about-content a:hover {
    background-color: #152a52;
}

.about-img img {
    max-width: 350px;
    margin: 0 auto
}

/*=====================================================================================
    Features Area
=======================================================================================*/

.section-heading {
    margin: 0 0 10px;
}

.section-heading h2 {
    font-weight: 700;
       margin-bottom: 20px;
}

#features-area {
    padding: 20px 0 20px;
	background: #002978;
}

.features-single {
    background-color: #fff;
    border: 1px solid #e6f0fa;
    padding: 20px;
    margin: 0 0 10px
}

.features-single i {
    color: #002978;
    font-size: 40px;
    border: 2px solid #e6f0fa;
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    line-height: 75px;
}

.features-single h4 {
    font-weight: 600;
    color: #555;
    margin: 15px 0 5px;
}

/*=====================================================================================
    Video Area
=======================================================================================*/

#video-area {
    background-image: url(../images/video-bg.jpg);
    position: relative;
    padding: 20px 0 20px;
    background-attachment: fixed
}

.video-content h2 {
    color: #fff;
    font-weight: 700;
	    margin-bottom: 30px;
}

.video-content a {
    display: inline-block;
    font-size: 30px;
    margin: 15px 0 0;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 72px;
    padding-left: 5px;
    color: #fff;
    background-color: #002978;
}

.video-content a:hover {
    color: #002978;
    background-color: #fff;
}

/*=====================================================================================
    Core Features Area
=======================================================================================*/

#core-features-area {
    padding: 20px 0 0
}

.core-features-single {
    margin: 0 0 10px;
	padding:15px;
	text-align:center;
}

.core-feature-content {
    border: 1px solid #e6f0fa;
    padding: 0px;
    position: relative;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
	border-radius:10px;
	overflow: hidden;
}

.core-feature-content.arrow-right::after {
    content: '';
    background-color: transparent;
    border-left: 40px solid #e6f0fa;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    display: block;
    position: absolute;
    left: 100%;
    width: 100%;
    top: 50%;
}

.core-feature-content.arrow-left::after {
    content: '';
    background-color: transparent;
    border-right: 40px solid #e6f0fa;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    display: block;
    position: absolute;
    right: 100%;
    width: 100%;
    top: 50%;
}

.core-feature-content i {
    color: #002978;
    font-size: 50px;
    display: inline-block;
}

.core-feature-content p {
	padding: 20px 20px;
	line-height: 1.2;
	text-transform:capitalize;
	font-weight:bold;
	  font-family: lato;
	    background: #f1f1f1;
    margin-bottom: 0;
    display: block; 
	font-size:13px;
}
.core-feature-content h4 {
    font-weight: 600;
    color: #000;
    margin: 20px 0 0px;
	    padding: 0px 20px 10px;
	text-transform: capitalize;
	    font-family: lato;
		border-bottom: 1px solid #bbb;

}

.core-feature-img img {
           max-width: 93%;
    margin: 0 auto;
    max-height: 150px;
    width: 100%;
    margin: 10px;
    box-shadow: 0px 0px 8px 0px #ccc;
    border-radius: 10px;
}
.generic_head_content{
	position:relative;
}
.most_popular{
	background:#f30303;
	color:#fff;
	padding:8px 5px;
	text-align:center;  
	font-weight:bold;
	    top: 25px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    z-index: 2;
    width: 55%;
}

/*=====================================================================================
    Why Choose Area
=======================================================================================*/

#why-choose-area {
    padding: 20px 0;
	  background: linear-gradient(90deg, #002978 50%, #000000  50%);
}

.why-choose-image img {
    max-width: 100%;
    margin: 0 auto;
}

.why-choose-content h2 {
    font-weight: 700;
}

.why-choose-content ul li {
    display: block;
    padding: 4px 0;
    font-weight: 500;
    color: #555;
	padding-left: 10px;
	padding-left: 20px;
    position: relative;
}

.why-choose-content ul li i {
    color: #002978;
    margin-right: 2px;
	position:absolute;
	left:0;
	    top: 6px;
}

/*=====================================================================================
    Product Area
=======================================================================================*/

#product-area {
    padding: 20px 0 20px
}

.product-single {
    border: 1px solid #e6f0fa;
    margin: 0 0 30px;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    padding: 40px 0;
}

.product-single img {
    max-width: 250px;
    margin: 0 auto;
}

.product-single h4 {
    font-weight: 600;
    margin: 0
}

.product-single h3 {
    font-weight: 700;
    color: #002978;
    margin: 0 0 15px;
}

.product-single h2 span {
    font-size: 24px;
}

.product-single a {
    display: inline-block;
    background-color: #002978;
    color: #fff;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 25px;
}

.product-single a:hover {
    background-color: #152a52;
}

.product-single a i {
    padding-right: 4px;
}

/*=====================================================================================
    Testimonial Area
=======================================================================================*/

#testimonial-area {
    padding: 20px 0 20px;
	background: #002978 !important;
}

.client-img img {
    max-width: 100px;
    border-radius: 50%;
    border: 2px solid #e6f0fa;
}

.client-comment {
    background-color: #fff;
    border: 1px solid #e6f0fa;
    padding: 20px;
    position: relative;
	min-height:250px;
}

.client-comment::after {
    content: '';
    background-color: transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #e6f0fa;
    display: block;
    position: absolute;
    left: 40px;
    bottom: -20px;
	display:none;
}

.client-info {
    margin: 40px 0 0;
}

.client-details h5 {
    font-weight: 600;
    margin: 0;
}

.testimonial-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    text-align: center
}

.testimonial-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px
}

.testimonial-carousel .owl-dot.active {
    background-color: #fff;
}

.testimonial-carousel blockquote{
	font-size:15px;
	margin:0px;
	position:relative;
	border-left: 0;
}
 .testimonial-carousel blockquote:before{
	 content:'"';
	 font-size:25px;
	 position:absolute;
 }

/*=====================================================================================
    FAQ Area
=======================================================================================*/

#faq-area {
    padding: 80px 0 65px
}

.panel-default > .panel-heading {
    color: #555;
    background-color: transparent;
    border-color: #e6f0fa;
}

.panel-default {
    border-color: #e6f0fa;
}

.panel {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.panel-title {
    font-weight: 500;
}

.faq-img img {
    max-width: 400px;
    margin: 0 auto;
}

/*=====================================================================================
    Newsletter Area
=======================================================================================*/

#newsletter-area {
    position: relative;
    padding: 80px 0 90px;
    background-image: url(../images/newsletter-bg.jpg);
}

.newsletter-content h2 {
    font-weight: 700;
    color: #fff;
    margin: 0 0 40px;
}

.newsletter-content input {
    height: 50px;
    border-radius: 25px;
    padding-left: 20px
}

.newsletter-content button {
    width: 100%;
    height: 50px;
    background-color: #002978;
    border: 0;
    color: #fff;
    font-weight: 500;
    margin: 15px 0 0;
    border-radius: 25px;
}

.newsletter-content button:hover {
    background-color: #152a52;
}

/*=====================================================================================
    Contact Area
=======================================================================================*/

#checkout {
    padding: 0px 0 0px
}

.checkout-form-container input {
    height: 50px;
    border-radius: 25px;
    padding-left: 20px
}

.checkout-form-container textarea {
    border-radius: 25px;
    padding-left: 20px
}

.checkout-form-container button {
       padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #000000;
    background: #3fbbf9;
    border: 1px solid #3fbbf9;
    color: #ffffff;
}

.checkout-form-container button:hover {
        -webkit-box-shadow: 0px 1px 5px 0px #ccc;
    box-shadow: 0px 1px 5px 0px #ccc; 
	color:#fff;
}

.contact-info {
    padding-left: 30px;
}

.contact-info-single {
    margin: 0 0 30px;
}

.contact-info-single h6 {
    font-weight: 600;
    margin: 0 0 5px;
}

.contact-info-single h6 i {
    color: #002978;
}

.contact-social h6 {
    font-weight: 600;
}

.contact-social ul li {
    display: inline-block;
}

.contact-social li a {
    display: block;
    border: 2px solid #002978;
    color: #002978;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 16px;
}

.contact-social li a:hover {
    background-color: #002978;
    color: #fff;
}

/*=====================================================================================
    Footer
=======================================================================================*/

#footer {
    background-color: #1c1c1c;
}

#footer p {
    margin: 0;
    padding: 20px 0;
    font-weight: 500;
    color: #fff;
}
/*=====================================================================================
    Live Demo Preview
=======================================================================================*/

.preview-single {
    margin: 0 0 30px;
}

.preview-single :hover .preview-overlay {
    opacity: 1;
    visibility: visible
}

.preview-inner {
    border: 1px solid #e6f0fa;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    position: relative
}

.preview-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.preview-table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}

.preview-cell {
    display: table-cell;
    vertical-align: middle
}

.preview-cell a {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
}

.preview-cell a:hover {
    background-color: #002978;
    color: #fff
}

.preview-single h3 {
    text-align: center
}

.preview-single h3 a {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    margin: 20px 0 0
}

.preview-single h3 a:hover {
    color: #002978;
}

.demo-heading-content h1 {
    font-weight: 700;
}

.demo-heading-content a {
    display: inline-block;
    background-color: #002978;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 2px;
    margin: 30px 10px 0;
}

#demo-heading {
    padding: 130px 0 140px;
}

#demo-preview-area {
    padding: 100px 0 60px;
}

 
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.error-msg{
	color:#ff0000!important;
}
.no-margin-padding{
	margin-bottom:0px !important;
	padding-bottom:0px !important;
	    
}
p.subtitle{
	color:#535353;
}
 
del{
	color:red;
}
hr{
	width:80%;
	border:0px;
	height:2px;
	background:#444;
}
body > .container.quick-links{
	   background-color: transparent;
	   text-align:center;
}
 
.error-msg{
	color:#ff0000!important;
}  
.checkout-form-container{
	border-top: 1px solid #bcb5b9;
    border-bottom: 1px solid #bcb5b9;
}
.checkout-form-container .row{
	display:flex;
	margin: 0;
}
.checkout-form,.checkout-form-total{
	padding:20px 15px;
} 
.checkout-form {
	    padding: 20px 40px;
		background:#333; 
}
.checkout-form h3{
	font-weight:700;
	font-size: 30px;
} 
.checkout-form-total{ 
	background:#f9f9f9;
	float:right;
	border-left: 1px solid #bcb5b9;
	color:#000;
}

.checkout-form-total small{
	font-size:100%;
}
.checkout-form-total .normal, .normal+span{
	font-size:100%;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.normal,.normal+span {
    font-weight: 400;
	font-size:small;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: flex !important;
}
.flex-column {
    flex-direction: column !important;
}
.line-row.block {
    display: block;
}
.line-row {
    border-top: 1px solid #CCCCCC; 
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.line-row.first, .line-row:first-child {
    border-top: 0;
    padding-top: 0;
}
.pad-b-10{
	padding-bottom:10px !important;
}
.space-2 {
    margin-bottom: 10px !important;
}
.space-4 {
    margin-bottom: 20px !important;
}
.space-top-2 {
    margin-top: 10px !important;
}
.space-top-4 {
    margin-top: 20px !important;
}
.space-top-8 {
    margin-top: 40px !important;
}
.header.pushed {
    margin-top: 20px;
}
.header .logo-wrapper a img ,.header .badges-wrapper img {
    max-width: 100%;
    max-height: 44px;
}
.header .badges-wrapper { 
    text-align: right;
} 

h2.sub-title{
	   font-size: 20px;
    font-weight: 400; 
padding-bottom:10px;	
}
.card {
    width: 100%;
    padding: 0px;
    padding-bottom: 0; 
    border-radius: 0;
    border: 0;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row>.col, .form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-group  {
	position: relative;
}
.form-group .form-control {
    font-size: 16px;
    height: 46px;
    padding: 14px 10px 0 10px;
	    font-weight: 400;
    line-height: 1.5;
    color: #495057; 
    background-clip: padding-box;   
	display: block;
    width: 100%;  
    outline: 0;
    border: 2px solid #2d2d2d; 
    border-radius: 4px;
    background-color: #fff;
   /* box-shadow: inset 0 1px 1px rgba(124,124,127,.1), 0 1px 0 rgba(255,255,255,.7), 0 0 4px rgba(86,149,219,0); */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    transition: .2s;
}
.form-group .custom-select {
    height: 46px;
    font-size: 16px;
    background: white;
	padding-top: 0; 
    line-height: 1.5; 
}
.custom-select-wrapper:after {
    content: "\f123";
    font-family: "Ionicons";
    position: absolute;
    top: 15px;
    right: 20px;
    color: #8F8F8F;
}
.form-group label {
    position: absolute;
    top: 12px;
    left: 17px;
    color: #8F8F8F;
    transition: .3s;
    font-size: 14px;
	margin-bottom: 0;
    font-weight: 400;
}
label{
	font-weight: bold;
}
.form-group .form-control:focus ~ label:not(.message),.form-group .form-control.is-valid ~ label{
    top: 6px;
    font-size: 11px;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 24px;
    padding-left: 25px;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control label {
    padding-top: 3px;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: 4px;
   left: -22px;
    display: block;
    width: 16px;
    height: 16px; 
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
 
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e") no-repeat 50% / 50% 50% #002978;
	color: #fff;
	border: #002978 solid 1px;
}
 
 .custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") no-repeat 55% / 85% 60% #002978;
} 
.cart .item .item-img-wrapper {
    position: relative;
    margin-right: 15px;
}
.cart .item .item-img-wrapper .item-img {
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    overflow: hidden;
}
.cart .item .item-img-wrapper .item-img img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    background: white;
}
.cart .item .item-img-wrapper .item-qty {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    color: white;
    background-color: #999;
    position: absolute;
    top: -5px;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
} 
.payment-method {
    border-top: 1px solid #CCCCCC; 
    padding: 0px;
	margin-top: 25px;
}
.payment-method .gateway-option,.border-around {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}
.payment-method .gateway-option .option-wrapper {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.payment-method .gateway-option+.gateway-option {
    margin-top: 10px;
}

.no-shadow{box-shadow:none;padding-top:10px;padding-bottom:10px;}
.payment-security{display:flex;align-items: flex-end; min-height: 60px;justify-content: flex-end;}
.payment-security img{max-height:30px;margin:2px;}
.no-padding{padding:0px !important;}
#next-step{font-size:14px;display:none;padding:0;}
.checkout-form-container{display:none;padding:0;    max-width: 100%;
    width: 100%;}
#js-billing-fields{padding-top:20px;   padding: 9px 0;
    background-color: transparent;
    border-radius: 4px;display:none;}
 
 
@media only screen and (max-width:768px){
	.form-row{display:block;}
	
}

@media only screen and (max-width:667px){
	.checkout-form{
		padding:20px 15px;
	}
	.payment-security{
		    min-height: auto;
			justify-content: flex-start;
            float: left !important;
			    margin-bottom: 10px;
	}
	.row{
		margin:0px;
	}
	.faq-container h2 button{
		white-space: unset;
	}
	.quick-links{
	  padding:20px 15px;	
	}
	 
	 .checkout-form-container .row{
		 flex-wrap: wrap-reverse;
	 }
	 .checkout-form-total{
		 float:none;
		     width: 100%;
	 }
	 
	 #about-area{
		 background:none !important;
	 }
	 .welcome-img img{
		 max-height:170px !important;
	 }
	 .wecome-content h1{
		 font-size:20px;
		 line-height:30px;
	 }
     .navbar-header .navbar-toggle{
		 display:none !important;
	 }
   nav.navbar.bootsnav .navbar-brand{
	   float:left !important;
   }
}


#header{
	    background: #1b1f23;
    background: rgba(27,31,35,0.9);
}
.dsply {
    display: block;
}
.was_price {
    text-decoration: line-through;
    color: #8c8b8b;
    text-shadow: none;
    font-weight: normal;
}
.modal p.modal_price, p.modal_price {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4 !important;
}
.thumbnail .sale, .sale {
    color: #d54d4d;
}
.current_price {
    font-weight: bold;
}
span.sale-pro {
    background: #d54d4d;
    color: #fff;
    font-size: 20px;
    padding: 3px 10px;
    font-weight: bold;
}

.savings {
    font-weight: bold;
    display: inline-block;
}
.savings {
    margin-bottom: -8px;
    line-height: 13px;
    display: inline-block;
}
.savings {
    font-size: 15px;
    display: block;
}
.all-white *{
	color:#fff !important;
}
#otp_input{display:none;margin-top:10px;    padding: 0;}

.section-heading {
	position:relative;
}
.section-heading h2:after,.all-white h2:after ,.video-content h2:after{
  background: linear-gradient(to right, #000 50%,#002978 50%);
      position: absolute;
    content: '';
    height: 3px;
    right: 0;
    left: 25%;
    top: 50px;
    width: 50%;
}

.section-heading.white h2:after{
	background: linear-gradient(to right, #000 50%,#fff 50%);
}
.video-content h2:after,.all-white h2:after{
	background: linear-gradient(to right, #fff 50%,#002978 50%);
}	 
.video-content h2:after{
	width: 30%;
	 left: 36%;
}
.all-white h2:after {
	left: 2%;
	width:40%;
	
}
.all-white i.icofont-checked{
	color:#fff !important;
}
 
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.checkout-form,.checkout-form .sub-title,.checkout-form label{
	color:#fff;
}
.checkout-form .form-group label{
	color:#495057;
}
.wecome-content a{
    padding: 16px 40px;
    font-size: 18px; 
    font-weight: 600;
    transition: all 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #000000;
	background: #3fbbf9;
    border: 1px solid #3fbbf9;
    color: #ffffff;
	  animation: infinite shake 3s;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;

}

.wecome-content a:hover {
      -webkit-box-shadow: 0px 1px 5px 0px #ccc;
    box-shadow: 0px 1px 5px 0px #ccc; 
	color:#fff;
}


#generic_price_table{
	background-color: #f0eded;
	padding-top: 50px;
	padding-bottom: 50px;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
	background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
	background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: #fff;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{	
	color: #222;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
	color: #222;
} 

#generic_price_table .generic_content .generic_price_btn a{
	border: 1px solid #002978; 
    color: #fff;
} 

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #002978 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #002978;
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a {
	    -webkit-box-shadow: 0px 1px 5px 0px #ccc;
    box-shadow: 0px 1px 5px 0px #ccc; 
}
} 
#generic_price_table{
	padding: 50px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	text-align: center;
	border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #b9b9b9;
   cursor:pointer;
}
#generic_price_table .generic_content:hover{
	transform:scale(1.05);
}
#generic_price_table .generic_content .generic_head_price {
	margin: 0 0 5px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 0px 0;
}
 

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: 1;
	    background: #002978;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    font-family: "Raleway",sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-family: "Lato",sans-serif;
    font-size: 37px;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 50px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: bold;
    vertical-align: bottom;
	color:red;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{ 
    text-align: left;
	padding: 0;
	max-width:200px;
	margin: 10px auto;
	    max-width: 200px;
}

#generic_price_table .generic_content .generic_feature_list ul li .icofont{ 
    color:green;
}

#generic_price_table .generic_content .generic_feature_list ul li:first-child{
	list-style:none;
}
#generic_price_table .generic_content .generic_feature_list ul li{
	font-family: "Lato",sans-serif;
	font-size: 14px;
	padding: 1px 0 1px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
	margin: 0px 0 12px;
}

#generic_price_table .generic_content .generic_price_btn a{
       padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
    background: #3fbbf9;
    border: 1px solid #3fbbf9;
    color: #ffffff;
	margin-top:0px;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
} 
@media (max-width: 320px) {	
}

@media (max-width: 767px) {
	#generic_price_table .generic_content{
		margin-bottom:15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
		float:left;
		width:50%;
	}
	
	#generic_price_table .col-md-4{
		float:left;
		width:50%;
	}
	
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home{
	 font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a{
	color: #7885CB;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}
.demo-pic{
	margin: 0 auto;
}
.demo-pic:hover{
	opacity: 0.7;
}

#generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#generic_price_table_home li{
	float: left;
}
#generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
}
#generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}
#generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
	background: #002978;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
	background: #1ABC9C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
#generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}
#generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
	padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
	color: #666;
	margin: 0;
	padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
	background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
	
}
.bottom_btn:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
}
#features-area  .features-single{
	min-height:300px;
}
 

#features-area .features-single  p{
	    font-weight: 300;
    line-height: 1.4;
	    text-align: justify;
}
#otp_message{color:green;font-weight:bold;}
#otp_message.red{color:red !important;}
#resend_otp{min-width:140px;}
.thankyou_form hr{
	width:100%; 
}
.thankyou_headings {border-radius:4px;border:1px solid #ccc;padding:0px 15px;background:#fff}
.thankyou_headings h2.sub-title{margin:0px;padding:0px;font-weight:400;color:#000;}
.thankyou_headings p{color:#000;font-weight:normal;}
.content-box__row {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
width: 100%;
}
.section__content__column {
    margin-top: 0;
    float: left;
}
.section__content{
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.section__content__column--half:first-child {
    padding-left: 0;
}
.section__content__column:first-of-type {
    margin-top: 0;
}
.section__content__column--half {
    padding: 0 0.75em;
    width: 50%;
}
.content-box h3 {
    color: #333333;
    font-size:15px;
}
.content-box .address { 
  color:#333;
}

@keyframes loader-custom {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
   
.loader-custom div {
    
    width: 20px;
    height: 20px;
    border: 4px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
}
.loader-custom div {
  animation: loader-custom 1s linear infinite; 
} 
.loader-custom {
    width: 28px;
    height: 28px; 
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    display: inline-block; 
    position: absolute;
    margin-top: 8px; 
	left: 50%;
    top: 15px;
    
} 
.loader-custom div { box-sizing: content-box; }  
 .custom-loading {color:transparent !important;}
 
@media only screen and (max-width: 767px) {
	#why-choose-area{
		    background: linear-gradient(90deg, #000000 5%, #000000 95%);
			    padding: 20px 0 !important;
	}
	#why-choose-area .col-sm-6{
		   margin-bottom:30px;
	}
	.section-heading h2{
		    margin-bottom: 30px;
			font-size: 25px;
	}
	#features-area .features-single{
		min-height:100px;
	}
	#video-area,
	#core-features-area,
	#features-area,
	#welcome-area,
	#product-area{
		    padding: 10px 0 10px  !important
	}
	.why-choose-content h2{
		    margin-bottom: 20px;
	}
	#testimonial-area{
		padding: 20px 0 20px !important
	}
	#generic_price_table{
		    padding: 20px 0 10px 0  !important;
	}
	#otp_input #otp_input_value{
		width: 58% !important;
	}
	.features-single{
		    padding: 5px 10px;

	}
	.features-single i{
		    font-size: 20px; 
    width: 40px;
    height: 40px; 
    line-height: 35px;
	}
	#core-features-area .col-md-12,
	#core-features-area .col-sm-12{
		padding:0px;
	}
	#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{border-width:0px;}
	#generic_price_table .generic_content .generic_head_price .generic_head_content .head{background: #000;    padding-top: 10px;}
	#generic_price_table .generic_content .generic_head_price .generic_head_content{    margin: 0 0 10px 0;}
	#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{    font-size: 40px;    line-height: 40px;}
	#generic_price_table .generic_content .generic_price_btn{    margin: 0px 0 12px;}
}

.product-img{
	max-height:180px;
	margin:auto;
}

.fixed_button#mobile-fixed{
	position:fixed;
	width:100%;
	bottom:0;
	text-align:center;
	z-index:9999;
	background:#000;
	padding-bottom:10px;
	left:0;
	right:0;
	border-top:2px solid #fff;
	
}

.fixed_button#mobile-fixed a{
	margin-top:10px;
	    width: 90%;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent.lg{
	font-size:18px;
	color:#9e9e9e;
	font-weight:normal;
}
#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent.lg del{
	color:#9e9e9e;
}
@media (max-width:767px){
	.product-img{  max-height: 120px;}
	#generic_price_table .generic_content .generic_head_price{    margin: 0 0 5px 0;}
	#generic_price_table .generic_content .generic_head_price .generic_price_tag{padding: 0 0 5px;}
	#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{    font-size: 30px;line-height: 30px;}
	#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{    font-size: 20px;}
	#generic_price_table .generic_content .generic_price_btn a{    margin: 10px 0 0;}
	.mediaWrapper{    padding: 53% 0 0 0 !important;    width: 100% !important;}
	.mediaWrapper iframe{      height: 100% !important;}
	.most_popular{ top: 22px;  right: -42px; width: 50%;}
	.checkout-form-container button,
	#generic_price_table .generic_content .generic_price_btn a,
	.wecome-content a{
		    padding: 7px 40px;
	}
	.core-features-single{
		    margin: 0 0 0px !important;
			padding: 8px 15px;
	}
	.product-single{padding:10px 0px;    margin: 0 0 10px; }
	
}