@font-face {
font-family: 'proxima_novaregular';
src: url('fonts/proximanova-regular-webfont.woff2') format('woff2'),
url('fonts/proximanova-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_novathin';
src: url('fonts/proxima_nova_thin-webfont.woff2') format('woff2'),
url('fonts/proxima_nova_thin-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'proxima_novathin';
}
#header {
    padding: 10px 0 15px;
position: relative;
z-index: 99;
}
.subscription-modal{
    top: 50%;
    transform: translateY(-50%);
}
.get-started-header, .get-started-header:hover {
font-size: 14px;
color: #fff;
padding: 3px 17px;
border-radius: 4px;
display: inline-block;
background: #6b97e6;
text-decoration: none;
}
.banner {
max-width: 1500px;
margin: 0 auto 50px;
position: relative;
}
.banner-img {
width: 100%;
height: auto;
}
.banner-desc {
position: absolute;
top: 20px;
margin: 0 auto;
left: 0;
right: 0;
color: #fff;
}
.banner-inner {
width: 50%;
}

.banner-inner .page-header h1 {
text-transform: uppercase;
font-family: 'proxima_novaregular';
font-size: 34px;
margin-bottom: 3px;
}
.banner-inner .new-p-para h1 {
font-size: 18px;
line-height: 22px;
margin-bottom: 10px;
font-family: 'proxima_novathin';
text-transform: capitalize;
}

.get-started-btn {
text-transform: uppercase;
font-size: 20px;
color: #fff;
border: 2px solid #6969ce;
padding: 8px 30px;
border-radius: 24px;
display: inline-block;
}
.section-title {
position: relative;
font-size: 30px;
text-align: center;
color: #9797ea;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 40px;
font-family: 'proxima_novaregular';
}
.section-title:after {
content: '';
position: absolute;
left: 0;
top: 10px;
width: 100%;
height: 1px;
background: #9c9c9c;
}
.section-title span {
background: #fff;
position: relative;
z-index: 9;
padding: 0 25px;
}
.signup-container {
text-align: center;
}
.signup-options {
list-style: none;
text-align: center;
margin-bottom: 70px;
padding: 0;
}
.signup-options li {
display: inline-block;
padding: 0 5%;
font-size: 18px;
font-family: 'proxima_novaregular';
}
.signup-options li a {
color: #7171bb;
}
.signup-options li span {
display: block;
border: 2px solid #9595f5;
border-radius: 50%;
text-align: center;
height: 90px;
width: 90px;
padding: 20px 0 0 0;
margin: 0 auto 10px;
box-shadow: 0 0 25px #b7b3b3;
}
.signup-options li span img {
height: 47px;
display: block;
margin: 0 auto;
}
.step-btn, .step-btn:hover {
text-transform: uppercase;
font-size: 24px;
color: #fff;
padding: 12px 60px;
border-radius: 29px;
display: inline-block;
background: #8686f5;
text-decoration: none;
}
.navbar {
float: right;
}
.navbar-light .navbar-nav li:first-child .nav-link {
padding: 0 25px 0 22px;
background: url(../images/Icon_Globe.png) left center no-repeat;
}
.navbar-light .navbar-nav .nav-link {
color: #000;
font-family: 'proxima_novaregular';
font-size: 14px;
padding: 0 25px 0 0;
}
.dropdown-item {
color: #000;
font-family: 'proxima_novaregular';
font-size: 14px;
}
.navbar-light .navbar-toggler {
outline: none;
}
/* Radio Styling */
.radio-toolbar input[type="radio"] {
display: none;
}

.radio-toolbar input[type="checkbox"] {
display: none;
}
.radio-toolbar label {
display: inline-block;
background-color: #ffffff;
font-size: 12px;
cursor: pointer;
box-shadow: 0 0 3px #ccc;
border-radius: 2px;
padding: 16px 25px;
text-align: center;
color: #b5b5b5;
font-weight: bold;
margin-right: 20px;
}
.radio-toolbar input[type="radio"]:checked+label {
box-shadow: 0 0 26px #e2e2e2;
background: transparent;
color: #000;
 border-bottom: solid 2px #7f95f4;

}



.radio-toolbar input[type="checkbox"]:checked+label {
box-shadow: 0 0 26px #e2e2e2;
background: transparent;
color: #000;
}
.check-sign {
background: url(../images/checkbox.png) right top no-repeat;
display: block;
height: 19px;
width: 18px;
margin: -5px auto 10px;
}
.radio-toolbar input[type="checkbox"]:checked+label .check-sign {
background-position: left top;
}
.price-red {
color: red
}
.radio-frequency label {
padding: 24px 30px;
}
.signup-section {
border-radius: 10px;
box-shadow: 0 0 21px #84848442;
margin: 30px 0 0 0;
background: #fff;
min-height: 500px;
position: relative;
}
#footer {
clear: both;
overflow: hidden;
    padding: 20px;
}
.copyright-text {
font-family: 'proxima_novaregular';
font-size: 14px;
font-weight: bold;
float: left;
}
.social-menu {
float: right;
text-align: right;
margin:0;
padding: 0;
}
.social-menu li {
float: left;
margin-left: 10px;
list-style: none;
}
.social-menu li:first-child {
margin-left: 0;
}
.banner-top {
max-width: 1500px;
width: 100%;
background: url(../images/bg-01.png) repeat-y center top;
height: 10px;
background-size: 100% auto;
margin: 0 auto -2px;
}
.social-menu a i {
color: #fff;
height: 24px;
width: 24px;
display: block;
border-radius: 50%;
background: #868484;
text-align: center;
padding: 3px 0 0 0;
}
.social-menu a i.fa-youtube-play {
font-size: 13px;
padding: 5px 0 0 0;
}
.social-menu a i.fa-facebook {
padding: 4px 0 0 0;
}
.nav-link span {
display: block;
border-radius: 50%;
text-align: center;
height: 45px;
width: 45px;
padding: 11px 0 0 0;
margin: 0 auto 10px;
float: left;
margin-right: 10px;
margin-top: -13px;
background: #a2a2a2;
}
.nav-pills .nav-link.active span,
.nav-pills .show>.nav-link span {
background: #007bff;
}
.nav-link span img {
height: 24px;
display: block;
margin: 0 auto;
}
.nav-pills .nav-link {
border-radius: 0;
font-family: 'proxima_novaregular';
padding: 15px 5px 45px;
font-size: 18px;
color: #adadad;
}
.nav-pills {
margin-bottom: 50px;
padding: 25px 80px 0 80px;
border-bottom: 1px solid #f7f2f2;
position: relative;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color: #007bff;
background: transparent;
border-bottom: 2px solid #007bff;
}
.form-signup .form-element label {
font-family: 'proxima_novaregular';
text-transform: uppercase;
margin-bottom: 15px;
}
.form-signup .form-element {
border-top: 1px solid #f7f2f2;
padding: 30px 0;
}
.form-signup .form-element:first-child {
border: 0 none;
padding-top: 0;
}
.more-employee-text {
font-size: 13px;
font-family: 'proxima_novaregular';
color: #bbb8b8;
margin: 0;
}
.more-employee-text a {
text-transform: uppercase;
}
.radio-toolbar {
margin-bottom: 20px;
}
#content {
clear: both;
overflow: hidden;
padding-bottom: 20px;
max-width: 1500px;
margin: 0 auto 10px;
}
.inner-content {
background: url(../images/banner-01.png) no-repeat;
}
.nav-pills .nav-item {
margin-right: 20px;
}
.signup-step {
padding: 0 65px 40px;
position: relative;
}
.continue-btn {
font-size: 16px;
color: #fff;
padding: 10px 20px 10px 45px;
border-radius: 4px;
display: inline-block;
background: #6b97e6;
text-decoration: none;
border: 0 none;
}
.right-arrow {
margin-left: 25px;
    position: relative;
    top: -3px;
}
.summary-right {
    position: absolute;
    right: 0;
    top: 0;
    background: #f3f1f1;
    width: 300px;
    min-height: 500px;
    border-radius: 0 12px 12px 0;
    height: 100%;
}
.summary-title {
font-family: 'proxima_novaregular';
text-transform: uppercase;
margin-bottom: 15px;
font-size: 17px;
font-weight: bold;
background: #e4e4e4;
padding: 47px 30px;
}
.checkout-btn {
width: 100%;
border-radius: 0;
outline: none;
padding: 15px 20px 15px 45px;
}
.summary-bottom {
position: absolute;
bottom: 0;
width: 100%;
}
.products-total {
background: #f14635;
color: #fff;
padding: 15px 30px;
clear: both;
overflow: hidden;
width: 100%;
}
.products-total .total-label {
font-size: 15px;
text-transform: uppercase;
float: left;
}
.disable-anchore .nav-item a{
	 pointer-events:none !important;
}
.products-total .total-price {
font-size: 20px;
float: right;
}
.product-summary:first-child {
border: 0 none;
}
.product-summary {
clear: both;
overflow: hidden;
margin: 0 25px;
padding: 10px 0;
border-top: 1px solid #efe8e8;
font-family: 'proxima_novaregular';
font-size: 14px;
}
.product-name {
float: left;
width: 170px;
line-height: 20px;
color: #000;
text-transform: uppercase;
}
.product-name span {
color: #b3b1b1;
text-transform: capitalize;
}
.product-price {
color: red;
float: left;
}
.product-cancel {
float: right;
margin: 5px 0 0 0;
}

/*Start form-Checkout*/
.form-Checkout{
width: 75%;
}
.page-head-section{
border-bottom:  1px solid #f7f2f2;
padding: 10px 0;
width: 98%;
position: relative;
}
.form-Checkout .page-heading{
font-family: 'proxima_novaregular';
text-transform: uppercase;
font-weight: 600;
font-size: 13px;

}
.checkout-arrow{
position: absolute;
right: 0;
top: 21px;
}
.checkout-form{
width: 98%;
padding-top: 20px;
}
.checkout-form label{
color: #000;
text-transform: capitalize;
font-family: 'proxima_novaregular';
font-size: 12px;
}
.checkout-form sup{
color: red;
font-size: 20px;
top: 1px;
}
.checkout-form  .checkout-field{
border-radius: unset;
}
.page-middle-heading{
font-family: 'proxima_novaregular';
text-transform: capitalize;
font-weight: 600;
font-size: 13px;
}
.page-middle-section{
background-color: #f3f3f3;
height: 70px;
margin: 10px 0;
}
.page-middle-arrow-section{
border-bottom:  1px solid #f7f2f2;
padding: 10px 0;
position: relative;
margin-bottom: 20px;

}
.custom-select{
background: #f3f3f3 url(../images/Icon_downArrow.png) no-repeat right .75rem center;
}
.checkout-form .right-arrow{
margin-left: 25px;
position: relative;
top: -3px;
}
.chk-sym{
min-height: 100%;
}

.checkbox-txt{
	 margin-bottom: 35px;
	 font-weight: 600;
}
/*end checkout*/



.modal-header .head-txt{
font-family: 'proxima_novaregular';
text-transform: uppercase;
font-weight: 600;
font-size: 13px;
}
.model-head-section{
position: relative;
}
.model-head-section .model-heading{
font-family: 'proxima_novaregular';
text-transform: uppercase;
font-weight: 600;
font-size: 13px;
color: #ababab;
letter-spacing: 1;
}
.text-arrow {position: relative; overflow: hidden;}
.text-arrow .right-arrow{
position: absolute;
    top: 2px;
    right: 30px;
}
.text-arrow p{
color: #8493da;
font-size: 14px;
text-transform: capitalize;
font-weight: 600;
margin-right: 30px;
cursor: pointer;
}
/*.checkout-btn .right-arrow{
position: absolute;
top: 3px;
right: 25px;
cursor: pointer;
}*/
.main-box{
    width: 15%;
     margin: 0 19px;
}
.img-box{
background: #fcfcfc;
padding: 10px;
border: solid 1px #f4f4f4;
width: 100%;
text-align: center;

}
.main-box p{
        text-align: center;
    word-break: break-word;
    color:#707070;
        font-weight: 600;
            font-size: 12px;
}
.billing-checkbox{
	position: relative;
	    padding-bottom: 25px;
}
.billing-checkbox input[type="checkbox"] {
    display: none;
}
.billing-checkbox input[type="checkbox"]:checked+label .check-sign {
    background-position: left top;
}
.billing-checkbox .check-sign {
    background: url(../images/checkbox.png) right top no-repeat;
    display: block;
    height: 19px;
    width: 18px;
    margin:0;
}
.billing-lbl-txt{
	    position: absolute;
    top: 0;
    left: 25px;
}
.get-started-btn:hover{
    color: #c7c7c7;
    text-decoration: none;
}
a.view-product{
	font-size: 10px;
    text-decoration: none;
}
.btn-checkout{
	    font-size: 16px;
    color: #fff;
    padding: 10px 20px 10px 45px;
    border-radius: 4px;
    display: inline-block;
    background: #6b97e6;
    text-decoration: none;
    border: 0 none;
}
.back-btn{
    font-size: 16px;
    color: #fff;
    padding: 10px 20px 10px 45px;
    border-radius: 4px;
    display: inline-block;
    background: #6b97e6;
    text-decoration: none;
    border: 0 none;
    position: relative;
}
.left-arrow{
	    position: absolute;
    left: 13px;
    top: 16px;

}
.checkout-btn-next{
	font-size: 16px;
    color: #fff;
    padding: 10px 20px 10px 45px;
    border-radius: 4px;
    display: inline-block;
    background: #6b97e6;
    text-decoration: none;
    border: 0 none;
}
.product-list {
    padding: 0 65px 40px;
    position: relative;
}
.nav-link em {font-style: normal;}
.form-signup .form-element label b{font-style: normal;}
/*End form-Checkout*/










@media (max-width: 1024px) and (min-width: 992px) {

.banner-desc {
top: 30px;
}

.banner-inner h2 {
font-size: 29px;
margin-bottom: 10px;
}
}
@media (min-width: 992px) {

.middle-img-sec{
display: none;
}
}
@media (max-width: 991px) {
.navbar-collapse {
position: absolute;
top: 48px;
background: rgb(255, 255, 255);
padding: 9px;
border: 1px solid rgba(0, 0, 0, 0.1);
width: 137px;
right: 16px;
}
.navbar-nav .nav-item {
margin: 5px 0px;
}
.navbar-nav {
margin-bottom: 10px;
}
.navbar-light .navbar-toggler {
border-radius: 0;
}
.banner {
background: url(../images/background_mobile-02.png) center bottom no-repeat;
background-size: 100% auto;
padding-bottom: 70px;
}
.banner-desc {
top: -30px;
}
.banner-inner h2 {
    font-size: 25px;
margin-bottom: 10px;
}
.banner-img {
visibility: hidden;
}
.banner-inner {
width: 60%;
text-align: center;
margin: 0 auto;
}
.banner-inner p {
font-size: 16px;
line-height: 22px;
margin-bottom: 10px;
}
.get-started-btn, .get-started-btn:hover {
font-size: 17px;
border: 1px solid #6969ce;
padding: 5px 15px;
border-radius: 15px;
}
.navbar-nav .dropdown-menu {
min-width: inherit;
border-radius: 0;
padding: 4px 0;
}
.dropdown-item {
padding: 0 21px;
}
.section-title {
font-size: 20px;
}
.signup-options li {
padding: 0 4%;
font-size: 14px;
margin-bottom: 20px;
}
.signup-options li span img {
height: 35px;
}
.signup-options {
margin-bottom: 40px;
}
.step-btn, .step-btn:hover {
font-size: 17px;
padding: 7px 40px;
}

}

@media (max-width: 1024px) and (min-width: 768px) {
	.middle-img-sec{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	}
.middle-img-sec img {
		height: 250px;
	}
	.main-box {
    width: 15%;
}
.img-box img{
	width: 80px;
}
}

@media (max-width: 767px) and (min-width: 320px){
	.banner-inner {
    width: 100%;
    }
	.middle-img-sec{
	height: auto;
	overflow: hidden;
	margin-top: 0px;
	}
.middle-img-sec img {
    height: 115px;
}
.signup-step {
    padding: 0px;
}
.radio-toolbar label {
       padding: 14px 14px;
           max-width: 105px;
            margin-right: 2px;

}
mobile-font label{
    font-size: 14px;

}
.summary-right{
	height: auto;
	position: relative;
 width:auto;
 border-radius: 0;
 min-height: auto;
     margin-bottom: 45px;
}
.flex {display: flex !important; flex-direction: column; }
#Bundles-sec, #Bundles-last-one  {order: 2;}
#summary-sec, #Bundles-last-two  {order: 1;}
.form-Checkout{	width: 100%;}
.btn-checkout{
	        padding: 10px 10px 10px 10px;
}
.checkout-form .right-arrow {
    margin-left: 7px;
}
.nav-pills{
	padding: 0;
	position: relative;
}
.nav-pills .nav-item {
       margin: 0 auto;
    width: 90%;
    text-align: center;
    padding: 10px;
}
.nav-link span{
    position: absolute;
    left: 42%;
}
.nav-pills .nav-link {
           font-size: 13px;
           position: relative;
}
.nav-link em{
        position: absolute;
         top: 50px;
         text-align: center;
         left: 0;
         font-style: normal;
         height: 30px;
         width: 100%;
         border-bottom: 2px solid #007bff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	border:none;
}
.nav-link em {
    position: absolute;
    top: 50px;
    text-align: center;
    left: 0;
    font-style: normal;
    }
.checkout-btn-next{
	    padding: 10px 20px 10px 10px;
}
.back-btn{
	    padding: 10px 20px 10px 33px;
}
.main-box {
    width: 20%;
    margin: 0 19px;
}
.img-box img{
	width: 50px;
}
.continue-btn,.back-btn,.checkout-btn-next, .btn-checkout{
	font-size: 12px;
}
.left-arrow{
	top: 13px;
}
.banner-inner h1 {
        font-size: 22px !important;
    margin-bottom: 10px !important;
}
.banner-inner .new-p-para h1{
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 10px !important;

}
.banner-top{
    height: 60px;
}
.tab-content{
    border-top: 1px solid #f7f2f2;
    padding-top: 20px;
}
.nav-pills{
    border: none;
    margin-bottom: 28px;
}
.form-signup .form-element label b{
    color: #000;
    min-height: 35px;
    display: block;
    width: 100%;
    text-align: center;
    word-break: break-word;
}
.summary-bottom {
    position: relative;
}
.summary-title {
        padding: 20px 30px;
}
.products-total {
    padding: 10px 30px;
}
}

.error_message {
  margin: 20px;
  font-weight: bold;
  color: #f00;
}
