@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
/* 
    1.Global CSS Settings
        (1).Global Font
        (2).Global Features
    2.Header Section
    3.Slider Section
    4.Grid Section
    5.Partner Support Section
    6.Colocation Section
    7.Vps-Host Section
    8.Pricingtable Section
    9.Contact Us
    10.Map
    11.Footer
*/
/*1.Global CSS Settings*/
/*(1).Global Font*/

/* open-sans-300 - latin */
@font-face {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v14-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v14-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v14-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v14-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v14-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v14-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v14-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/open-sans-v14-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v14-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v14-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v14-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v14-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/*(2). Global Features*/

body {
    margin: 0;
    padding: 0;
    color: #5a5a5a;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    position: relative;
    webkit-font-smoothing: antialiased;
}

a {
    color: #6aaf08;
    outline: 0;
    text-decoration: none;
}

.uk-grid a {
	color: #303030;	
}

.uk-grid a:hover {
	color: #6aaf08;	
}

a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #6E6E6E;
}
code {
    background: #f5f2f0;
    border: 0;
    border-radius: 6px;
    color: #303038;
    display: block;
    font-family: consolas, monaco, 'andale mono', monospace;
    font-weight: normal;
    line-height: 1.3;
    margin: 8px 0;
    padding: 12px;
    text-shadow: 0 1px white;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
}
img {
    width: 100%;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}
.nopadding {
    padding: 0;
}
.padding-custom {
    padding-left: 50px;
}
.logo-img {
    width: auto;
}
.spacing-70 {
    padding-top: 70px;
}
.width-70{
   width:70%;
}
.stickyarea {
    padding-top: 84px;
}
.row {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1280px;
    width: 100%;
}
.margin-top-30{
  margin-top: 30px;
}
.row.full-width {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
}

.row.no-gutter {
    margin: 0 auto;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-left: 0;
    padding-right: 0;
}

.center-block {
    float: none;
}

.margin-top-26{
  margin-top: 0px;
}
.custom-hr {
    /* margin-left: 40%; */
    width: 14%;
    border-top: 2px solid #6aaf08;
    padding-bottom: 20px;
}

.border {
    border-bottom: 1px solid rgba(233, 233, 233, .9);
}

/*Global Section End*/
/*2. Header Section*/
/*Header start*/

#menu, 
#secondaryMenu.sticky {
    top: 0;
    left: 0;
    width: 100%
}

#menu {
    z-index: 5
}

.menu--topbar {
    background-color: #303030
}

.menu-topbar--contact>ul {
    margin-left: -15px
}

.menu-topbar--contact>ul>li>a {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.menu-topbar--contact>ul>li>a:focus,
.menu-topbar--contact>ul>li>a:hover {
    background-color: transparent;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80)
}

.menu-topbar--contact>ul>li>a>i.fa {
    margin-right: 10px;
    color: #6aaf08
}

.menu-topbar--social>li>a {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.menu-topbar--social>li>a:focus,
.menu-topbar--social>li>a:hover {
    color: #6aaf08;
    background-color: transparent
}

#primaryMenu {
    margin: 0;
    padding: 30px 0 35px;
    border: none;
    border-radius: 0;
    color: #3575d3;
    background-color: #fff;
    z-index: 1
}

.primary--logo {
    float: left
}

.primary--logo h1 {
    margin: 22px 0 0;
    font-size: 34px;
    line-height: 38px;
    font-weight: 700
}

.primary--logo h1 a {
    color: #303030
}

.primary--logo h1 a span {
    color: #6aaf08
}

.primary--logo h1 a span i.fa {
    margin-right: 5px
}

.primary--info {
    float: right
}

.primary--icon {
    margin-bottom: 10px
}

.primary--icon img {
    margin: 0 auto
}

#primaryMenu.primary-menu-two {
    padding: 30px 0
}

#primaryMenu.primary-menu-two .primary--logo h1 {
    margin: 7px 0 0
}

#primaryMenu.primary-menu-two .primary--icon {
    display: table-cell;
    vertical-align: middle
}

#primaryMenu.primary-menu-two .primary--content {
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle
}

#secondaryMenu {
    position: relative;
    margin-bottom: 0;
    background-color: #6aaf08;
    border: none;
    border-radius: 0;
    box-shadow: none;
    z-index: 1
}

#secondaryMenu.sticky {
    position: fixed;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)
}

#secondaryMenu .navbar-toggle {
    border: none
}

#secondaryMenu .navbar-toggle .icon-bar {
    background-color: #fff
}

#secondaryMenu a.navbar-brand {
    display: block;
    padding: 10px 0;
    margin-top: 18px;
    margin-left: 0;
    color: #303030;
    font-size: 24px;
    font-weight: 700
}

#secondaryMenu a.navbar-brand span {
    color: #4584b4
}

#secondaryMenu .navbar-header .login-btn>.btn {
    color: #fff;
    background-color: #303030;
    border: none;
    border-radius: 0;
    -webkit-transition: color .25s ease, background-color .25s ease-in-out;
    transition: color .25s ease, background-color .25s ease-in-out
}

#secondaryMenu .navbar-header .login-btn>.btn:focus,
#secondaryMenu .navbar-header .login-btn>.btn:hover {
    color: #303030;
    background-color: #fff;
    box-shadow: none;
    outline: 0
}

.secondary-menu-links li a {
    margin-right: 3px;
    padding: 24px 14px 21px;
    border-bottom: 3px solid transparent;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    -webkit-transition: color .25s ease, background-color .25s ease-in-out, border-color .25s ease;
    transition: color .25s ease, background-color .25s ease-in-out, border-color .25s ease
}

.secondary-menu-links li:last-child a {
    margin-right: 0
}

.secondary-menu-links>.dropdown>a>.caret {
    margin-left: 8px
}

.secondary-menu-links li a .fa {
    display: block;
    margin: 0 auto 3px;
    font-size: 20px
}

.secondary-menu-links .open>a,
.secondary-menu-links .open>a:focus,
.secondary-menu-links .open>a:hover,
.secondary-menu-links li a:focus,
.secondary-menu-links li a:hover,
.secondary-menu-links li.active>a,
.secondary-menu-links li.active>a:hover {
    background-color: transparent;
    border-color: #fff
}

.secondary-menu-links>.dropdown:hover>.dropdown-menu {
    display: block
}

.secondary-menu-links li .dropdown-menu {
    padding: 0;
    background-color: #fff;
    border-style: solid;
    border-width: 3px 0;
    border-color: #fff;
    border-radius: 0
}

.secondary-menu-links li .dropdown-menu li a {
    margin-right: 0;
    padding: 10px 15px;
    color: #303030;
    font-size: 16px;
    line-height: 20px;
    border: none
}

.secondary-menu-links>.dropdown>.dropdown-menu>li.active>a,
.secondary-menu-links>.dropdown>.dropdown-menu>li.active>a:focus,
.secondary-menu-links>.dropdown>.dropdown-menu>li.active>a:hover,
.secondary-menu-links>.dropdown>.dropdown-menu>li>a:focus,
.secondary-menu-links>.dropdown>.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #6aaf08
}

.secondary-menu-links>li>a.btn {
    padding: 24px 30px;
    color: #fff;
    background-color: #303030;
    border: none;
    border-radius: 0;
    -webkit-transition: color .25s ease, background-color .25s ease-in-out;
    transition: color .25s ease, background-color .25s ease-in-out
}

.secondary-menu-links>li>a.btn:focus,
.secondary-menu-links>li>a.btn:hover {
    color: #303030;
    background-color: #fff;
    box-shadow: none
}

/*Header Section End*/
/*3.Slider Section*/
/* Slider Start */

#mainslider .item {
    color: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

#mainslider .item .slidecaption {
    left: 1%;
    position: absolute;
    right: 1%;
    text-align: left;
    top: 10%;
}

#mainslider .item .slidecaption h2 {
    color: white;
    font-size: 2.5em;
    text-shadow: -1px 1px 0 #2d2d2f;
}

#mainslider .item .slidecaption h3 {
    color: white;
    font-size: 3.5em;
    text-shadow: -1px 1px 0 #2d2d2f;
}

#mainslider .item .slidecaption h1 {
    color: white;
    font-size: 3.5em;
    text-shadow: -1px 1px 0 #2d2d2f;
}

#mainslider .item .slidecaption img {
    height: 100% !important;
}

#mainslider .item .slidecaption h4 {
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    margin-top: 25px;
    text-shadow: -1px 1px 0 #2d2d2f;
}

#mainslider .item .slidecaption .btn-slide {
    background: #6aaf08;
    border-radius: 0;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    margin: 25px auto 10px auto;
}

#mainslider .item .slidecaption .btn-slide:hover {
    background: #303030;
}

#mainslider-nav {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#mainslider-nav .item {
    background: #fff;
    border-right: 1px solid #ccc;
    color: #999;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .07em;
    margin: 0;
    padding: 22px 0px;
    text-align: center;
}

#mainslider-nav .item i {
    color: #999;
    font-size: 25px;
    padding-right: 10px;
    vertical-align: middle;
}

#mainslider-nav .synced .item {
    background: #def8c6;
    color: #222;
}

#mainslider-nav .synced .item i {
    color: #222;
}

.slider-box-left {
    padding-left: 2%;
    background-color: rgba(0, 0, 0, 0.5);
}

.slider-top-title-left {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 10px;
    text-align: justify;
    line-height: 25px;
}

.slider-middle-title-left {
    opacity: 1.0;
    font-size: 60px;
    font-weight: bold;
    line-height: 50px;
}

.slider-bottom-title-left {
    opacity: 1.0;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.slider-text-left {
    opacity: 1.0;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.slider-box-right {
    padding-right: 2%;
    background-color: rgba(0, 0, 0, 0.5);
    float: right;
}

.slider-top-title-right {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 10px;
    text-align: right;
    line-height: 25px;
}

.slider-middle-title-right {
    opacity: 1.0;
    font-size: 60px;
    font-weight: bold;
    text-align: right;
    line-height: 50px;
}

.slider-bottom-title-right {
    opacity: 1.0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: right;
}

.slider-text-right {
    opacity: 1.0;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: right;
}

.slider-img {
    height: 100%;
	max-height:380px;
    min-height: 290px;	
}

.btn-slide-padding {
    padding: 15px;
}

.btn-slide-padding-right {
    float: right;
    padding: 15px;
}


/* Slider Section End */
/*4. Grid Section*/
/*Grid Section Start*/
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-grid:after {
  clear: both;
}

.uk-grid > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left;
}
.uk-grid > * > :last-child {
  margin-bottom: 0;
}
.uk-grid {
  margin-left: -25px;
}
.uk-grid > * {
  padding-left: 25px;
}

.uk-grid-divider:not(:empty) {
  margin-left: -25px;
  margin-right: -25px;
}
.uk-grid-divider > * {
  padding-left: 25px;
  padding-right: 25px;
}
.uk-padding {
    padding-top: 40px;
    padding-bottom: 60px;
}

.uk-grid-divider>[class*='uk-width-large-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider>[class*='uk-width-large-2-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-large-3-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-large-4-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-large-5-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-large-6-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-large-7-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-large-8-']:nth-child(n+2),
.uk-grid-divider>[class*='uk-width-large-9-']:nth-child(n+2) {
    border-left: 2px solid #85d308
}

hr.uk-grid-divider:empty {
    border-top: 2px solid #85d308
}

.uk-width-large-1-3 {
	padding-bottom:40px;
}

.uk-width-large-1-3 i {
    vertical-align: middle;
    padding-top: 40px;
    font-size: 20px;
}

.uk-width-large-1-3 i i {
    padding-left: 10px;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: bold;
}


/*Grid Section End*/
/*5.Partner Support Section*/

.block-partner-support {
    background-color: #8BC243;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url("../../img/call-to-action-bg.png");
}

.block-partner-support-header {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.block-partner-support-content {
    padding-bottom: 30px;
}

.block-partner-support-content p {
    text-align: left;
    color: #fff;
    font-size: 20px;
}

.btn-partner-support {
    background: #f0f0f0;
    border-radius: 0;
    color: #000;
    font-size: 19px;
    font-weight: 400;
    padding: 15px 20px
}

.btn-partner-support:hover {
    color: #fff;
    background: #303030;
    -webkit-transition: color .25s ease, background-color .25s ease;
    transition: color .25s ease, background-color .25s ease
}

/*6.Colocation Section*/

#sub-page-header {
    background: url("../../img/colo-header.jpg") center center;	
    height: 150px;
	background-size:100%;
    background-repeat: no-repeat;
}
#otc-page-header {
    background: url("../../img/otc-header.jpg") center center;	
    height: 150px;
	background-size:100%;
    background-repeat: no-repeat;
}
#sub-page-header-free-quote {
    background: url("../../img/colo-header.jpg"); 
    background-size: 100% 350px;
    background-repeat: no-repeat;
}

#sub-page-header h1, #sub-page-header h2, #otc-page-header h1, #otc-page-header h2 {
    text-align:center;
    padding-top:2%;
    color:#fff;
}
#sub-page-header h1, .sub-page-header h1, #otc-page-header h1, .otc-page-header h1 {
    font-size:36px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:40px 0px 0px 0px;
}
#sub-page-header h2, #otc-page-header h2 {
  font-size:24px;
	margin:0px;
	padding:0px;
}

.free-quote-success{
  background-color: white;
  padding: 1px 20px;
}

#colocation-header-image{
    background-image: url(../../img/colo-header.jpg);
    /* Set a specific height */
    height: 150px;
    /* Create the parallax scrolling effect */
    background-size: 100%;
    background-repeat: no-repeat;
}

.panel-heading-toptitle-popular {
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.panel-heading-subtitle-popular {
    text-align: center;
    color: #fff;
    font-size: 15px
}

.panel-body-toptitle-popular {
    text-align: center;
    color: #fff;
    font-size: 45px;
}
.panel-body-subtitle-popular {
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.panel-heading-toptitle {
    text-align: center;
    color: #fff;
    font-size: 30px
}
.panel-heading-subtitle {
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.panel-body-toptitle {
    text-align: center;
    color: #454545;
    font-size: 45px
}
.panel-body-subtitle {
    text-align: center;
    color: #454545;
    font-size: 15px;
}
.colocation-details {
    background-color: #fff;
    padding-top: 20px;
}
.colocation-details-article {
    padding: 15px 15px;
}
.btn-custom {
    background: #6aaf08;
    border-radius: 0;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 20px
}

.btn-custom:hover {
    background: #303030;
    color: #fff;
    -webkit-transition: color .25s ease, background-color .25s ease;
    transition: color .25s ease, background-color .25s ease
}

	
.light-grey-section {
    background-color: #f0f0f0;
    padding-top: 10px;
    padding-bottom: 40px;
}

.light-grey-section-content {
    margin-bottom: 30px;
    margin-top: 30px;
}

.light-grey-section-content p {
    font-size: 15px;
	margin-top:20px;
}



.colocation-section {
    background-color: #f0f0f0;
    padding-top: 10px;
    padding-bottom: 40px;
}

.colocation-section-content {
    margin-bottom: 30px;
    margin-top: 30px;
}

.colocation-section-content p {
    font-size: 15px;
}

.colocation-img {
    height: 100%;
    width: 50%;
    margin-left: 10%;
    margin-bottom: 10%;
}

/*7.Vps-Host Section*/

.vps-host-section {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
}
.vps-host-section-content {
    margin-bottom: 20px;
    margin-top: 20px;
}
.vps-host-section-content p {
    font-size: 15px;
}
.vps-host-img {
    height: 100%;
    width: 50%;
    margin-left: 30%;
    margin-bottom: 10%;
}

/*8.Pricingtable Section*/

.pricingtables {
    background: #fff;
    overflow: hidden;
    padding: 45px 0 90px;
}
.pricingtables h2, .page-content h2 {
    /*font-weight: 900;*/
	font-size: 36px;
    margin-bottom: 12px;
    text-align: center;
}
.pricingtables p {
    font-size: 17px;
    margin: 18px 0 0;
    text-align: center;
}
.pricingtables h4 {
    color: #6cd0c3;
    font-size: 59px;
    letter-spacing: -.07em;
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
}

.pricingtables .panel {
    border: 1;
    border-color: #355804;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.pricingtables .panel-heading {
    background: #5dac06;
    border: 0;
    border-radius: 0;
    filter: none !important;
}

.pricingtables .panel-heading h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -.07em;
    margin: 0;
    padding: 12px 0;
}

.pricingtables .panel-body {
    background: #def8c6;
    margin: 0;
    padding: 10px 0 15px;
}

.pricingtables .panel-body span {
    color: #fff;
    font-size: 11px;
    margin: 0 auto;
    padding: 5px 10px;
}

.pricingtables .panel-body span.per {
    background: #222222;
    padding: 5px 10px 2px;
}

.pricingtables ul {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricingtables ul li {
    border: 0;
    font-size: 16px;
    padding: 20px 0;
}

.pricingtables ul li:nth-child(odd) {
    background: #fff;
}

.pricingtables ul li:nth-child(even) {
    background: #e1e3e4;
}

.pricingtables .panel-footer {
    text-align: center;
}

.pricingtables .btn-pricetable {
    background: #5dac06;
    border-radius: 0;
    color: #fff;
    font-size: 1.3em;
    margin: 10px auto;
    padding: 10px 30px;
}

.pricingtables .btn-pricetable:hover {
	color:#fff;
    background: #303030;
    -webkit-transition: color .25s ease, background-color .25s ease;
    transition: color .25s ease, background-color .25s ease
}

.pricingtables .most-popular {
    border-width: 3px;
    box-shadow: 20px 0 20px -10px rgba(0, 0, 0, .15), -20px 0 20px -10px rgba(0, 0, 0, .15);
    padding: 0;
    top: -26px;
}

.pricingtables .most-popular .panel-heading {
    background: #2a5302;
}

.pricingtables .most-popular .panel-body {
    background: #5dac06;
}

.pricingtables .most-popular h4 {
    margin: 10 auto;
    color: #fff;
}

.pricingtables .most-popular .panel-body span.per {
    background: #3a5955;
}

.pricingtables .most-popular ul li {
    font-size: 14px;
    padding: 23px 0;
}

.pricingtables .most-popular .btn-pricetable {
    margin: 15px auto;
}


/* End of Pricing Tables */

/*9.Contact Us*/
.contact-us {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
	padding-bottom:40px;
}
.contact-us-margin {
    margin-bottom: 50px;
}
.contact-us-margin h1 {
    text-align: center;
}
.contact-us-h2 {
    margin-bottom: 40px;
}
input.form-control {
    height: 45px;
}
.contact-us .form-group label {
    font-size: 16px;
    text-align: right;
}
.contact-us .icon-box {
    background-color: #6aaf08;
    float: left;
    margin-right: 10px;
    padding: 15px;
	/*height: 80px;
	width:80px;*/
}
/*free-quote*/

label.radio {
  cursor: pointer;
  text-indent: 25px;
  overflow: visible;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

label.radio:before {
  background: #6aaf08;
  content:'';
  position: absolute;
  top:2px;
  left: 0;
  width: 20px;
  height: 20px;
}

label.radio:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 1.2em;
  height: 0.6em;
  background: transparent;
  top: 7.5px;
  left: 4.5px;
  border: 3px solid #ffffff;
  border-top: none;
  border-right: none;
  margin-top: -0.1em;
  margin-left: -0.15em;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=radio]:checked + label:after {
  opacity: 1;
}

input.free-quote-input, textarea.free-quote-input{
  width: 220px; 
  height: 39px; 
  -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px; 
  border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  background-color: #fff; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin-left:-16px;
}

textarea.free-quote-input{
  height: 72px; 
}

.form-icon {
  display: inline-block;
  width: 40px;
  background-color: #6aaf08;
  padding: 8px 14px 8px 12px;
  margin-left: 35px;
  margin-right: 0px;
  color: white;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 0px #cbc9c9;
}

.accounttype{
  margin-left: 35px;
  margin-top: 20px;
}

.free-quote-form-group label {
    font-size: 16px;
    text-align: right;
}

.free-quote-form-submit { 
  float: right;
  margin-right:40px;
}

.free-quote-form-group fieldset {
  margin: 20px auto; 
}

.clear {
  clear:both; 
}

.form-free-quote h1 {
  text-align: center;
  font-weight: bold;  
}

.slider-box-left-free-quote {
  margin-top:50px;
  margin-bottom: 100px;
  padding: 0px 10px 4px 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.slider-top-title-left-free-quote {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
  padding-top: 10px;
  text-align: justify;
  /*line-height: 25px;*/
}

.slider-middle-title-left-free-quote {
  color: #fff;
  opacity: 1.0;
  font-size: 48px;
  font-weight: bold;
  line-height: 30px;
}

.slider-bottom-title-left-free-quote {
  color: #fff;
  opacity: 1.0;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider-text-left-free-quote {
  opacity: 1.0;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
  
.slider-box-left-free-quote .fa {
  color: #6aa73c;
}


.btn-custom-free-quote {
    background: #6aaf08;
    border-radius: 0;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 15px 20px;
}

.btn-custom-free-quote:hover {
    background: #303030;
    color: #fff;
    -webkit-transition: color .25s ease, background-color .25s ease;
    transition: color .25s ease, background-color .25s ease
}


.slider-text-left .fa {
  color:#6aaf08;
}

.form-free-quote {
  margin: 30px auto;
  width: 340px; 
  height: auto;
  background-color: #ebebeb; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  border: solid 1px #cbc9c9;
}

input[type=radio] {
  visibility: hidden;
}

.float-left{
  float:left;
}
/*free-quote*/
.icon-box {
	margin-left:10px;
	min-width:52px;
	text-align:center;
	vertical-align:center;
}
.contact-us .icon-box i {
    font-size: 24px;
    color: #FFF;
}
.contact-us .contact-detail-box {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.content-area h4 {
    margin: 0;
    font-size: 22px;
}
.content-area p {
    margin: 0;
}

.map h4 {
	font-size:28px;  
	font-weight:bold;
}

#description2{
  display:none;
}

#errors {
	background: url("../../img/errBox.jpg") 0 0 repeat-y;
	display: block;
	margin: 40px auto 0px auto;
	padding: 4px;
	border: 3px #900 solid;
	background-color: #FFF;
	color:#000;
	width:90%;
}
#success {
	background: url("../../img/chkBox.jpg") 0 0 repeat-y;
	display: block;
	margin: 60px auto 20px auto;
	padding: 4px;
	border: 3px #669900 solid;
	background-color: #FFF;
	width:100%;
}
.errMessage { 
	display: block;
	padding: 4px 0px 0px 34px;
	margin: 0px 0px 4px 0px;
	width: auto;
	color: #C00;
	font-weight: normal;
	font-size: 16px;
}
.successMessage { 
	display: block;
	padding: 4px 0px 0px 34px;
	margin: 0px 0px 4px 0px;
	width: auto;
	color: #333;
	font-weight: normal;
	font-size: 16px;
}


.form-contact-us {
	margin-top:40px;	
}

.err-arrow {
	width: 12px;
	height:12px;
	display:inline;	
	margin-bottom:6px;
}

.contact-form-submit {
	margin-top:20px;
}

.errors {
	margin-top:20px;
}

.success {
	margin-top:20px;
}



/*End of Contact Us*/

/*10.Map*/
#map {
    background: #dedede url(../../img/contact-page-map.jpg) center center;
    /* Set a specific height */
    
    height: 400px;
    /* Create the parallax scrolling effect */
    
    background-size: cover;
    background-repeat: no-repeat;
}
.map {
    background-color: #6aaf08;
    opacity: 0.8;
    text-align: center;
    color: #fff;
    padding: 15px;
    font-size: 20px;
}
.map h1 {
    color: #fff;
}

/*11.Footer*/
#footer-box {
    height: 60px;
    background-color: #272727;
    transform: scale(1);
    box-shadow: 0px 2px 2px -1px #202020;
}

.footer-margin {
    margin-top:10px;
}

#footer {
    padding: 40px 0 30px;
    background-color: #303030;
    overflow: hidden;
    background-image: url("../../img/gun-metal.png");
    background-repeat: repeat; 
}
.footer-about {
    color: #fff
}

.footer-about a.btn {
    color: #fff;
    margin-top: 5px;
    background-color: #6aaf08;
    background: #6aaf08;
    border-radius: 0;
    font-size: 19px;
    font-weight: 400;
    margin: 25px auto 10px auto;
    padding: 7px 20px;
}

.footer-about a.btn:hover {
    color: #2e3138;
    background-color: #fff;
    -webkit-transition: color .25s ease, background-color .25s ease;
    transition: color .25s ease, background-color .25s ease
}

.footer-about p {
    margin-top: 20px;
    color: rgba(233, 233, 233, .9)
}
.footer-widget h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px
}

.footer-widget h4:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #6aaf08;
    bottom: 0
}
.footer-widget ul {
    margin: 20px 0 40px;
    padding: 0;
    list-style: none
}

.footer-widget ul li {
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 4px
}

.footer-widget ul li a {
    color: rgb(233, 233, 233);
    -webkit-transition: color .25s;
    transition: color .25s;
    display: block;
    margin: 2px 0;
    padding-bottom: 5px
}
.footer-widget ul li a:hover {
    color: #8BC243;
}

.footer-widget a:focus,
.footer-widget a:hover {
    color: #fff
}

.footer-logo, .nplusnetworks-logo {
    background: url('../../img/nplusnetworks-logo.png') left center no-repeat;
    padding: 40px 398px 0px 0px;
	text-indent:-5000px;
	display: block;
}

.footer-logo:hover, .nplusnetworks-logo:hover {
    background: url('../../img/nplusnetworks-logo-hover.png') left center no-repeat;
}

#footer ul.questions {
    list-style: none;
    margin: 0;
    padding: 24px 0 0;
}

#footer ul.questions li {
    background: #4f514c;
    font-size: 16px;
    margin-bottom: 4px;
    padding: 10px 15px;
}

#footer ul.questions li i {
    padding-right: 6px;
}

#footer ul.questions li a:hover {
    color: #8BC243;
}

/*Footer end*/

/*MISC Styles*/

.centered {
	text-align:center;
}

.uk-h3 {
	font-size:24px;	
}

.uk-text-left {
    margin-top:8px;

}

@media (min-width: 1220px) {

  .uk-grid-divider:not(:empty) {
    margin-left: -35px;
    margin-right: -35px;
  }
  .uk-grid-divider > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .uk-grid-divider:empty {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

.uk-grid-divider:empty {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #ddd;
}

[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
}

@media (min-width: 480px) {
  
  .uk-width-small-1-1 {
    width: 100%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /* Halves */
  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-large-1-1 {
    width: 100%;
  }
  /* Thirds */
  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%;
  }
}
.uk-text-left {
  text-align: left !important;
}

.uk-text-center {
  text-align: center !important;
}

.uk-container {
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px;
}
.uk-container:before,
.uk-container:after {
  content: "";
  display: table;
}
.uk-container:after {
  clear: both;
}
/*
 * Center container
 */
.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}

.uk-margin-remove {
  margin: 0 !important;
}

/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
 
  .uk-hidden-medium {
    display: none !important;
  }
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
  
  .uk-hidden-small {
    display: none !important;
  }
}

@media (min-width: 1220px){
    .uk-container {
        max-width: 1150px;
    }
}

@media (min-width: 1200px) and (max-width: 1420px)  {
    
    #mainslider .item .slidecaption {
        top: 10%;
    }
     /*footer*/
    .col-md-6 {
        width: 48%;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    
    #mainslider .item .slidecaption { left:0%; top: 8%; }
    #mainslider .item .slidecaption h2 { font-size: 3em; }
    #mainslider .item .slidecaption h4 { 
        font-size: 1.5em; 
        margin-top: 15px; 
    }
    #mainslider .item .slidecaption .btn-slide { 
       /*   font-size: 1em; */
        margin: 15px auto 10px auto; 
      /*    padding: 10px 20px; */
    }

    .slider-box-right{
        padding-left:2%;
        float:left;
    }
    .slider-top-title-right{  
        font-size:20px;
        line-height:25px;
        text-align:left;
    }
    .slider-middle-title-right{
        font-size:50px;
        line-height:50px;
        text-align:left;
    }
    .slider-bottom-title-right{

        font-size:20px;
        text-align:left;
    }
    .slider-text-right{
        text-align:left;
    }  
    .btn-slide-padding-right{
        float:left;
    }
    .slider-box-left-free-quote {
      margin-top:70px;
      margin-bottom: 100px;
      padding: 0px 10px 4px 20px;
      background-color: rgba(0, 0, 0, 0.5);
    }
    .slider-top-title-left-free-quote {
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      margin-top: 10px;
      padding-top: 10px;
      text-align: justify;
      /*line-height: 25px;*/
    }

    .slider-middle-title-left-free-quote {
      color: #fff;
      opacity: 1.0;
      font-size: 30px;
      font-weight: bold;
      line-height: 30px;
    }

    .slider-bottom-title-left-free-quote {
      color: #fff;
      opacity: 1.0;
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .slider-text-left-free-quote {
      opacity: 1.0;
      color: #fff;
      font-size: 18px;
      margin-bottom: 15px;
    }
 
    /* Slider Section End */
}

@media screen and (max-width: 991px) {

    .primary--logo {
        float: none;
        text-align: center;
    }
    .primary--info {
        float: none;
        display:none;
        text-align: center;
    }
    .primary--info-item {
        float: none;
        display: inline-block;
    }
    
    #menu {
        top: 0;
    }
    ul.primary-menu-links > li > span {
        font-size: 13px;
    }
    
     
    #mainslider .item .slidecaption { left:0%; top: 6%; }
    #mainslider .item .slidecaption h2 { font-size: 3em; }
    #mainslider .item .slidecaption h4 { 
        font-size: 1.5em; 
        margin-top: 15px; 
    }
    #mainslider .item .slidecaption .btn-slide { 
       /* font-size: 1em; */
        margin: 15px auto 10px auto; 
       /* padding: 10px 20px; */
    }

    .slider-top-title-left{  
        font-size:14px;
        line-height:16px;
    }

    .slider-middle-title-left{ 
        font-size:30px;
        line-height:25px;
    }
    .slider-bottom-title-left{
        font-size:10px;
    }
    .slider-text-left{
        font-size:14px;
        margin-bottom: 15px;
    }
    .slider-box-right{
        float:left;
    }
    .slider-top-title-right{
        
        font-size:14px;
        line-height:16px;
        text-align:left;
    }
    .slider-middle-title-right{
        
        font-size:28px;
        line-height:25px;
        text-align:left;
    }
    .slider-bottom-title-right{

        font-size:14px;
        text-align:left;
    }
    .slider-text-right{
   
        font-size:14px;
        text-align:left;
    }

    .btn-slide-padding-right{
        float:left;
    }
    
    .slider-box-left, .slider-box-right {
        width: 100%;
        padding-bottom:4px; 
    }
    #success {
      margin: 20px auto 20px auto;
    } 

    .contact-form-submit {
      font-size: 20px;
    }   
}
@media screen and (min-width: 767px) and (max-width: 991px) {
    .primary-menu-links li a {
        padding: 15px 12px;
    }
    .primary-social-menu-links li a {
        padding: 15px 8px;
    }
    
    .secondary-menu-links > li > a {
        padding-left: 5px;
        padding-right: 10px;
    }

    #mainslider .item .slidecaption { top: 16%; }
    #mainslider .item .slidecaption h2 { font-size: 2.1em; }
    #mainslider .item .slidecaption h4 { font-size: 1.2em; margin-top: 10px; }
    #mainslider .item .slidecaption .btn-slide { 
    /*font-size: 1em; */
    margin: 10px auto 10px auto; 
    /*padding: 5px 10px; */
    }
    #mainslider-nav .item i { font-size: 16px; padding-right: 4px; }
    #mainslider-nav .item { font-size: 13px; letter-spacing: 0; }
     #sub-page-header-free-quote {
        background-size: 100% 300px;
    }
    .slider-box-left-free-quote {
      margin-top:30px;
      margin-bottom: 70px;
      padding: 0px 10px 4px 20px;
      background-color: rgba(0, 0, 0, 0.5);
    }
    .slider-top-title-left-free-quote {
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      margin-top: 10px;
      padding-top: 10px;
      text-align: justify;
      /*line-height: 25px;*/
    }

    .slider-middle-title-left-free-quote {
      color: #fff;
      opacity: 1.0;
      font-size: 30px;
      font-weight: bold;
      line-height: 30px;
    }

    .slider-bottom-title-left-free-quote {
      color: #fff;
      opacity: 1.0;
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 15px;
    }
    .form-icon{
      margin-left:20px;
    }
    .form-free-quote {
    
      width: 300px;
    }
    input.free-quote-input, textarea.free-quote-input {
      width: 220px;
    }

    .pricingtables .panel-heading h3 { font-size: 15px; }
    .pricingtables .btn-pricetable { font-size: 0.9em; padding: 5px 10px; }
    .pricingtables h4 { font-size: 39px; }

    /*footer*/
    .footer-margin {
        margin-top: 30px;
    }
    .col-sm-6 {
        width:50%;
    }

}

@media screen and (max-width: 767px) {
    
    /* Header begin */
    .menu-topbar--contact,
    .menu-topbar--contact > ul > li {
        float: left;
    }
    .menu-topbar--social {
        float: right;
    }
    .menu-topbar--social > li {
        float: left;
    }
    .menu-topbar--social > li > a {
        padding-left: 10px;
    }
    #primaryNavbar {
        padding: 0 15px;
    }
    .primary-social-menu-links {
        float: right;
        margin-top: 5px;
    }
    .primary-menu-links {
        margin: 0;
    }
    .primary-menu-links,
    .primary-menu-links li,
    .primary-social-menu-links li {
        float: left;
    }
    
    .primary--logo {
        text-align: center;
    }
    #primaryMenu.primary-menu-two .primary--logo h1 {
        margin: 0;
    }
    .primary--info-item {
        display: block;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .primary--info-item:last-child {
        margin-bottom: 0;
    }
    
    #secondaryNavbar {
        max-height: 320px;
    }
    
    #secondaryMenu a.navbar-brand {
        margin-top: 0;
        padding-left: 15px;
    }
    
    #secondaryMenu .navbar-toggle {
        float: left;
        margin-left: 5px;
    }
    #secondaryMenu .navbar-header .login-btn {
        float: right;
        margin-right: 15px;
    }
    #secondaryMenu .navbar-header .login-btn > .btn {
        padding: 16px 20px;
    }
    
    .secondary-menu-links {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .secondary-menu-links > li:hover > .dropdown-menu {
        display: none;
    }
    .secondary-menu-links > li.open > .dropdown-menu {
        display: block;
        text-align: center;
    }
    
    .secondary-menu-links > li > a,
    .secondary-menu-links > .dropdown > .dropdown-menu > li > a {
        padding: 12px 0;
    }
    
    .secondary-menu-links > .dropdown:hover > .dropdown-menu {
        display: none;
    }
    .secondary-menu-links > .dropdown.open > .dropdown-menu {
        display: block;
    }
    .secondary-menu-links > .dropdown > .dropdown-menu {
        background-color: #303030;
    }
    .secondary-menu-links > .dropdown > .dropdown-menu > li > a {
        color: #fff;
        padding: 15px 0;
    }
    .secondary-menu-links > .dropdown.open > .dropdown-menu > li.active > a,
    .secondary-menu-links > .dropdown.open > .dropdown-menu > li > a:hover,
    .secondary-menu-links > .dropdown.open > .dropdown-menu > li > a:focus {
        color: #303030;
        background-color: #fff;
    }
    /*Slider*/
    #mainslider .item .slidecaption { top: 9%; }
    #mainslider .item .slidecaption h2 { font-size: 1.3em; }
    #mainslider .item .slidecaption h4 { font-size: 1.1em; margin-top: 6px; }
    #mainslider .item .slidecaption .btn-slide {
        /*font-size: 0.9em; */
        margin: 6px auto 10px auto; 
        /*padding: 3px 6px; */
        }
    #mainslider-nav .item { font-size: 11px; letter-spacing: 0; padding: 10px 0px; }
    #mainslider-nav .item i { display: block; font-size: 15px; margin-bottom: 6px; padding-right: 0; }
    
    /*Grid Section*/
    #mobile-partner-logo.uk-grid-divider {
        margin-top: -50px!important
    }
    .uk-grid-divider .uk-width-small-1-1 {
        border-bottom: 2px solid #85d308;
        border-left: none!important
    }
    .uk-grid-divider div:last-child {
        border-bottom: none!important
    }
    
    /*price table*/
    .pricingtables { padding-bottom: 35px; }
    /*footer-margin*/

    .footer-margin {
        margin-top: 30px;
    }
    .slider-box-left-free-quote {
      margin-top:30px;
      margin-bottom: 40px;
      padding: 0px 10px 4px 20px;
      background-color: rgba(0, 0, 0, 0.5);
    }
    .slider-top-title-left-free-quote {
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      margin-top: 10px;
      padding-top: 10px;
      text-align: justify;
      /*line-height: 25px;*/
    }

    .slider-middle-title-left-free-quote {
      color: #fff;
      opacity: 1.0;
      font-size: 30px;
      font-weight: bold;
      line-height: 30px;
    }

    .slider-bottom-title-left-free-quote {
      color: #fff;
      opacity: 1.0;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px;
    }
    #description1{
      display:none;
    }
    #description2{
      display:block;
    }
}

@media screen and (max-width: 768px){
    .primary-menu-links li span.email {
        display: none !important;
    }

    #sub-page-header {
        background: url("../../img/colo-header-small2.png") center center;
        height: 150px;
        background-size:100%;
        background-repeat: no-repeat; 
    }

    #sub-page-header-free-quote {
        background-size: 100% 250px;
    }
    .footer-logo, .nplusnetworks-logo {
        background: url('../../img/nplusnetworks-logo-md.png') left center no-repeat;
        padding: 40px 0px 0px 0px;
        text-indent:-5000px;
        display: block;
        width: 300px;
        margin: 0px auto;
    }

    .footer-logo:hover, .nplusnetworks-logo:hover {
        background: url('../../img/nplusnetworks-logo-md-hover.png') left center no-repeat;
    }
    .col-xs-12 { width:40%; }
    .custom-hr {    
        padding-bottom: 0px;
    }
    .margin-top-26{
      margin-top: 26px;
    } 
    /*contact-us*/
    .padding-custom{
        padding-left:0px;
        padding-bottom: 20px;
    }

    .custom-hr {
        width: 40%;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
       
    .contact-us .contact-detail-box:first-child {
        margin-top: 30px;
    }
    .form-free-quote {
      width:320px;
    }  
    
}

@media screen and (max-width: 600px) {

    .slider-box-left-free-quote {
        margin-top: 60px;
        margin-bottom: 100px;
        padding: 0px 10px 4px 20px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .slider-text-left-free-quote {
        display: none
    } 
    .form-icon{
      margin-left:35px;
    }
}

@media screen and (max-width: 480px) {
    /*Header Begin*/
    .menu-topbar--contact > ul > li:last-child {
        display: none;
    }
    .menu-topbar--contact > ul > li > a {
        padding-right: 0;
    } 
    .primary-menu-links li span.email {
        display: none;
    }

    #sub-page-header-free-quote {
        background-size: 100% 200px;
    } 

    .slider-box-left-free-quote {
      margin-top:40px;
      margin-bottom: 80px;
      padding: 0px 10px 4px 20px;
      background-color: rgba(0, 0, 0, 0.5);
    }
    .slider-top-title-left-free-quote {
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      margin-top: 10px;
      padding-top: 10px;
      text-align: justify;
      /*line-height: 25px;*/
    }

    .slider-middle-title-left-free-quote {
      color: #fff;
      opacity: 1.0;
      font-size: 22px;
      font-weight: bold;
      line-height: 30px;
    }

    .slider-bottom-title-left-free-quote {
      color: #fff;
      opacity: 1.0;
      font-size: 15px;
      font-weight: bold;
      margin-bottom: 15px;
    }
    .slider-text-left-free-quote {
      display: none
    }  
    #sub-page-header h1, .sub-page-header h1 {
        font-size:25px;
        font-weight:bold;
        margin:0px 0px 0px 0px;
        padding:40px 0px 0px 0px;
    }
    #sub-page-header h2 {
        font-size:20px;
        margin:0px;
        padding:0px;
    }
    /*End Header*/
    /*Slider*/
    /*.slidercontainer { display: none; }*/
    /*Slider*/

    /*Grid Section*/
    .uk-grid-divider .uk-width-small-1-1 {
        border-bottom: 2px solid #85d308;
        border-left: none!important
    }
    .uk-grid-divider div:last-child {
        border-bottom: none!important
    }
    .slider-slides {
        display:none;   
    }
}
@media screen and (min-width:400px) and (max-width: 450px){
    .form-icon{
      margin-left:35px;
    }
}
@media screen and (max-width: 350px) {
  
    #sub-page-header-free-quote {
        background-size: 100% 150px;
    } 
    .slider-box-left-free-quote {
      margin-top:20px;
      margin-bottom: 30px;
      padding: 0px 10px 4px 20px;
      background-color: rgba(0, 0, 0, 0.5);
    }
    .slider-top-title-left-free-quote {
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      margin-top: 10px;
      padding-top: 10px;
      text-align: justify;
      /*line-height: 25px;*/
    }

    .slider-middle-title-left-free-quote {
      color: #fff;
      opacity: 1.0;
      font-size: 18px;
      font-weight: bold;
      line-height: 30px;
    }

    .slider-bottom-title-left-free-quote {
      color: #fff;
      opacity: 1.0;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .footer-logo, .nplusnetworks-logo {
        background: url('../../img/nplusnetworks-logo-sm.png') left center no-repeat;
        padding: 40px 0px 0px 0px;
        text-indent:-5000px;
        display: block;
        width: 200px;
        margin: 0px auto;
    }

    .footer-logo:hover, .nplusnetworks-logo:hover {
        background: url('../../img/nplusnetworks-logo-sm-hover.png') left center no-repeat;
    }
}

@media screen and (max-width: 320px) {
    .primary-social-menu-links li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .accounttype {
      margin-left: 0px;
      margin-top: 20px;
    }
    .form-free-quote {
      width:260px;
    }
    .form-icon{
      margin-left:15px;
    }
    input.free-quote-input, textarea.free-quote-input {
      width: 180px;
  }
}
/*MISC Styles -> end*/