
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: rgb(251, 171, 6);
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 400; }

a, a:hover, a:focus {
	color: #19b9e7;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h2 {
	margin-top: 5px;
	font-size: 25px;
	font-weight: 400;
	color: #555;
	line-height: 27px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: rgb(251, 171, 6);
    line-height: 30px;
}

.aps {
    font-size: 22px;
    font-weight: 300;
    color: rgb(251, 171, 6);
    line-height: 20px;
    margin-top:1px;
}

h4{
        font-weight: 300!important;
    margin: 3px!important;

}

img { max-width: 100%; }

::-moz-selection { background: #19b9e7; color: #fff; text-shadow: none; }
::selection { background: #19b9e7; color: #fff; text-shadow: none; }


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #19b9e7;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top menu *****/

.navbar {
	padding-top: 10px;
	margin-bottom: 10px!important;
	background: #333;
	background: rgba(51, 51, 51, 0.3);
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.navbar.navbar-no-bg { background: none; }

ul.navbar-nav {
	font-size: 16px;
	color: #000;
}

.navbar-inverse ul.navbar-nav li { padding-top: 8px; padding-bottom: 8px; }

.navbar-inverse ul.navbar-nav li .li-text { opacity: 0.8; }

.navbar-inverse ul.navbar-nav li a { display: inline; padding: 0; color: #000; }
.navbar-inverse ul.navbar-nav li a:hover { color: #000; opacity: 1; border-bottom: 1px dotted #000; }
.navbar-inverse ul.navbar-nav li a:focus { color: #000; outline: 0; opacity: 1; border-bottom: 1px dotted #000; }

.navbar-inverse ul.navbar-nav li .li-social a {
	margin: 0 5px;
	font-size: 28px;
	vertical-align: middle;
}
.navbar-inverse ul.navbar-nav li .li-social a:hover, 
.navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: #19b9e7; }

.navbar-brand {
	min-width: 350px;
    background: url(../img/db-eknoxx.png) left center no-repeat;
    text-indent: -99999px;
    background-size: 350px 56px;
    min-height: 56px;
}


/***** Top content *****/

.inner-bg {
    padding: 5px 0 20px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #000; }

.top-content .description {
	margin: 10px 0 25px 0;
}

.top-content .description p { opacity: 0.8; }

p {
	color: #7F7F7F;
	font-size: 14px!important;
	font-weight: 400!important;
}

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.top-content .top-big-link {
	margin-top: 35px;
}

.form-box {
	padding-top: 40px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 5px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 15px 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

form .form-bottom textarea {
	height: 100px;
}

form .form-bottom button.btn {
	min-width: 105px;
}

form .form-bottom .input-error {
	border-color: #19b9e7;
}

form .form-bottom .select-error {
	border-color: #19b9e7;
}

form.registration-form fieldset {
	display: none;
}



/***** Media queries *****/

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

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.navbar { padding-top: 0; }
	.navbar.navbar-no-bg { background: #fff; background: #fff; }
	.navbar-brand { height: 60px; margin-left: 15px; }
	.navbar-collapse { border: 0; }
	.navbar-toggle { margin-top: 12px; }
	
	.inner-bg { padding: 40px 0 110px 0; }
	.top-content .top-big-link { margin-top: 25px; }
	.top-content .top-big-link a.btn { margin-top: 10px; }
	
	.form-bottom { padding-bottom: 25px; }
	form .form-bottom button.btn { margin-bottom: 5px; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
    	background-repeat: no-repeat !important;
    background-size: 356px 57px !important;
    min-width: 356px;
    height: 56px;
    margin: 10px 1px 0px 1px;
    }
	
}

.agreement{
	margin-bottom: 15px;
	margin-top: 10px;
	color: #010101;
	line-height: 21px;
	text-align: center;
	font-size: 12px!important;
}

.registration-form{
	border: 1.5px solid #ddd;
	border-radius: 5px;
}

.width-100per{
	width:100%!important;
}
.width-49per{
	width:49%!important;
}

#sticky-footer {
	flex-shrink: none;
  }

.bg-dark {
    background-color: #aeaeae1f !important;
}  
.pt-4, .py-4 {
    padding-top: 1rem !important;
}
.pb-4, .px-4 {
    padding-bottom: 1rem !important;
}

.text-white-50 {
	color: rgba(13, 13, 13, 0.75) !important;
	font-weight:400;
}

.bg-blue {
	background-color: rgb(0, 116, 199) !important;

}

.text-blue-50 {
	color:rgba(249, 249, 249, 0.9) !important;
	font-weight:400;
}

#header-text h3{
	margin: 0px;
	font-size: 18px!important;
	color: #fff!important;
	font-weight: 400;
	text-transform:uppercase;
}

small p{
	font-weight: 500!important;
	color:red;
	font-size:10px!important;
}

.error p{
	font-weight: 500!important;
	color:red;
	font-size:12px!important;
	margin-bottom:0px!important;
}


/* ===================================
    Pricing
====================================== */

#price-slider{
    text-align: center;
}

.price-item{
    border: 2px solid #FFFFFF;
    padding: 32px 21px;
    border-radius: 4px;
    max-width: 365px;
    margin: 10px;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.price{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.price-tag{
    padding: 15px 0;
    text-align:left;
    border-top: 2px solid rgba(111, 123, 133, 0.18);
    border-bottom: 2px solid rgba(111, 123, 133, 0.18);
}
.price-text{
    font-size: 13px!important;
    font-weight: 300;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
}

.price .sign{
    font-size: 22px;
    font-weight: 500;
    vertical-align: super;
    font-family: 'Poppins', sans-serif;
}
.price .currency{
    font-size: 4.8rem;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 45px;
    padding: 0;
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
}
.price .month{
    font-size: 12px;
    font-weight: 300;
    display: block;
    text-align: right;
    padding-right: 7px;
    font-family: 'Poppins', sans-serif;
}
ul.packages{
    padding:20px 0;
    margin: 0;
    color:#000;
}
ul.packages li {
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    list-style-type: none;
    font-family: 'Poppins', sans-serif;
}
ul.packages li i {
    display: inline-block;
    width: 24px;
    padding-right: 5px;
}

ul.packages li i.fa-check{
    color: #63be11;
}

ul.packages li i.fa-times{
    color: #e04645;
}

.price-item .btn.btn-black:hover,.price-item .btn.btn-black:focus {
    background: #00bcd4 !important;
    border-color: #00bcd4;
    color: #ffffff !important
}



.price-two{
    padding: 4rem;
    background: #f8f9fa;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.price-two .price-tag-two{
    padding-top: 20px;
}

.price-two .price-tag-two h3{
    font-size: 3rem;
    display: inline-block;
    font-weight: 300;
}

.price-two .price-tag-two .month{
    vertical-align: text-bottom;
}

.price-two h3 .sign{
    font-size: 1.2rem;
    vertical-align: super;
}

.price-two.hvr-gradient:hover{
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%,#7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%,#7202bb 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3264f5', endColorstr='#7202bb',GradientType=1 );
}

.price-two.hvr-blue:hover{
    background-color: #00bcd4;

}

.price-two:hover h3 ,.price-two:hover ul.packages li, .price-two:hover ul.packages li i, .price-two:hover p, .price-two:hover .price-tag-two h3, .price-two:hover .price-tag-two .month {
    color: #ffffff ;
    background: transparent;
    -webkit-text-fill-color: #ffffff;
}


.price-two:hover .btn{
    background: #ffff;
    color: #585858;
    border-color: #ffff;
}

.price-two .btn:hover{
    color: #ffffff !important;
    background: transparent;
}

.price h3{
    margin: 0px!important;
}


    /* ===================================
       Content
    ====================================== */


.content .title{
    margin-bottom: 0;
}

.content-image img{
    max-width: 685px;
    position: relative;
    margin-left: -50px;
}

.gradient-text1, .cube-portfolio1 .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active, .blog-item-content h4 a:hover {
    background: #5c9320;
    background: -moz-linear-gradient(left, #5c9320 2%, #63c600 82%);
    background: -webkit-linear-gradient(left, #5c9320 2%, #63c600 82%);
    background: linear-gradient(to right, #5c9320 2%, #63c600 82%);
        background-clip: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.font-weight-500 {
    font-weight: 500;
}

.d-inline-block {
    display: inline-block !important;
}

.alt-font {
    font-family: 'Poppins', sans-serif;
    font-size: 2.3rem
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}


.text-dark{
    color:#000;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.text-dark-gray{
    color:#555;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

/* button background */
.btn.btn-white {background:#ffffff; border-color: #ffffff; color: #585858}
.btn.btn-white:hover, .btn.btn-white:focus {background: transparent !important; border-color: #ffffff; color:  #ffffff !important}
.btn.btn-transparent-white {background:transparent; border-color: #ffffff; color:  #ffffff}
.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {background: #ffffff !important; color: #585858 !important}
.btn.btn-transparent-black {background:transparent; border-color: #2b2b2b; color: #2b2b2b}
.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {background: #2b2b2b !important; color: #ffffff !important}
.btn.btn-black {background: #2b2b2b; border-color: #2b2b2b; color: #ffffff}
.btn.btn-black:hover, .btn.btn-black:focus {background: transparent !important; border-color: #2b2b2b; color: #2b2b2b !important}
.btn.btn-blue {background: #00bcd4; border-color: #00bcd4; color: #ffffff}
.btn.btn-blue:hover, .btn.btn-blue:focus {background: transparent !important; border-color: #00bcd4; color: #00bcd4 !important}
.btn.btn-gradient{color: #ffffff; flex: 1 1 auto;transition: 0.5s;background-size: 200% auto;background-image: linear-gradient(to right, #c7a100 0%, #f1d048 51%, #bca33b 100%);}
.btn.btn-gradient:hover{background-position: right center;}
.btn.btn-hvr-white:hover, .btn.btn-hvr-white:focus {background: #ffffff !important; border-color: #ffffff; color: #585858 !important}

.btn.btn-rounded {
    border-radius: 50px;
}
.btn.btn-large {
    font-size: 14px;
    padding: 9px 34px;
    line-height: 25px;
}
.w-100 {
    width: 100% !important;
}
.price-item .btn.btn-black:hover,
.price-item .btn.btn-black:focus {
  background: #303334 !important;
  border-color: #303334;
}
.btn.btn-black {
    background: #2b2b2b;
    border-color: #2b2b2b;
    color: #ffffff;
}

.plan-p{
    color: #000;
    font-size: 11.6px !important;
    font-weight: 400 !important;
    line-height: 24px;
    text-align: center;
    padding-top: 10px;
}

.digit-group{
     display: flex;
  justify-content: center;
}

.digit-group input {
		    width: 14%;
    height: auto;
    /* border: none; */
    line-height: 50px;
    text-align: center;
    font-size: 21px;
    
    font-weight: 200;
    /* color: white; */
    margin: 0 2px;
    display: inline;
	}

.digit-group .splitter {
		padding: 0 5px;
		color: white;
		font-size: 24px;
	}


.prompt {
	margin-bottom: 20px;
	font-size: 20px;
	color: white;
}

@media (max-width: 415px){
 h2 {
    font-size: 36px!important;
}
}
.btn-coupon{
    font-size: 1.4rem;

line-height: 1.5;

border-radius: .25rem;

color:
#fff;

background-color:
#495057;

border-color:
#495057;

background-image: linear-gradient(90deg,
hsla(0,0%,100%,.14902),
hsla(0,0%,100%,0));

transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out;

font-family: Montserrat,sans-serif;
}

.text-light{
   color:#fff!important; 
}

ul.selectedpackages {
    padding: 10px 0px;
    margin: 0 0 0 55px;
}

ul.selectedpackages li {
    font-size: 18px;
    font-weight: 400;
    line-height: 3.3rem;
    list-style-type: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin: 7px;
}

ul.selectedpackages  li i.fa-check {
    color: #63be11;
    font-size: 22px;
}
ul.selectedpackages  li i {
    display: inline-block;
    width: 43px;
    padding-right: 5px;
}

.selected-p{
    font-size: 1.7rem!important;
    font-weight: 400!important;
    font-family: 'Poppins', sans-serif!important;
    line-height: 3.2rem;
}
.font-h2-selected{
    font-weight: 500;
    font-size: 2.1rem;
    
}
.thankyou-h1{
       color: #fff;
    font-weight: 700;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    font-size: 56px;
    line-height: 67px;
}
.elButtonSub, .elButtonSub1, .elButtonSub2 {
    display: block;
    opacity: 0.7;
    font-weight: normal;
}

.countdown {
    text-transform: uppercase;
    font-weight: bold;
}

.countdown span {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 3rem;
    margin-left: 0.8rem;
}

.countdown span:first-of-type {
    margin-left: 0;
}

.countdown-circles {
    text-transform: uppercase;
    font-weight: bold;
}

.countdown-circles span {
    width: 78px;
    height: 78px;
     border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    border: 0px solid #fff;
    margin-top: 0px;
}

.countdown-circles span:first-of-type {
    margin-left: 0;
}

  

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 570px)
   and (max-device-width: 786px)
  and (-webkit-min-device-pixel-ratio: 2) {
      .countdown-circles span {
    width: 67px;
    height: 67px;
     border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.1);
    border: 0px solid #fff;
    margin-top: 0px;
}

.top-content{
    font-size: 19px!important;
    line-height: 38px!important;
}
.table-bottom{
    font-size: 10px!important;
}
.tb-bottom-header{
    line-height: 35px!important;
}
}

.price-item-best{
    border: 4px solid rgb(199 161 0);
    background: rgb(199 161 0);
    color: #fff;
}

.price-tag-best {
    padding: 15px 0;
    text-align: left;
    border-top: 2px solid rgb(255 255 255 / 36%);
    border-bottom: 2px solid rgb(255 255 255 / 36%);
}

.d-block{
    display:block!important;
}
.mt-4{
    margin-top:15px!important;
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}


element.style {
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.btn-block {
    display: block;
    width: 100%;
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}



hr{
    border-top:1px solid #fff!important;
}

#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}
#content-mobile {display: block;}

.header-title{
    font-size: 30px!important;
    line-height: 45px!important;
    font-weight: 500!important;
}
}


.header-title{
    font-size: 42px;line-height:53px; font-weight:500
}





