@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);


/* TYPOGRAPHY
======================================== */
body {
  /* padding-top: 100px; */
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}

.light {
  color: #64686D
}

a {
  color: #7FB233;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #7FB233;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.cust-btn-line a { 
  margin-right: 10px !important; 
  margin-bottom: 10px !important; 
}
.cust-btn-line a:last-child { 
  margin-right: 0px !important;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #7FB233;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #7FB233;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media only screen and (max-width: 768px) {
  .sm-text-center {
    text-align: center;
  }
}


/* SMS CALCULATOR
======================================== */
#sms-text {
  border:1px solid #7FB233;
  border-radius:5px;
  padding: 10px;
  margin:10px 0;
  width:100%;
  /* max-width:700px; */
  height:200px;
  font-size: 17px;
}

.sms-part {
  border:1px solid #eee;
  border-radius:5px;
  padding:5px;
  margin:10px 0;
  /* float:left; */
  /* max-width:700px; */
}

.c16b,.c16bf,.udh span,.c7b,.c7eb {
  display:inline-block;
  width:24px;
  height:31px;
  text-align:center;
  background-color:#eee;
  border-radius:3px;
  margin:0;
  line-height:30px;
  vertical-align:top;
  overflow:hidden;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
}

.c7eb {
  background-color:#fea;
  font-size:10px;
}

.c16b {
  width:49px;
  background-color:#8eba33;
}

.c16bf {
  width:49px;
  background-color:#698924;
}

.udh span {
  font-size:10px;
  width:24px;
  background-color:#b1deff;
}


/* BANNER
======================================== */
#main-banner {
  overflow: hidden;
}
#main-banner .item {
  height: 420px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-banner .banner-inner {
  /* position: absolute; */
  /* top: -130; */
  /* left: 0; */
  width: 100%;
  height: 100%;
  /* color: #fff; */
  /* To avoid blur effect from middle-pixel positioning for child elements */
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; 
}
#main-banner .banner-inner h2 {
  margin-top: 60px;
  font-size: 38px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}
#main-banner .banner-inner h2 > span {
  color: #45aed6;
}
#main-banner .banner-inner p {
  font-size: 18px;
  line-height: 1.2em;
  /* text-transform: uppercase; */
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}
#main-banner .banner-inner .btn {
  margin-top: 10px;
}


/* MAIN INFO
======================================== */

#maininfo {
  padding: 10px 0 30px;
  background: #eeeeee;
}
#maininfo ul.maininfo {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #dbdbdb;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
  background: #e1e1e1;
}
#maininfo ul.maininfo li {
  display: block;
  padding: 10px;
}
#maininfo ul.maininfo li.plan-header {
  background: #fff;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#maininfo ul.maininfo li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #7FB233 0%, #629618 100%);
  background-image: -webkit-linear-gradient(90deg, #7FB233 0%, #629618 100%);
  background-image: -ms-linear-gradient(90deg, #7FB233 0%, #629618 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#maininfo ul.maininfo li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#maininfo ul.maininfo li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#maininfo ul.maininfo li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#maininfo ul.maininfo li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#maininfo ul.maininfo li.plan-header .plan-desc {
  margin-top: 10px;
  font-size: 22px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
}
#maininfo ul.maininfo.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#maininfo ul.maininfo.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #7FB233 0%, #629618 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#maininfo ul.maininfo.featured li.plan-header .plan-name {
  color: #fff;
}
#maininfo ul.maininfo.featured li.plan-header .plan-desc {
  color: #fff;
}


/* DETAILS
======================================== */

#details {
  padding: 60px 0;
}
#details .media.service-box:first-child {
  margin-top: 80px;
}


/* FOOTER
======================================== */
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #7FB233;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}


/* TABLES
======================================== */
table {
    margin-bottom: 20px;
    background-color: transparent;
}

td, th {
    padding: 8px;
    line-height: 1.42857143;
    border-bottom: 2px solid #eceff1;
    text-align: center;
}

th {
    font-weight: 700 !important;
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    color: #607d8b;
    font-size: 16px;    
    line-height: 23px;
}

table tbody tr:last-child td,
table tbody tr:last-child th {
    border-bottom: none;
}

table thead th {
    border-bottom: 2px solid #cfd8dc !important;
}

table caption {
    font-family: Raleway, sans-serif;
    color: #455a64;
    font-size: 23px; 
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 15px;
}


