html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.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); background:yellow; }
.input-group{ width:50%!important; margin:0 auto!important;}
footer{ position:absolute; bottom:0; width:100%; text-align:center; padding:15px 0;font-size: 15px; background:#99d9ea;color:#877f7f;}
footer a{ font-size:14px; color:#525252; padding:0 10px;}
footer a:hover{color:#525252;}
.card-deck{}
.card-deck .btn-outline-primary{  border:none; position:absolute;right: 1px;
top: 1px;z-index: 9999;border-radius: 0 3px 3px 0px; padding:0; margin:0;border-left: 1px solid #99d9ea;
padding-left: 5px;padding-bottom: 1px;}
.card-deck .btn-outline-primary img{ width:47px;margin-top: 2px;
margin-right: 5px;}


.card-deck .btn-outline-primary:hover{ background:none; color:yellow;border-radius: 0 3px 3px 0px;}
.card-deck .btn-outline-primary:focus{ border:none;box-shadow:none;}
.card-deck .btn-outline-primary:active{color: #000!important;
background-color: inherit!important;
border-color: inherit!important;}
.card-deck .input-group{ position:relative;}
body{ background:#efefef;}
.logo-main{ width:150px; margin-top:30%; margin-bottom:10px;}
.form-control{ border:1px solid #99d9ea;padding:13px 60px 13px 10px;}

@media (max-width: 767px) {
	.form-control{padding:14px 60px 14px 10px;}
	}