@font-face {
    font-family: 'gotham';
    src:  url('../fonts/GothamBook.ttf') format('truetype'),url('../fonts/Gotham-XLight.ttf') format('truetype')url('../fonts/Gotham_bold.ttf') format('truetype');
}

body{
    /*font-family: "gotham";*/
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #585858;
}



img{
    display: block;
    width:100%;
}

.parent:hover .dropdown-menu{
    display: block;
}

button{
    color: #fff;
    background-color: #000;
    text-align: center;
    border: 0px;
    font-weight: bold;
}

.fa{
    vertical-align: middle;
}
h1,h2,h3,h4,h5,h6{
    color:#fff;
    font-weight: bold;
    line-height: normal;
    /*font-family: "gotham";*/
    font-family: 'Roboto Condensed', sans-serif;
/*    padding: 10px 3px 10px 3px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

h1{ 
    font-size: 40px; 
}

h2{
    font-size: 30px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 17px;
}
a,a:link{
    text-decoration: none;
}
.black{
    color:#000;
}
.black-bold{
    color: #000;
    font-weight: bold;
}
.green{
    color: #77c159;
}
.green-bold{
    color: #77c159;
    font-weight: bold;
}

.orange{
    color: #F0612D;
}
.orange-bold{
    color: #F0612D;
    font-weight: bold;
}

.top-txt-bold{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
	color: #000000;
    font-weight: bold;
}
.free-offpg{
    /*font-family: "gotham";*/
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #000000;
}

.margin-up{
    margin-top:30px;
}
.tab-margin-up{
    margin-top:-62px;
}
.red{
    color: red;
}
.pad-left-0{
    padding-left: 0;
}
.pad-right-0{
    padding-right: 0;
}
.pad-top-0{
    padding-top: 0;
}
/* ----------------- Header ---------------------*/

.navbar{
    background: #fff;
    border-radius: 0px;
    margin-bottom: 0;
    /*border-bottom: 3px solid #77c159;*/
}
#buzzmax .navbar-nav a{
    color: #000;
    padding-bottom: 0;
} 
#buzzmax .navbar-nav i{
    display: block;
    margin: 0 auto;
} 
a i{
    margin: 5px;
    text-align: center;
    font-size: .5em;
}
.navbar-brand{
    line-height: normal;
    height: 100%;
    padding: 0px 15px;
    margin-top: 39px;
}
.upper-left{
    float: left;
    padding-top: 15px;
    margin-right: 19px;
    margin-bottom: 0px;
    color: #000;
}

.upper-left:hover , .upper-left:active , .upper-left:focus{
    float: left;
    padding-top: 10px;
    margin-right: 19px;
    margin-bottom: 0px;
    border-top: 5px solid #77c159;
    color: #77c159;
    text-decoration: none;
}

.upper-right{
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 30px;
}

.upper-right > a {
    margin-left: 10px;
    color: #777;
}

.upper-right > a:hover ,  .upper-right  > a:focus{
    border-top: 5px solid #77c159;
    padding-top: 15px;
    color: #000;
    text-decoration: none;
}


.upper-right button{
    padding: 5px 8px 5px 8px;
    margin-right: 15px;
    margin-top: 5px;
    float: left;
}

.brand-right{
    color: #EB2C33;
    font-size: 3.0em;
}

.brand-middle{
    font-size: 3.0em;
    color: #000;
}

.brand-left{
    color: #f26222;
    font-size: 3.0em;
    font-weight: bold;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background: #fff;
    border-top: 5px solid #77c159;
    padding-top: 10px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: #fff;
    border-top: 5px solid #77c159;
    background-color: transparent;
    padding-top: 10px;
}

.navbar li:hover > .dropdown-menu{
    display: block;
}
.header-right{
    float: right;
    margin-bottom: 10px;
}

/*.navbar{
    background: #fff;
    border-radius: 0px;
    margin-bottom: 0;
}
#buzzmax .navbar-nav i{
    display: block;
    margin: 0 auto;
} 
a i{
    margin: 5px;
    text-align: center;
    font-size: .5em;
}
.navbar-brand{
    line-height: normal;
    height: 100%;
    padding: 0px 15px;
}
.upper-left{
    float: left;
    padding-top: 15px;
    margin-right: 19px;
    margin-bottom: 20px;
    color: #000;
}

.upper-left:hover , .upper-left:active , .upper-left:focus{
    float: left;
    padding-top: 10px;
    margin-right: 19px;
    margin-bottom: 20px;
    border-top: 5px solid #77c159;
    color: #77c159;
    text-decoration: none;
}

.upper-right{
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 30px;
}

.upper-right > a {
    margin-left: 10px;
    color: #777;
}

.upper-right > a:hover ,  .upper-right  > a:focus{
    border-top: 5px solid #77c159;
    padding-top: 15px;
    color: #000;
    text-decoration: none;
}


.upper-right button{
    padding: 5px 8px 5px 8px;
    margin-right: 15px;
    margin-top: 5px;
    float: left;
}

.brand-right{
    color: #EB2C33;
    font-size: 2.5em;
}

.brand-middle{
    font-size: 2.5em;
    color: #000;
}

.brand-left{
    color: #F0612D;
    font-size: 2.5em;
    font-weight: bold;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background: #fff;
    border-top: 5px solid #77c159;
    padding-top: 10px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: #fff;
    border-top: 5px solid #77c159;
    background-color: transparent;
    padding-top: 10px;
}

.navbar li:hover > .dropdown-menu{
    display: block;
}
.header-right{
    float: right;
}*/

/* ----------------- Header End ---------------------*/


/*---------------------- Slider --------------------------------------*/

.carousel-control{
    color:#F0612D;
    width: 0;
    text-shadow: none;
    opacity: 1;
}

.carousel-control:hover,.carousel-control:focus,.carousel-control:active {
    color:#F0612D;
    width: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: 1;
}


.slider-block{
    /*border: solid 2px #77c159;*/
    border: solid 2px #fff;
    padding:0px 10px 10px 10px;
    margin:5px 10px;
    min-height: 450px;
}
.slider-block-p{
    margin-top: 10px;
    font-size: 34px;
    text-align: left;
    line-height: initial;
    font-weight: bold;
}

.slider-block-img img{
    max-height:200px;
    max-width: 200px;
}
/*-------------- ------  Slider --------------------------------------*/

/*----------------------- TABS --------------------------------------*/
.nav-tabs.nav-justified{
    border-bottom: 7px solid #77c159;
}


.tab-heading i{
    font-size: 50px;
    vertical-align: middle;
}
.tab-heading a{
    font-size: 30px;
    vertical-align: middle;
    font-weight: bold;
}
.nav-tabs.nav-justified > li > a {
    background: #F0612D;
    color:#fff;
    border-radius: 0px;
    border: none;
    font-size: 25px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus{
    background: #77c159;
    border-radius: 0px;
    margin-bottom: 0px;
    border: none;
    color:#fff;
}

.nav-tabs.nav-justified > li > a:hover, .nav-tabs.nav-justified > li > a:focus {
    background: #77c159;
    color:#fff;
    border-radius: 0px;
    border: none;
    margin-bottom: -1px;

}

.left-margin a{
    margin-left: 10px;
}

.tab-content{
    border: 2px solid #77c159;
    padding-top: 10px;
    padding-bottom: 30px;
}

.tab-content-edit{
    border: 2px solid #ffffff;
    padding-top: 10px;
    padding-bottom: 30px;
}

.offer{
    padding-right: 0px;
    padding-left: 1px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.one-fifth{
    width: 20%;
}


.offers h3,.offers h4{
    text-align: center;
    color: #000;
}
.offers{
    padding-right: 30px;
    padding-left: 30px;
}

.pack-type .title{
    background: #F0612D;
    text-align: center;
    border-bottom: 1px solid #fff;
}


.title{
    padding-top: 15px;
    padding-bottom: 10px;
    color:#fff;
}

.title .price {
    color: #fff;
    font-size: 75px;
    font-weight: 600;
    display: inline-block;
}
.title .price:hover {
    color: #000;
}



.title .price .decimal {
    font-size: 40px;
    vertical-align: text-top;
}
.title .soon{
    font-size: 36px;
    line-height: 53px;
    margin-top: 27px;
    margin-bottom: 27px;
}


.up-speed{
    background: #e6e7e8;
    text-align: center;
    margin-bottom: 1px;
}

.down-speed{
    background: #f1f2f2;
    text-align: center;
    margin-bottom: 1px;
}

.sign-up{
    background: #7f7f7f;
    text-align: center;
    margin-bottom: 1px;
}

.active-offer > .pack-type,.active-offer > .title,.active-offer > .sign-up{
    background: #77c159;
}


.offer:hover .pack-type,.offer:hover .title,.offer:hover .sign-up{
    background: #77c159;
}

.offer:hover, .active-offer{
    box-shadow: 0px 10px 10px #888, 0px -10px 10px #888;
}

.sign-up h4{
    color:#fff;
}

.data{
    background: #e6e7e8;
    text-align: center;
    margin-bottom: 1px;
}

.down-arrow span{
    font-size: 30px;
    color:#F0612D;
    text-align: center;
}
.static-div{
    background: #7f7f7f;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}


/*-------------- TABS --------------------------------------*/

/*-------------- Divider --------------------------------------*/
/* Rounded border */
hr.rounded {
  border-top: 5px solid #F0612D;
  border-radius: 5px;
}
/*-------------- Divider --------------------------------------*/
/*---------------  Footer Section ------------------*/

#footer{
    background:#F0612D;
    color: #fff;
}

#footer hr{
    border: 0;
    margin: 0;
    padding: 0;
    border-bottom: #3d3d3d 1px solid;
}

.singup{
    padding-top: 10px;
}

.getoffer-button{
    color: #fff;
    background-color: #77c159;
    padding: 3px 20px 3px 20px;
    border: 0px;
}

.getoffer-button:hover{

    background-color: #309B39;

}

.quick-link,.suponser{
    margin:15px auto;
}
.copy-right p{
    margin-top: 8px;
}
.quick-link ul{
    margin-bottom:0px;
}

.quick-link h1{
    font-weight: 100;
}

.quick-link ul li a{
    color:#fff;
    text-decoration:none;
    transition: all 0.3s ease-in;

}

.quick-link ul li a:hover{
    color:#fff;
    transition: all 0.3s ease-in;
}


.list-style > li{
    list-style: none;
    margin-left: -39px;
}

.left-padding{
    padding-left: 100px;
}
.left-padding-55{
    padding-left: 55px;
}
.links{
    background: #000;
    color: #fff;
}
.fa-facebook:hover , .fa-twitter:hover{
    color: #23527c;
}

.fa-twitter{
    color: #46b8da;
}

.fa-google-plus{
    color: #EB2C33;
}

.fa-youtube{
    color: #EB2C33;
}

.fa-google-plus:hover , .fa-youtube:hover{
    color: #23527c;
}

.get-offers{
    color: #555;
}
/*---------------  Footer Section End ------------------*/




/*---------------  Admin Page ------------------*/



.login-warpper{
    margin: 100px auto;
    background: #fff;
    border-radius: 6px;
    overflow:hidden;
}
.login-header{
    text-align: center;
    background-color: #fff;
    padding: 5px 20px;
}
.login-content{
    padding: 20px 20px;
    background-color: #FBD7CA;
}
.login-header img{
    width: 50%;
    margin: 5px auto;
}

.form-signin input{
    margin-bottom: 10px;
}

.top-nav{
    overflow: hidden;
    padding-left: 0px;
}

.top-nav li{
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    text-align: center;
    list-style: none;
    background-color: #F0612D;
}

.top-nav li a{
    font-size: 18px;
    line-height: 19px;
    color: #fff;
    display: inline-block;
    background-color: #F0612D;
}

.top-nav li a:hover{
    color: #333;
}



.no-bottom-margin{
    margin-bottom: 0px;
    border-bottom: 7px solid #F0612D !important;
}


div.pager {
    text-align: center;
    margin: 1em 0;
}

div.pager span {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    cursor: pointer;
    background: #000;
    color: #fff;
    margin-right: 0.5em;
}

div.pager span.active {
    background: #F0612D;
}
















/*---------------  Internet,phone, long distance slider start ------------------*/

.slider{
    border: 2px solid #77c159;
    padding: 20px;
    margin:5px 10px;
    min-height: 450px;
}
.slider i{
    font-size: 200px;
}

.slider p{
    line-height: inherit;
}
.slider img{
    max-height:200px;
    max-width: 200px;
}
/*---------------  Internet,phone, long distance slider end ------------------*/

/*---------------  Long Distance page start ------------------*/




.distance-list{
    margin-top:10px;
}
.distance-list ul li,.distance-list ul li i{
    text-align: left;
    list-style: none;
    vertical-align: middle;
    font-size: 25px;
    margin-top: 10px;
}

.distance-list ul li i{
    margin-right: 25px;
}
.rates{
    margin-bottom: 110px;
    margin-top: 40px;
}
.rates h2{
    color:#000000;
}

.rates form{
    margin-top: 80px;
}

.rates button{
    padding: 12px 30px;
    margin-top: 50px;
}
.form-control{
    border-radius: 0px;
}
.form-control:focus {
    border-color: #ccc;
    box-shadow: inset 0 1px 3px #F0612D, 0 1px 3px #F0612D;
    border-radius: 0px;
}
/*---------------  Long Distance page start ------------------*/

/*---------------  Success page start ------------------*/
.congrats{
    margin-top: 90px;
}

.success-page table{
    border-collapse: separate;
    border-spacing: 3px;
}
.services-table > thead > tr > th{
    padding: 15px;
    background: #F0612D;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color:#000;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}
.services-table > tbody > tr > td{
    vertical-align: middle;
    border-top: 0px solid #fff;
    padding: 10px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
.dark td{
    background: #e6e7e8;
}
.light td{
    background: #f1f2f2;
}

.table-div{
    margin-top: 75px;
}

.success-page button{
    padding: 12px 50px;
    margin-top: 40px;
}
.success-page{
    margin-bottom: 75px;
}

/*---------------  Success page End ------------------*/

/*---------------  Registration page start ------------------*/

.sign-up-header {
    background-color: #b2b2b2;
    color: #000;
    margin-bottom: 80px;
}

.sign-up-header h4{
    color: #000;
}

.sign-up-margin h3 , .payment-margin h3{
    color: #000;
    margin-top:30px;
}

hr{
    border-color:  #b2b2b2;
}

.starik{
    color: #F0612D;
    padding-right: 7px;
    font-size: 17px;
}

.submit-btn{
    padding: 15px 100px;
    margin-bottom: 50px;
    color: #fff;
    background-color: #000;
    text-align: center;
    border: 0px;
    font-weight: bold;
}
/*---------------  Registration page end ------------------*/


/*---------------  Payment page start ------------------*/

.payment-img{
    width: 5%;
    height: 5%;
    text-align: center;
}
/*---------------  Payment page end ------------------*/

/*---------------  Service Availability page start ------------------*/

.service-block{
    margin-bottom: 80px;
}
.service-block input{
    margin-bottom: 30px;
}

.service-block button{
    margin-top: 30px;
}
.check-btn{
    padding: 15px 80px;
}
.check-btn-home{
    padding: 8px 80px;
    margin-bottom: 2px;
}
/*---------------  Service Availability page end ------------------*/

/*---------------  Contact Us page start------------------*/


.timing-table-div > h3 , .contact-us  > h3{
    color:  #000;
}

.timing-table table{
    border-collapse: separate;
    border-spacing: 3px;
}

.timing-table > tbody > tr > th{
    background: #F0612D;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}
.timing-table > tbody > tr > td {
    vertical-align: middle;
    border-top: 0px solid #fff;
    padding: 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.contact-us {
    margin-top: 5px;
    margin-left: 100px;
}

/*---------------  Contact Us page end ------------------*/

/*---------------  FAQs page start ------------------*/

.panel-heading {
    padding: 3px 15px;
}

.panel-heading a{
    color:#333;

}

.main-sections h2{
    font-size: 30px;
}


/*---------------  Coming soon page start------------------*/

.soon h1{
    margin: 50px auto; 
    font-size: 10em;
}

/*---------------  Coming page end ------------------*/

.company h4{
    color: #585858;
    font-size: 16px;
    font-weight: normal;
}
.company ul{
    margin: 0 0 15px 5px;
    padding: 0;
}
.company ul li{
    color: #585858;
    font-size: 16px;
    list-style-type: none;
    margin: 0 0 7px;
    padding-left: 15px;
    position: relative;

}
.company ul li::after {
    background: #585858;
    content: "";
    float: left;
    height: 1px;
    left: 0;
    margin: 10px 12px 0 0;
    position: absolute;
    top: 1px;
    width: 5px;
}
/*---------------  terms page end ------------------*/

.terms ul{
    padding-left: 0;
}

.terms li , .terms p{
    color: #585858;
    font-weight: normal;
    list-style: none;
    line-height: normal;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}

.terms .heading {
    margin-top: 15px;
    margin-bottom: 5px;
}



.offer-heading {
    color: #000;
}
.monthly thead th,.summary thead th{
    background-color: gray;
    color: #fff;
}

.modem thead th,.item thead th, .detail-table thead th{
    background-color: #F0612D;
    color: #fff;
}

.detail-table td:not(.name),.detail-table th:not(.name){
    text-align: center;
}
.detail-table td, .detail-table th{
    white-space: nowrap;
}
.detail-table > tbody > tr:hover {
    background-color: #BCBCBC;
}



/* bundle detail page, internet detail page, phone detail page */

.item > tbody > tr > td:nth-child(2),
.item > tbody > tr > td:nth-child(3),
.item > thead > tr > th:nth-child(2),
.item > thead > tr > th:nth-child(3),
.modem > tbody > tr > td:nth-child(2),
.modem > tbody > tr > td:nth-child(3),
.modem > thead > tr > th:nth-child(2),
.modem > thead > tr > th:nth-child(3),
.summary > tbody > tr > td:nth-child(2),
.summary > thead > tr > th:nth-child(2),
.monthly > tbody > tr > td:nth-child(2),
.monthly > thead > tr > th:nth-child(2){
    text-align: center;
}
.cable-tab-cont{}
.cable-tab-cont h3{
    font-size: 19px;
}
.up-speed h4, .down-speed h4{
    font-size: 15px;
}
.holiday-class{
    /*padding-top: 30%;*/
    font-family: 'Righteous', cursive;
    text-align: center;
}
.payment-policy-table{
    width: 100%;    
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    border: 1px solid #fff;
}
.payment-policy-table > tbody > tr > th{
    padding: 10px;
    background: #f0612d none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}
.payment-policy-table > tbody > tr > td {
  border-bottom: 1px solid #fff;
  font-weight: bold;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
.display-none{
        display: none;
    }
.left-margin-nav-desk{
        margin-left: 10px;
    }
    .search-field{
        width: 75%;
    }
    .search-btn{
        width: 25%;
    }
    .show-on-mobile{
        display: none;
    }
    
/*    Business classes start*/
#intro {
  background: url("../../../public/images/banners/banner-bg.jpg") center top no-repeat;
  width: 100%;
  position: relative;  
  background-size: cover;
  padding: 100px 0 44px 0;
}
.nav > li > a{
    padding-left: 30px;
    padding-right: 30px;
}
.bold_p{
    font-weight: bold;
    font-size: 26px;
    color: #000;
    font-family: sans-serif;
}
.col-centered{
    float: none;
    margin: 0 auto;
}

/*
#free-int{
   background: url("../../../public/images/residential/bg-of-internet-services.jpg") center top no-repeat;  ==this line we are not using in new verion==
  background: #ffffff;
  width: 100%;
  position: relative;  
  background-size: cover; 
  padding: 0px 0;
}
*/

/*
#why-us{
  background: url("../../../public/images/residential/why-us-bg.jpg") center top no-repeat;
  width: 100%;
  position: relative;  
  background-size: cover; 
  padding: 0px 0;
}
*/

#free-int{
  background: url("../../../public/images/residential/bg-of-internet-services.jpg") center top no-repeat;
  width: 100%;
  position: relative;  
  background-size: cover; 
  padding: 0px 0;
}

#why-us{
  background: url("../../../public/images/residential/why-us-bg.jpg") center top no-repeat;
  width: 100%;
  position: relative;  
  background-size: cover; 
  padding: 0px 0;
}

#why-us .rgt-side{
    padding: 50px 0 0 0;
}


#why-us .nrgt-side{
    padding: 15px 0 0 0;
}
#why-us .card {
    border-radius: 10px;
    margin: 15px 0;
    text-align: center;
    transition: 0.3s ease-in-out;
    height: 100%;
    border: solid 1px #333;
}
.card-body {
	padding: 0 0 0 0;
}
#why-us .card, .plan-cont .card{
    padding: 0 0 0 0;
    border-color: #f26222;
    background: #fff;
}
#why-us .card h5, .plan-cont .card h5{
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 30px;
    color: #fff;
    background: #f26222;
    font-weight: normal;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}
.card-title{
    margin: 0 0 15px 0;
    padding: 10px 0;
}
#why-us .card:hover, .plan-cont .card:hover {
  background: #fefefe;
  /*border-color: #e21115;*/
}
#ontario-east{
    background: #f4f3f3;
    padding: 10px 0 20px 0;
}
#ontario-west {
    background: #fff;
    padding: 10px 0 20px 0;
}
#ontario-east-fam{
    background: #FFFFFF;
    padding: 0px 0 20px 0;
}
#ontario-west-fam {
    background: #fff;
    padding: 10px 0 20px 0;
}
.plan-cont .card{
    text-align: center;
    border-radius: 10px;
    border: solid 1px #f26222;
    margin-top: 0;
}
.plan-cont .smpl-card{
    border-color: #bdbcbc;
    margin-top: 57px;
}
.plan-cont .smpl-card:hover{
    border-color: #bdbcbc;
}
.card-body .price {
    color: #000;
    font-size: 120px;
    font-weight: 800;
    position: relative;
    padding: 0;
    text-align: center;
    margin: 0;
    width: 275px;
/*    display: inline-block;*/
    font-family: sans-serif;
    line-height: 125px;
}
.card-body .price .decimal {
    font-size: 36px;
    vertical-align: top;
    top: -22px;
    position: absolute;
    left: 35px;
    font-weight: normal;
}
.card-body .price .decimal-pnl{
    left: 43px;
}

.card-body .price .decimal-btm {
    font-size: 23px;
    text-transform: uppercase;
    position: absolute;
    bottom: 41px;
    right: -17%;
    font-weight: normal;
    width: 100px;
    white-space: break-spaces;
    line-height: 1;
    text-align: left;
}
.card-body .plus {
    color: #f26222;
    font-size: 120px;
    font-weight: 600;
    position: relative;
    padding: 0;
    text-align: center;
    margin: 0;
    width: 85px;
    display: inline-block; 
    background: #f4f3f3;
    border-left: solid 1px #939393;
    border-right: solid 1px #939393;
}

.card-body .price .cnd-wide-txt{
    text-align: left;
    position: absolute;
    white-space: nowrap;
    top: -16px;
    left: 55px;
    color: #000;
    font-weight: bold;
}
.card-body .price .cnd-wide-txt .txt1, .card-body .price .cnd-wide-txt .txt2, .card-body .price .cnd-wide-txt .txt3{
    font-size: 20px;
    display: block;
    height: 21px;
    overflow: hidden;
}
.card-body .price .cnd-wide-txt .txt2{
    font-size: 20px;
    height: 21px;
}
.card-body .price .cnd-wide-txt .txt3{
    font-size: 37px;
    height: 45px;
}
.bullet-cont{
    border: solid 1px #939393;
    font-size: 15px;
    color: #000;
    font-family: sans-serif;
    /*background: #f4f3f3;*/
    background: #fff;
}

.card-body .speed {
    color: #000;
    font-size: 27px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-align: center;
    /* display: inline-block; */
}
.card-body ul{
    list-style: none;
    list-style-type: none;
    border-top: solid 1px #fff;
    background: #f26222;
    width: 100%;
    color: #000;
    text-align: left;
    padding: 0;
    margin: 0 0 1rem 0;
}
.card-body ul li{
    list-style-type: none;
    border-bottom: solid 1px #f9b191;
    font-size: 16px;
    padding: 12px 0 5px 19px;
    margin: none;
    color: #fff;
}
.card-body ul li i{
    color: #fff !important;
    font-size: 17px !important;
    /*margin-right: 21px;*/
    margin-top: -2px;
    padding-top: 0px !important;
    width: 40px;
}
.smpl-card .card-body ul{
    background: #f7f7f7;
}
.smpl-card .card-body ul li{
    list-style-type: none;
    border-bottom: solid 1px #bdbcbc;
    font-size: 16px;
    padding: 12px 0 5px 19px;
    margin: none;
    color: #000;
}
.smpl-card .card-body ul li i{
    color: #000 !important;
}
.card-body .pckg-name{
    color: #f26222;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.red-text{
    color: #f26222 !important;
    font-weight: bold;
}
.modem-text{
    color: #fff !important;
    font-weight: bold;
}
.button-black{
    padding: 3px 20px;
    background: #000;
}
.button-orange, .button-balck1{
    padding: 3px 25px !important;
    background: #f26222;
    border-radius: 10px;
    line-height: 28px !important;
    text-transform: none !important;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: normal !important;
    font-size: 17px !important;
    color: #fefefe;
}
.button-balck1{
    background: #000;
}
#canada-wide{
    background: url("../../../public/images/residential/cnda_wide_bg.png") center top no-repeat;
    background-size: cover;
    padding: 10px 0;
    margin-top: 25px;
    margin-bottom: 2px;
}
.button-orange:hover{
    color: #fefefe !important;
}
/*.section-header h3{
   font-family: 'Raleway', sans-serif;
   font-size: 31px;
   font-weight: bold;
   text-transform: uppercase;
   color: #ed1c24;
   padding-left: 73px;
   background: url("../img/rangtel/cable_net_hd_bg.png") left top no-repeat;
}*/

.section-header h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 31px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f26222;
    background: url("../../../public/images/residential/cable_net_hd_bg.png") left top no-repeat;
    margin: 0 auto;
    padding: 39px 0 22px 130px;
    font-weight: bold;
    display: table;
}

.dsl-section-header h3 {
	 font-family: 'Raleway', sans-serif;
    font-size: 31px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f26222;
	background: url("../../../public/images/residential/icon-dsl-fttn.png") left top no-repeat;
	margin: 0 auto;
    /*padding: 4px 0 35px 128px;*/
	padding: 3px 0 18px 128px;
    font-weight: bold;
    display: table;
	/*padding-top: 2px;*/
    margin-top: 7vh;
}

@media (min-width:600px){ 
}

.phpkg-section-header h3 {
	 font-family: 'Raleway', sans-serif;
    font-size: 31px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f26222;
	background: url("../../../public/images/residential/icon-phone.png") left top no-repeat;
	margin: 0 auto;
    /*padding: 39px 0 35px 130px;*/
	/*padding: 39px 0 35px 148px;*/
	padding: 15px 0 35px 148px;
    font-weight: bold;
    display: table;
	
    margin-top: 5vh;
	/*padding-top:1vh;*/
	padding-top:1vh;
}



/*
.dsl-section-header h3 {
	font-size: 15px;
	background: url("../../../public/images/residential/icon-dsl-fttn.png") center top no-repeat;
	margin: 0 auto;
	padding: 90px 0 22px 0;
	padding-top: 2px;
    margin-top: 8vh;
	padding: 39px 0 22px 130px;
}
*/



/*
.phpkg-section-header h3 {
	 font-family: 'Raleway', sans-serif;
    font-size: 31px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f26222;
	background: url("../../../public/images/residential/icon-phone.png") left top no-repeat;
	margin: 0 auto;
    padding: 39px 0 22px 130px;
    font-weight: bold;
    display: table;
	
    margin-top: 8vh;
	padding-top:1vh;
}
*/

.section-header-loc h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 31px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f26222;
    background: url("../../../public/images/residential/cable_net_hd_bg.png") left top no-repeat;
    margin: 0 auto;
    padding: 39px 0 22px 130px;
    font-weight: bold;
    display: table;
}
.section-header p {
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
}

.dsl-section-header p {
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
}

.phpkg-section-header p {
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
	}
.plan-cont .section-header p{
    width: 100%;
    font-size: 21px;
    color: #000;
}

.plan-cont .dsl-section-header p{
    width: 100%;
    font-size: 21px;
    color: #000;
}

.plan-cont .phpkg-section-header p{
    width: 100%;
    font-size: 21px;
    color: #000;
}

/*Start Price classes for canada wide*/
.card-body .price-cnd {
    color: #000;
    font-size: 120px;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 50px;
    text-align: left;
    margin: 0;
    /* display: inline-block; */
}
.card-body .price-cnd .decimal {
    font-size: 36px;
    vertical-align: top;
    top: 55px;
    position: absolute;
    left: 76px;
}
.card-body .price-cnd .decimal-pnl{
    left: 30px;
}
.card-body .price-cnd .decimal-btm {
    font-size: 17px;
    vertical-align: bottom;
    text-transform: uppercase;
    position: absolute;
    white-space: nowrap;
    bottom: 24px;
    right: 64px;
}
.card-body .price-cnd .decimal-pnl-btm{
    right: 138px;
}
.card-body .price-cnd .cnd-wide-txt{
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    white-space: nowrap;
    top: 40px;
    right: 25px;
    color: #000;
    font-weight: bold;
}
.card-body .price-cnd .cnd-wide-txt .txt1, .card-body .price-cnd .cnd-wide-txt .txt2, .card-body .price-cnd .cnd-wide-txt .txt3{
    font-size: 27px;
    display: block;
    height: 37px;
    overflow: hidden;
}
.card-body .price-cnd .cnd-wide-txt .txt2{
    font-size: 20px;
    height: 26px;
}
.card-body .price-cnd .cnd-wide-txt .txt3{
    font-size: 37px;
    height: 45px;
}
.card-body .duration{
    color: #f26222;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}
/*
.phone-card{
    margin-top: 0 !important;
}
*/

.phone-card{
    margin-top: 55px !important;
}

.phone-card .card-body .price {
	width: 100%;
}
.phone-card .card-body .price .decimal{
    left: 117px;
}
.phone-card .card-body .price .decimal-btm{
    right: 10%
}
.pad-tp-btm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
}
/*End Price classes for canada wide*/

.bullet-cont ul{
    background: #fff;
    float: left;
    width: 219px;
    height: 100%;
    padding: 25px 0 25px 7px;
    margin: 0;
    display: inline-block;
    position: relative;
    float: left;
}
.bullet-cont ul li{
    list-style-type: none;
    padding: 0 5px 8px 5px;
}
.bullet-cont ul li i{
    padding-right: 5px;
    color: #f26222;
}
.bullet-cont ul li span{
    padding-left: 5px;
}
.bullet-cont .blt-gap {
    color: #f26222;
    font-size: 120px;
    font-weight: 600;
    position: relative;
    padding: 0;
    text-align: center;
    margin: 0;
    width: 85px;
    display: inline-block; 
    background: #f4f3f3;
    border-left: solid 1px #939393;
    border-right: solid 1px #939393;
    height: 457px;
    float: left;
}
.total-bill{
    font-size: 30px;
    color: #f26222;
}
#ontario-east .lft-mrgn-fr-cntr{
    margin-left: 15%;
}
/* ============================Changing for Mobile view========================================================================== */
@media (max-width: 767px) {
    .card-body .plus {
	font-size: 50px;
	margin: 0 0 20px 0;
	width: 100%;
	display: block;
	background: #f4f3f3;
	border-left: none; 
	border-right: none; 
	    padding-top: 11vh;
	line-height: normal;
}

#why-us .card h5, .plan-cont .card h5 {
	font-size: 17px;
}
.bullet-cont .blt-gap {
	margin: 0;
	width: 100%;
	display: inline-block;
	border-left: none; 
	border-right: none; 
	height: 5px;
}
.card-body .price .decimal{
    font-size: 25px;
    left: 67px;
}
.card-body .price .decimal-btm {
	font-size: 18px;
	right: -9%;
}
.card-body .price{
    font-size: 80px
}

.phone-fmh{
    margin-top: -42px;
}


.section-header h3 {
	font-size: 15px;
	background: url("../../../public/images/residential/cable_net_hd_bg.png") center top no-repeat;
	margin: 0 auto;
	padding: 90px 0 22px 0;
}

/*
.dsl-section-header h3 {

	font-size: 15px;
	background: url("../../../public/images/residential/icon-dsl-fttn.png") center top no-repeat; 
	margin: 0 auto;
	padding: 90px 0 22px 0;
	padding-top: 2px;
    margin-top: 8vh;
	}
	*/
	.dsl-section-header h3 {
	 font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f26222;
	background: url("../../../public/images/residential/icon-dsl-fttn.png") center top no-repeat;
	margin: 0 auto;
    font-weight: bold;
    display: table;
	/*padding-top: 2px;*/
    margin-top: 7vh;
	/* padding-top: 7vh; */
	/*padding: 90px 0 22px 0;*/
	padding: 58px 38px 24px 37px;

}

.phpkg-section-header h3 {
	 font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f26222;
	background: url("../../../public/images/residential/icon-phone.png") center top no-repeat;
	margin: 0 auto;
    display: table;
	margin-top: 2vh;
	/*margin-top: 7vh;*/
	/*padding-top:12vh; */
	/*padding: 90px 0 22px 0;*/
	padding: 64px 18px 22px 18px;
}
/*
.phpkg-section-header h3 {
	font-size: 15px;
	background: url("../../../public/images/residential/icon-phone.png") center top no-repeat;
	margin: 0 auto;
	padding: 90px 0 22px 0;
	padding-top: 2px;
    margin-top: 8vh;
}
*/
.ph-section-header h3 {
	font-size: 15px;
	background: url("../../../public/images/residential/icon-phone.png") center top no-repeat;
	margin: 0 auto;
	padding: 90px 0 22px 0;
	
}

#ontario-east .lft-mrgn-fr-cntr{
    margin-left: 0;
}
.plan-cont .smpl-card{
    margin-bottom: 15px;
}
.plan-cont .smpl-card{
    margin-top: 10px;
	
}
.phone-card .card-body .price .decimal {
    left: 102px;
}
.phone-card .card-body .price .decimal-btm {
    right: 5%;
}
.navbar-brand{
    margin: 0 0 10px 0;
}
}
/*    Business classes end*/
    
@media (max-width: 767px) {
    .header-right {
        float: none!important; 
    }
    .offer{
        width: 100%;
    }
    .nav-tabs.nav-justified > li > a{
        font-size: 22px;
    }
    .left-margin-nav-desk{
        margin-left: 0;
    }
    .left-padding{
        padding-left: 14px;
    }
    .show-on-mobile{
        display: block;
    }
    .hide-on-mobile{
        display: none !important;
    }
    .contact-us{
        margin-left: 0;
    }
    .submit-btn{
        padding-left: 75px;
        padding-right: 75px;
    }
    .pad-left-14-mb{
        padding-left: 14px;
    }
    .pad-left-0-mb{
        padding-left: 0;
    }
    .search-field{
        width: 100%;
    }
    .search-btn{
        width: 100%;
    }
    #buzzmax .navbar-nav a {
	padding-bottom: 7px;
	text-align: center;
	border-bottom: solid 1px #dfdfe1;
    }
    #buzzmax .navbar-nav a:hover{
        background: #f4f3f3;
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        border-top: none;
    }
}