

body {
  font-family: 'Montserrat', sans-serif;    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5) !important;
}


header {
    position: relative;
}
.page-height {
  min-height: calc( 100vh - 87px );
  height: 100% !important;
  display: block;
}
.page-section {
  padding: 30px 0 50px 0;
max-width: 900px;
margin: 0 auto;
    width: 80%;
}
.page-section h3.pagem-title {
        text-align: left;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #ccc;
    margin-bottom: 20px;
}
.navbar-default .navbar-collapse {
    border-color: #ff850a;
    background: #ff850a;
}
.navbar-default {
    background-color: #ff850a;
    border-color: #ff850a;
    margin-bottom: 0;
    border: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #ff850a;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #fff;
    color: #333;
}
.dropdown-menu {
  padding: 0 0;
  border-radius: 0;
}
.dropdown-menu li a {
	padding: 7px 15px;
}
.dropdown-menu li a:hover {
	background:#ff850a;
	color:#fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #ff850a;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff;
border: 1px solid #ff850a;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ff850a;
}
.modal-backdrop.in {
    opacity: .9;
  }
 .howitw-sec li{
    position:relative;
    list-style:none;
    padding: 5px 0;
    margin-left: 20px;
}
 .howitw-sec li:before {
    content:"";
    background:#333;
    position:absolute;
    display:block;
    width:6px;
    height:6px;
    left:0px;
    margin-left: -15px;
    margin-top: 7px;
    border-radius:50%;
}
.howitw-sec ul{
    padding:0;
}
.howitw-sec ul >  li:before {
    content: "";
    background: #fff;
    position: absolute;
    display: block;
    border:1px solid #8a8585;
    width: 8px;
    height: 8px;
    left: 0px;
    margin-left: -15px;
    margin-top: 7px;
    border-radius: 50%;
}

 /*  Styles */
.pad-0 {
  padding:0px;
}
.padleft-0 {
  padding-left:0px;
}
.padright-0 {
  padding-right:0px;
}
.row {
    margin-left: 0;
    margin-right: 0;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #cccccc;
}
.border-l {
  border-left: 1px solid #ddd;
}

.modal-dialog {
  width: 70%;
  margin: 0 auto;
  max-width: 800px;
  top: 52px;
  }


 /* Header */
 .container-fluid {
	 padding:0px;
 }

.header {
     background: #ff850a;
    display: block;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 2px 4px rgba(0,0,0, 0.8);
    z-index: 1;
}
.header-right .navbar-default li {
    border-top:3px solid #ff850a;
}
.header-right .navbar-default .navbar-nav>li>a:hover,
.header-right .navbar-default .navbar-nav>li>a:focus {
    color:#0012ae;
}
.header-right .navbar-default li.active {
    border-top:3px solid #fff;
}
.header-right .navbar-default .nav>li>a {
    padding-top:14px;
    padding-bottom:13px;
    text-transform: uppercase;
    font-size: 13px;
}
.navbar-nav>li>.dropdown-menu li, .navbar-nav>li>.dropdown-menu li.active {
   border-top:0;
}
.thank-you {
  position: absolute;
      top: 51px;
      display: block;
      z-index: 2;
      right: 1px;
      width: 180px;
}
 .thank-you img {
   width:100%;
 }
.head-menu span {
    color: #fff;
    text-align: center;
    float: none;
    padding: 15px 10px;
    display: inline-block;
}
.head-menu span a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.head-menu span a:hover {
    color:#0012ae;
}
#logo-container {
    width: 148px;
}
 .logo-link img {
  width:100%;
    padding: 8px 0;
}
h4 {
  font-weight: 600;
}
h4 span.blue{
  font-size:40px;
  color:#02ceff;
}
h4 span.orange{
  font-size:40px;
  color:#ff850a;
}





/* Footer Styles */

/* Footer */



.footer-sec {
	background: #ff850a /*#eaeaea*/;
}
footer {
    margin: 0px;
}
.footer-top {
	background:#fff;
	padding:20px;
}
.footer-bottom {
	background: #f2f2f2 ;
	height: 0px;
	position: relative;
	width: 100%;
	bottom: 0;
}
.footer-bottom .site-links {
    text-align:left;
}
.footer-bottom .site-links ul  {
    margin-bottom:0;
}
.footer-bottom .site-links ul li{
	display:inline-block;
    margin: 0;
    padding: 12px 10px 8px 10px;
    color: #fff;
    font-size: 12px;
}
.footer-bottom .site-links ul li a{
   text-align:center;
   color:#fff;
    font-size: 12px;
}
.footer-link {
    width: calc(100% - 278px);
    float: left;
}
.footer-cp {
	display: block;
    text-align: center;
    width: 275px;
}
.footer-cp  span {
  color: rgba(255,255,255, 0.6);
  float: none;
  padding: 5px 10px 8px 10px;
  font-size: 12px;
  display: inline-block;
}
.footsec-1 ul li:last-child {
    color: rgba(255, 255, 255, 0.6);
}
.footer-nbl  {
  width: auto;
      float: none;
      padding-top: 7px;
      text-align: center;
}
.footer-nbl img {
    width:120px;
    margin-top: 0px;
}
.footer-cp a {
    color:#fff;
}
.footsec-1, .footsec-2, .footsec-3 {
    width: auto;
    float:left;
    display:block;
}
.footsec-1 ul , .footsec-2 ul , .footsec-3 ul {
    padding:0;
}

/* Main slider */

section.main-slide {
	height:auto;
}
.main-image {
	  height: auto;
}
.main-image img{
	  width:70%;
   padding: 20px 50px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.main-slides .item {
	height:50vh;
	background:#0515ae;
	padding:25px;
	position:relative;
}
.main-slides .item .text-cont{
	width:80%;
    text-align: center;
	margin:0 auto;
}

.main-slides .item h4 {
     font-size: 40px;
    color: #fff;
    position: absolute;
    top: 40%;
    display: block;
    width: 100%;
    left: 0;
}
.fourpro-img img, .price-img img  {
	width:100%;
	display:block;
}
.fourpro-img {
	border-bottom: 2px solid #fff;
}


/* Intrested Page Styles */

.intrested-page {
display: block;

margin: 0 auto;
margin-top: 5%;
background: rgba(0,0,0,0.2);
padding: 0 25px;
color: #222;
border-radius: 2px;
}
.intrest-form {
    margin: 0 !important;
	padding: 30px 0 !important;
    text-align: left;
}
.intrested-page h2 {
    color:#222;
    font-size: 2em;
    padding-bottom:10px;
    border-bottom:1px solid #222 ;
    display:inline-block;
    margin-bottom: 0px;
}
.intrested-page form p b {
   font-size: 1.2em;
    color: #3d3d3d;
    font-weight: 600;
}
.intrested-page .contac-bg {
    background: #dddddd8c;
		padding:0;
}
.intrest-form  button {
  background: #ff850a;
    border-color: #ff850a;
    float: right;
    margin-bottom: 15px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    float: left;
}
.intrest-form p.head{
        font-size: 20px;
    font-weight: 600;
    line-height: 15px;
    padding-bottom: 5px;
    color: #3d3d3d;
}
.intrest-form p {
    margin-bottom:auto;
}
.intrest-form span{
	font-size:18px;
}
.call-us .or {
    padding:20px 0 10px 0;
        color: #3d3d3d;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    display: block;
    position: relative;
}
span.or:before, span.or:after  {
        border-top: 1px double #fff;
    content: "";
    margin: 0;
    position: absolute;
    width: 45%;
    top:30px
}
span.or:before{
    left: 0%;
}
span.or:after {
    right: 0%;
}
.call-us h4 {
    color: #3d3d3d;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 0;
}
#contac-bg input {
    height: 40px;
    margin-bottom:10px;
}

.contac-bg {
    padding-top:0;
    padding-left:0;
}
.intrest-bg {
    /*background: url('../images/interestbg1.jpg');*/
    min-height:calc(100vh - 92px);
    display:block;
    width:100%;
    background-size: cover;
    background-position: 0 23%;
    height:100%;
}
.intrest-logo img{
    width:50%;
    padding: 15px 15px 0px 0;
}
.intrest-logo {
	width:100%;
	display:inline-block;
}
.intrest-form .contac-bg input {
    margin-bottom: 15px;
    height: 45px;
    padding-left: 10px;
    border-color: #dddddd;
    color: #222;
        font-size: 18px;
        font-weight: 500;
}
.alert-intrested {
    color:#fff;
    display:block;
    font-size: 20px;
    margin-bottom: 15px;
    text-align:center;
    font-weight:600;
    height: 40px;
}
.intrest-form button {
    background: #ff850a;
    border-color: #ff850a;
    float: left;
    margin-bottom: 0px;
    font-size: 17px;
    letter-spacing: 0px !important;
    font-weight: bold;
    padding: 10px 15px;
    width: 100% !important;
    height: auto;
}


/* Price TAB
section.pricetab {
  width:100%;
}
section.pricetab img {
width:100%;
background-size:cover;
display:block;
	}*/

/* second Section */
.price-section {
height:100%;
display:block;
position:relative;
}
.orange-sec {
	height: 100%;
	background: #ff850a;
}
.blue-sec {
	height: 100%;
	background: #0515ae;
    padding: 120px 20px 50px 20px;
}
.price-sec {
	background: #fff;
	width:30%;
	padding:20px;
	margin-left:2.5%;
    text-align: center;
    top: 60px;
    border: 1px solid #0515ae;
}
.price-sec h3 {
   font-size: 32px;
   font-weight: 600;
   color:#ff850a;
   text-align:center;
 }
 .price-sec h4 {
   font-size: 30px;
   font-weight: 600;
   color:#0515ae;
   text-align:center;
 }
 .price-sec  img {
   width:60%;
   text-align:center;
   margin:0 auto;
    height: 100%;
 }
 .price-text {
    width: 100%;
 }
.price-text h3{
	color:#fff;
	font-size: 40px;
	text-align:center;
	width: 80%;
	margin: 0 auto;
}
.price-text h3 span{
	font-size: 30px;
	text-align:center;
	color:#fff;
}
.orangesec-div {
       max-width: 1100px;
    margin: 0 auto;
    z-index: 9 !important;
    display: block;
    position: relative;
}
.pricesec3 {
	min-height:169px;
    padding-top: 18px;
}
.price-sec .pricesec3 img {
    width:100%;
    height: auto;
    padding:5px;
	min-height:auto;
}
.price-sec h5 {
    font-size: 16px;
    font-weight: 600;
    color: #0515ae;
    text-align: center;
}


/*  Price section under */

.price-under p {
	margin-bottom:10px;
	text-align:center;
	font-size:14px;
}
.price-under p a {
	color: #ff850a;
	text-decoration:none;
}
.price-under h4.contactus-btn {
    padding-top:15px;
    padding-bottom:20px;
}
.price-under h4 a {
	background:#ff850a;
	color:#fff;
	padding:8px 15px;
	border-radius:2px;
	font-weight:500;
	text-decoration:none;
}


/* Home page Styles */



/* Banner Styles */

.banner {
    position:relative;
}
.banner img {
  width:100%;
}
.banner-img {
    width: 33%;
    position:absolute;
    bottom:0px;
    right:0
}
.banner-img  img{
    width:100%;
}
.banner-text {
    width:350px;
    position:absolute;
    bottom:8%;
    right: calc(50% - 175px);
    background-position: 0% 6%;
    z-index: 1;
}
.banner-txtbg {
    position: absolute;
    display: block;
        bottom: -110px;
        right: calc(33% - 136px);
        background-position: 0 0%;
    z-index: 0;
}


.banner-text img{
    width:100%;
    padding-bottom: 20px;
}
.banner-txtcont {
    text-align:center;
    position:relative;
    width: 350px;
}
.banner-txtcont h2 {
  margin-top: 5px;
color: #e67c11;
font-weight: 800;
letter-spacing: 2px;
font-size: 43px;
}
.banner-txtcont h2 span {
  color: #e67c11;
font-size: 43px;
letter-spacing: 6px;
}
.banner-txtcont span {
        color: #333;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0px;
}
.banner-txtcont h3 {
  margin-top: 5px;
color: #333;
font-size: 38px;
border-bottom: 4px double #333;
margin-bottom: 0;
font-weight: 800;
padding-bottom: 10px;
}
.banner-txtcont h3 span {
    margin-top:10px;
        color: #333;
    font-size: 38px;
}
span.one-br {
  display:block;
  position:relative;
}
span.one-br:before {
        border-top: 4px double #333;
    content: "";
    left: 0%;
    margin: 0;
    position: absolute;
    width: calc(180px - 40px);
    top:10px
}
span.one-br:after {
        border-top: 4px double #333;
    content: "";
    right: 0%;
    margin: 0;
    position: absolute;
    width: calc(180px - 40px);
    top:10px
}
span.double-br {
  display:block;
  position:relative;
}
span.double-br:before {
        border-top: 1px double #333;
    content: "";
    left: 0%;
    margin: 0;
    position: absolute;
    width: calc(180px - 70px);
    top:10px
}
span.double-br:after {
        border-top: 1px double #333;
    content: "";
    right: 0%;
    margin: 0;
    position: absolute;
    width: calc(180px - 70px);
    top:10px
}
h4.buyn-btn a{
    background: #ff850a;
    color: #fff;
    padding: 8px 15px;
    border-radius: 2px;
    font-weight: 500;
    text-decoration: none;
    text-align:center;
}
h4.buyn-btn a:hover, h4.buyn-btn a:active, h4.buyn-btn a:focus, h4.home-howit-btn a:hover, h4.home-howit-btn a:active, h4.home-howit-btn a:focus
.contactus-btn a:hover, .contactus-btn a:active, .contactus-btn a:focus  {
    background: #e67c11;
  }
.banner-btn {
    text-align: center;
    margin-top: 10%;
}

/* Banner bottom Ribbon */

.banner-bot {
    background: #bc9f7f;
    text-align: center;
    color: #fff;
}
.banner-bot i {
   font-size: 7px;
   padding:0px;
   display:inline-block;
    top: -2px;
    position: relative;
}
.banner-bot h4 {
  margin:10px 0;
}
.banner-bot h4 span{
   padding:10px 0;
   display:inline-block;
   font-size: 16px;
   padding-right: 1%;
   font-weight:500;
}


/* Home page overview section */

.h-overview {
    background: #e9e2dd;
    padding: 50px 0 30px 0;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
    z-index: 0;
}
.h-overview .container {
    max-width: 920px;
}
.hoverview-topsec {
    padding-bottom: 30px;
    border-bottom: 1px solid #969696;
    margin-bottom: 15px;
    margin-bottom: 40px;
}
.hoverview-topsec img{
  width: 100%;
}
.hoverview-topimg {
    text-align:center;
}
.hoverview-topimg img {
  width: 75%;
  text-align:center;
  margin:0 auto;
}
.hoverview-topimg h4{
   margin-left: -50px;
   display:block;
    font-size: 16px;
}
.hoverview-toptext {
    padding: 0px 32px;
    margin-top: -15px;
}
.hoverview-toptext span {
    font-style: italic;
    font-size: 18px;
}
.hoverview-toptext h4 {
    font-size: 20px;
    text-align:center;
    line-height:1.3;
}
.hoverview-toptext p {
   font-size:16px;
   text-align:center;
}
.hover-wrapper {
    display: flex;
}
.hoverv-cents {
  width: calc(33.333% - 36px );
      margin: 0 18px;
      border-bottom: 2px dotted #969696;
      margin-bottom: 10px;
}
.hover-mstitle {
    font-weight:600;
    font-size: 16px;
    text-align:center;
    padding-top:15px;
    line-height: 1.3;
}
.hoverv-centsxs{
    text-align: center;
}
.hoverv-centsxs ul li{
    text-align:left;
}
.hoverv-cents ul {
    padding-left:20px;;
}
.hoverv-bots {
    width: calc(33.333% - 36px );
    margin: 0 18px;
}
.hoverview-toptext span {
    font-style: italic;
    font-size: 18px;
    margin: 20px 0;
    display:block;

}
.hoverview-toptext span:after {
    content: "";
    background: #999;
    width: 50px;
    height: 1px;
    display:block;
    position:relative;
    left: calc(50% - 30px);
    top: 5px;
}
.hoverview-toptext span:before {
    content: "";
    background: #999;
    width: 50px;
    height:1px;
    display:block;
    position:relative;
    left: calc(50% - 30px);
    top: -5px;
}

/* use case title section */

.usecase-title {
    padding: 30px 0 10px 0;
    text-align:center;
}
.usecase-title h3 {
    color:#ff850a;
    text-transform: uppercase;
    font-weight:600;
    margin-bottom: 20px;
}
.usecase-title p {
   font-size: 16px;
   margin-bottom:0;
}
.usecase-title h3:after {
    content: "";
    background: #999;
    width: 50px;
    height:1px;
    display:block;
    position:relative;
    left: calc(50% - 30px);
    top: 10px;
}

/* Use case section */
.usecase-section {
  padding: 0 10px 10px 10px;
  display:inline-block;
}
.h-usecase img{
    width:100%;
}
.h-usecaseleft {
    padding: 15px 10px 0px 10px;
}
.h-usecaseright {
    padding:15px 10px 0 9px;
}
.uses-img {
    padding-bottom:10px;
}
.h-usecase .imgsec-usecse {
    position:relative;
}
.h-usecase .imgsec-usecsetxt {
    position:absolute;
    bottom: 10px;
    padding-left:15px;
    background:rgba(0,0,0,0.7);
    width:100%;
    color:#fff;
}
.h-usecaseleft.large  .imgsec-usecsetxt {
    bottom: 0;
}
.imgsec-usecsetxt h4 {
 margin: 0;
 padding: 15px 0 5px 0;
}
.h-usecaseright.large .imgsec-usecsetxt, .usecase-msec  .imgsec-usecsetxt {
    bottom:0;
}

/* usecase center section */

.h-usecase.usecase-middlesec  .usecase-msec:nth-child(1)  {
    padding: 10px 10px 5px 10px;
}
.h-usecase.usecase-middlesec  .usecase-msec:nth-child(2)  {
    padding:10px 10px 5px 10px;
}
.h-usecase.usecase-middlesec  .usecase-msec:nth-child(3)  {
    padding: 10px 10px 5px 9px;
}




/* About section */

.habout-sec .container {
    width: 954px;
    margin: 0 auto;
}
.habout-sec {
    padding: 45px;
    background: linear-gradient(#fff, #fff, #cfcfcf);
    box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
}
.habout-sec  img {
    width:100%;
}
.habout-pod , .habout-bean {
  text-align:center;
}
.habout-pod h4, .habout-bean h4 {
  color: #3d3d3d;
  font-weight: 600;
  margin-right: 62px;
    font-size: 22px;
    margin-top: -10px;
}
.habout-pod h4.about-htitle {
    margin-right: 88px;
}
.habout-txtalign {
    padding-top: 35%;
}
.hadout-text {
    text-align:center;
    width: 283px;
}
.hadout-text h2{
    color:#0515ae;
}
.hadout-text span{
    color:#0515ae;
    font-weight:500;
    font-size: 18px;
    letter-spacing: 2px;
}
.hadout-text h3{
    color:#ff850a;
    font-weight: 700;
margin-top: 5px;
letter-spacing: 2px;
font-size: 28.9px;
}
.hadout-text h3 span{
    color:#ff850a;
    font-weight: 500;
    font-size: 29px;
    letter-spacing: 3px;
}
.hadout-text, .habout-pod, .habout-bean{
    float:left;
    position:relative;
}
.habout-pod {
    width:320px;
}
.habout-bean {
    width:320px;
}
.hadout-text h2{
    letter-spacing: 2px;
    font-size: 32px;
}
.hadout-text span:after{
    border-top: 4px double #948e8e;
    content: "";
    left: 0%;
    margin: 0;
    position: absolute;
    bottom: 58px;
    width: calc(110px - 40px);
}
.hadout-text span:before{
    border-top: 4px double #948e8e;
    content: "";
    right: 0%;
    margin: 0;
    position: absolute;
    bottom: 58px;
    width: calc(110px - 40px);
}

/* How it works */

.how-it-img {
    max-width:728px;
    margin:0 auto;
}
.how-it-works {
    background-image: url('../images/circles-light.png');  /* Background pattern from Subtle Patterns */
    display:block;
}
.how-it-works a{
    color:initial;
}
.how-it-container {
    max-width: 840px;
    margin: 0 auto;
}
.how-tt, .how-tc {
    width: 50%;
    float:left;
}
.how-tt {
    text-align: right;
    padding-right: 30px;
}
.how-tt h2{
    color:#ff850a;
    font-size: 30px;
    font-weight:700;
    padding: 10px 0;
    border-top: 4px double #ccc;
    border-bottom: 4px double #ccc;
    display:inline-block;
    margin-top: 15px;
    letter-spacing:2px;
}
.how-it-text {
    display: inline-block;
    width: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 71%, rgba(255, 255, 255, 0.21) 100%);
background: -moz-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 71%, rgba(255,255,255,0.6) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.6)), color-stop(45%, rgba(255,255,255,1)), color-stop(71%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.6)));
background: -o-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 71%, rgba(255,255,255,0.6) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 71%, rgba(255,255,255,0.6) 100%);
}
.how-tc {
    padding: 20px 0px 10px 10px;
}
.how-tc p {
   margin-bottom:0;
   font-size: 18px;
padding-top: 2px;
font-weight: 500;
}
h4.home-howit-btn {
    text-align:center;
    padding: 20px 0 25px 0;
    margin:0;
}
h4.home-howit-btn a {
        background: #ff850a;
    color: #fff;
    padding: 8px 15px;
    border-radius: 2px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}
.pagebot-btn {
    text-align:center;
    padding: 30px 0 10px 0;
    display:block;
}
.pagebot-btn h4.buyn-btn {
    text-align:center;
}

/* Pricing section  */

section.pricing {
    display: inline-block;
    width: 100%;
    padding: 15px 0 25px 0;
    background: #efe8df;
}
.pricing-sec {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 15px;
  max-width:1000px;

}
.pricing-sec h3 {
    font-weight:800;
    margin-bottom: 5px;
}
.pricing-sec p {
    font-size: 14px;
    margin-bottom: 20px;
}
.pricing-table {
  width: 214px;
  float: left;
  margin-right: 38px;
  padding-bottom: 30px;
}
.pricing-table:last-child {
    margin:0;
}
span.dolar {
  font-size: 10px;
font-weight: 500;
vertical-align: super;
position: absolute;
margin-top: 8px;
margin-left: -10px;
}
span.num {
    font-size: 30px;
    font-weight:bold;
    padding:0 2px;
}
span.deci {
     font-size:10px;
     font-weight: 500;
     vertical-align: text-bottom;
}
.price-title h4{
    padding:10px 0;
    margin:0;
    background: #f5f5f5;
    color: #0515ae;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 600;
}
.pricing-img {
    background: #f5f5f5;
    margin-top: 2px;
  height: 252px;
  padding-top: 15px;
    width: 100%;
}
.pricing-img img {
	width:100%;
}
.pricing-text {
    background: #0515ae;
    color: #fff;
    padding: 10px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 2px;
}
.pricing-text p {
  margin-bottom:5px;
}
.pricing-table.special .price-title h4 {
    color:#ff850a;
}
.pricing-table.special .pricing-text {
  background: #ff850a;
}
.pricing-img p {
    margin-bottom:10px;
    font-size: 15px;
    font-weight:600;
    margin-top: -6px;
    color: #333;
}



/* Features section */

section.features {
    text-align:center;
}
section.features img {
    width:100%;
}
section.features h4 {
  position: absolute;
      bottom: 0;
      text-align: center;
      display: block;
      color: #0515ae;
      background: rgba(255,255,255,0.9);
      font-size: 28px;
      padding: 10px;
      width: 100%;
      margin-bottom: 30px;
  }




  /* Intrested section styles */

  .smart-chartsec {
      background: #525252;
      padding: 25px;
      color: #fff;
  }
  .smartg-one {
      float:left;
      width:50vw;
  }
  .smartg-two {
      float:left;
      width:20vw;
      border-left: 1px dotted;
  }
  .smartg-one.intrest {
    width:50%;
  }
  .smartg-two.intrest {
      width:40%;
      padding: 10px 3%;
  }
  .smartg-one.intrest h3 {
      font-weight:500;
      font-size: 2.5em;
      border-bottom:1px dotted #fff;
      padding-bottom:10px;
	  margin-top: 5px;
  }
  .smartg-one.intrest p {
      font-size:13px;
  }
  .smartg-two.intrest button{
      background:#ff850a;
      color:#fff;
      border-color:#ff850a;
      font-weight:500;
      font-size:14px;
      float:left;
      margin-bottom:0;
      border-radius:0;
  }
  .smartg-two.intrest  input{
      border-radius:0;
      margin-bottom:10px;
  }



/* Boat show image popUp */

.modal-open {
  padding:0px !important;
}
.modal-open .modal {
  background: rgba(255,255,255,0.2);
}
#boatshow .modal-body img {
   width:100%;
    padding: 30px;
    background: rgba(255,255,255,1);
  border-radius: 3px;
  box-shadow: 2px 2px 40px rgba(0,0,0,0.6);
}
#boatshow .modal-body {
  padding:0;
  width:300px;
  height:auto;
}
#boatshow .modal-dialog {
   width: 300px;
       margin: 0px;
       top:25%;
         right: calc(50% - 150px);
       position: absolute;
    margin-right: 0px;
}
.dropdown-backdrop {
   background:rgba(255,255,255,0.3) !important;
}
#boatshow .modal-body button.close {
    position: absolute;
    right: 0px;
    font-size: 25px;
    border: 0px;
    background: none;
    color: #ec7a07;
    opacity: 1;
    top: 0px;
    padding: 0;
}
#boatshow .modal-body button.close {
    background: url('../images/close-orange.png');
    background-color:#ffffff;
    width: 5px;
    height:5px;
    display:block;
    background-size:contain;
    padding:7px;
    display:block;
    border:10px solid #fff;
}
#boatshow .modal-body button.close:hover {
    background: url('../images/close-white.png');
     background-color:#ff850a;
    width: 5px;
    height:5px;
    display:block;
    background-size:contain;
    padding:7px;
    display:block;
    border:10px solid #ff850a;
}






/* Special Priceing section */

.special {
	/*background:#f5f5f5;*/
	color:#ff850a;
	text-align:center;
}
.pricing-table a {
    text-decoration:none;
}
.special h1 {
	font-size: 43px;
	font-weight: 700;
	letter-spacing: 0px;
    margin-top: 0;
    padding: 10px 0 10px 0;
}
.special h2 {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0px;
	color:#0013ae;
	    padding: 10px;
    margin-bottom: 0;
}



/*#boatshow .modal-body button.close:active img, #boatshow .modal-body button.close:hover img {
    color: #fff;
    opacity: 1;
    background: #ff850a87;
    border-radius:0px;
}
#boatshow .modal-body button.close img {
    padding: 10px;
    width: 40px;
    background:#fff;
    box-shadow: none;
}*/


/* Media Query
@media all and (max-width: 1100px) and (min-width: 768px) {


	.slideone-itemimg .top-left{
	width: 25%;
}
.slideone-itemimg .top-right{
	width: 25%;
}

.slideone-itemimg .bottom-left{
	width: 25%;
}
.slideone-itemimg .bottom-right{
	width: 25%;
}

.price-sec h3 {
    font-size: 22px;
}
.price-sec h4 {
    font-size: 20px;
}

}



@media (max-width:767px) {

	.price-sec {
    background: none;
    padding: 20px;
    margin-left: 0%;
    text-align: center;
    top: 60px;
    width:100%;
    border:0px;
}

.price-sec .price-sec1, .price-sec .price-sec2, .price-sec .price-sec3 {
    background: #fff !important;
    width: 60%;
    padding: 20px;
    margin-left: 0%;
    text-align: center;
    top: 60px;
    border: 1px solid #0515ae;
    margin:0 auto;
    left: 20%;
}


}



*/






/* Added Sections Activitis  */

section.our-service img {
	width: 100%;
	display:block;
}
section.our-service {
	padding: 10px;
}
 .ourservice-sec {
    padding: 5px 5px ;
 }
 .ourservice-sec  h4 {
text-align: center;
    color: #222;
    font-weight: 700;
    padding: 8px 0;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 16px;
 }
  .ourservice-sec  p {
	    text-align: center;
    color: #3d3d3d;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0 10%;
    font-size: 13px;
    padding-bottom: 15px;
 }
 .ourservice-sec.center , .ourservice-sec.left, .ourservice-sec.right  {
    width: 33.3%;
    padding: 10px 2%;
}
.div-ourser {
padding: 0px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}






/* Additional page */


.additional-pod , .additional-bean {
	float:left;
	padding-left: 20px;
}
.additional-pod h4 , .additional-bean h4 {
	font-size: 13px;
    text-align: center;
}
.additional-text {
	float:left;
}

.additional-pod img{
	width:100%;
    padding-top: 100px;
}

.additional-bean img{
	width:100%;
    padding-top: 100px;
}
.addit-table {
    background-color: #f2f2f2;
}
.addit-table .title-row{
    background-color: #ff850a;
}
.addit-table .title {
	padding:5px;
	background:#ff850a;
	color:#fff;
	border-left:1px solid #fff;
	text-align:center;
	height: 50px;
}
.addit-table .title.special {
	background:#666;
}
.addit-table .text {
	padding:5px 10px 5px 5px;
	background:#f5f5f5;
	color:#3d3d3d;
	border-left:1px solid #fff;
	text-align:left;
	font-weight:400;
	border:1px solid #f2f2f2;
}
.addit-table .price {
	padding:5px 5px;
	background:#f5f5f5;
	color:#3d3d3d;
	border-left:1px solid #fff;
	text-align:center;
	font-weight:400;
	border:1px solid #f2f2f2;
}
.additional-text .price-under h4 {
	text-align:center;
	font-size:  16px;
	margin-top:15px;
	padding: 10px 0 0 0;
	color: #0515ae;
}
.additional-text .price-under h3 {
	text-align:center;
	color:#ff850a;
	font-weight:600
}
h3.addit-head {
	text-align: center;
	color:#0515ae;
	padding: 10px 0;
	font-weight: 600;
	font-size: 28px;
}




 /* Inner Pages  */

 /* Page Banner */
 /*.page-banner {
    background: url('../images/innerpage-banner.jpg');
    margin: 0 !important;
       display: block;
    width: 100%;
    height: 300px;
    color: #fff;
    text-align: center;
    background-position: 0% 19%;
    position: relative;
}
.page-banner {
  position: relative;
}
.page-banner h2 {
   position:absolute;
   top: calc(50% - 40px);
   text-align:center;
   width:100%;
    text-shadow: 3px 3px 8px rgba(0,0,0, 0.8);
} */
.page-banner img{
    width:100%;
}
.sbean-pbanner, .spod-pbanner {
   background: #efe8df;      /* url('../images/homepage/sand-bg.jpg');*/
   margin: 0 !important;
      display: block;
   width: 100%;
   height: auto;
   color: #fff;
   text-align: center;
   background-position: 0% 0%;
   position: relative;
}
.spod-pbanner .container, .sbean-pbanner .container  {
    position: relative;
    max-width: 900px;
    height: auto;
    max-height: 340px;
    width: 80%;
}
.spod-pbanner .banner-img {
  width: 30%;
    top: 0;
    position: relative;
    float: right;
    padding: 20px 0;
    right: 10%;
}
.sbean-pbanner .banner-img {
  width: 30%;
  top: 0%;
    right: 10%;
    position: relative;
    float: right;
    padding: 30px 0 0 0;
}
.sbean-pbanner h3, .spod-pbanner h3 {
  position: absolute;
  top: calc(50% - 40px);
  text-align: left;
  width: auto;
  margin: 0;
  font-weight: 600;
  left: 30px;
    color: #333;
}
.sbean-pbanner h4, .spod-pbanner h4 {
  position: absolute;
  top: calc(50% - 0px);
  text-align: left;
  width: auto;
  margin: 0;
  font-weight: 600;
  left: 30px;
    color: #333;
}
.sb-sec:nth-child(2)  , .sp-sec:nth-child(2) {
    padding-top: 10px;
}

.sb-sec, .sp-sec {
  padding-bottom: 10px;
      border-bottom: 1px dotted #ddd;
      margin-bottom: 15px;
    padding-top: 10px;
}
.sb-ltitle, .sp-ltitle {
font-weight: 600;
   border-bottom: 0px dotted #ddd;
   margin-bottom: 5px;
}
.sb-ltitle p, .sp-ltitle p {
 margin-bottom:3px;
}
.safetybean-page li{
    position:relative;
}
.safetybean-page li:before {
    content:"";
    background:#333;
    position:absolute;
    display:block;
    width:6px;
    height:6px;
    left:0px;
    margin-left: -15px;
    margin-top: 7px;
    border-radius:50%;
}


/* About us page */

.about-sec {
    max-width:940px;
    margin:0 auto;
    padding: 30px 0px;
    width: 80%;
}
.about-sec img {
   width: 100%;
}
.aboutsec-text {
        padding-bottom: 25px;
}
.aboutsec-text h4 {
    /*border-bottom: 2px solid #0515ae;
	color: #0515ae;
    display:inline-block;*/
    padding-bottom: 5px;
}
.nb-logo {
    width: 50%;
    margin: 0 auto;
}
.aboutsec-nblogo {
  max-width: 325px !important;
width: 32% !important;
margin-top: 10px;
display: block;
}
.aboutsec-text p span {
	width: auto;
	padding-right:25px;
}
.our-team {
    padding: 10px 0 30px 0;
    display: block;
}
.ourteam-sec {
    text-align: center;
}
.aboutsec-text h4, .about-nb h4 {
    line-height: 1.4em;
    margin-top: 5px;
    color: #383838;
    padding-bottom: 0px;
  font-weight: 600;
  font-size: 18px;
}
.aboutsec-text p {
      text-align: justify;
    color: #383838;
    line-height: 1.6;
    font-size: 14px;
	margin-bottom: 10px;
}
.nb-brands {
  padding: 25px 0;
}
.nb-brands .nb-brands-sec {
	max-width: 320px;
	margin: 0 auto;
	text-align:center;
}
.nb-brands .nb-brands-sec img {
   max-width: 200px;
   margin-bottom:15px;
}
.nb-bsecimg {
	min-height: 60px;
}
.about-nb a {
	color:#ff850a;
}
.our-skill {
  width: 125px;
float: left;
padding: 0 0px;
margin-bottom: 10px;
}
.os-sec {
	width: 120px;
	margin:0 auto;
	text-align:center;
	height:120px;
	vertical-align:middle;
	padding: 35px 20px 20px 20px;
	border-radius:50%;
	position:relative;
	font-weight: 600;
}
.os-sec.blue {
	background:#d2d6f3;
}
.os-sec.orng {
	background: #d2d6f3;  /*#f2e0c8;*/
}
.about-nb .our-skill:nth-child(3) .os-sec.blue {
    padding-top:50px;
    display:block;
}
.about-nb .our-skill:nth-child(6) .os-sec.orng {
    padding-top:40px;
    display:block;
}
.about-nb .our-skill:nth-child(7) .os-sec.orng {
    padding-top:40px;
    display:block;
}
.os-sec p {
	vertical-align:middle;
}
.our-skill.large-txt .os-sec {
	padding: 40px 20px 20px 20px;
}
.our-skillmsw {
	width: 500px;
	margin:0 auto;
}
.div-ourteam {
    border: 1px solid #f5f5f5;
    padding: 5px;
    border-radius: 5px;
}
.div-ourteam  img{
    border-radius:50%;
}
.our-team h3 {
    line-height: 1.4em;
    margin-top: 20px;
    color: #383838;
    text-align:center;
    padding: 5px 20px;
    background:#f2f2f2;
}
.div-ourteam   h4 {
text-align: center;
    color: #222;
    font-weight: 700;
    padding: 8px 0;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 16px;
 }
 .div-ourteam   p {
	    text-align: center;
    color: #3d3d3d;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0 10%;
    font-size: 13px;
    padding-bottom: 15px;
 }
.ourteam-sec {
    width: 50%;
    padding:0;
    margin-bottom: 20px;
}
.ourteam-sec.one, .ourteam-sec.three {
    padding-right:10%;
}
.ourteam-sec.two, .ourteam-sec.four {
    padding-left:10%;
}


/* Safety Bean page styles */

.safetybean-page {
  padding-bottom: 30px;
  max-width: 900px;
    width: 80%;
}
.safetybean-page h3 {
      font-size: 16px;
      color: #333;
      font-weight: 600;
       border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}
.safetybean-page li  {
   padding:5px 0;
    margin-left: 20px;
    list-style: none;
}
.safetybean-page li p {
   margin-bottom:0;
}
.safetybean-page h2 {
    text-align:center;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}
.safep-rsec {
    background:#f5f5f5;
    height: -webkit-fill-available;
    min-height: 100% !important;
    display: inline-table;
}
.safep-rsec ul {
    padding: 0;
}

/* How it page styling */

.howitw-sec.container {
    padding: 30px 0px;
    max-width: 900px;
    width: 80%;
}
.howitw-sec h3, .about-sec h3 {
  text-align: left;
      margin-top: 0;
      padding-bottom: 10px;
      border-bottom: 3px solid #ccc;
      font-weight: 600;
}
.howitw-sec h4 {
text-align: left;
    font-weight: 600;
    padding-top: 5px;
  }
  .howitw-sec table {
    margin-top:100px;
    display: inline-block;
  }

.howitw-sec table tr{
    border: 1px solid #ccc;
    width: 100%;
}
.howitw-sec table td {
  width: 50% !important;
  padding: 10px 20px;
  border-right: 1px solid #ccc; }

 .howit-sec {
    padding-top: 18px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.howit-ltitle {
font-weight: 600;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
  padding-bottom: 5px;
}
.howit-ltitle p {
  margin-bottom:3px;
}
.howit-img {
  display: inline-block;
  padding-right: 20px;
  background: #f2f2f2;
  height: auto;
  width: calc(100% - 20px);
}
.howit-img img {
  width: 100%;
}
.howvid-sec h4 {
   font-size: 13px;
   font-weight: 600;
   padding-top: 0px;
   padding-bottom: 25px;
}
.howit-videos {
   padding-bottom: 0px;
   border-bottom: 1px solid #ddd;
     margin-bottom: 50px;
}
.howvid-sec {
	padding-left:0
}
.howvid-sec img {
  width:100%;
}
.howit-videos .btn-default, .howit-videos .btn-default:active {
	background: #ff850a;
	color:#fff;
	font-weight: 100;
	border-radius:0;
	letter-spacing:0px;
}
.howit-videos .modal-body {
  padding:0px;
    height: 420px;
}
.howit-videos .modal-header {
  padding: 0px;
  background: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  height: 34px;
  position: absolute;
  z-index: 1;
  top: -18px;
  right: -16px;
}
.howit-videos .modal-header .close{
  width: 36px;
  height: 36px;
  display: block;
  opacity: 1;
  background: #fff;
  margin-top: 0px;
  margin-bottom: -1px;
  border-top-right-radius: 4px;
}
.howit-videos .modal-header .close img {
    width: 20px;
    height: 20px;
    margin-top: 8px;
    margin-left: 8px;
}
.howit-videos .modal-header .close {
    position: absolute;
    right: 0px;
    /* font-size: 25px; */
    border: 0px;
    background: none;
    /* color: #ec7a07; */
    opacity: 1;
    top: 0px;
    padding: 0 12px;
}
.howit-videos .modal-header .close:active,  .howit-videos .modal-header .close:hover {
    position: absolute;
    right: 0px;
    font-size: 25px;
    border: 0px;
    background: none;
    color: #fff;
    opacity: 1;
    top: 0px;
    padding: 0 12px;
    background: #ff850a;
}

.howit-videos .modal-header .close {
	background: url(../images/close-orange.png) !important;
	background-color: #ffffff !important;
	width: 5px !important;
	height: 5px !important;
	display: block !important;
	background-size: contain !important;
	padding: 7px !important;
	display: block;
	border: 10px solid #fff !important;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(0,0,0, 0.7);
}
.howit-videos .modal-header .close:hover {
    background: url(../images/close-white.png) !important;
     background-color:#ff850a !important;
		 width: 5px !important;
	 	height: 5px !important;
	 	display: block !important;
	 	background-size: contain !important;
	 	padding: 7px !important;
	 	display: block;
	 	border: 10px solid #ff850a !important;
    border-radius: 50%;
}

/* Contact us page styles */

section.contact-form .container {
    max-width:900px;
    width: 80%;
    padding: 0;
}
.contact-form {
    padding: 10px;
    margin-top: 15px;
    display: list-item;
    margin-bottom: 30px;
}
.contact-form input, .contact-form textarea {
     margin-bottom: 15px;
     border-radius: 0;
}
.contact-form button.btn.send-contact {
    background:#ff850a;
    color:#fff;
    border-radius:0;
    padding: 7px 25px;
}
.contact-info {
    padding:  25px;
    text-align: left;
    background: #f2f2f2;
   border-radius: 5px;
    margin: 0px;
}
.contact-form h3 {
   text-align: left;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
     font-weight: 600;
    margin-bottom: 20px;
}
.contact-info h3{
   margin-top:0;
}
label {
  font-weight: 500;
}

.contact-info p b {
  font-weight: 600;
  padding-top: 10px;
  display:block;
	 }
.contact-info p {
	margin-bottom:0;
	padding-bottom:2px;
}
.contact-info p a {
   text-decoration:none;
   color: #ff850a;
}
.contact-alert  p {
    margin-top:20px;
}
.contact-alert button, .contact-alert button:hover {
        background: #ff850a;
    color: #fff;
    border-radius: 0;
    padding: 7px 25px;
}
.contact-alert {
    display: none;
}

/* Buy now page */

h3.pagem-title {
    font-weight: 600;
    margin-bottom: 30px;
}
.bynwtop-sec {
    margin-bottom: 30px;
    text-align:left;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #ccc;
}
.bynwtop-sec h3  {
    margin-bottom: 5px;
}
 .bynwtop-sec  p {
     margin-bottom:0px;
 }
.buy-nowpg {
    padding: 0 0 20px 0;
    background: #efe8df;
}

.buynow-tab {
  background: #f2f2f2;
  border-radius: 5px;
  width: 214px;
  float: left;
    margin-right: 3.9%;
  margin-bottom: 40px;
}
.bntab-img img{
     width:100%;
    border-radius: 5px;
}
.bntab-img span {
  width: 10%;
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-bottom: 0px;
}
.bntab-txt {
  padding: 10px 0;
margin: 0;
background: #f5f5f5;
color: #222;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-weight: 600;
text-align: center;
}
.bntab-txt h3{
  margin-top: 0;
font-size: 20px;
font-weight: 600;
margin-bottom: 5px;
}
.bntab-txt p{
font-size: 12px;
    font-weight: 600;
margin-left: 0px !important;
}
.bntab-img {
  padding: 20px 0;
  background: white;
    margin-top: 3px;
}
.bntab-price {
  background: #0515ae;
      color: #fff;
      padding: 10px 0px 15px 0;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      margin-top: 2px;
      text-align: center;
}
.bntab-price span {
  color: #fff;
}
.buynw-btn a {
  padding: 10px 30px;
    background: #ff850a;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}
.bntab-price .num, .bntab-price p {
  margin-left: 8px;
color: #fff;
line-height: 1.1em;
margin-bottom: 5px;
display: inline-block;
    font-weight: 600;
}
.bntab-price p {
   font-weight: 400;
}
.bntab-price span.dolar {
    margin-left: 3px;
}
span.buy-pod {
  height: auto;
    width: 100%;
    margin-right: 0;
}
.buynwsec-cont .buynow-tab:nth-child(4), .buynwsec-cont .buynow-tab:nth-child(8), .buynwsec-cont .buynow-tab:nth-child(12) {
    margin-right:0;
}
html>body a.selz-button .selz-button__label {
  padding: 5px 20px !important;
  margin-top: 10px;
}
html>body a.selz-button .selz-button__label, html>body a.selz-button .selz-button__price, html>body a.selz-button--store {
  font-weight: 400 !important;
}
html>body a.selz-button .selz-button__label span {
  font-weight: 400 !important;
}
/*
.buynwsec-cont .buynow-tab:nth-child(2), .buynwsec-cont .buynow-tab:nth-child(4), .buynwsec-cont .buynow-tab:nth-child(6), .buynwsec-cont .buynow-tab:nth-child(8) {
    margin-left:10px !important;
    margin-right:0px;
} */

/* Buy now page styling */

.product-media .item  img, .product-detail .product-media img {
    max-width: 200px !important;
}
.product-detail .product-media .media, .product-detail .product-media audio, .product-detail .product-media img, .product-detail .product-media video {
    width: initial;
    border-radius: inherit;
    max-width: 200px;
}
.bntab-price span.selz-button__label {
    border-radius: 4px;
}
.bntab-price span.selz-button__price {
    display:none !important;
}
.checkout-header {
    background: #0515ae !important;
    border-bottom: 1px solid #0515ae !important;
}
.product-description ul li {
    font-weight:100;
    font-size: 15px;
    line-height: 1.5;
    padding-bottom:5px;
}
