.inner-banner .jumbotron{
  padding: 20px;
}

.inner-banner .jumbotron .subtitle{
  padding: 20px
}

.row3 h2{
  color: #067ba2;
	margin-bottom: 40px;
}

.row1 div.text-title{
   margin-bottom: 5px;
   margin-top: 5px;
}

.col-grey .text-title{
   color: #373737 !important;
}

.btn-bg .btn{
  background: #ce3635 !important;
}

.inner-banner {
    min-height: 460px !important;
}

.white .text-title {
   color: white;
}

.wht {
   color: #ffffff;
}

.border .icon-boxes.bordered [class*="col-"] > div{
   border-top: 2px solid rgb(59, 158, 255);
   border-left: 2px solid rgb(59, 158, 255);
}

.icon-boxes p{
   text-align: justify;
}
/* Arka Css For Packages */

.package{
    border: 1px solid #3EB54A;  
	margin-bottom:10px;
	box-shadow: 0px 0px 8px #d8d8d8;
}
.package-header{
    background:#eaeaea; 
}
.package-title{
    margin:0;
    padding: 20px 10px 111px 10px;
}
.package-amount{
    width: 180px;
    height: 180px;
    position: relative;
    border-radius: 50%;
    top: -94px;
    margin:0 auto;
    background:#fff;
    border:1px solid #3EB54A;
    box-shadow: inset 2px 2px 7px #ccc;
}
.amount{
    margin-top: 45px;
    text-align: center;
}
.amount p{
    font-size: 40px;
    margin: 0;
    line-height: 1;
    color: #3EB54A;
}
.package-body ul{
    padding: 0 20px;
    margin-top: -71px;
}
.package-body ul li{
    background: transparent url(//technofection.com/wp-content/uploads/2016/10/bullet.png) no-repeat scroll 0 3px !important;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px !important;
    padding-bottom: 15px !important;
    padding-left: 50px !important;
    margin-left: 0;
}
.package-btn .btn{
    padding: 5px 30px;
    margin-bottom: 20px;
}
