@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
/*
* Main.less
* Main Design for theme
* This file contains information about the Structure of the theme.
*
* Index:
* 
*   • Pre Requisite/CSS
*   • Top Bar
*     • Top Menu
*     • Search Bar
*     • Social Icons
*   • Masthead a.k.a Header
*   • Slider
*   • Content
*     • Primary
*     • Secondary(if any)
*   • Footer
*     • Widget Area(if any)
*     • Colophon    
*   • Other Responsive Codes (Responsive codes are present, below each section)
*
*/
/* ---------------- Fonts ----------------------------------- */
/* ---------------Parametric Mixins ------------------------ */
/* --------------- Color Variables ------------------------- */
/* ---------------- Font Variables ------------------------- */
.site-title-font {
 font-family: 'Swiss721BT-Roman';
}
.body-font {
  font-family: 'Swiss721BT-Roman';
}
@font-face {
font-family: 'Swiss721BT-Bold';
src: url('Swiss721BT-Bold.eot?#iefix') format('embedded-opentype'), url('Swiss721BT-Bold.woff') format('woff'), url('Swiss721BT-Bold.ttf') format('truetype'), url('Swiss721BT-Bold.svg#Swiss721BT-Bold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Swiss721BT-Roman';
src: url('Swiss721BT-Roman.eot?#iefix') format('embedded-opentype'), url('Swiss721BT-Roman.woff') format('woff'), url('Swiss721BT-Roman.ttf') format('truetype'), url('Swiss721BT-Roman.svg#Swiss721BT-Roman') format('svg');
font-weight: normal;
font-style: normal;
}
/*
 ------------------- Pre Requisite/Reset ----------------
*/
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
button, input[type="button"], input[type="reset"], input[type="submit"]{ box-shadow: none;}


.container {
  margin: auto;
}
a:hover {
  text-decoration: none;
}
body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  color: #3a85ae;
}
#content {
  background: #ffffff;
  clear: both;
  z-index: 888;
}
a {
  color: #3a85ae;
  transition: 0.4s all ease;
}
a:visited {
  color: #238cc5;
}
a:hover {
  color: #238cc5;
}
/* ----------------- Top Bar --------------------------- */
.search-box{
  float: right;
  position: absolute;
  top: 45%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  right: 0;
  width: 20px;
  height: 20px;
}
.search-box i{
  line-height: 20px;
  color: #999999;
  font-size: 30px;
}
#masthead {
  text-align: left;
  padding: 0px;
  border: none;
  position: relative;
  border-bottom: solid 5px #fe8f00;
  margin-bottom: 20px;
      z-index: 99999;
}
#masthead .site-title {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  padding-top: 8px;
  margin-top: 7px;
  margin-bottom: 5px;
}
#masthead .site-title a {
  color: #3a85ae;
  font-size: 32px;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: flat;
  display: inline-block;
}
#masthead .site-description {
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: lighter;
  color: #3a3a3a;
}
#masthead #site-logo{
  padding: 10px 0; 
}
#masthead #site-logo img {
  max-height: 100%;
}
@media screen and (max-width: 1199px) {
  #masthead {
    text-align: center;
  }
}
/*------------------ Navigation -------------- */
#top-nav #site-navigation {
  margin-bottom: 0px;
  text-align: center;
  font-size: 13px;
  padding-left: 0px;
  -webkit-backface-visibility: hidden;
  margin-top: 0px;
}
#top-nav #site-navigation a {
  color: #464646;
  font-weight:normal;
  font-size: 16px;
  padding: 30px 12px 35px 12px;
  font-family: 'Swiss721BT-Bold';
}
#top-nav #site-navigation a:hover {
  color: #fe8f00;
}
#top-nav #site-navigation ul {
  margin-left: 0px;
  z-index: 99999;
  float: left;
}
#top-nav #site-navigation ul li {
  float: left;
  display: inline-block;
}
#top-nav #site-navigation ul li.current-menu-item a{
  color: #fe8f00;
}
#top-nav #site-navigation ul li.current-menu-item a:after{
  width: 12px;
  height: 10px;
  border: 12px solid;
  border-color: transparent transparent #fe8f00 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';

}
#top-nav #site-navigation ul li:hover > ul {
  opacity: 1;
  z-index: 999999;
}
#top-nav #site-navigation ul > li:last-child a {
  padding-right: 0px;
}
#top-nav #site-navigation ul ul {
  background: #ffffff;
  border-top: solid 2px #3a85ae;
  box-shadow: none;
  top: 8.8em;
  z-index: 99999;
}
#top-nav #site-navigation ul ul a {
  padding: 8px 5px;
  font-size: 12px;
  text-align: left;
  padding-left: 10px;
  color: #a0a0a0;
  font-weight: lighter;
  border-bottom: solid 1px #ddd;
}
#top-nav #site-navigation ul ul a:hover {
  background: #f7f7f7;
}
#top-nav #site-navigation ul ul ul {
  top: -0.1em;
}
@media screen and (max-width: 1199px) {
  #top-nav #site-navigation ul {
    float: none;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #top-nav #site-navigation ul li {
    float: none;
  }
  #top-nav #site-navigation ul li a {
    padding: 20px 10px;
  }
  #top-nav #site-navigation ul ul {
    top: 2.4em;
  }
  #top-nav #site-navigation ul ul a {
    padding: 8px 5px;
  }
  #top-nav #site-navigation ul ul ul {
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  #top-nav h1.menu-toggle {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #top-nav #site-navigation ul li a {
    padding: 5px 10px;
  }
  #top-nav #site-navigation ul ul {
    display: none !important;
  }
  #top-nav #site-navigation ul {
    margin-left: 16%;
  }
  #top-nav #site-navigation ul li {
    display: block;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }
  .menu-toggle{
    font-size: 20px;
    padding: 10px 20px!important;
    text-transform: uppercase;
  }
  .main-navigation ul {
    display: none;
  }

}
/*@media screen and (min-width: 500px) and (max-width: 767px)
{
  
}*/
@media screen and (min-width: 390px) and (max-width: 767px)
{
  .blog-news .article-item .featured-thumb{
    width: 50%;
    float: left;
  }
  .blog-news .article-item .out-thumb{
    float: right;
    width: 50%;
        padding: 5px 15px!important;
  }
}
/* -------------------- Slider -------------------*/
#slider-wrapper {
  clear: both;
  position: relative;
  margin-bottom:0px;
  margin-top: -20px;
  z-index: 9999;
}
#slider-wrapper a.slideurl {
  display: block;
  width: inherit;
  height: inherit;
  pointer-events: all;
}
#slider-wrapper .slider-caption {
  position: absolute;
  pointer-events: none;
  left: 0px;
  right: 0px;
  bottom: 45px;
  padding: 7px 17px;
  padding-left: 20px;
  text-align: left;
  color: white;
}
#slider-wrapper .slider-caption .slider-caption-title {
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  text-shadow: 2px 2px 0px #3a3a3a, 0 0 7px #bababa;
  background: rgba(58, 133, 174, 0.2);
  padding: 10px 15px;
  padding-right: 30px;
  display: inline-block;
  clear: both;
  float: left;
}
#slider-wrapper .slider-caption .slider-caption-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 4px #3a3a3a;
  background: rgba(0, 0, 0, 0.2);
  padding: 8px 10px;
  display: inline-block;
  clear: left;
  float: left;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #slider-wrapper .slider-caption {
    box-shadow: none;
    background: none;
    padding: 3px 8px;
  }
  #slider-wrapper .slider-caption .slider-caption-title {
    font-size: 14px;
    padding: 5px;
  }
  #slider-wrapper .slider-caption .slider-caption-desc {
    font-size: 11px;
    margin-bottom: 0;
    padding: 3px;
  }
}
#slider-wrapper a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #slider-wrapper {
    margin-bottom: 10px;
  }
}
.bx-wrapper {
  box-shadow: none; overflow: hidden;
}
.bx-wrapper ul {
  margin-left: 0px;
}
.bx-wrapper img {
  min-width: 100%;
}
.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0px;
}
.bx-wrapper a.bx-prev {
  background: url(../images/slider-arrow-left.png) 0 0 !important;
  height:55px;
  width:55px;
  opacity: .8;
 /* transition-property: opacity;
  transition-delay: .5s; 
  transition-timing-function: ease; */transition: all ease 0.5s; -webkit-transition: all ease 0.5s; left: -110%;
}
/*.bx-wrapper a.bx-prev:hover {
  background-position-y: 46px;
  opacity: 1;
}*/
.bx-wrapper a.bx-next {
  margin-right: 12px;
  background: url(../images/slider-arrow-right.png) 0 0 !important;
  height:55px;
  width:55px;
  opacity: 0.8;
  transition: all ease 0.5s; -webkit-transition: all ease 0.5s; right: -110%;
}
.bx-wrapper:hover a.bx-prev{left: 15px;}
.bx-wrapper:hover a.bx-next{right: 5px;}

/*.bx-wrapper a.bx-next:hover {
  background-position: 24px 46px;
  opacity: 1;
}*/
@media screen and (max-width: 767px) {
  .bx-wrapper {
    margin-bottom: 15px;
  }
  .bx-wrapper a.bx-next,
  .bx-wrapper a.bx-prev {
    display: none;
  }
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 20px;
  border-radius: 0px;
  height: 8px;
  background: rgba(58, 133, 174, 0.6);
  text-indent: 9999px;
}
.bx-wrapper .bx-pager-item .active {
  background: rgba(12, 147, 220, 0.9) !important;
}
.bx-wrapper .bx-pager {
  text-align: right;
  position: absolute;
  top: 1px;
  right: 20px;
  height: 15px;
}
/* -------------------- Showcase ----------------- */
#showcase {
  padding: 20px 20px 10px 20px;
  max-width: 1300px;
  margin: 0 auto;
  display: block;
  list-style: none;
  margin-bottom: 0px;
  overflow: visible;
}
#showcase .container {
  padding: 0;
}
#showcase .showcase {
  display: inline-block;
  position: relative;
  perspective: 1700;
  -webkit-perspective: 1000;
}
#showcase .showcase figure {
  position: relative;
  transform-style: preserve-3d;
}
#showcase .showcase figure > div {
  overflow: hidden;
}
#showcase .showcase figure img {
  max-width: 100%;
  z-index: 10;
  transition: all 0.9s;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -webkit-backface-visibility: hidden;
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
}
#showcase .showcase figure .showcase-caption {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 20px;
  background: rgba(58, 133, 174, 0.8);
  color: white;
  opacity: 0;
  transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -moz-transition: all 0.4s;
  z-index: 99999;
}
#showcase .showcase figure .showcase-caption .showcase-caption-title {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 17px;
}
#showcase .showcase figure .showcase-caption .showcase-caption-desc {
  font-size: 12px;
  font-weight: lighter;
}
#showcase .showcase figure:hover .showcase-caption {
  opacity: 1.0;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
}
#showcase .showcase figure:hover img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #showcase .showcase {
    padding: 2px;
  }
}
@media screen and (max-width: 767px) {
  #showcase {
    text-align: center;
  }
  #showcase .showcase {
    max-width: 80%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 20px;
  }
  #showcase .showcase figure .showcase-caption {
    opacity: 1.0;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
  }
}
@media screen and (max-width: 550px) {
  #showcase {
    padding-bottom: 0;
  }
  #showcase .showcase {
    max-width: 100%;
  }
}
/* -------------------- Content ------------------ */
#content {
  padding-top:0px;
  margin-top:0px;
}
.page-header {
  margin-top: -20px;
}
#home-title {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 22px;
  display: inline-block;
  padding-bottom: 10px;
  color: #3a3a3a;
  text-align: center;
  padding-bottom: 15px;
  margin-top: -3px;
  margin-bottom: 30px;
  margin-left: -15px;
  width: 100%;
}
#home-title span {
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: solid 2px #3a3a3a;
}
@media screen and (max-width: 768px) {
  #home-title {
    text-align: center;
    margin: 10px auto;
    display: block;
    border-bottom: none;
    width: 100%;
  }
}
#primary article .after-thumb {
  overflow: auto;
  margin-top: -20px;
}
#primary article .after-thumb .entry-title a {
  font-size: 22px;
  color: #3a85ae;
}
#primary article .after-thumb .entry-title a:hover {
  color: #238cc5;
}
#primary article .after-thumb h1.entry-title {
  margin-top: 4px;
  margin-bottom: 0px;
  font-family: 'Open Sans', Arial, sans-serif;
}
#primary .entry-content {
  margin-top: 0.3em;
  border-bottom: solid 1px #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#primary article.grid {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 210px;
  margin-bottom: 3px;
}
#primary article.grid h1.entry-title {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}
#primary article.grid h1.entry-title a {
  color: white;
}
#primary article.grid .featured-thumb {
  padding-right: 1px;
  padding-left: 1px;
}
#primary article.grid .featured-thumb img {
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -webkit-backface-visibility: hidden;
}
#primary article.grid .featured-thumb:hover img {
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -webkit-filter: brightness(85%);
}
#primary article.grid .in-thumb {
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 99%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#primary article.grid .in-thumb h1.entry-title a {
  display: block;
  width: 100%;
  margin-bottom: -12px;
  background: rgba(58, 133, 174, 0.65);
  padding: 10px;
}
#primary article.grid .in-thumb h1.entry-title a:hover {
  background: rgba(58, 133, 174, 0.85);
}
@media screen and (max-width: 767px) and (min-width: 401px) {
  #primary article.grid {
    width: 50%;
    clear: none;
    float: left;
  }
}
#primary article.grid2 {
  padding: 0;
  -webkit-backface-visibility: hidden;
}
#primary article.grid2 .featured-thumb {
  padding: 0;
  overflow: hidden;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
#primary article.grid2 .featured-thumb:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  transition: 0.8s all ease;
  -webkit-transition: 0.8s all ease;
  -moz-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  -ms-transition: 0.8s all ease;
  pointer-events: none;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.6) 75%);
  z-index: 1;
}
#primary article.grid2 .featured-thumb:hover:before {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
#primary article.grid2 .featured-thumb img {
  -webkit-backface-visibility: hidden;
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  z-index: 0;
}
#primary article.grid2 .featured-thumb img:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
@media screen and (max-width: 991px) {
  #primary article.grid2 .featured-thumb {
    margin: 10px;
  }
}
#primary article.grid2 .out-thumb h1.entry-title {
  margin: 0 0 10px 0px;
  font-size: 17px;
}
#primary article.grid2 .out-thumb h1.entry-title a {
  color: #3586b3;
}
#primary article.grid2 .out-thumb h1.entry-title a:hover {
  color: #070707;
}
#primary article.grid2 .out-thumb .entry-excerpt {
  color: #3a3a3a;
  font-size: 13px;
  line-height: 1.5em;
}
#primary article.grid2 .out-thumb .readmore {
  font-family: 'Open Sans', Arial, sans-serif;
  text-align: right;
  font-size: 13px;
  margin-top: 10px;
  display: block;
}
#primary article.grid2 .out-thumb .readmore:hover a {
  color: #070707;
}
@media screen and (max-width: 767px) {
  #primary article.grid2 {
    width: 65%;
    margin: 10px auto;
    margin-bottom: 25px;
  }
  .bundle_plan_div{
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 450px) {
  #primary article.grid2 {
    width: 100%;
  }
}
#primary article.grid3 {
  padding: 7px;
  -webkit-backface-visibility: hidden;
}
#primary article.grid3 .featured-thumb {
  padding: 0;
  overflow: hidden;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
#primary article.grid3 .featured-thumb img {
  -webkit-backface-visibility: hidden;
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  z-index: 0;
  width: 100%;
}
#primary article.grid3 .featured-thumb:hover img {
  transform: scale(1.1);
  -webkit-filter: brightness(60%);
}
@media screen and (max-width: 991px) {
  #primary article.grid3 .featured-thumb {
    margin: 10px;
  }
}
#primary article.grid3 .out-thumb {
  padding: 10px 0px;
}
@media screen and (max-width: 991px) {
  #primary article.grid3 .out-thumb {
    padding: 10px 10px;
  }
  .detail-page-iron #primary-mono .entry-meta span.posted-on{
    font-size: 15px!important;
    padding: 10px 15px 10px 10px!important;
  }
  

}
@media screen and (max-width: 1200px)
{
  .detail-page-iron #primary-mono .entry-meta span.posted-on:after,
  .detail-page-iron #primary-mono .entry-meta span.posted-on:before{
    display: none!important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px)
{
  #btnReturnToLogin{
    margin-top: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 370px){
  .data-mb-box3-frist,
  .data-mb-box3-two{
    padding: 10px!important;
  }
}
@media screen and (max-width: 680px)
{
  .detail-left{
    padding-right: 0!important;
  }
}
@media screen and (max-width: 450px)
{
  .detail-left{
    width: 100%!important;
    text-align: center!important;
  }
  .detail-right{
    width: 100%!important;
    text-align: center!important;
  }
}
@media screen and (min-width: 670px) and (max-width: 991px)
{
    .award-winning-icon{
    width: 30%!important;
    float: left!important;
    text-align: center!important;
    margin-top: 21px;
  }
  .award-winning-list .about-data-txt{
    padding: 15px 15px 15px!important;
    width: 70%;
    float: right;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px)
{
     .plans_detail_div .title_img{
    width: 50%;
    float: left;
  }
  .plans_detail_div .download_detail_div{
    width: 50%;
  float: right;
  margin-top: 20px;
  }
  .plans_detail_div .res_float_left{
    width: 50%;
    float: left;
  }
   .plans_detail_div .res_float_right{
    width: 50%;
    float: right;

  }
  .plans_detail_div .res_float_right .data-mb-box8-inner{
    padding-bottom: 6px!important;
  }
}
#primary article.grid3 .out-thumb h1.entry-title {
  margin: 0 0 10px 0px;
  font-size: 16px;
}
#primary article.grid3 .out-thumb h1.entry-title a {
  color: #3a3a3a;
  font-weight: bold;
}
#primary article.grid3 .out-thumb h1.entry-title a:hover {
  color: #3a85ae;
}
#primary article.grid3 .out-thumb .entry-excerpt {
  color: #636363;
  font-size: 13px;
  line-height: 1.6em;
}
#primary article.grid3 .out-thumb .readmore {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  margin-top: 10px;
}
#primary article.grid3 .out-thumb .readmore:hover a {
  color: #070707;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #primary article.grid3:nth-child(odd) {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  #primary article.grid3 {
    width: 65%;
    margin: 10px auto;
  }
  .res_margin_top{
    margin-top: 50px;
  }
  .ftr_padding_0{
    padding-right: 15px!important;
    padding-left: 15px!important;
  }
}
@media screen and (max-width: 450px) {
  #primary article.grid3 {
    width: 100%;
  }
}
.header-title {
  background: #f7f7f7;
  padding: 20px 15px;
  display: block;
  margin-top: -40px;
  margin-bottom: 60px;
  border: solid 1px #eee;
  border-top: none;
  font-size: 30px;
  color: #777777;
  max-width: 1115px;
  margin-left: 15px;
  z-index: 8888;
}
#primary-mono #main {
  margin-top: -25px;
}
#primary-mono h1.entry-title {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 32px;
}
#primary-mono .entry-meta {
  font-size: 13px;
  border-bottom: solid 1px #e0e0e0;
  border-top: solid 1px #e0e0e0;
  padding: 7px 10px;
  font-weight: lighter;
  color: #a0a0a0;
}
#primary-mono .entry-meta a {
  color: #a0a0a0;
}
#primary-mono .entry-meta a:hover {
  color: #3a85ae;
}
#primary-mono .entry-meta i.fa-user {
  margin-left: 15px;
}
#primary-mono .entry-meta i.fa {
  margin-right: 4px;
}
#primary-mono .entry-meta .byline {
  float: right;
}
#primary-mono .entry-content {
  color: #686868;
  line-height: 1.7em;
}
#primary-mono .entry-content a:hover {
  color: #070707;
}
#primary-mono .footer-meta {
  margin-top: 25px;
  border-bottom: solid 1px #e0e0e0;
  border-top: solid 1px #e0e0e0;
  padding: 7px 10px;
  font-weight: lighter;
  color: #a0a0a0;
}
#primary-mono .footer-meta a {
  color: #a0a0a0;
}
#primary-mono .footer-meta a:hover {
  color: #3a85ae;
}
#primary-mono .footer-meta i.fa {
  margin-left: 15px;
}
#primary-mono .footer-meta i:first-child {
  margin-left: 0px;
}
#primary-mono .edit-link {
  float: right;
}
#primary-mono code {
  background: #eee;
  color: black;
  font-weight: bold;
  font-family: 'Open Sans', Arial, sans-serif;
}
#primary-mono article.page h1.entry-title {
  border-bottom: solid 2px #3a85ae;
  margin-bottom: 20px;
  margin-top: 12px;
}
#primary-mono article.page h1.entry-title span {
  background: url(../images/pattern2.png);
  padding: 10px 15px;
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
}
#primary-mono .entry-content p:first-child:first-letter {
  text-shadow: none;
  font-size: 14px;
  margin: 0;
  vertical-align: baseline;
  float: none;
  font-weight: normal;
}
#secondary {
  margin-top: -20px;
  font-size: 13px;
}
#secondary .widget {
  background: #f7f7f7;
  border: solid 1px #e0e0e0;
  padding: 10px;
  color: #3a3a3a;
}
#secondary .widget > ul {
  margin-left: 0px;
}
#secondary .widget > ul li {
  list-style: none;
  padding-bottom: 6px;
  padding-top: 6px;
  border-bottom: solid #e0e0e0 1px;
}
#secondary .widget > ul li:last-child {
  border-bottom: none;
}
#secondary .widget > ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 6px;
}
#secondary h1.widget-title {
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 1px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: bold;
  color: #686868;
}
#secondary a {
  color: #686868;
  font-weight: lighter;
}
#secondary a:hover {
  color: #3a85ae;
}
#secondary ul {
  margin-left: 20px;
}
#secondary ul ul {
  margin-left: 5px;
}
#secondary .widget_search label {
  width: 100%;
  margin-top: 5px;
}
#secondary .widget_search label input[type=search] {
  width: 100%;
}
article table {
  border: solid 1px #eee;
}
article table tr:nth-child(even) {
  background: #ffffff;
}
article table th {
  background: black;
  color: white;
  padding: 5px 10px;
}
article table td {
  padding: 5px 10px;
}
article h1,
article h2,
article h3 {
  font-family: 'Open Sans', Arial, sans-serif;
}
/* --------------- archives -------------- */
.archive section#primary h1.page-title {
  border-bottom: solid 2px #3a85ae;
  margin-bottom: 20px;
  margin-top: 11px;
}
.archive section#primary h1.page-title span {
  background: url(../images/pattern2.png);
  padding: 10px 15px;
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
}
.archive section#primary .page-header {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* --------------- pagination ------------ */
.pagination {
  margin: 20px 0;
  padding-top: 25px;
  text-align: center;
  width: 100%;
  clear: both;
}
.pagination ul {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0px;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a {
  color: #3982aa;
  transition: all 0.4s ease;
}
.pagination ul > li > a:hover {
  color: #238cc5;
  background: #f2f2f2;
}
.pagination .current {
  background: #f2f2f2;
}
.pagination ul  > li  > a,
.pagination ul  > li  > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  margin-right: 5px;
  background-color: #fcfcfc;
  border: 1px solid #f2f2f2;
  display: inline-block;
  color: #3a3a3a;
}
.pagination ul  > li  > a:hover,
.pagination ul  > li  > span:hover {
  background: none;
}
/*
.pagination ul &>li:first-child &>a, .pagination ul &>li:first-child &>span {
    border-left-width: 1px;
}
.pagination ul &>li:last-child &>a, .pagination ul &>li:last-child &>span {
    border-rigth-width: 1px;
}
*/
/* --------------- comments -------------- */
#respond input[type=text] {
  max-width: 450px;
}
#comments {
  margin-top: 55px;
}
#comments h2.comments-title {
  font-size: x-large;
  font-family: 'Open Sans', Arial, sans-serif;
}
#comments ol.comment-list {
  list-style: none;
  margin-left: 0px;
}
#comments li.comment {
  border: solid 1px #eee;
  padding: 10px;
  margin-top: 15px;
  list-style: none;
  background: #f9f9f9;
}
#comments li.comment .comment-content {
  color: #212121;
}
#comments li.trackback {
  background: #f9f9f9;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: solid 1px #eee;
  font-weight: bold;
}
#comments li.trackback a {
  font-weight: normal;
}
#comments .vcard img {
  border: solid 4px #e6e6e6;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}
#comments .comment-metadata {
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  li.comment {
    margin-left: -5%;
  }
}
/* -------------- footer widget area -------- */
#footer-sidebar {
  padding-top:40px;
  background: #fff;
  padding-bottom:40px;
  color: #777777;
  font-weight: lighter;  border-top: 1px solid rgba(0,0,0,0.1);  
}
.ftr_padding_0{
  padding: 0;
}
#footer-sidebar a {
  color: #999999;
}
#footer-sidebar a:hover {
  color: white;
}
#footer-sidebar h1.widget-title {
  font-weight: bold;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  color: #e5e5e5;
  margin-bottom: 20px;
}
#footer-sidebar .widget_recent_comments ul {
  margin-left: 5px;
}
#footer-sidebar .widget_recent_comments li {
  list-style: none;
  padding-bottom: 6px;
  padding-top: 6px;
  border-bottom: solid #373737 1px;
}
#footer-sidebar .widget_recent_comments li:before {
  content: "\f075" !important;
  font-family: "FontAwesome";
  margin-right: 6px;
}
#footer-sidebar .widget > ul {
  margin-left: 0px;
}
#footer-sidebar .widget > ul li {
  list-style: none;
  padding-bottom: 6px;
  padding-top: 6px;
  border-bottom: solid #373737 1px;
}
#footer-sidebar .widget > ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 6px;
}
#footer-sidebar .widget_nav_menu ul.menu {
  margin-left: 0px;
}
#footer-sidebar .widget_nav_menu ul.menu > li {
  list-style: none;
  padding-bottom: 6px;
  padding-top: 6px;
  border-bottom: solid #373737 1px;
}
#footer-sidebar .widget_nav_menu ul.menu > li:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 6px;
  background: url(../images/ftr-nav-arrow.png) no-repeat left;
  width: 14px;
  height: 15px;
  position: absolute; left: 0; top: 2px;
}
#footer-sidebar .widget_nav_menu ul.menu > li ul {
  margin-left: 40px;
}
#footer-sidebar .widget_nav_menu ul.menu > li ul ul {
  margin-left: 20px;
}
#footer-sidebar .widget_recent_entries ul {
  margin-left: 5px;
}
#footer-sidebar .widget_recent_entries li {
  list-style: none;
  padding-bottom: 6px;
  padding-top: 6px;
  border-bottom: solid #373737 1px;
}
#footer-sidebar .widget_recent_entries li:before {
  content: "\f0f6" !important;
  font-family: "FontAwesome";
  margin-right: 6px;
}
#secondary .woocommerce ul.product_list_widget,
#footer-sidebar .woocommerce ul.product_list_widget,
#secondary .woocommerce-page ul.product_list_widget,
#footer-sidebar .woocommerce-page ul.product_list_widget {
  margin-left: 4px;
}
#secondary .woocommerce ul.product_list_widget li:before,
#footer-sidebar .woocommerce ul.product_list_widget li:before,
#secondary .woocommerce-page ul.product_list_widget li:before,
#footer-sidebar .woocommerce-page ul.product_list_widget li:before {
  content: none !important;
}
#secondary span.amount,
#footer-sidebar span.amount {
  font-weight: bold;
  color: #212121;
}
#secondary del,
#footer-sidebar del {
  font-size: 10px;
  color: #474747;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: left;
  margin-right: 14px;
  width: 48px;
  height: auto;
}
/* --------------- colophon ---------------- */
#colophon {
  text-align: center;
  padding: 15px;
  background: #fe8f00;
  padding-bottom: 4px;
  color: #fff;
}
#colophon .site-info {
  text-align: center;
}
#colophon a {
  color: #fff;
  font-weight: lighter;
}
#colophon a:hover {
  color: #ddd;
}
#colophon .footer-menu {
  text-align: right;
}
#colophon .footer-menu ul {
  margin-left: 0px;
}
#colophon .footer-menu ul ul {
  display: none;
}
#colophon .footer-menu ul li {
  display: inline;
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  #colophon .site-info {
    text-align: center;
    margin: 20px;
  }
  #colophon .footer-menu {
    text-align: center;
  }
}
/*--------------- woocommerce -----------------*/
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  display: none;
}
.woocommerce .button,
.woocommerce-page .button {
  background: #3a85ae !important;
  border: none !important;
  text-shadow: none !important;
  color: white !important;
}
.woocommerce .header-title,
.woocommerce-page .header-title {
  margin-top: -40px;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  padding-top: 0 !important;
}
.woocommerce p.woocommerce-result-count,
.woocommerce-page p.woocommerce-result-count {
  font-style: italic;
  font-size: 12px;
  font-weight: lighter;
  color: #a0a0a0;
}
.woocommerce div.related h2,
.woocommerce-page div.related h2,
.woocommerce div.upsells h2,
.woocommerce-page div.upsells h2 {
  font-size: 16px;
  font-weight: bold;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
}
.woocommerce ul.products li.product div.star-rating,
.woocommerce-page ul.products li.product div.star-rating {
  margin: 1px auto 6px auto !important;
}
.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a,
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  color: #3a3a3a;
  font-weight: bold;
  font-size: 14px;
  transition: 0.4s all ease;
}
.woocommerce ul.products li.product h3:hover,
.woocommerce-page ul.products li.product h3:hover {
  color: #3a85ae;
}
.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce-page ul.products li.product .add_to_cart_button {
  display: none;
}
.woocommerce ul.products li.product span.amount,
.woocommerce-page ul.products li.product span.amount {
  color: #3a85ae;
  font-weight: bold;
}
.woocommerce ul.products li.product span.onsale,
.woocommerce-page ul.products li.product span.onsale {
  border-radius: 0px;
  background: rgba(58, 133, 174, 0.8);
  border-bottom: none;
  box-shadow: none;
  padding: 1px 12px;
  font-size: 14px;
  margin: 5px 5px 0 0;
}
.woocommerce #content div.product,
.woocommerce-page #content div.product {
  color: #3a3a3a;
}
.woocommerce #content div.product div.star-rating,
.woocommerce-page #content div.product div.star-rating {
  /* margin: 1px auto 6px auto !important; */
}
.woocommerce #content div.product a.woocommerce-review-link,
.woocommerce-page #content div.product a.woocommerce-review-link {
  color: #939393;
  font-size: small;
  font-weight: lighter;
}
.woocommerce #content div.product a,
.woocommerce-page #content div.product a,
.woocommerce #content div.product h3,
.woocommerce-page #content div.product h3 {
  color: #3a3a3a;
  font-weight: bold;
  font-size: 14px;
}
.woocommerce #content div.product .entry-summary,
.woocommerce-page #content div.product .entry-summary {
  color: #878787;
  line-height: 1.7em;
}
.woocommerce #content div.product img,
.woocommerce-page #content div.product img {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.woocommerce #content div.product .single_add_to_cart_button,
.woocommerce-page #content div.product .single_add_to_cart_button {
  background: #3a85ae;
  border: none;
  text-shadow: none;
}
.woocommerce #content div.product span.amount,
.woocommerce-page #content div.product span.amount {
  color: #3a85ae;
  font-weight: bold;
  font-size: 18px;
}
.woocommerce #content div.product del span.amount,
.woocommerce-page #content div.product del span.amount {
  font-size: 13px;
  color: #878787;
}
.woocommerce #content div.product span.onsale,
.woocommerce-page #content div.product span.onsale {
  border-radius: 0px;
  background: rgba(58, 133, 174, 0.8);
  border-bottom: none;
  box-shadow: none;
  padding: 1px 12px;
  font-size: 14px;
  margin: 5px 5px 0 0;
}
.woocommerce #content div.product h1.product_title,
.woocommerce-page #content div.product h1.product_title {
  margin-top: 0px;
  font-weight: bold;
  margin-top: -20px;
  color: #3a3a3a;
}
.woocommerce #content div.product .product_meta,
.woocommerce-page #content div.product .product_meta {
  padding: 6px 0px;
  border-top: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
  font-weight: lighter;
}
.woocommerce #content div.product .product_meta a,
.woocommerce-page #content div.product .product_meta a {
  color: #3a3a3a;
  font-weight: lighter;
}
.woocommerce #content div.product .woocommerce-tabs h2,
.woocommerce-page #content div.product .woocommerce-tabs h2 {
  font-weight: bold;
  color: #3a3a3a;
  font-size: 14px;
  margin-top: -1px;
}
.woocommerce #content div.product .woocommerce-tabs div.entry-content,
.woocommerce-page #content div.product .woocommerce-tabs div.entry-content {
  color: #878787;
  line-height: 1.7em;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  background: #e0e0e0;
  text-shadow: none;
  margin-right: 10px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
  text-shadow: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs .active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs .active {
  background: white;
}
.woocommerce .shop_table th,
.woocommerce-page .shop_table th {
  background: #f4f4f4;
  color: #3a3a3a;
  font-weight: bold;
}
.woocommerce .shop_table .shipping th,
.woocommerce-page .shop_table .shipping th,
.woocommerce .shop_table .cart-subtotal th,
.woocommerce-page .shop_table .cart-subtotal th,
.woocommerce .shop_table .order-total th,
.woocommerce-page .shop_table .order-total th {
  border-right: solid 1px #ddd;
}
.woocommerce .shop_table td,
.woocommerce-page .shop_table td {
  font-weight: lighter;
}
.single_product div.entry-summary {
  color: #6d6d6d;
}
.woocommerce-cart .entry-content .woocommerce h2 {
  font-size: 18px;
  font-weight: bold;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals th {
  background: #f4f4f4;
  color: #3a3a3a;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals th,
.woocommerce-cart .entry-content .woocommerce .cart-collaterals td {
  padding: 5px;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .order-total th {
  border-bottom: none;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals td {
  padding-left: 12px;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .shipping_calculator h2 a {
  font-size: 14px;
}

.search-box-in {position: relative; width: 100%; float: left;}
.search-box-frm {position: absolute; top: 27px; right: -8px; width: 190px; z-index: 99;}
.search-box-frm-in {position: relative; width:100%; padding: 10px; background: #eee; z-index: 99;}
.search-box-frm-in label.glyphicon.glyphicon-search {margin: -26px 10px 0 0; float: right; color: #666;}
.search-box-frm-in .form-group {margin-bottom:0px;}

.news-latter-bg {width: 100%; float: left; background-color: #42609e; background-image: url(../images/map_icon.png); background-repeat: no-repeat; background-position-x:99%;background-position-y:50%; padding: 16px 127px 16px 0;}
.news-latter-txt {width: 460px; float: left; font-family: 'Swiss721BT-Bold'; font-weight: normal; font-size: 28px; color: #fff; text-align: center; line-height:30px; padding:8px 0 0 0;}
.news-latter-frm {margin: 0 0 0 462px; position: relative;}
.news-latter-frm-row {width: 100%; float: left; list-style-type: none; margin: 0; padding: 0;}
.news-latter-frm-row li {width: 100%; float: left; list-style-type: none; margin: 0; padding:10px 0 0; position: relative;}
.news-latter-frm-row li.news-form {padding-right:170px;}
.news-latter-frm-row li.news-form .newsfild {width: 100%; height: 52px; border-radius:5px; background: #fff; border: 0; color: #2d2d2d; font-family: 'Swiss721BT-Roman'; font-weight: normal; font-size: 15px; padding: 0 15px 0 60px;}
.news-icon {background: url(../images/seach_icon.png) no-repeat; width: 37px; height: 34px; float: left; position: absolute; left: 10px; top: 18px;}
.news-latter-frm-row li.news-form .newssmt-btn {background: #fe8f00; width: 160px; height: 52px; border: 0; position: absolute; right: 0; top: 10px; box-shadow: none; transition: 0.4s all ease; font-size: 28px; color: #fff; font-weight: normal; font-family: 'Swiss721BT-Bold'; padding: 0;}
.news-latter-frm-row li.news-form .newssmt-btn:hover {background: #c37006;}
.news-latter-frm-row li.news-txt-ri {padding:5px 0 0 0; text-align: right; font-family: 'Swiss721BT-Roman'; font-size: 14px; color: #fff; font-weight: normal;}

.about-data-plan {width: 100%; float: left; padding: 45px 0 0;}
.heading-con {width: 100%; float: left;}
.heading-con h2 {color: #343434; font-size: 26px; font-family: 'Swiss721BT-Bold'; font-weight: normal; margin: 0; padding: 0 0 25px 0; text-align: center; background: url(../images/orange-heading-bg.png) no-repeat center bottom;}
.heading-con p {padding: 23px 0; margin: 0; color: #343434; font-family: 'Swiss721BT-Roman'; font-size: 16px; font-weight: normal; text-align: center;}
.about-data-list {width: 100%; float: left; padding: 0; margin:20px 0 0 0; background: #fff; border-bottom: 4px solid #f5a43b; box-shadow: 0 0 10px #ccc; min-height: 410px;}
.about-data-list h3 {width: 100%; float: left; height: 112px; background: url(../images/abt-info-heading.jpg) no-repeat; background-size: cover; margin: 0; padding:25px 0 0 0; font-size: 24px; color: #fff; font-family: 'Swiss721BT-Bold'; font-weight: normal; text-align: center;}
.about-data-list h3 span.data-icon {background: url(../images/about-data-icon-2.png) no-repeat left; line-height:62px; min-height: 62px; display: inline-block; padding: 0 0 0 60px;}
.about-data-list h3 span.data-w-icon {background: url(../images/about-data-icon-3.png) no-repeat left; line-height:62px; min-height: 62px; display: inline-block; padding: 0 0 0 60px;}
.about-data-list h3.DSLbg {background: url(../images/abt-info-heading-2.jpg) no-repeat; background-size: cover;}
.about-data-list h3.ADSbg {background: url(../images/abt-info-heading-3.jpg) no-repeat; background-size: cover;}

.about-data-txt {padding: 40px 15px 0; width: 100%; float: left;}
.about-data-txt h4 {font-size: 34px; color: #626262; font-family: 'Swiss721BT-Bold'; font-weight: normal; margin-top: 0; margin-bottom: 20px; padding: 0 0 10px 0; text-align: center;}
.about-data-txt p {font-size:15px; color: #3b3b3b; font-family: 'Swiss721BT-Roman'; font-weight: 400; margin: 0; padding: 8px 0; text-align: center;}
.about-data-txt p .readmore-btn {background: #fe8f00; height: 40px; display: inline-block; padding: 0 20px; font-family: 'Swiss721BT-Roman'; font-weight: normal; font-size: 15px; color: #fff; text-decoration: none; line-height: 40px; transition: 0.4s all ease;}
.about-data-txt p .readmore-btn:hover {background: #c37006;}
.award-winning .row .col-md-3:last-child .about-data-txt h4{
  margin-bottom: 15px;
}

.award-winning-bg {width: 100%; float: left; padding: 40px 0; position: relative; margin-top: 34px;}
.award-winning-bg:before {content: ""; background: url(../images/news-bg.jpg) no-repeat; background-size: cover; width: 100%; position: absolute; left: 0; top: 0; height: 389px;}
.position-rel {position:relative; z-index: 99;}
.award-winning-bg .heading-con h2 {color: #fff; background: url(../images/white-heading-bg.png) no-repeat center bottom;}

.award-winning {width: 100%; float: left; margin: 20px 0 0 0;}
.award-winning-list {width: 100%; float: left; background: #fff; box-shadow: 0 0 12px #444; margin:20px 0 0 0;}
.award-winning-icon {width: 100%; float: left; text-align: center;}
/*.award-winning-icon span {width: 140px; height: 140px; display: inline-block; border: 4px solid #fe8f00; border-radius: 50%; padding: 20px 0 0 0;}*/
.award-winning-list .about-data-txt {padding: 15px 15px 0;}

.award-winning-list .about-data-txt h4 {font-size: 24px; padding: 0; color: #373737;}
.award-winning-list .about-data-txt p {font-weight: normal;}

.award-winning .row {margin-right: -8px; margin-left: -8px;}
.award-winning [class*="col"]  {padding-right: 8px; padding-left: 8px;}



.nbn-news-bg {padding: 40px 0; width: 100%; float: left;}
.nbn-news {width: 100%; float: left; margin:25px 0 0 0;}
.nbn-news-list {width: 100%; float: left; margin:15px 0 0 0;}
.nbn-news-img {width: 100%; float: left; margin: 0; padding: 0;}
.nbn-news-txt {width: 100%; float: left; padding: 10px 0;}
.nbn-news-txt p {font-size: 16px; color: #3b3b3b;  font-family: 'Swiss721BT-Roman'; padding: 8px 0; margin: 0; font-weight: normal;}
.nbn-news-txt h3 {font-size: 22px; color: #3b3b3b;  font-family: 'Swiss721BT-Bold'; padding: 8px 0; margin: 0; font-weight: normal;}
.nbn-news-txt h3 a {color: #3b3b3b; text-decoration: none;}
.nbn-news-txt h3 a:hover {color: #fe8f00; text-decoration: none;}
.nbn-news-txt p.date {color: #777;}
.nbn-news-txt p.date span {color: #fe8f00;}
.bx-wrapper .bx-viewport{ background: none;}
.testi-bg {width: 100%; float: left; padding:120px 0; margin: 0;  background: url(../images/texti-bg.jpg) no-repeat center top; background-size: cover;}
.slide-item{ margin: 0 10px;}
.testi-list {width: 100%; float: left; background: #fff; border-radius: 7px; padding:25px 15px; }
.testi-list-top {width: 100%; float: left;}
.testi-list-img {float: left; width: 125px;}
.testi-list-img img {border-radius: 50%; border: 2px solid #eaeaea;}
.testi-list-txt {margin: 0 0 0 132px; height: 175px; }
.testi-list-txt p {font-size: 14px; color: #313131; font-family: 'Swiss721BT-Roman'; line-height: 25px;}
.testi-list-botm {width: 100%; float: left; padding:10px 0 0 0;}
.testi-list-botm p {font-size: 16px; color: #313131; font-family: 'Swiss721BT-Roman';}
.testi-list-botm p img { 
padding: 0 5px;
width: auto;
min-width: auto;
margin-top: -6px;
display: inline-block;

}
.footer-column{width: 50%;}
.footer-column .widget_recent_entries {margin: 0;}

#footer-sidebar .footer-column .widget_recent_entries h1.widget-title {margin: 0; padding: 0; font-size: 15px; color: #464646; font-family: 'Swiss721BT-Bold'; font-weight: normal;}
#footer-sidebar .footer-column .widget_recent_entries ul {margin:10px 0 0 0;}
#footer-sidebar .footer-column .widget_recent_entries ul li {margin:0 0 0 0; padding:12px 0; border: 0;}
#footer-sidebar .footer-column .widget_recent_entries ul li a {font-size: 15px; color: #464646; font-family: 'Swiss721BT-Roman'; font-weight: normal; position: relative;}
#footer-sidebar .footer-column .widget_recent_entries ul li a:after {background: url(../images/ftr-arrow.png) no-repeat right; content: ""; position: absolute; right: -20px; top: 6px; width: 12px; height: 8px;}
#footer-sidebar .footer-column .widget_nav_menu .menu li {margin:12px 0; padding:0 0 0 22px; border: 0; position: relative;}
#footer-sidebar .footer-column .widget_nav_menu .menu li a {font-size: 15px; color: #464646; font-family: 'Swiss721BT-Roman'; font-weight: normal; position: relative;}
.ftr-sec h3 {margin: 0; padding: 0; font-size: 15px; color: #464646; font-family: 'Swiss721BT-Bold'; font-weight: normal;}
.ftr-sec-con {margin: 15px 0 0 0;}
.ftrimg {border: 1px solid #ededed; border-radius: 6px; }
.social-icon img {margin: 0 4px 0 0;}
#footer-sidebar .footer-column .widget_nav_menu .menu li a:hover {color: #fe8f00;}
/*.slider-bg {background: url(../images/ban-bg.jpg) no-repeat; background-size: cover; height: 527px;}*/
.slider-bg {background-size: cover; height: 527px;}
.site-info {color: #fff;}
.site-info a {color: #fff;}
.slider-left {padding:0px 0 0 0; margin: -2px 0 0 0;}

.slider-right {width: 100%; float: left; margin:100px 0 0 0;}
.slider-right h1 {font-size: 66px; color: #42609e; font-family: 'Swiss721BT-Bold'; font-weight: normal; margin: 0; padding: 0; line-height: 60px; width: 100%; float: left;}
.slider-right h1 span {font-size:55px; color: #42609e;}
.ban-prices {width: 100%; float: left; margin: 14px 0;}
.ban-prices-left {float: left; width: 225px;}
.ban-prices-left label {float: left; font-size: 86px; font-family: 'Swiss721BT-Bold'; font-weight: normal; margin: 0; padding: 0; color: #fe8f00; line-height: 70px;}
.ban-prices-left span {float: left; font-size: 38px; color: #262626; font-family: 'Swiss721BT-Bold'; font-weight: normal; margin: 6px 0 0 0; padding: 0; line-height: 30px;}
.ban-prices-left span span {font-size: 26px; margin: 0;}
.ban-prices-right {margin: 0 0 0 230px; font-size: 23px; color: #262626; font-family: 'Swiss721BT-Roman';}

.ban-con {width: 100%; float: left; margin:0 0 0 0;}

.ban-con p {margin: 15px 0 0 0; font-size: 14px; color: #2d2d2d; font-family: 'Swiss721BT-Roman'; font-weight: normal;}

.ban-con p a.more-btn-ban {background: #fe8f00; height: 40px; border-radius: 6px; display: inline-block; padding: 0 20px; font-family: 'Swiss721BT-Roman'; font-weight: normal; font-size: 15px; color: #fff; text-decoration: none; line-height: 40px; transition: 0.4s all ease;}
.ban-con p a.more-btn-ban:hover {background: #c37006;} 

.bx-pager.bx-default-pager {display: none;}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none; font-size: 20px; font-family: 'Swiss721BT-Bold', arial; 
    border-radius: .25rem
}

.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.pagination .page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}





.pagination .page-item .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #484848;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover {
    color: #fe8f00;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd
}
.pagination .page-item .page-link.active {
    z-index: 2;
    color: #fff;
    background-color: #fe8f00;
    border-color: #fe8f00
}
 
.pagination .page-item.disabled .page-link {
    color: #636c72 !important;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination.pagination-lg .page-item .page-link {
    padding: .95rem 1.5rem;
   /* font-size: 1.25rem*/
}

.pagination.pagination-lg .page-item .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination.pagination-sm .page-item .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.pagination.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.contact-page{ display: block; clear: both; padding-bottom: 30px;}
.header-banner  img{ width: 100%;  }
.contact-page-content { padding: 0 0 30px 0; clear: both;    }
.contact-page-content > h2{ font-weight: 700; color: #3b3b3b; text-align: center; padding: 60px 0 40px; font-size: 35px; font-family: 'Swiss721BT-Bold', arial;}
.answer-categories{ display: block; clear: both; padding: 0 0 0; }
.answer-categories .row-no-margin{ margin-left: 0; margin-right: 0; }
.answer-categories .col-no-padding{ padding-left: 0; padding-right: 0; }
.answer-categories .col-item{ transition:all ease 0.35s; -webkit-transition:all ease 0.35s; position: relative; color: #3b3b3b;  display: block; border: 1px solid #b6b6b6; border-width: 1px 0 1px 1px; padding: 30px; }
.answer-categories .col-item.first-child{border-left: none;}
i.sprite{ display: block; position: absolute; left: 0; top: 0; height: 35px; width:17px; background: url(../images/sprite.png) no-repeat 0 0;}
.answer-categories .col-item h3 i.sprite{ width:38px;}
i.sprite.internet{ background-position: -2px -2px; }
i.sprite.bill{ background-position: -2px -2px; }
i.sprite.email{ background-position: -49px -3px; }
i.sprite.phone{ background-position: -92px 0; }
i.sprite.mobile{ background-position: -144px -2px; }
i.sprite.moving{ background-position: -183px -7px; }
i.sprite.phoneic{ background-position: -2px -86px; }
i.sprite.envelop{ background-position: -34px -86px; }
i.sprite.clock{ background-position: -64px -86px; }
i.sprite.arrowyellow{ background-position: -170px -90px; }
i.sprite.emailuser{ background-position: -24px -117px;  width: 16px; height: 18px;}
i.sprite.username{ background-position: -26px -116px; width: 15px; height: 20px; }
i.sprite.lockpass{ background-position: -47px -116px; width: 17px; height: 20px; }
i.sprite.emailuser.usericon{background-position: -2px -117px;}
.answer-categories .col-item h3{border-left: none; font-size: 23px; font-family: 'Swiss721BT-Bold', arial; padding-left: 45px; line-height: 33px; text-align: left; position: relative; min-height: 35px;}
.answer-categories .col-item h3 .sprite{ display: block; position: absolute; left: 0; top: 0; }
.answer-categories .col-item p{ line-height: 1.3;  font-size: 16px;  font-family: 'Swiss721BT-Roman', arial; }
.answer-categories .col-item:hover{ background: #fe8f00; color: #fff; }
.answer-categories .col-item:hover i.sprite.internet{ background-position: -2px -44px; }
.answer-categories .col-item:hover i.sprite.bill{ background-position: -2px -44px; }
.answer-categories .col-item:hover i.sprite.email{ background-position: -49px -45px; }
.answer-categories .col-item:hover i.sprite.phone{ background-position: -92px -42px; }
.answer-categories .col-item:hover i.sprite.mobile{ background-position: -144px -44px; }
.answer-categories .col-item:hover i.sprite.moving{ background-position: -183px -49px; }
.answer-categories .col-item a.hidenlink{ opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; display: block; }
.complaint-proccess { color: #3b3b3b; }
.complaint-proccess h2{ font-weight: 700; color: #484848; text-align: center; padding: 10px 0; font-size: 35px; font-family: 'Swiss721BT-Bold', arial;}
.complaint-proccess p {  text-align: center; line-height: 1.3;  font-size: 17px;  font-family: 'Swiss721BT-Roman', arial; }
.getintouch{ display: block; clear: both; margin: 30px 0 0; background: url(../images/getintouch.jpg) no-repeat 0 0; background-size: cover; padding: 70px 0; }
.getintouch .touchbox{ display: block; clear: both; box-shadow: 0 0 10px 0 rgba(0,0,0,0.5); border-radius: 10px; background:#42609e; }
.getintouch .touchbox:after{ display: table; clear: both; content: ''; }
.getintouch .touchbox .left-box{ float: left; width: 40%; background: #42609e; padding: 40px; border-radius: 10px 0 0 10px;}
.getintouch .touchbox .left-box h3{ font-size: 30px; color: #fff; font-family: 'Swiss721BT-Bold', arial; margin: 0; padding: 0; }
.getintouch .touchbox .left-box p{ text-align: left; color: #fff; padding: 20px 0 0; font-size: 16px;  font-family: 'Swiss721BT-Roman', arial;}
.getintouch .touchbox .left-box h4{ font-size: 25px; color: #fff; font-family: 'Swiss721BT-Bold', arial; margin: 0; padding: 40px 0 0; }
.getintouch .touchbox .left-box ul{ display: block;; clear: both; padding: 10px 0 0; margin: 0; }
.getintouch .touchbox .left-box ul li{ float: left; padding: 0 22px 0 0; margin: 0; display: block; }
.getintouch .touchbox .left-box ul li a{ display: block; font-size: 32px; color: #fff; }
.getintouch .touchbox .right-box{ background:#fff; border-left:15px solid #fe8f00; padding: 40px; float: right; width: 60%;  border-radius: 0 10px 10px 0; }
.getintouch .touchbox .right-box h3{ font-size: 50px; color: #777; font-family: 'Swiss721BT-Bold', arial; margin: 0; padding: 0; }
.getintouch .touchbox .right-box p {  text-align: left; line-height: 1.3;  font-size: 17px;  font-family: 'Swiss721BT-Roman', arial; }
.form-control:focus { border-color: #fe8f00;}
.form-list{ display: block; clear: both; padding: 30px 0 0; margin: 0;  }
.form-list li{ display: block; clear: both;; padding: 0 0 15px; margin: 0 -10px 5px;  }
.form-list li:after{ display: table; clear: both; content: ""; }
.form-list li .form-group{ display: block; margin: 0 ; padding: 0 10px; width: 50%; float: left; }
.form-list li .form-group.wide{width: 100%;}
.form-list li .form-group .form-field{ display: block; max-width: 100%; }
.form-list li .form-group .form-field .form-control{ display: block; padding: 10px 15px; box-shadow:none; height: auto;  }
.form-list li .form-group .form-field textarea.form-control{ max-height: 100px; }
.button-set{ display: block; clear: both; padding:10px 0 0; text-align: center; }
.button-set .form-submit{transition:all ease 0.35s; -webkit-transition:all ease 0.35s;  display: block; width: 100%; padding: 20px 0; color: #fff; font-size: 20px; border: none; background:#fe8f00; color: #fff; box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);}
.button-set .form-submit:hover{box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); background:#c37006;}

.residential{ display: block; padding:70px 0 0 ;  }
.residential .residential-content{ display: block; clear: both; border: 3px solid #fe8f00; border-radius: 10px; } 
.residential .residential-content .heading{ display: block; background:#fe8f00; color: #fff; border-radius: 8px 8px 0 0;}
.residential .residential-content .heading h2{ font-size: 35px; color: #fff; font-family: 'Swiss721BT-Bold', arial; margin: 0; padding: 10px 0; }
.residential .residential-content .rcontent{ padding: 30px; }
.residential .residential-content .rcontent .item-box{ box-shadow: 0 0 10px 2px rgba(0,0,0,0.2); padding: 0; border: 2px solid #42609e; background: #42609e; border-radius: 8px;}
.residential .residential-content .rcontent .item-box h3{ color: #fff; font-size: 20px; text-align: center; font-family: 'Swiss721BT-Roman', arial; margin: 0; padding: 10px 0;}
.residential .residential-content .rcontent .item-box-content{ background:#fff; border-radius: 0 0 6px 6px; padding:25px 15px 15px; min-height:215px; margin: 0;   }
.residential .residential-content .rcontent .item-box-content li{ display: block; clear: both; padding: 0 15px 20px; font-size: 16px; }
.residential .residential-content .rcontent .item-box-content li .items{ position: relative; padding-left: 40px; }
.residential .residential-content .rcontent .item-box-content li i.sprite{ width: 26px; height: 26px; }

.populars{ display: block; padding:40px 0; }
.populars .container{ clear: both; }
.populars h2{ font-size: 35px; }
.populars .article-list{ display: block; clear: both; margin: 70px 0 0; padding-bottom: 0; position: relative;}
.populars .article-list:before{ position: absolute;; top: 0; left: 50%; width: 2px; transform: translateZ(-50%); -webkit-transform: translateZ(-50%); height: 100%; content: ""; border-left: 2px dashed rgba(0,0,0,0.2); }
.populars .article-list:after{display: table;clear: both;content: "";}
.populars .article-list > li{ float: left; width: 50%; display: block; padding-bottom: 20px;  }
.populars .article-list > li .article-item{ display: block; padding: 0 60px 20px 0; height: 151px; color: #3b3b3b; overflow: hidden; }
.populars .article-list > li:nth-child(2n) .article-item{padding: 0 0 20px 60px;}
.populars .article-list > li .article-item h4{ font-size: 20px; color: #fff; font-family: 'Swiss721BT-Bold', arial; margin: 0; padding-bottom: 10px; }
.populars .article-list > li .article-item h4 a{ color: #fe8f00; position: relative;; padding-right: 30px;  }
.populars .article-list > li .article-item h4 a .sprite{ background-position:-95px -86px;  width: 25px; position: absolute; right: 0; left: auto}
.populars .article-list > li .article-item .date{ display: block; font-size: 13px; min-height: 30px; position: relative; padding-left: 24px;  }
.populars .article-list > li .article-item .calendor{ background-position:-126px -90px; position: absolute;}
.populars .article-list > li .article-item p{ font-size: 15px; padding-bottom: 10px; margin: 0;}
.populars .article-list > li .article-item .breadcumb{ display: block; clear: both; padding: 5px 0 0; margin: 0; }
.populars .article-list > li .article-item .breadcumb:after{display: table;clear: both;content: "";}
.populars .article-list > li .article-item .breadcumb li{ float: left; padding-right: 5px; display: block; font-size: 16px; color: #00297c; }
.populars .article-list > li .article-item .breadcumb li:after{ font-size: 13px; content: "/"; padding-left: 5px;}
.populars .article-list > li .article-item .breadcumb li:last-child:after{ display: none; }
.populars .article-list > li .article-item .breadcumb li a{ color: #00297c; }
.populars .article-list > li .article-item .breadcumb li a:hover{ color: #000; }


.btn-yellow{    background: #fe8f00;
    
    border-radius: 3px;
    display: inline-block;
    padding: 7px 20px 5px;
    font-family: 'Swiss721BT-Roman';
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
     text-transform: capitalize;
    transition: 0.4s all ease; -webkit-transition: 0.4s all ease; box-shadow: 0 0 2px 0 rgba(0,0,0,0.5)}
.btn-yellow:hover{ color: #fff; background: #c37006;}

.blog-news{ display: block; padding: 70px 0 0; clear: both; }
.blog-news .heading-con{ padding-bottom: 40px; }
.blog-news .heading-con h2{ font-size: 35px; }

.blog-news .article-item{ display: block; border: 1px solid rgba(0,0,0,0.1); border-radius: 5px; box-shadow: 0 0 5px 1px rgba(0,0,0,0.05)  }
.blog-news .article-item:after{display: table;clear: both;content: "";}
.blog-news .article-item .featured-thumb{ border-radius: 4px 4px 0 0; overflow: hidden; border-bottom: 5px solid #fe8f00; position: relative;}
.blog-news .article-item .featured-thumb .date{ display: block; font-size: 13px; min-height: 30px; position: absolute;  width: 100%; background: rgba(0,0,0,0.4); bottom: 0; left: 0; z-index: 99;     padding: 10px 15px 10px 40px; color: #fff;  }
.blog-news .article-item .featured-thumb .calendor{ background-position:-148px -89px; left: 15px; top: 10px; width: 18px; height: 21px;}
.blog-news .article-item .out-thumb{ padding: 25px 15px;  min-height: 175px;}
.blog-news .article-item .out-thumb h3{ padding:0; margin: 0; font-size: 19px;  font-family: 'Swiss721BT-Bold', arial; color: #484848; padding-bottom: 10px; }
.blog-news .article-item .out-thumb h3 a{ color: #484848;  }
.blog-news .article-item .out-thumb p{ line-height: 1.7; text-align: left; color: #484848; padding-bottom: 5px;  height: 65px; overflow: hidden; text-overflow: ellipsis; }
.blog-news .article-item .out-thumb a{ margin-top: 5px;}

.login-register{ display: block; clear: both; margin: auto; background: url(../images/registered-bg.jpg) no-repeat top center; background-size: cover; min-height: 511px; box-shadow: 0 0 10px 0 rgba(0,0,0,0.5); margin: 30px 0 0;} 
.login-register:after{display: table;clear: both;content: "";}
.login-register .lr-container { max-width: 980px; margin: auto; padding:80px 0 40px;}
.login-register .lr-container:after{display: table;clear: both;content: "";}
.login-register .lr-container .lr-content { display: block; clear: both; text-align: center; padding-top: 10px;}
.login-register .lr-container .lr-content h3{ padding-top: 10px; display: block; clear: both; text-align: center; font-size: 35px; font-family: 'Swiss721BT-Bold', arial; color: #fff;}
.login-register .lr-container .lr-content p{ display: block; clear: both; text-align: center; font-family: 'Swiss721BT-Roman', arial; font-size: 18px; padding: 10px 0 0; color: #fff;}
.login-register .lr-container .lr-content a{ position: relative; margin-top: 15px; font-size: 18px; color: #fe8f00; text-decoration: none; padding-right: 25px; }
.login-register .lr-container .lr-content a:hover{ color: #c37006;}
.login-register .lr-container .lr-content a i.sprite{ right: 0; left: auto; width: 20px; height: 16px;     top: 6px;}
.login-register .lr-container .lr-form{ display: block; background: rgba(255,255,255,0.5); border-radius: 10px; margin-left: 20px; padding: 30px 30px 10px;}
.login-register .lr-container .lr-form .page{ padding: 0; margin: 0;}
.login-register .lr-container .lr-form .entry-content{ margin: 0; padding: 0;}
.login-register .lr-container .lr-form h3{ padding-top: 10px; display: block; clear: both; text-align: center; font-size: 35px; font-family: 'Swiss721BT-Bold', arial; color: #fff; text-align: left; margin: 0; padding: 0 0 15px; } 
.login-register .lr-container .lr-form .form-list{ padding: 0; }
.login-register .lr-container .lr-form .form-list .form-field{ position: relative; }
.login-register .lr-container .lr-form .form-list .form-field .form-control{ padding-left: 35px;}
.login-register .lr-container .lr-form .form-list .form-field .emailuser{ left: 10px; top: 13px;}
.login-register .lr-container .lr-form .form-list .form-field .lockpass{ left: 10px; top: 10px;}
.login-register .lr-container .lr-form .form-list .form-field .username{ left: 10px; top: 10px;}
.login-register .lr-container .lr-form .form-list .form-field .captcha{  padding-left: 15px}
.login-register .lr-container .lr-form .btn,
.login-register .lr-container .lr-form .btn:focus,
.login-register .lr-container .lr-form .btn:hover{ border: none;}
.login-register .lr-container .lr-form span.alredyn,
.login-register .lr-container .lr-form a.alredylink{color: #0e2c80;}
.fv-form-bootstrap .help-block{ font-size: 16px;     top: 5px;}

.login-register .lr-container .lr-form .btn-register{ width: 100%; padding: 10px 0; font-size: 19px; text-align: center;}
.login-register .lr-container .lr-form .label-captcha{ color: #fff;}
.login-register .lr-container .lr-form .existing-user{ color: rgba(255,255,225,0.5); text-align: left; margin-top: -5px;  font-family: 'Swiss721BT-Roman', arial; font-size: 17px; text-align: center;}
.login-register .lr-container .lr-form .existing-user a{ color: rgba(255,255,225,0.7); }
#primary-mono .login-register .lr-container .lr-form .existing-user a:hover{ color: rgba(255,255,225,0.9); }

.pagination > li > a, .pagination > li > span {color: #636c72;}
 .pagination-lg > li > a, .pagination-lg > li > span {padding: 8px 16px; font-size: 14px;}
 .pagination {padding-top: 0;}

 .error-404.not-found .page-header h1.page-title {font-family: 'Swiss721BT-Bold', arial; font-size: 28px; color: #fe8f00; text-align: center;}
.error-page {width: 100%; float: left; padding:20px 0;}
 .error-page-img {width: 40%; float: left;}
  .error-page-img img {max-width: 100%;}
 .error-page-txt {width: 60%; float: left; margin:30px 0 0 0; padding: 0 0 0 30px;}
 .error-page-txt h3 {margin: 15px 0; padding: 0; font-family: 'Swiss721BT-Bold', arial; font-size:30px; color: #00297c;}
 .error-page-txt h4 {margin: 15px 0; padding: 0; font-family: 'Swiss721BT-Bold', arial; font-size:18px; color: #5c5c5c;}
 .error-page-txt h5 {margin: 15px 0; padding: 0; font-family: 'Swiss721BT-Bold', arial; font-size:16px; color: #fe8f00;}
  .error-page-txt ol {margin: 15px 0; padding: 0 0 0 18px;}
 .error-page-txt ol li {margin: 5px 0; padding: 0;  font-family: 'Swiss721BT-Roman', arial; font-size:15px; color: #5c5c5c;}

 .blog-news .article-item .out-thumb a.btn.btn-yellow {color: #fff;}















 .detail-page-iron {width: 100%; float: left;}

.detail-page-iron .header-title {margin:0px 0 0px 0; padding: 0 0 8px 0; max-width: 100%; background: none; position: relative; width: 100%; float: left; font-size: 25px; font-weight: bold; color: #00297c; border-bottom: 1px solid #ddd; border-left: 0; border-right: 0; border-top: 0; }
.detail-page-iron .header-title:after {width:100px; height: 3px; position: absolute; left: 0; bottom: -2px; background: #00297c; content: "";}
.detail-page-iron .content-area {width: 100%; float: left;}
.detail-page-iron #primary-mono #main {margin: 0;}
.detail-page-iron #primary-mono {padding: 0;}
.detail-page-iron .status-publish.format-standard.has-post-thumbnail.hentry.category-uncategorized > img {width: 100%;}


.detail-page-iron #primary-mono .entry-content {color: #000;}
.detail-page-iron #comments {margin-top: 0px;}
.detail-page-iron #comments .comment-respond {margin: 0 0 45px 0; padding:15px 5px; background: #eee; border: 1px solid #ccc; width: 100%; float: left;}
.detail-page-iron #comments .comment-respond h3 {margin: 0; padding: 10px 15px; font-weight: bold; color: #00297c; width: 100%; float: left;}
.detail-page-iron #comments .comment-respond p {margin: 0; padding: 10px 15px; width: 33.33%; float: left;}
.detail-page-iron #comments .comment-respond p:first-child {width: 100%;}
.detail-page-iron #comments .comment-respond p:nth-child(2) {width: 100%;}
.detail-page-iron #comments .comment-respond p label {color: #5c5c5c; width: 100%; float: left;}
.detail-page-iron #comments .comment-respond p textarea  {width: 100%; float: left;}
.detail-page-iron #comments .comment-respond p input  {width: 100%; float: left;}
.detail-page-iron #comments .comment-respond p input[type="submit"] {background: #00297c; padding: 15px; color: #fff; border: 0; box-shadow:none; font-size: 18px; text-transform: uppercase;}
.detail-page-iron #comments .comment-respond p input[type="submit"]:hover {background: #03335e;}
.detail-left {width: 30%; float: left; padding-right: 30px;}
.detail-right {width:70%; float: left;}

.detail-page-iron #primary-mono .entry-content {width: 100%; float: left; margin: 0;}


.detail-page-iron #primary-mono .entry-meta {border: 0; width: 100%; float: left;}
.detail-page-iron #primary-mono .entry-meta span.posted-on a {color: #fff;}
.detail-page-iron #primary-mono .entry-meta span.posted-on {width: 100%; float: left; position: relative; font-size: 22px; color: #fff; background: #fe8f00; font-weight: bold; padding: 10px 15px 10px 40px;}
.detail-page-iron #primary-mono .entry-meta span.posted-on:before {content: ""; position: absolute; left: 0; top:-1px; border-width:26px; border-style: solid; border-color: transparent transparent transparent #fff;}
.detail-page-iron #primary-mono .entry-meta span.posted-on:after {content: ""; position: absolute; right:-51px; top:0px; border-width:26px; border-style: solid; border-color: transparent transparent transparent #fe8f00; z-index: 99;}
.detail-page-iron #primary-mono .entry-meta span.byline {width: 100%; float: left; border-bottom: 1px solid #ccc; padding: 10px 15px; font-size: 16px;}
.detail-page-iron #primary-mono .entry-meta span.byline i {color: #5c5c5c; margin-right:5px}

/*--------------- responsive cheats ----------- */

@media (min-width:1100px) and (max-width:1400px){

  .answer-categories .col-item{ padding:20px;  }
  .answer-categories .col-item h3{ font-size: 15px; }
  .answer-categories .col-item p{  font-size: 14px; }
}
@media screen and (max-width:1350px)  {
  .answer-categories .col-item {padding: 10px;}
}



@media screen and (max-width:1199px) {
  .site-branding {float: left; width: 135px;}
  #top-nav {float: right; width: auto; padding: 0 40px 0 0px;}
  #top-nav #site-navigation ul {margin-top: 10px; margin-bottom: 0;}
  .slider-right h1 {font-size: 45px; line-height: 40px;}
  .slider-right h1 span {font-size: 38px;}
  .ban-prices-right {margin:15px 0 -15px 0; width: 100%; float: left;}
  .ban-con p br {display: none;}
  .slider-right {margin: 40px 0 0 0;}
  .slider-bg {height: 432px;}
  .populars .article-list > li .article-item h4 a .sprite {background-position: -95px -86px; width: 25px; position: relative; right: 0; left: auto; display: inline-block; vertical-align: middle; margin: 4px 0 -8px 11px; }
  .populars .article-list > li .article-item {height: 240px;}
  .login-register .lr-container .lr-form {margin-right: 20px;}
  .login-register .lr-container .lr-content {margin-left: 20px;}
  .contact-page-content > h2 {padding: 30px 0 30px; font-size: 25px;}
  .complaint-proccess h2 {font-size: 30px; margin-top: 0;}
  .getintouch .touchbox .left-box ul li {padding: 0 16px 0 0;}
}
@media (min-width:992px) and (max-width:1200px)
{
  .time_li_contact{
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 991px) {
  #social-icons {
    float: none;
    text-align: center;
    padding-bottom: 20px;
    overflow: auto;
  }
  #social-icons img {
    float: none !important;
  }
  .featured-thumb {
    margin-bottom: 15px;
  }
  #secondary,
  #secondary-2 {
    margin-top: 25px;
  }

  #top-nav #site-navigation ul li a {padding: 20px 7px; font-size: 13px;}
  #top-bar {display: none;}
  #masthead #site-logo {padding: 10px 0 5px;}
  .slider-right h1 {font-size: 35px; line-height: 40px;}
  .slider-right h1 span {font-size: 28px;}
  .slider-right {margin: 15px 0 0 0;}
  .ban-prices-left label {font-size: 55px; line-height: 55px;}
  .ban-prices-left span {font-size: 25px; line-height: 21px;}
  .ban-prices-left span span {font-size: 18px;}
  .ban-prices {margin: 0px 0 10px;}
  .ban-prices-right {margin: 2px 0 -15px 0; font-size: 18px;}
  .slider-bg {height: 327px;}
  .news-latter-txt {width: 100%;}
  .news-latter-frm {width: 100%; float: left; margin:15px 0 0 0;}
  .news-latter-bg {padding: 14px 0;}
  .nbn-news-list {text-align: center;}
  .testi-list {padding: 10px 9px;}
  .testi-list-img {width: 100%; float: left; text-align: center;}
  .testi-list-txt {margin: 0; width: 100%; float: left;}
  .testi-list-botm p img {padding: 0 2px;}
  .populars .article-list > li .article-item h4 a {padding-right: 0;}
  .populars .article-list > li .article-item h4 {font-size: 18px;}
  .populars .article-list > li .article-item {height: 280px;}
  .login-register .lr-container .lr-content {margin-left: 20px; margin-right: 20px; margin-bottom: 20px;}
  .getintouch .touchbox .left-box h3 {font-size: 25px;}
  .getintouch .touchbox .left-box h4 {font-size: 18px;}
  .getintouch .touchbox .left-box ul li {padding: 0 10px 0 0;}
  .getintouch .touchbox .left-box ul li a {font-size: 23px;}
  .getintouch .touchbox .right-box h3 {font-size: 35px;}
  .residential .residential-content .rcontent .item-box {margin: 15px 0;}
  .residential .residential-content .heading h2 {font-size:30px;}
  .testi-list-img img {min-width: auto; display: inline-block;}
  .form-list li .form-group {width: 100%; margin-bottom: 15px;}
  .form-list li {padding: 0;}
}
@media screen and (min-width:767px) and (max-width: 1200px)
{ 
  #top-nav #site-navigation ul{margin-top: 0!important;}
  .search-box{display: none;}
  .header_padding_0{padding: 0;}
  .site-branding{width: 80px;}
  #top-nav{padding: 0;}
}
@media screen and (max-width:767px) {
  .testi-list-row .bx-wrapper .bx-viewport ul.bxslidertest li {width:295px !important;}
  .slider-bg {height: auto; background-size: cover !important;}
  .slider-left {padding: 0px 0 0 0; margin: -56px 0 0 0; border-bottom: 2px solid #ccc;}
  .slider-right {margin: 15px 0; text-align: center;}
  .ban-prices-left {float: left; width: 100%;}
  .ban-prices-left label {font-size: 55px; line-height: 55px; float: none; display: inline-block;}
  .ban-prices-left span {font-size: 25px; line-height: 21px; float: none; display: inline-block;}
  #slider-wrapper {margin-bottom: -15px;}
  #colophon .site-info {text-align: center; margin: 0 0 9px;}
  #top-nav h1.menu-toggle {border: 1px solid #ccc; background: #fe8f00; color: #fff; padding: 10px; margin: 14px 0 0 0;}
  #top-nav {position: static;}
  .menu-header-menu-container {position: absolute; background: #fff; width: 100%; left: 0; top: 70px;}
  #top-nav #site-navigation ul {margin: 0;}
  #top-nav #site-navigation ul li {width: 100%;}
  #top-nav #site-navigation ul li a {border-bottom: 1px solid #ccc; text-align: left; font-size: 15px; padding: 12px 15px;}
  #top-nav #site-navigation ul li.current-menu-item a::after {display: none;}
  .search-box {right: 20px;}

  .populars .article-list > li {width: 100%; border-bottom: 2px dashed #ccc;}
  .populars .article-list::before {display: none;}
  .populars .article-list > li .article-item {height: auto; padding: 15px;}
  .populars .article-list > li:nth-child(2n) .article-item { padding:15px; }
  .populars .article-list {margin:20px 0 0 0;}
  ul.article-list li:last-child {border-bottom: 0;}
  .populars {padding-bottom: 0;}
  .has-post-thumbnail.hentry.category-uncategorized {width: 100%; float: left;}
  .blog-news {padding: 30px 0;}
  .residential .residential-content .heading h2 {font-size: 25px;}
  .getintouch .touchbox .left-box {width: 100%; border-radius: 10px 10px 0 0;}
  .getintouch .touchbox .right-box {background: #fff; border-left:0px solid #fe8f00; border-top: 15px solid #fe8f00; padding: 40px; float: right; width:100%; border-radius: 0 0 10px 10px; }
  .bx-wrapper a.bx-next, .bx-wrapper a.bx-prev {display:block;}
  #footer-sidebar .container {padding: 0;}
  #footer-sidebar .footer-column {padding: 0;}
  #footer-sidebar .mobilewidth-nav-ftr {padding: 0;}

  .error-page-img {width: 100%; text-align: center;}
  .error-page-txt {width: 100%; text-align: center; padding: 0;}
  .bundle_plan_div{margin-bottom: 33px;}
  .plans_detail_div .price_div_plan{font-size: 40px;}
  .nbn-internet-data-plan span{font-size: 20px!important;}
  .nbn-phone-main{width: 100%!important;}
  .main-bg-internet{padding: 64px 10px!important;}
  .answer-categories{padding: 0 15px 0 15px;}
  .answer-categories .col-item{border-width: 1px 1px 1px 1px}
  .plans_main_div{padding: 34px 15px!important;}
}
@media screen and (max-width:599px) {
  .testi-list-row .bx-wrapper .bx-viewport ul.bxslidertest li {width:300px !important;}
  .testi-list-row {width: 270px; margin: auto;}
  .testi-bg {padding: 45px 0;}
  /*.populars .article-list > li .article-item h4 a .sprite {display: none;}*/
  .populars h2 {font-size: 25px;}
  .blog-news .heading-con h2 {font-size: 25px;}
  .residential .residential-content .rcontent {padding: 14px;}
  .getintouch .touchbox .left-box {padding: 20px;}
  .getintouch .touchbox .right-box {padding: 20px;}
  .getintouch {padding: 30px 0;}
  .slider-left {margin: -20px 0 0 0;}
  .news-latter-txt {font-size: 22px;}
  .about-data-plan {padding: 25px 0;}
  .login-register .lr-container .lr-form h3 {font-size: 22px;}
}
@media screen and (max-width:479px) {
  #footer-sidebar .footer-column {width: 100%;}
  #footer-sidebar .mobilewidth-nav-ftr {width: 100%; margin: 10px 0;}
  .login-register .lr-container .lr-form {padding: 10px 7px 10px;}
  .news-latter-frm-row li.news-form {padding-right: 0;}
  .news-latter-frm-row li.news-form .newssmt-btn {position: relative; margin-bottom: 10px; width: 100%;}
  .btn-yellow {padding: 7px 4px 5px;}

}
@media screen and (max-width:500px)
{
  .nbn-phone-main{
    overflow: auto;
  }
}
/* ----- Bug Fixes ----------*/
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
  padding-top: 0 !important;
}

/*-------------------------------/internet Page/-----------------------------------------*/
.main-bg-internet {
    background: #e1e1e1;
     padding: 64px 40px;
}
.nbn-internet-data-plan {
    max-width: 775px;
    margin: 0px auto;
    text-align: center;
     padding:0px 40px;
}
.nbn-internet-data-plan-inn{
      background: #fe8f00;
      width: 100%;
          padding: 20px 0px;
}
.nbn-internet-data-plan span {
    font-size: 26px;
    color: #fff;
    width: 100%;
    font-weight: bold;
}
.data-mb-paln-box1 {
    width: 25%;
    float: left;
        margin-top: 70px;
     padding: 0px 7px;
}
.data-mb-paln-box-inner {
    width: 100%;
    float: left;
    border: 1px solid #b2b2b2;
    background: #fff;
  }
  .data-mb-box1 {
    width: 100%;
    text-align: center;
    background: #42609e;
    padding: 20px 0px;
}
.data-mb-box1 span {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
}
.data-mb-box2 {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}
.data-mb-box3 {
    width: 100%;
    float: left;
    overflow: hidden;
    max-height: 66px;
    color: #fff;
}
.data-mb-box3-frist {
    width: 33.333%;
    float: left;
    text-align: center;
    background: #b2b2b2;
    padding: 13px;
    border-right: 1px solid #fff;
}
.data-mb-box3-frist span {
    color: #fff;
    font-size: 19px;
    line-height: 23px;
        
}
.data-mb-box3-two {
    width: 33.333%;
    float: left;
    text-align: center;
    background: #858585;
    padding: 13px;
    border-right: 1px solid #fff;
}
.data-mb-box3-two span {
    color: #fff;
    font-size: 19px;
    line-height: 23px;
}
.data-mb-box3-three {
    width: 33.333%;
    float: left;
    text-align: center;
    background: #fe8f00;
        padding: 13px;
}
.data-mb-box3-three span {
    color: #fff;
    font-size: 19px;
    line-height: 23px;
}
.data-mb-box4-frist {
    width: 33.333%;
    float: left;
    text-align: center;
    padding: 15px 0px;
    border-right: 1px solid #b2b2b2;
    background: #ededed;
    border-bottom: 1px solid #b2b2b2;
}
.data-mb-box4-two {
    width: 33.333%;
    float: left;
    text-align: center;
    padding: 15px 0px;
    border-right: 1px solid #b2b2b2;
    background: #ededed;
    border-bottom: 1px solid #b2b2b2;
}
.data-mb-box4-three {
    width: 33.333%;
    float: left;
    text-align: center;
    padding: 15px 0px;
    /*border-right: 1px solid #b2b2b2;*/
    background: #ededed;
    border-bottom: 1px solid #b2b2b2;
}
.data-mb-box4-frist span {
    color: #1f1f1f;
    font-size: 19px;
}
.data-mb-box4-two span {
    color: #1f1f1f;
    font-size: 19px;
}
.data-mb-box4-three span {
    color: #1f1f1f;
    font-size: 19px;
}
.darkgray-bg {
    background: #d6d6d6;
}
.data-mb-box4 {
    width: 100%;
    float: left;
}
.data-mb-box5 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0px;
}
.data-mb-box5 span {
    color: #1f1f1f;
    font-size: 19px;
    padding: 0px;
}
.data-mb-box6 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0px;
    background: #fe8f00;
}
.data-mb-box6 span {
    color: #fff;
    font-size: 20px;
    padding: 0px;
    font-weight: bold;
}
.data-mb-box7 {
    width: 100%;
    float: left;
}
.data-mb-box7-inner {
    width: 100%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #ddd;
    padding: 20px 0px;
    margin-bottom: 20px;
}
.data-mb-box7-title {
    width: 100%;
    float: left;
}
.data-mb-box7-title ul {
    margin: 0px;
    padding: 0px;
    margin-left: -10px;
}
.data-mb-box7-title ul li {
    display: inline-block;
    padding-right: 10px;
    font-size: 25px;
    color: #2a2a2a;
    font-weight: bold;
}
.data-mb-box7-title ul li sup {
    font-size: 14px;
    color: #2c2c2c;
    padding: 0px 8px;
}
.data-mb-box7-include-modem {
    width: 100%;
    float: left;
}

.data-mb-box7-include-modem ul li {
    font-size: 14px;
    color: #2c2c2c;
    list-style: none;
    position: relative;
    margin-top: 0px;
}
.data-mb-box7-include-modem ul {
    margin: 20px;
    padding: 0px;
    text-align: left;
}
.data-mb-box7-include-modem ul li img {
    margin-right: 16px;
}
.data-mb-box8 {
    width: 100%;
    float: left;
}
.data-mb-box8-inner {
    width: 100%;
    text-align: center;
    float: left;
    /*border-bottom: 1px solid #ddd;*/
    padding: 0px 0px 20px 0px;
   
}
.data-mb-box8-include-modem {
    width: 100%;
    float: left;
}
.data-mb-box7-include-modem ul li input {
    margin-right: 16px;
}
.data-mb-box8-inner .data-mb-box7-title {
    margin-left: -20px;
}
.data-mb-box9 {
    width: 100%;
    float: left;
    text-align: center;
}
.data-price {
    width: 100%;
    float: left;
    text-align: center;
  background: #45629f;
  line-height: 57px;
  color: #fff;
  font-size: 36px;
   font-family: 'Swiss721BT-Bold';
}
.data-setup {
    width: 100%;
    float: left;
    text-align: center;
  background: #45629f;
  line-height: 57px;
  color: #fff;
  font-size: 36px;
   font-family: 'Swiss721BT-Bold';
}
.data-buy {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Swiss721BT-Bold';
    background: #FE8F00;
    margin: 0px 0 0 0;
    padding: 10px 0;
}
.data-buy a{
 	color: #fff;
}
.button-mb-bottom {
    width: 100%;
    float: left;
    padding: 16px 0px;
}
.button-mb-bottom input {
        color: #fff;
    font-size: 14px;
    padding: 12px 20px;
    background: #45629f;
    border-radius: 4px;
    text-align: center;
    box-shadow: none;
}
@media screen and (max-width: 1750px) {
.data-mb-box3-two span {
    font-size: 16px;
}
.data-mb-box3-frist span {
    font-size: 16px;
}
.data-mb-box3-three span {
    font-size: 16px;
}
}
@media screen and (max-width: 1500px) {
.data-mb-box3-two span {
    font-size: 14px;
}
.data-mb-box3-frist span {
    font-size: 14px;
}
.data-mb-box3-three span {
    font-size: 14px;
}
.data-mb-box4-frist span {
    font-size: 16px;
}
.data-mb-box4-two span {
    font-size: 16px;
}
.data-mb-box4-three span {
    font-size: 16px;
}

  }
  @media screen and (max-width: 1350px) {
.data-mb-box3-two span {
    font-size: 12px;
}
.data-mb-box3-frist span {
    font-size: 12px;
}
.data-mb-box3-three span {
    font-size: 12px;
}
.data-mb-box4-frist span {
    font-size: 12px;
}
.data-mb-box4-two span {
    font-size: 12px;
}
.data-mb-box4-three span {
    font-size: 12px;
}

  }
  @media screen and (max-width: 1250px) {
  .data-mb-paln-box1 {
    width: 50%;
    float: left;
    margin-top: 70px;
    padding: 0px 7px;
}
.data-mb-box3-two span {
    font-size: 14px;
}
.data-mb-box3-frist span {
    font-size: 14px;
}
.data-mb-box3-three span {
    font-size: 14px;
}
  .data-mb-box3-two {
    padding: 22px;
}
.data-mb-box3-frist {
    padding: 22px;
}

}
  @media screen and (max-width: 620px) {
  .data-mb-paln-box1 {
    width: 100%;
    float: left;
    margin-top: 70px;
    padding: 0px 7px;
}
}
/*--------------------------------------NbN Phone Page----------------------------------------------*/
.nbn-phone-main {
    max-width: 954px;
    margin: 0px auto;
    background: #fff;
    margin-top: 40px;
}
.nbn-phone-main table tr th {
    background: #42609e;
    color: #fff;
    padding: 20px;
    padding-left: 0;
    font-size: 18px;
    text-align: center;
        border-right: 1px solid #6880b1;
}
.nbn-phone-main table tr td {
    padding: 20px;
    font-size: 18px;
    text-align: center;
    color: #323232;
    border-right: 1px solid #ddd;

}
td.color-of-gray {
    background: #efefef;
    color: #494949;
    text-align: left !important;
    padding-left: 40px !important;
}


/* NBN BUNDLES PLANS */

.plans_main_div{
  background: #e1e1e1;
  width: 100%;
  margin: 45px 0 0 0;
  padding: 34px 0;
}
.buy_bundle{
  background: #FE8F00;
  width: 100%;
  margin: 0px 0 0 0;
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
	color: #fff;
}
.buy_bundle a{
 	color: #fff;
}
.bundle_plan_div{
  max-width: 777px;
  min-height: 65px;
  line-height: 65px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 26px;
  font-family: 'Swiss721BT-Bold';
  background: #fe8f00;
  margin-bottom: 50px;
}
.plans_main_div_in{
  max-width: 777px;
  margin: 0 auto
}
.plans_detail_div{
  background: #fff;
  border: 1px solid #b7b7b7;
}
.plans_detail_div {
  font-size: 38px;
  color: #2a2a2a;
  margin-top: 10px;
  font-family: 'Swiss721BT-Bold';
  font-weight: bolder;
}
.title_img h1{
  font-size: 38px;
  color: #FFF;
  margin-top: 10px;
  font-family: 'Swiss721BT-Bold';
  font-weight: bolder;
	background: #45629f;
}
.plans_detail_div .title_img img{
  padding-bottom: 15px;
}
.download_speed_div{
  padding-left: 24px;
  border-bottom: 1px solid #dadada;
}
.plans_detail_div .download_speed_div p{
  font-size: 14px;
  text-align: left !important;
  padding: 0px 0 10px 0; 
  font-family: 'Swiss721BT-Roman';
}
.plans_detail_div .download_speed_div p.download_sped_2{
  padding-top: 8px;
  padding-bottom: 15px;
}
.plans_detail_div .download_speed_div p img{
  padding-right: 15px;
  margin-top: -5px;
}
.plans_detail_div .download_speed_div p span{
  color: #42609e;
}
.plans_detail_div {
  background: #ececec;
  min-height: 40px;
  text-align: center;
  font-size: 14px;
  font-family: 'Swiss721BT-Roman';
  line-height: 40px;
  color: #1f1f1f;
  clear: both;
}
.include_call{
  background: #ececec;
  min-height: 40px;
  text-align: left;
  font-size: 14px;
  font-family: 'Swiss721BT-Roman';
  line-height: 20px;
  color: #1f1f1f;
  clear: both;
	width: 100%;
	float: left;
}

.include_call ul {
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
}
.include_call ul li {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    color: #2a2a2a;
    font-weight: bold;
}
.include_call ul li sup {
    font-size: 14px;
    color: #2c2c2c;
    padding: 0px 8px;
}




.plans_detail_div .mth_contract{
  background: #f1f1f1;
}
.plans_detail_div .mth_contract .border_none{
  border:none;
  text-align: left;
  padding-left: 24px !important;
  margin-left: 0;
  padding-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.mth_contract .margin_left_0 ul{
  margin: 0;
}
.mth_contract .padding_left{
  padding-left: 23px;
  margin: 0 0 0 0;
}
.mth_contract .padding_left .last_li{
  margin-top: 7px;
}
.mth_contract .padding_left .input_padding{
  margin-right: 11px;
}
.mth_contract .padding_left li:first-child{
  margin-top: 0;
}
.plans_detail_div .learn_more_div{
  min-height: 50px;
  background: #fff;
  line-height: 50px;
  color: #8fa1c5;
  text-align: center;
  clear: both;
}
.plans_detail_div .learn_more_div a{
  font-size: 14px;
  font-family: 'Swiss721BT-Roman';
  -webkit-transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
-o-transition: all 0.3s ease; 
-ms-transition: all 0.3s ease; 
transition: all 0.3s ease;
}
.plans_detail_div .learn_more_div a:hover{
  color: #fe8f00;

}
.plans_detail_div .price_div_plan{
  min-height: 67px;
  background: #45629f;
  line-height: 67px;
  color: #fff;
  font-size: 42px;
  text-align: center;
  font-family: 'Swiss721BT-Bold';
}


.margin_left_0 ul li.margin_top_0{
  margin-top: 10px;
}
.ul_margin_left_0{
  margin: 0!important;
}
/* home page */

.award-winning-list h3.top_icons{
      width: 100%;
    float: left;
    height: 84px;
    background: url(../images/abt-info-heading.jpg) no-repeat;
    background-size: cover;
    margin: 0;
    padding: 13px 0 0 0;
    font-size: 19px;
    color: #fff;
    font-family: 'Swiss721BT-Bold';
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}

.award-winning-list h3.top_icons span.data-icon_1{
      background: url(../images/small_icon-1.png) no-repeat left;
    line-height: 62px;
    min-height: 62px;
    display: inline-block;
    padding: 0 0 0 38px;
}

.award-winning-list h3.top_icons span.data-icon_2{
        background: url(../images/small_icon-2.png) no-repeat left;
    line-height: 62px;
    min-height: 62px;
    display: inline-block;
    padding: 0 0 0 38px;
}
.award-winning-list h3.top_icons span.data-icon_3{
        background: url(../images/small_icon-3.png) no-repeat left;
    line-height: 62px;
    min-height: 62px;
    display: inline-block;
    padding: 0 0 0 38px;
}
.award-winning-list h3.top_icons span.data-icon_4{
        background: url(../images/small_icon-4.png) no-repeat left;
    line-height: 62px;
    min-height: 62px;
    display: inline-block;
    padding: 0 0 0 38px;
}


/* modal box css*/
.modal-content{
  border: 10px solid #e6e5e5;
}
.modal-header{
  border-bottom: 0;
}
.modal-header h1{
  display: inline-block;
  margin: 0;
  color: #fe8f00;
  font-family: 'Swiss721BT-Bold';
  font-size: 30px;
  margin-top: 10px;
}
.modal-header button span{
  font-size: 50px;
}
.modal-body{
  padding-top: 0;
}
.modal-body p{
  font-family: 'Swiss721BT-Roman';
  color: #222222;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.customer_care_div h1{
  color: #343434;
  font-size: 26px;
  font-family: 'Swiss721BT-Bold';
  font-weight: normal;
  text-align: center;
}
.customer_care_div p{
 color: #343434;
  font-family: 'Swiss721BT-Roman';
  font-size: 16px;
  line-height: 28px;
}
.table-responsive{
  overflow-x: scroll!important;
}