/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.
*/
#interchange{    margin-left: 60px !important;
    margin-right: 15px !important;}
.carouselimg{ max-height: 100px;}
.mk-breadcrumbs-inner.dark-skin{color:#424242 !important;}
.mk-breadcrumbs-inner.dark-skin a{color:#424242 !important;}
.mk-footer-copyright{ padding: 16px 0 0px !important;}
.form-check.form-check-inline {
    float: left;
    padding: 0px 10px;
}
.thead-dark{color: #fff;
    background: #333;}

.ordertitle span  p{ display:inline-block; position:relative;}
.ordertitle span  p::before {    top: 58.5px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    width: 75px;
    left: -130px;}
    
.ordertitle span  p::after {    top: 58.5px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    width: 75px;
    right: -130px;}


@media only screen and (max-width: 768px) {	
 .ordertitle{ font-size: 35px !important;}
}
@media only screen and (max-width: 600px) {
  .vc_empty_space,.mk-padding-divider {
    height:0px !important;
  }
  .ordertitle{ font-size: 25px !important;}
  .ordertitle span  p::before {    top: 30.5px !important;
  }
    
.ordertitle span  p::after {   top: 30.5px !important;
   }
img {
    max-width: 70%!important;margin: 0 auto;
}
   
}