@font-face {
    font-family: bahij_helvetica_neue_light_by_bahijvirtualacademy-dammcxa;
    src: url(../fonts/bahij_helvetica_neue_light_by_bahijvirtualacademy-dammcxa.ttf);
}

body {
    font-family: bahij_helvetica_neue_light_by_bahijvirtualacademy-dammcxa;
    background: #fafafa;
}

a:hover {
    text-decoration: none;
}

/*****************************************************************/
/******************* header& navbar *******************************/
header {
    position: relative;
    width: 100%;
    height: 650px;
}

.header-imgg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.navbar-nav {
    margin-top: 0px;
}

.navbar {
    min-height: 0;
    margin-bottom: 0;
    border: 1px solid transparent;
    padding: 15px 0;
}

.navbar-default {
    background: transparent;
    border-color: transparent;
}

.navbar-brand > img {
    display: inline-block;
    height: 100%;
}

.navbar-brand {
    height: 35px;
    width: 100%;
    padding: 5px 15px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-nav > li {
    padding: 0px 10px;
}

.nav > li > a {
    padding: 9px 10px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar.compressed {
    padding: 12px 0;
    background: #0063ff;
}

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.navbar-default .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    top: 0;
    background: #DFF5FC;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar-default .navbar-nav > .active > a:before,
.navbar-default .navbar-nav > li > a:hover:before,
.navbar-default .navbar-nav > li > a:focus:before,
.navbar-default .navbar-nav > li > a:active:before {
    left: 0;
    right: 0;
}

.header-contant {
    margin-top: 180px;
}

.header-contant h4 {
    color: #fff;
    font-size: 14px;
}

.header-contant h3 {
    color: #fff;
    margin: 13px 0;
    font-size: 17px;
    word-spacing: 3px;
    line-height: 28px;
    width: 39%;
    font-weight: 600;
}

.header-contant p {
    width: 80%;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.header-contant ul {
    margin-top: 30px;
}

.header-contant ul li a {
    color: #fff;
    padding: 7px 35px;
    border-radius: 20px;
    font-size: 14px;
    transition: all .7s ease-in;
}

.header-contant ul li .b-call {
    background: #fff;
    transition: all .6s ease-in-out;
    color: #000;
}

.header-contant ul li .b-call:hover {
    background: #4a8cf3;
}

.header-contant ul li a:hover {
    color: #fff;
}

.social-links {
    margin-right: 133px;
}

.social-links li {
    padding: 0;
}

.lang {
    margin-top: 10px;
}

.navbar-left > li > a,
.lang a {
    color: #000 !important;
}

.navbar-left a i {
    margin-right: 3px;
}

/*****************/
.header-slider {
    margin-top: 90px;
}

.header-slider-img {
    border-top-right-radius: 22%;
    border-bottom-left-radius: 22%;
    overflow: hidden;
    width: 80%;
}

.header-slider-img img {
    height: 388px;
    width: 100%;
    transition: all .5s ease;
}

.header-slider-img:hover img {
    transform: scale(1.2);
}

.owl-carousel {
    direction: ltr;
}

.owl-carousel .owl-item {
    direction: rtl;
}

.customNavigation {
    position: relative;
    bottom: -15px;
}

.customNavigation a {
    position: absolute;
    font-size: 20px;
    cursor: pointer;
    width: 38px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    color: #0063ff;
    border: 1px solid #0063ff;
    transition: all .5s ease-in;
}

.customNavigation .prev {
    right: 30px;
    color: #fff;
    border: 1px solid #fff;
}

.customNavigation .next {
    left: 180px;
}

.customNavigation a:hover {
    background: #ccc;
    border: 1px solid #ccc;
    color: #555;
}

.navbar.compressed .navbar-left li,
.navbar.compressed .navbar-left li a {
    color: #fff !important;
}

/*****************************************************************/
/************************** brands *******************************/
.brands {
    padding: 0 0 30px 0;
}

.brands .item {
    margin: 10px;
}

.brands-img {
    text-align: center;
    border: 1px solid #dddddd59;
    transition: all .5s ease-in;
}

.brands-img:hover {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}

.brands-img img {
    width: 80px;
    height: 28px;
    margin: 12px;
}

/*****************************************************************/
/*************************  blance *******************************/
.balance {
    position: relative;
    margin: 50px 0 0 0;
}

.bg1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 388px;
    height: 395px;
}

.d-img {
    height: 333px;
    width: 100%;
    transition: all .5s ease-in-out;
}

.balance-img img:hover {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(136, 136, 136, 1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(136, 136, 136, 1);
    box-shadow: 0px 0px 6px 0px rgba(136, 136, 136, 1);
}

.balance-img {
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.img-2 {
    position: absolute;
    top: 94px;
    left: 20px;
}

.img-2 img {
    width: 350px;
    height: 405px;
}

.d-icon {
    position: absolute;
    left: 80px;
    top: 15px;
    background: #fff;
    border-radius: 15px;
    padding: 10px;
}

.d-icon-con {
    display: inline-block;
}

.d-icon-con h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 5px;
}

.d-icon-con p {
    font-size: 14px;
}

.balance-con {
    padding-top: 50px;
}

.balance-con h4 {
    font-size: 18px;
    color: #000000d6;
    word-spacing: 2px;
    line-height: 28px;
    margin: 6px 0;
    font-weight: 600;
}

.balance-con p {
    font-size: 14px;
    color: #000;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 15px;
    width: 90%;
}

.balance-con a {
    background: #0063ff;
    padding: 6px 45px;
    margin: 8px 0;
    display: inline-block;
    border-radius: 22px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #0063ff;
    transition: all .5s ease-in-out;
}

.balance-con a:hover,
.more a:hover {
    background: #ef5bac;
    color: #fff;
    border: 1px solid #f159b2;
}

/*****************************************************************/
/*************************  find *******************************/
.find {
    position: relative;
    margin: 111px 0 80px;
}

.bg2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 404px;
    height: 430px;
}

.find-img img {
    height: 424px;
    width: 100%;
}

.find .balance-con {
    padding-top: 85px;
}

/*****************************************************************/
/*************************  print *******************************/
.print-img {
    height: 400px;
    width: 100%;
}

.print .bg1 {
    width: 344px;
    height: 505px;
}

/*****************************************************************/
/*************************  features *******************************/
.features {
    background: #0063ff;
    padding: 50px 0;
    margin: 165px 0 70px;
}

.features-con h3 {
    font-size: 19px;
    line-height: 32px;
    color: #fff;
}

.features-img {
    width: 100%;
    border-top-right-radius: 22%;
    border-bottom-left-radius: 22%;
    overflow: hidden;
}

.features-img img {
    width: 100%;
    height: 434px;
    transition: all .5s ease;
}

.features-img:hover img {
    transform: scale(1.2);
}

/*****************************/
#accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
    background: transparent;
}

.panel-title a {
    font-size: 15px;
}

.panel-body {
    padding: 12px;
}

.panel-body p {
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    color: #fff;
}

#accordion a {
    font-size: 15px;
    display: block;
    padding: 12px 15px;
    border-bottom: 0;
    text-decoration: none;
    color: #fff;
}

#accordion a span {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    margin-left: 10px;
    background: #3181ff;
    transition: all .5s ease-in-out;
}

#accordion ul li a {
    border-bottom: 1px solid #cccccc57;
    color: #333;
    transition: all .5s ease;
}

#accordion ul li a:hover {
    color: #fff;
    margin-right: 5px;
}

#accordion a:hover span {
    color: #0063ff;
    background: #fff;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
    background-color: transparent;
    color: white;
    transition: all 0.2s ease-in;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
    color: white;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0px;
}

#accordion .panel-heading a:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    transition: all 0.2s ease-in;
}

/* Add Indicator fontawesome icon to the left 
#accordion .panel-heading .accordion-toggle::before {
  font-family: 'FontAwesome';
  content: '\f106';
  float: left;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
*/
#accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #444;
    transform: rotate(-180deg);
    transition: all 0.2s ease-in;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #dddddd4d;
}

/*********************************/
/*****************************************************************/
/*************************  clients *******************************/
.clients {
    position: relative;
    width: 100%;
    height: 494px;
}

.cbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.clients .item {

}

.clients-con {
    border: 1px solid #cccccc35;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 12px -3px rgba(107, 103, 107, 0.32);
    -moz-box-shadow: 0px 10px 12px -3px rgba(107, 103, 107, 0.32);
    box-shadow: 0px 10px 12px -3px rgba(107, 103, 107, 0.32);
    margin-bottom: 150px;
    padding: 22px 40px;
    min-height: 310px;
    transition: all .5s ease-in-out;
}

.clients-con:hover {

}

.clients-info {

}

.clients-info h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
}

.clients-info p {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
}

.clients-info p i {
    margin-left: 22px;
    font-size: 30px;
    transform: rotate(-25deg);
    transition: all .5s ease-in-out;
}

.clients-con:hover .clients-info p i {
    color: #ef5bac;
    transform: rotate(0deg);
}

.clients-img {
    width: 30%;
    display: inline-block;
    position: relative;
    bottom: 22px;
}

.clients-img img {
    position: absolute;
    width: 160px;
    height: 168px;
    border-top-right-radius: 22%;
    border-bottom-left-radius: 22%;
}

.cilent-conn {
    width: 50%;
    display: inline-block;
    position: relative;
    top: 48px;
}

.cilent-conn h5 {
    font-size: 15px;
    font-weight: 600;
    color: #666666f2;
}

.cilent-conn h5 span {
    display: block;
    margin: 10px 0;
}

.clients .customNavigation {
    position: relative;
    bottom: 94px;
}

.clients .customNavigation a {
    position: absolute;
    font-size: 20px;
    cursor: pointer;
    width: 38px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    color: #0063ff;
    border: 1px solid #0063ff;
    transition: all .5s ease-in;
}

.clients .customNavigation .prev2 {
    right: 0;
}

.clients .customNavigation .next2 {
    left: 0;
}

.clients .customNavigation a:hover {
    background: #ccc;
    border: 1px solid #ccc;
    color: #555;
}

/*****************************************************************/
/************************* subscribe *****************************/
.subscribe {
    position: relative;
    width: 100%;
}

.sub {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-top: 40px;
}

.sub-con {
    margin: 88px 0
}

.sub-con h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 18px 0;
}

.sub-con p {
    font-size: 15px;
    line-height: 26px;
    width: 88%;
    margin: 0 auto;
}

.sub-con a {
    background: #0063ff;
    padding: 6px 45px;
    margin: 15px 0;
    display: inline-block;
    border-radius: 22px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #0063ff;
    transition: all .5s ease-in-out;
}

.sub-con a:hover {
    background: #ef5bac;
    color: #fff;
    border: 1px solid #f159b2;
}

/*****************************************************************/
/************************* footer *****************************/
footer {
    padding: 50px 0;
    /*background: #fbfbfd;*/
}

.footer-con {

}

.f-logo img {
    width: 100px;
    height: 30px;
}

.f-p p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    width: 92%;
    margin: 15px 0;
}

.f-img img {
    width: 333px;
    height: 194px;
}

.imp-links {

}

.imp-links h4 {
    color: #000;
    margin: 8px 0;
    font-size: 15px;
    font-weight: 600;
}

.imp-links ul li {

}

.imp-links ul li a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    margin: 8px 0;
    transition: all 0.5s ease-in;
}

.imp-links ul li a:hover {
    color: #0063ff;
    margin-right: 5px;
}

.twits {
    margin: 20px 0;
}

.twits:hover h4 i {
}

.twits h4 {
    color: #000;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.twits h4 i {
    color: #0d99e3;
    margin-left: 10px;
}

.twits p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    width: 88%;
    margin: 2px 0 0 0;
}

footer .social-links {
    margin: 20px 0 0 0;
}

footer .social-links a {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    color: #7f8fb1 !important;
    font-size: 14px !important;
    background: #ebeef5;
    border-radius: 100%;
    margin: 0 2px !important;
}

footer .social-links ul li:hover a {
    color: #0063ff !important;
    margin-right: 0;
}

footer .social-links ul li:hover i {
    animation: LeftToRight 1s ease;
}

footer .social-links ul li a {
    overflow: hidden;
}

@keyframes LeftToRight {
    49% {
        transform: translateX(100px);
    }
    50% {
        transform: translateX();
        opacity: 0;
    }
    51% {
        transform: translateX(-100px);
        opacity: 1;
    }
}

footer .social-links ul {
    display: inline-block;
}

.imp-links h5 span:first-child {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
}

.imp-links h5 {
    margin: 12px 0;
}

/*****************************************************************/
/************************* se-footer *****************************/
.se-footer {
    border-top: 1px solid #cccccc42;
    padding: 15px 0;
}

.c-t {

}

.c-t ul {
    margin: 0;
}

.c-t ul a {
    color: #acacac;
    transition: all .5s ease-in-out;
}

.c-t ul a:hover {
    color: #00aff0;
}

.right {
    margin-top: 0;
}

.right a {
    color: #acacac;
    font-size: 15px;
    transition: all .5s ease-in-out;
}

.right a:hover {
    color: #00aff0;
}

.myInput {
    border-radius: 5px !important;
    border-color: #0063ff !important;
    height: 40px !important;
}

.subButton {
    background: #0063ff;
    padding: 6px 45px;
    margin: 15px 0;
    margin: 15px 0;
    display: inline-block;
    border-radius: 22px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #41a6ff;
    transition: all .5s ease-in-out;
}

.subButton:hover {
    background: #ef5bac;
    color: #fff;
    border: 1px solid #f159b2;
}

.errorLog {
    position: fixed;

    bottom: 20px;

    left: 50px;

    background: #f24d4d;

    padding: 24px 40px;

    color: #fff;
    border-radius: 5px;
    z-index: 100000;
}

.errorLog ul {
    margin: 0;
    padding: 0;
}

/* ======================== */
/*   Syed Sahar Ali Raza   	*/
/* ========================	*/

#generic_price_table {
    /*background-color: #f0eded;*/
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
    background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price {
    background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #666;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
    color: #0063ff;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    /*background-color: #E4E4E4;*/
    border-left: 5px solid #0063ff;
}

#generic_price_table .generic_content .generic_price_btn a {
    border: 1px solid #0063ff;
    color: #ffffff;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: #0063ff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0063ff;
    color: #0063ff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
    color: #0063ff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
    background-color: #0063ff;
    color: #fff;
}

#generic_price_table {
    margin: 50px 0 50px 0;
}

.row .table {
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}


/*#generic_price_table .generic_content .generic_head_price .generic_head_content {*/
    /*margin: 0 0 50px 0;*/
/*}*/

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    font-size: 22px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
    display: block;
    margin: 30px 0 0 0;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    font-size: 16px;
    padding: 15px 0;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;

}

.generic_content {
    box-shadow: 0px 2px 5px #d7d7d7 !important;
}
#generic_price_table .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    display: inline-block;
    font-size: 15px;
    outline: medium none;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 320px) {
}

@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }

    #generic_price_table .col-md-4 {
        float: left;
        width: 50%;
    }

    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

#generic_price_table_home {
    font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a {
    color: #7885CB;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.demo-pic {
    margin: 0 auto;
}

.demo-pic:hover {
    opacity: 0.7;
}

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#generic_price_table_home li {
    float: left;
}

#generic_price_table_home li + li {
    margin-left: 10px;
    padding-bottom: 10px;
}

#generic_price_table_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0px;
}

#generic_price_table_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
    background: #0063ff;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

#generic_price_table_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px;
}

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}

.price-heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0;
}

.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.bottom_btn {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

.demo-button:hover {
    background-color: #666;
    color: #0063ff;
    text-decoration: none;

}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}
.price {
    font-size: 31px;
    color: #0063ff;
}
.price_before {
    font-size: 25px;
    color:
            #dd2525;
    margin-top: 15px;
    display: inline-block;
    text-decoration: line-through;
    min-height: 30px;
}