@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700); Body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background: #fff;
}

a {
    color: #585858;
}

a:hover {
    text-decoration: none;
}

/* Headings */
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    color: #777777;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
}

.btn {
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.btn:hover {
    color: #fff;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 0px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

header.site {
    z-index: 8;
    padding: 5px 0;
    border-bottom: 2px solid #bf1e2e;
}

header h1 {
    margin: 0;
}

#logo {
    margin: 5px 0;
    display: block;
    float: left;
}

i.co {
    background: url(../img/2co.jpg) no-repeat;
    width: 77px;
    height: 45px;
    display: block;
}

i.paypal {
    background: url(../img/paypal.jpg) no-repeat;
    width: 77px;
    height: 45px;
    display: block;
}

header.site .buton {
    margin-top: 16px;
}

header.site a.login {
    color: #787878;
    font-size: 16px;
    padding: 10px 5px;
    display: inline-block;
    margin-top: 5px;
}

header.site a.register, header a.logout {
    color: #fff;
    padding: 7px 15px;
    background: #092e6e;
    font-size: 16px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 5px;
}

header a.login:hover {
    color: #092e6e;
}

.navbar-toggle {
    border: 1px solid #890405;
    background: #fdfbfc;
}

.navbar-toggle .icon-bar {
    background: #890405;
    height: 3px;
}

header.site .nav {
    margin-top: 21px;
    float: right;
}

header.site .nav li a {
    font-size: 15px;
    color: #666;
    padding: 10px 19px;
    font-family: 'Roboto', sans-serif;
}

header.site .nav li a:hover {
    color: #bf1e2e;
    background: none;
}

.nav li.current a ,.nav li.current a:hover {
    background: #bf1e2e;
    color: #fff;
}

.nav li:hover ul li a {
    line-height: 15px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    color: #787878;
}

.nav li:hover ul li a:hover {
    background: #bf1e2e;
    color: #fff;
}

.nav li:hover ul {
    display: block;
    border: 0;
}

section#intro h1{
    margin: 1.5em 0px 0.1em 0px;
    color: #444;
    text-align: center !important;
    line-height: 1.4em;
    text-transform: capitalize;
}

section#intro h3{
    text-align:center; 
   font-size: 24px;
    margin: 0.5em 0px 1em 0px;
}
section#intro  p.about {
    font-size:1.5em;
    color: #585858;
}

.services-heading {
    background: transparent; color: #777777;
}

#slider {
}

#slider .owl-buttons div {
    position: absolute;
}

#slider .owl-next {
    background: url(../img/next-icn.png) no-repeat;
    right: 3%;
    padding: 20px;
    top: 46%;
}

#slider .owl-prev {
    background: url(../img/prev-icn.png) no-repeat;
    left: 3%;
    padding: 20px;
    top: 46%;
}

#sideBar .col-lg-2 {
    width: 19.666667%;
}

#sideBar {
    margin-top: 20px;
}

#sideBar h2 {
    font-size: 24px !important;
    color: #bf1e2e !important;
}

#sideBar a {
    transition: 100ms;
    background: #f2f2f2;
    font-size: 14px;
    color: #000;
    margin: 10px 0;
    padding: 15px;
    border: 1px solid #dedede;
    display: block;
    text-align: center;
}

#sideBar a:hover {
    background: #e9e9e9;
}

#sideBar a img {
    display: block;
    margin: 0 auto;
}

#sideBar .col-lg-6 {
    padding: 0;
}

#mainHeading {
    background: #092e6e ;
    padding: 50px 0;
    z-index: -1;
}

#mainHeading h1 {
    color: #fff;
    font-weight: 300;
    font-size: 60px;
    margin: 0;
    line-height: 50px;
    text-transform: uppercase;
}

#mainHeading h1 span {
    font-size: 22px;
}

#webDesign .packBox {
    margin-top: 50px;
    width: 20%!important;
    float: left;
    text-align: center;
    min-height: 795px!important;
    position: relative;
}

.packagesBox .packBox {
    margin-top: 50px;
    width: 16%;
    float: left;
    text-align: center;
    min-height: 547px;
    position: relative;
}

.packagesBox .desccBox {
    margin-top: 50px;
    width: 20%;
    float: left;
}

.packagesBox .headSty img {
    margin-top: -25px;
}

.packagesBox .headSty {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.packagesBox h2 {
    font-size: 35px !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.packagesBox .desccBox li {
    color: #1d1d1b !important;
    font-weight: bold !important;
}

.packagesBox .desccBox li.lineHe {
    line-height: 28px !important;
}

.packagesBox i.tick {
    background: url(../img/tick.png) no-repeat;
    width: 25px;
    height: 24px;
    display: inline-block;
}

.packagesBox i.cross {
    background: url(../img/cross.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.packagesBox h3 {
    background: url(../img/packages_detail.jpg) no-repeat;
    width: 180px;
    height: 112px;
    color: #fff !important;
    padding: 16px;
    font-size: 23px!important;
    font-weight: 500!important;
    text-align: center;
}

.packagesBox h4 {
    color: #fff !important;
    padding: 10px 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.packagesBox h5 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.packagesBox h5 span {
    text-decoration: line-through;
    color: #e7e7e7;
}

.packagesBox .btn {
    font-weight: bold;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
}

.packagesBox .basic .headSty,.packagesBox .basic .btn {
    background: #c82a1b;
}

.packagesBox .startup .headSty,.packagesBox .startup .btn {
    background: #02857c;
}

.packagesBox .silver .headSty,.packagesBox .silver .btn {
    background: #757678;
}

.packagesBox .gold .headSty,.packagesBox .gold .btn {
    background: #caa306;
}

.packagesBox .platinum .headSty,.packagesBox .platinum .btn {
    background: #1e56bd;
}

.packagesBox ul {
    padding: 3px 6px !important;
}

.packagesBox ul li {
    padding: 5px 0;
    font-size: 14px !important;
    line-height: 32px !important;
    list-style: none !important;
    color: #fff !important;
}

.packagesBox ul li:last-child {
    border: 0;
}

.packagesBox li span {
    font-size: 14px !important;
}

.packagesBox .red {
    color: #c82a1e;
}

.packagesBox .green {
    color: #00857e;
}

.packagesBox .black {
    color: #000;
    margin-top: -6px;
    display: block;
}

.packagesBox .basic {
    background: #e94b3c;
}

.packagesBox .startup {
    background: #00a99d;
}

.packagesBox .silver {
    background: #aeaeae;
}

.packagesBox .gold {
    background: #efc419;
}

.packagesBox .platinum {
    background: #3c79e9;
}

#services {
    margin: 40px 0;
    text-align: center;
}

#services h3 {
    color: #666;
    text-transform: uppercase;
    font-size: 20px;
}

#services h2 {
    color: #fff;
    background: #bf1e2e;
    text-transform: uppercase;
    font-size: 31px;
    display: inline-block;
    padding: 15px 40px;
}

p.style {
    color: #787878;
    font-size: 25px;
    font-weight: 300;
    margin: 22px 0;
}

#services .box a {
    display: block;
}

#services .box p {
    color: #787878;
    font-size: 12px !important;
}

#services .box {
    border: 1px dashed #e3e3e3;
    padding: 15px;
    background: #f8f8f8;
    margin: 20px 0;
}

#services .btn {
    font-size: 13px;
    background: #092e6e;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 13px;
    margin: 15px 0;
}

#headingSty {
    background: url(../img/banner.jpg) top center fixed no-repeat;
    padding: 70px 0;
    z-index: -1;
    text-align: center;
    background-size: 100% 100%;
}

#headingSty .btn {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    padding: 6px 20px;
    background: #149c83;
}

#headingSty h2 {
    color: #fff;
    font-weight: 300;
    font-size: 75px;
    margin: 0;
    line-height: 50px;
}

#headingSty h2 span {
    font-size: 30px;
}

#homePortfolio {
    padding: 40px 0;
    background: #f7f7f3;
    text-align: center;
}

#homePortfolio h2 {
    color: #fff;
    background: #bf1e2e;
    text-transform: uppercase;
    font-size: 31px;
    display: inline-block;
    padding: 15px 40px;
}

#homePortfolio h2 a {
    color: #fff;
}

#homePortfolio .row {
    margin-top: 30px;
    margin-bottom: 30px;
}

.portfolio .container .row {
    margin-top: 30px;
    margin-bottom: 30px;
}

#homePortfolio img {
}

#myIframe iframe{
    display: block;
    width:100%;
}
.cont {
    background: #DFDFDF;
    border: 1px dashed #A4A2A2;
    border-radius:0;
    overflow: hidden;
}

.cont .item{
    background: #fff;
    overflow: hidden;
    /*border-radius:50%;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#homePortfolio h3 a {
    color: #bf1e2e;
    text-transform: uppercase;
    margin: 0;
    font-size: 22px;
    padding: 20px 15px;
}

.cont h3 a {
    color: #bf1e2e;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
    /*padding: 20px 15px;*/
}

.owl-slide .item {
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.owl-carousel {
    display: block;
}

.packages .btn {
    color: #fff;
    background: #bf1e2e;
    padding: 5px 15px;
    font-size: 20px;
    margin-top: 15px;
}

.portfolio .item {
    background: #efefef;
    border: 1px dashed #e3e3e3;
    margin: 0 0;
    overflow: hidden;
	/*-moz-box-sizing: border-box;*/
	/*-webkit-box-sizing: border-box;*/
	/*box-sizing: border-box;*/
 
}

/*.portfolio .item:hover{*/
/*    transition: opacity 0.3s;*/
    
/*}*/

.item img {
    vertical-align: top;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity:0.5;

}

.item:hover img{
    -moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}

.mythumb{opacity:0.4;}
.mythumb:selected{opacity:1;}
.mythumb:hover{transition: opacity 0.3s;
    opacity: 1;}

.portfolio .item h4 {
    color: #bf1e2e;
    text-transform: uppercase;
    padding: 10px;
}

#portNav {
}

#portNav ul {
    padding: 0 !important;
    margin: 0 0 20px 0;
}

#portNav li {
    margin-right: 5px;
    list-style: none;
    display: inline-block;
}

#portNav li img {
    display: block;
    margin: 0 auto;
}

#portNav li a {
    color: #000;
    text-align: center;
    padding: 5px 13px;
    font-size: 14px;
    border-right: 1px solid #f2f2f2;
    display: inline-block;
}

#portNav li:last-child a {
    border: 0;
}

#portNav li a:hover , #portNav li.active a {
    opacity: 1;
}

#Grid .mix {
    opacity: 0;
    display: none;
}

.faq form {
    margin: 0 0 47px 0;
}

.faq input {
    padding: 21px 13px;
}

.faq .btn {
    background: #bf1e2e;
    padding: 7px 30px;
    color: #fff;
    font-size: 20px;
}

.faq .quesbox {
    background: #fafafa;
    border: 1px dashed #e3e3e3;
    margin: 20px 0;
    border-radius: 15px;
    padding: 15px 20px;
}

.faq .quesbox p {
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0px!important;
}

.faq .quesbox h4 {
    color: #bf1e2e;
    font-size: 19px;
    margin-top: 0;
}

.faq .nav-tabs li a,.faq .nav li {
    display: inline-block !important;
    border: 0;
    border-radius: 0;
}

#innContent {
    padding: 50px 0;
}

#innContent p {
    font-size: 17px;
    color: #787878;
    font-weight: 300;
    padding: 10px 0;
}

#innContent h3 {
    color: #bf1e2e;
    font-size: 32px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 10px;
}

#innContent h2 {
    color: #092e6e;
    font-size: 40px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
}

#innContent ul {
    padding: 0 22px;
}

#innContent ul li {
    list-style: square;
    font-size: 17px;
    color: #787878;
    font-weight: 300;
    line-height: 30px;
}

#innContent ul.nav-tabs {
    padding: 0 !important;
    border: 0;
}

#innContent .nav-tabs li a,#innContent .nav li {
    display: block;
    border: 0;
    float: none;
    border-radius: 0;
}

#innContent .nav li a:hover {
    background: #d22234;
    color: #fff;
}

#innContent .nav li.active a {
    background: #bf1e2e;
    color: #fff;
}

#newForm {
    margin: 40px 0;
    overflow: hidden;
}

#newForm .alt input {
    border: 0;
    padding: 7px 0;
    font-size: 16px;
    color: #dc0330;
}

#newForm .urgent {
    background: #dc0330;
    color: #fff;
    padding: 8px 14px;
    font-size: 14px;
}

#newForm .progress {
    margin: 15px;
}

#newForm #fileupload {
    margin: 15px;
    color: #000;
}

#newForm .btns {
    margin-top: 100px;
}

#newForm .btns .btn {
    text-transform: uppercase;
    border-radius: 0;
    font-size: 16px;
}

#newForm .btns .submit {
    background: #005cb9;
}

#newForm .btns .submit {
    background: #005cb9;
}

#newForm .btns .reset {
    background: #dc0330;
}

.almem {
    background: #16b396;
}

#panel {
    margin-top: 5%;
    margin-bottom: 5%;
}

#panel .form-control,#placeOrder .form-control {
    box-shadow: none;
    border-radius: 0;
}

#panel label ,#placeOrder label {
    font-size: 15px;
}

#panel .aligncenter {
    margin-top: 30px;
    margin-bottom: 30px;
}

#panel .btn {
    width: 47%;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    float: right;
    margin-left: 5px;
}

#panel .login {
    background: #2d3e50;
}

#panel .reset {
    background: #e94c3c;
}

#loginForm {
    max-width: 500px;
    margin: 0 auto;
}

#loginForm i {
    width: 27px;
    height: 31px;
    display: block;
}

#loginForm i.email {
    background: url(../img/name_icon.jpg) no-repeat;
}

#loginForm i.password {
    background: url(../img/password_icon.jpg) no-repeat;
}

#loginForm .form-control {
    padding: 22px 10px;
    border-left: 0;
}

#loginForm .input-group-addon {
    border: 0;
    border-radius: 0;
}

#loginForm .btn {
    display: block;
    color: #fff;
    width: 100%;
    background: #0056b9;
    font-size: 18px;
    padding: 10px;
}

#registerForm .btn {
    color: #fff;
    background: #0056b9;
    font-size: 15px;
    padding: 7px 15px;
}

.emailsec .input-group-addon {
    background: #ffc525;
}

.passwordsec .input-group-addon {
    background: #00a19c;
}

.form fieldset {
    padding: 10px;
    width: 100%;
}

.form h3 {
    margin: 0;
    color: #00497c;
}

.form fieldset>.row {
    margin: 20px 0 0 0;
}

.form fieldset .col-lg-4 .col-lg-8, .form fieldset .col-lg-4 .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.form label {
    font-weight: 500;
}

.form h3[data-toggle="collapse"] {
    cursor: pointer;
}

.form .btn {
    text-transform: uppercase;
    background: #e94c3c;
    border-radius: 0;
    font-size: 17px;
    float: right;
}

#paymentOpt {
    padding: 5px 0;
}

footer {
    background: #000;
    border-top: 10px solid #bf1e2e;
    padding: 20px 0 0 0;
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #bf1e2e;
}

footer h2 {
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

footer h3 {
    border-bottom: 1px solid #536d88;
    font-size: 27px;
    padding-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

footer p {
    text-align: center;
    font-size: 14px;
}

footer p span {
    font-size: 15px;
    color: #fff;
    display: block;
    padding: 7px 0;
}

footer .glyphicon {
    padding: 0 0 20px;
    display: block;
    font-size: 30px;
}


footer .social {
    background: #fff;
    color: #000;
    width: 31px;
    border-radius:20% !important;
    height: 30px;
    display: inline-block;
    margin: 0 10px 0 10px;
}

.fa {
  padding: 5px 5px 5px 5px;
  font-size: 20px;
  width: 30px;
  display:inline-block;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

/*.fa-facebook {*/
/*  background: #3B5998;*/
/*  color: white;*/
/*}*/
/*.fa-linkedin {*/
/*  background: #007bb5;*/
/*  color: white;*/
/*}*/
/*.fa-instagram {*/
/*  background: #125688;*/
/*  color: white;*/
/*}*/

footer label {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    text-transform: capitalize;
}

input[type="file"] {
    -webkit-appearance: none;
    text-align: left;
    -webkit-rtl-ordering: left;
    color: #fff;
}

input[type="file"]::-webkit-file-upload-button {
    -webkit-appearance: none;
    border: 0;
    background: #eec418;
    border-radius: 0px;
    padding: 5px 15px;
    color: #fff;
}

footer #submit {
    color: #fff;
    background: #bf1e2e;
    text-transform: uppercase;
    font-size: 19px;
    display: inline-block;
    padding: 6px 27px;
    border: 0;
    margin-top: 33px;
    float: right;
    border-radius: 5px;
}

footer .touch p {
    text-transform: uppercase;
    font-size: 15px;
    padding: 0;
    margin: 5px 14px;
}

footer .touch span {
    color: #fff;
    font-size: 15px;
    width: 32%;
    display: inline-block;
}

footer input {
    padding: 5px 0;
}

footer #footBot {
    border-top: 1px solid #536d88;
    margin-top: 20px;
}

footer #footBot p {
    font-size: 13px;
    padding: 10px 0;
    margin: 0;
}

footer #footBot a {
    padding: 0 10px;
    color: #fff;
}

.servicePackages {
    margin: 10px 0;
}

.servicePackages .packBox {
    margin: 20px 0;
    border: 1px solid #cccccc;
}

.servicePackages .packBox .title {
    background: #666666;
    color: #fff;
    display: block;
    padding: 10px;
}

.servicePackages .packBox .title .price {
    float: right;
}

.servicePackages .packBox .bot {
    background: #cccccc;
    display: block;
    padding: 10px;
}

.servicePackages .packBox .bot a {
    color: #000;
    text-decoration: none;
}

.servicePackages .packBox .bot .detail {
    float: right;
    cursor: pointer;
}

.servicePackages .packBox img {
    margin: 0 auto;
    display: block;
    padding: 15px;
}

.popover {
    width: 500px;
    max-width: 100%;
}

.popover ul {
    padding: 0 15px;
    list-style: square;
}

.popover ul li {
    color: #787878;
    font-size: 13px;
}

.popover ul li {
    color: #787878;
    font-size: 13px;
}

.popover h4 {
    color: #bf1e2e;
}

#contact {
    padding: 50px 0;
}

#contact .info {
    background: #f2f2f2;
    padding: 10px;
}

#contact .info p {
    color: #787878;
    margin: 15px 0;
}

#contact .glyphicon {
    padding-right: 10px;
}

#contact h3 {
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #bf1e2e;
    font-size: 20px;
}

#contact i.skype {
    background: url(../img/skype_sml.png) no-repeat;
    width: 21px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

#contact .touch span {
    color: #787878;
    font-size: 15px;
    width: 24%;
    margin: 10px 0;
    display: inline-block;
}

#contact .touch label ,#contact .touch p {
    color: #000;
    font-size: 15px;
    margin-top: 15px;
    text-transform: capitalize;
}

#contact #submit {
    color: #fff;
    background: #bf1e2e;
    text-transform: uppercase;
    font-size: 19px;
    display: inline-block;
    padding: 6px 27px;
    border: 0;
    float: right;
    margin-top: 15px;
}

.form h3 {
    background: #2d3e50;
    font-size: 20px!important;
    color: #fff!important;
    padding: 10px;
}

.form .form-control {
    background: #f6f6f6;
    border-radius: 0;
}

@media only screen and (max-width: 767px) {
    header {
        position:relative;
    }

    .nav {
        margin-top: 10px;
        float: none;
        text-align: center;
    }

    footer {
        text-align: center;
    }

    header {
        text-align: center;
    }
}

@media only screen and (max-width: 467px) {
    #topBg h2 {
        text-shadow:2px 3px 2px #000000;
        margin: 50px 0;
        font-size: 45px;
        padding: 40px;
        line-height: 63px;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }

    #topBg h2 span {
        font-size: 25px;
    }

    #topBg h3 {
        font-size: 30px;
        color: #fff;
        text-shadow: 2px 3px 2px #000000;
        text-transform: uppercase;
    }
}

/*for file upload*/
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.progress-animated .progress-bar, .progress-animated .bar {
    background: url("../img/progressbar.gif") !important;
    filter: none;
}

.fileupload-process {
    float: right;
    display: none;
}

.fileupload-processing .fileupload-process, .files .processing .preview {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/loading.gif") center no-repeat;
    background-size: contain;
}

.files audio, .files video {
    max-width: 300px;
}

@media (max-width: 767px) {
    .fileupload-buttonbar .toggle, .files .toggle, .files .btn span {
        display: none;
    }

    .files .name {
        width: 80px;
        word-wrap: break-word;
    }

    .files audio, .files video {
        max-width: 80px;
    }

    .files img, .files canvas {
        max-width: 100%;
    }
}

#cardlayouts .item {
    background: #f2f2f2;
    padding: 10px;
    border: 1px solid #dedede;
    margin-bottom: 15px;
}

.addForm {
    overflow: hidden;
}

.addForm ul,.formMore ul {
    padding: 0 !important;
}

.addForm ul li {
    list-style: none !important;
    padding: 0;
    width: 30%;
    float: left;
}

.formMore ul li {
    list-style: none !important;
    padding: 0;
}

.formMore {
    margin: 20px 0;
}

#cardlayouts ul li {
    font-size: 15px !important;
}

#cardlayouts h3 {
    font-size: 27px;
}

.cardInfoform .form-control {
    border-radius: 0;
    box-shadow: 0 0 0;
}

#cardlayouts .btn {
    background: #005cb9;
    text-transform: uppercase;
    border-radius: 0;
}

#cardlayouts .pay {
    background: #dc0330;
}

#cardlayouts .pay:hover {
    background: #000;
}

#upper-side {
  padding: 2em;
  background-color: #8BC34A;
  display: block;
  color: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

#status {
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  margin-top: -.2em;
  margin-bottom: 0;
}