html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 1260px;
}

.pricing-header {
  /*max-width: 700px;*/
  color: #fff;
    background:#1b5a8f;
	padding: 50px 0 30px;
}
.pricing-header h2{
	font-size: 60px;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	color:#ffffff
}
.pricing-header h1{
	margin-bottom: 11px;
    color: #019dd0;
	font-weight: 500;
    line-height: 1.1;
}
.pricing-header h3{
    font-weight: 700 !Important;
	margin-top: 22px;
	line-height: 1.1;
    margin-bottom: 11px;
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
	color:#ffffff
}
.btn-outline-primary{
	background: #49b48a;
	color:#ffffff;
	border-radius:0;
	border:0;
}
.btn-outline-primary:hover{
	background: #389d75;
	color:#ffffff;
	border-radius:0;
	border:0;
}
.disclaimer{
	padding: 10px;
    background: #999;
    color: #ffffff;
    font-size: 13px;
}
.pricing-header .btn-danger{
	font-size: 13px;
	
}
.pricing-header .form-group input{
	width: 340px;
    display: inline-block;
    text-align: center;
	border-radius:2px;
    height: 55px;
    border: 1px solid #103d63;
}
.pricing-header .form-group .btn-primary{
	padding: .7rem 4rem;
	background: #000000;
    border-color: #000000;
}
.product-section {
    padding: 140px 0;
	text-align:center;
}
.product-section h2 {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 80px;
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.product-section h4 {
    font-size: 20px;
	margin-top:20px;
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.product-section img {
    width:auto;
	height:120px;
}
.topic-section {
    background: #384851;
    padding: 140px 0 80px;
}

.topic-section h3{
	font-size: 40px;
	margin-bottom:25px;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	color:#ffffff;
}
.topic-section img{
	width:100%;
}

.topic-section h4{
	font-size: 26px;
	margin-top:20px;
	margin-bottom:25px;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	color:#ffffff;
}

.two-bg-section .col {
    padding: 140px 8% 140px 11.3%;
}
.blue-gradient {
    color: #fff;
    background: -webkit-linear-gradient(231deg, #33c7cd 0%, #36a0c8 100%);
    background: linear-gradient(219deg, #33c7cd 0%, #36a0c8 100%);
}
.two-bg-section .col + .col {
    padding: 140px 11.3% 140px 8%;
}
.card-deck .card {
  min-width: 220px;
}
.clicktocall{
	font-size: 30px;
    font-weight: 700;
	text-transform:uppercase;
	padding:.5rem 5rem;
	background-color: #ffba05 !important;
    border-color: #ffba05 !important;
	margin-bottom: 10px !important;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
.call-btn {
    position: fixed;
    bottom: 40px;
    color: #ffffff;
    left: 38px;
    background: #2bc186;
    padding: 8px 20px 8px 46px;
    border-radius: 50px;
    height: 41px;
    font-size: 20px;
    font-weight: 600;
}
.call-btn a {
    color: #ffffff;
}
.nav-container {
    padding: 18px 10px 0;
    min-height: 100px;
    font-family: "InterstateLight", Arial, sans-serif;
}
.desc {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    letter-spacing: -0.4px;
}
.step-container {
    height: 76px;
    margin: 8px auto 0;
    text-align: center;
}
.step-container li {
    width: 36px;
    height: 36px;
    display: inline-block;
    background-color: #cccccc;
    color: #ffffff;
    font-weight: bold;
    border-radius: 36px;
    text-align: center;
    line-height: 36px;
    margin: 0 7px 35px;
}
.step-container li.active {
    border: 1px solid #019dd0;
    background-color: #ffffff;
    padding: 4px;
    width: 46px;
    height: 46px;
}
.step-container li.active .inner-circle {
    /*display: inline-block;*/

    width: 36px;
    height: 36px;
    background-color: #019dd0;
    border-radius: 36px;
}
.step-container li.done {
    background-color: #019dd0;
}
.step-container li:after {
    content: "";
    position: relative;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -3px;
    left: 0;
}
.step-container li.active:after {
    border-bottom-color: #f2f2f2;
    border-width: 0 14px 12px;
}
.yellow-gradient {
    color: #252525;
    background: -webkit-linear-gradient(29deg, #ffa11b 0%, #ffbf00 100%);
    background: linear-gradient(61deg, #ffa11b 0%, #ffbf00 100%);
    padding: 30px 50px;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    background: #f3f3f3;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
@media only screen and (max-width: 767px){	
	img.banner{width:100%;}
	.pricing-header h2{font-size: 35px;}
	.clicktocall{padding: 0.5rem 1.8rem;}
	.pricing-header h2{font-size:32px;}
	.yellow-gradient{padding:8px;}
	.pricing-header{padding:10px 0px 5px 0;}
	.product-section{padding:30px 0;}
	.product-section h2{font-size: 30px;line-height: 35px; margin-bottom: 30px;}
	.topic-section{padding: 30px 0;}
	.two-bg-section .col{padding:30px;}
	.two-bg-section .col + .col{padding:30px;}
}