@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;
}
.margin-up{
    margin-top:30px;
}
.margin-btm{
    margin-bottom:30px;
}
.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: #fefefe;
    padding-top: 10px;
}

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

/* ----------------- 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;
}

.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 --------------------------------------*/


/*---------------  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;
}
.submit-btn-modal{
    margin-bottom: 0px;
    color: #fff;
    background-color: #000;
    text-align: center;
    border: 0px;
}
/*---------------  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 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: 25px 0 25px 0;
}
#intro .intro-info{
    width: 100%;
    text-align: center;
    padding-top: 20px;
    
}

#intro .intro-info .blck-head, #intro .intro-info .orng-head{
    font-size: 48px;
    color: #000;
    font-family: 'gotham black', sans-serif;   
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    line-height: 0;
}
#intro .intro-info .orng-head{
    font-size: 71px; 
    color: #f26222;
    line-height: 56px;
    padding-top: 5px;
}
#intro .intro-info p{
    font-size: 23px;
    color: #000;
    font-weight: 500;
    font-family: 'gotham', sans-serif;
    padding: 20px 0;
    text-align: left;
    margin-bottom: 0;
}
#intro .intro-info p span.normal{
    font-weight: normal;
}
#intro .intro-info p span.orange{
    color: #f26222;
}
#intro .intro-info p.btm-txt{
    padding-bottom: 0;
}
#intro .intro-info ul{
    text-align: left;
    padding: 0;
    margin: 0 0 0 12%;
    color: #ed1c24;
    font-size: 30px;
    font-family: 'gotham', sans-serif;
}
#intro .intro-info ul li{
    
}
#intro .intro-info ul li i{
    font-weight: 100;
    padding-top: 4px;
}
.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;
}

#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;
        min-height: 267px;
}
#why-us .card, .plan-cont .card{
    padding: 0 0 0 0;
    border-color: #939393;
    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;*/
}
.plan-cont .card{
    text-align: center;
    border-radius: 10px;
}
.card-body .price {
    color: #000;
    font-size: 90px;
    font-weight: 600;
    position: relative;
    padding: 0;
    text-align: center;
    margin: 53px 0 0 0;
    width: 306px;
    display: inline-block;
    font-family: sans-serif;
    float: left;
}
.card-body .price .decimal {
    font-size: 36px;
    vertical-align: top;
    top: 23px;
    position: absolute;
    left: 85px;
}
.card-body .price .decimal1{
    left: 109px;
}
.card-body .price .decimal-pnl{
    left: 90px;
}
.card-body .price .decimal-btm {
    font-size: 17px;
    vertical-align: bottom;
    text-transform: uppercase;
    position: absolute;
    white-space: nowrap;
    bottom: 10px;
    left: 29%;
/*    right: 23%;*/
}
.card-body .plus {
    color: #f26222;
    font-size: 100px;
    font-weight: 600;
    position: relative;
    padding: 0;
    text-align: center;
    margin: 0;
    /*width: 85px;*/
    width: 110px;
    display: inline-block; 
    background: #f4f3f3;
    border-left: solid 1px #939393;
    border-right: solid 1px #939393;
    line-height: 210px;
    float: left;
}

.card-body .price .cnd-wide-txt{
    text-align: left;
    position: absolute;
    white-space: nowrap;
    top: -16px;
    left: 90px;
    color: #000;
    font-weight: bold;
}
.card-body .price .cnd-wide-txt1{
    left: 112px;
}
.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: 22px;
}
.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;
    padding-left: 5px;
}
.bullet-cont ul{
    background: #fff;
    float: left;
    width: 305px;
    height: 100%;
    padding: 25px 0 25px 35px;
    margin: 0;
    display: inline-block;
    position: relative;
    float: left;
}
.bullet-cont ul li{
    list-style-type: none;
    padding: 0 5px 5px 3px;
}
/*.bullet-cont ul li::before, .bullet-cont ul li::after{
    padding-left: 17px;
}*/
.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;*/
    width: 110px;
    display: inline-block; 
    background: #f4f3f3;
    border-left: solid 1px #939393;
    border-right: solid 1px #939393;
    height: 285px;
    float: left;
}
.bullet-cont ul.frst-ul{
    width: 315px;
}
/*.bullet-cont ul.scnd-ul{
    width: 208px;
}*/
.total-bill{
    font-size: 30px;
    color: #f26222;
}
.home-pnl-btn{
    width: 40% !important;
}
.rs-select2 .select2-container .select2-selection--single .select2-selection__rendered{
    font-size: 15px !important;
}
.biz-modal-h2{
width: 63%;
padding-left: 15px;
padding-bottom: 20px;
}
.biz-modal-h2 img{
    width: 41%;
}
#calculator{
    padding-bottom: 0;
}
@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: 0;
	line-height: normal;
}
#intro .intro-info .blck-head{
    font-size: 25px;
}
#intro .intro-info .orng-head{
    font-size: 38px;
    line-height: 23px;
    padding-top: 0;
}
#intro .intro-info p{
    font-size: 15px;
    text-align: justify;
}
#intro .intro-info ul{
    font-size: 15px;
}
#intro .intro-info ul li i{
    padding-top: 3px;
}
#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;
}
.navbar-brand{
    margin: 0 0 10px 0;
}
.bullet-cont ul{
    width: 100%;
    font-size: 15px;
    border-bottom: solid 1px #939393;
}
.bullet-cont ul.frst-ul{
    width: 100%;
}
.card-body{
    min-height: 480px;
}
.card-body-pckg-price{
    min-height: 623px;
}
.biz-modal-h2 img {
	width: 75%;
}

}
/*    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;
    }
    .card-body .price{
        float: none;
        width: 100%;
    }
    .card-body .price .cnd-wide-txt{
        left: 33%;
    }
    .card-body .price .cnd-wide-txt1{
        left: 38%;
    }    
    .card-body .price .decimal{
        left: 31%;
    }
    .card-body .price .decimal1{
        left: 37%;
    }
    .card-body .price .decimal-btm{
        left: 32%;
    }
    .card-body .price1{
        margin-top: 0;
    }
    .card-body .price2{
        margin-top: 16px;
    }
    .card-body .price3{
        margin-top: 16px;
    }
    .home-pnl-btn {
	width: 60% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
    }
    .card-5 input{
        font-size: 16px !important;
    }
}