@media all and (max-width: 1200px) {
  .foc-item .col-md-3 {
    padding-left: 0;
  }
}
@media all and (max-width: 992px) {
  .foc-item .col-md-3 {
    padding-left: 15px;
  }

  .book-btn {
    display: none;
  }

  .section-home {
    height: auto !important;
  }

  .ace-bodywarp {
    padding-top: 60px;
    overflow-x: hidden;
  }

  .logo a img {
    max-width: 101px;
  }

  .main-menu > ul li a {
    height: 60px;
    line-height: 60px;
  }

  .main-header {
    height: 60px;
  }

  .section-foc:after {
    content: "";
    left: 0;
    bottom: inherit;
    top: 0;
    height: 60%;
    background-image: none;
    background-color: #f2f2f2;
    min-height: 65%;
  }

  .section-foc .title {
    position: relative;
    z-index: 2;
  }
  .section-foc .title p {
    color: #212121;
  }

  .section-app {
    height: auto !important;
  }
  .section-app .title {
    margin-bottom: 0 !important;
  }
  .foc-carousel .owl-dots {
    margin-top: 20px;
  }
  .carbook-btn{
    display: block;
  }
  .foc-carousel .owl-nav > div{
    margin-top: 30px;
  }
  
  
}
/**media 992px end here**/
@media all and (max-width: 767px) {
  .account-sub {
    display: block;
    padding-left: 25px;
    margin-top: -40px;
  }
  .account-sub span {
    display: block;
    font-size: 9px;
    text-align: center;
    color: #f99400;
    line-height: 20px;
    margin: 5px 0;
    width: 20px;
    height: 20px;
    border: 1px solid #f99400;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
  .account-sub a {
    display: block;
    color: #fff;
  }

  .close-icon {
    margin-top: -90px;
  }

  .car-type .col-xs-5 {
    text-align: right;
  }

  .prop-group {
    margin-top:10px;
  }
  .prop-group > div {
    height: auto;
    width: 100%;
  }

  .prop-box h3 {
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
  }
  .prop-box .prop-tick {
    left: -15px;
    top: 50%;
    right: inherit;
    margin: -15px 0 0 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }

  .main-menu > ul li:nth-child(1), .main-menu > ul li:nth-child(2) {
    display: none;
  }

  .outer-wrap {
    padding: 30px 0;
  }
  .outer-wrap.inner-pages {
    padding-top: 0;
  }

  .section-home {
    padding: 0;
  }

  .title {
    margin-bottom: 30px;
  }
  .title h1, .title h2 {
    font-size: 40px;
  }
  .title p {
    font-size: 24px;
  }

  .car-type > h2 {
    margin: 0;
    padding: 15px 0;
    font-size: 32px;
    letter-spacing: 0.5px;
    position: relative;
  }
  .car-type > h2:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
    top: -42px;
    left: 42px;
  }

  .foc-carousel .owl-nav .owl-next {
    right: 0px;
    color: #f99400;
  }
  .foc-carousel .owl-nav .owl-prev {
    left: 0px;
    color: #f99400;
  }


  .section-network {
    background-image: none;
    background-color: #000;
  }
  .section-network .network-group {
    width: auto;
    margin: 0 auto 0 auto;
    height: 100%;
  }
  .section-network .network-group > div {
    padding: 0 15px 45px 20px;
  }
  .section-network .network-group > div:first-child {
    padding-left: 0;
  }

  .main-footer {
    padding: 30px 0 0 0;
  }

  .fl-group > div {
    display: block;
    margin-top: 30px;
    padding-left: 15px;
    border-left: none;
    min-height: 0 !important;
  }
  .fl-group > div:first-child {
    margin-top: 0;
  }
  
  .tagline {
    color: #fff;
    font-size:15px !important ;
    font-weight: 600 !important;
    margin-bottom:20px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
}
  
  
}
/**media 767px end here**/
@media all and (max-width: 320px) {
  .section-network .network-group > div {
    padding: 0 10px 45px 10px;
  }
  .section-network .network-group > div:first-child {
    padding-left: 0;
  }
  
  
    .tagline {
    color: #fff;
    font-size:15px !important ;
    font-weight: 600 !important;
    margin-bottom:20px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
}
  
  
}
